You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Massimo Lusetti <ml...@gmail.com> on 2008/09/29 10:58:02 UTC

java.lang.Verify error

I'm experimenting this error on some random pages. Only on pages event
handler methods and only some times not all the times i compile and
redeploy.

It's strange since I've tried both JDK 1.5 and 1.6 and the errors
still randomly, to solve i just have to modify a class file, recompile
and redeploy and if I'm lucky the app runs fine.

it's the first time i encounter this problem, the machine is
configured as usual with other machine i got which runs always fine.

The error is: java.lang.Verify: Illegal constant pool.

Thanks for any hints!
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: java.lang.Verify error

Posted by Sven Homburg <ho...@googlemail.com>.
be carefull that you no longer wish away ;-)

2008/10/5 Howard Lewis Ship <hl...@gmail.com>

> Just made it to Paris, and that's as far as I go this trip!
>
> On Sat, Oct 4, 2008 at 1:59 AM, Massimo Lusetti <ml...@gmail.com>
> wrote:
> > On Sat, Oct 4, 2008 at 9:33 AM, Howard Lewis Ship <hl...@gmail.com>
> wrote:
> >
> >> I suspect its a bug in Javassist.  I'm on the road with limited
> >> internet access right now.
> >
> > Well thanks for taking time answer my ping, have a nice trip in
> > Europe, i will reping later. Now i got a workaround... it's slow but
> > it works.
> >
> > Regards
> >
> > P.S. If it happen to you to come down to italy... drop me a note!
> > --
> > Massimo
> > http://meridio.blogspot.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator Apache Tapestry and Apache HiveMind
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
with regards
Sven Homburg
http://www.chenillekit.org
http://tapestry5-components.googlecode.com

Re: java.lang.Verify error

Posted by Howard Lewis Ship <hl...@gmail.com>.
Just made it to Paris, and that's as far as I go this trip!

On Sat, Oct 4, 2008 at 1:59 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Sat, Oct 4, 2008 at 9:33 AM, Howard Lewis Ship <hl...@gmail.com> wrote:
>
>> I suspect its a bug in Javassist.  I'm on the road with limited
>> internet access right now.
>
> Well thanks for taking time answer my ping, have a nice trip in
> Europe, i will reping later. Now i got a workaround... it's slow but
> it works.
>
> Regards
>
> P.S. If it happen to you to come down to italy... drop me a note!
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: java.lang.Verify error

Posted by Massimo Lusetti <ml...@gmail.com>.
On Sat, Oct 4, 2008 at 9:33 AM, Howard Lewis Ship <hl...@gmail.com> wrote:

> I suspect its a bug in Javassist.  I'm on the road with limited
> internet access right now.

Well thanks for taking time answer my ping, have a nice trip in
Europe, i will reping later. Now i got a workaround... it's slow but
it works.

Regards

P.S. If it happen to you to come down to italy... drop me a note!
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: java.lang.Verify error

Posted by Howard Lewis Ship <hl...@gmail.com>.
I suspect its a bug in Javassist.  I'm on the road with limited
internet access right now.

On Fri, Oct 3, 2008 at 12:39 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Mon, Sep 29, 2008 at 1:36 PM, Howard Lewis Ship <hl...@gmail.com> wrote:
>
>> Which exact version of Tapestry?
>
> Howard do you have any idea of what is going on?
> Didn't mean to bother, is just a ping.
>
> Thanks
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: java.lang.Verify error

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Sep 29, 2008 at 1:36 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> Which exact version of Tapestry?

Howard do you have any idea of what is going on?
Didn't mean to bother, is just a ping.

Thanks
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: java.lang.Verify error

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Sep 29, 2008 at 1:36 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> Which exact version of Tapestry?

I think i narrowed the cases... could it be related in some ways to a
switch statement on a Enum class? The methods were i get most (i may
say all but i'm not sure) of errors does contain that code...

-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: java.lang.Verify error

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Sep 29, 2008 at 1:36 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> Which exact version of Tapestry?

Didn't mention before, sorry, it's 5.0.15


-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: java.lang.Verify error

Posted by Howard Lewis Ship <hl...@gmail.com>.
Which exact version of Tapestry?

On Mon, Sep 29, 2008 at 1:58 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> I'm experimenting this error on some random pages. Only on pages event
> handler methods and only some times not all the times i compile and
> redeploy.
>
> It's strange since I've tried both JDK 1.5 and 1.6 and the errors
> still randomly, to solve i just have to modify a class file, recompile
> and redeploy and if I'm lucky the app runs fine.
>
> it's the first time i encounter this problem, the machine is
> configured as usual with other machine i got which runs always fine.
>
> The error is: java.lang.Verify: Illegal constant pool.
>
> Thanks for any hints!
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org