Will the 4.0.33 release also fix the array out of bounds issue with the IBM
J9 1.7 JVM?
[12-10-10 13:34:45.205] {resin-main-link}
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -80
                        at
com.caucho.hessian.util.IdentityIntMap.put(IdentityIntMap.java:141)
                        at
com.caucho.hessian.io.Hessian2Output.addRef(Hessian2Output.java:1407)
                        at
com.caucho.hessian.io.Hessian2Output.addRef(Hessian2Output.java:1339)
                        at
com.caucho.hessian.io.UnsafeSerializer.writeObject(UnsafeSerializer.java:163)
                        at
com.caucho.hessian.io.Hessian2Output.writeObject(Hessian2Output.java:465)
                        at
com.caucho.hmtp.HmtpWriter.message(HmtpWriter.java:128)
                        at
com.caucho.hmtp.HmtpWebSocketWriter.message(HmtpWebSocketWriter.java:107)
                        at
com.caucho.server.resin.ResinActor.sendWarning(ResinActor.java:84)
                        at
com.caucho.server.resin.ResinWarningHandler.warning(ResinWarningHandler.java:55)
                        at
com.caucho.env.warning.WarningService.sendWarning(WarningService.java:98)
                        at
com.caucho.env.shutdown.ShutdownSystem.startFailSafeShutdown(ShutdownSystem.java:268)
                        at
com.caucho.env.shutdown.ShutdownSystem.startFailSafeShutdown(ShutdownSystem.java:249)
                        at
com.caucho.env.shutdown.ShutdownSystem.shutdown(ShutdownSystem.java:228)
                        at
com.caucho.env.shutdown.ShutdownSystem.shutdownActive(ShutdownSystem.java:208)
                        at
com.caucho.server.resin.ResinActor.destroy(ResinActor.java:166)
                        at
com.caucho.server.resin.ResinLink.run(ResinLink.java:78)
                        at
com.caucho.env.thread2.ResinThread2.runTasks(ResinThread2.java:173)
                        at
com.caucho.env.thread2.ResinThread2.run(ResinThread2.java:118)



Steve Francis
zSeries Systems Engineer
IBM SO Delivery, Server Systems Operations

Office:  770-442-7157



On Wed, Oct 10, 2012 at 1:00 PM, <resin-interest-requ...@caucho.com> wrote:

> Send resin-interest mailing list submissions to
>         resin-interest@caucho.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://maillist.caucho.com/mailman/listinfo/resin-interest
> or, via email, send a message with subject or body 'help' to
>         resin-interest-requ...@caucho.com
>
> You can reach the person managing the list at
>         resin-interest-ow...@caucho.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of resin-interest digest..."
>
>
> Today's Topics:
>
>    1. resin-pro-4.0.31 and IBM JDK 1.6.0 (Deepak Ramaprasad)
>    2. Re: resin-pro-4.0.31 and IBM JDK 1.6.0 (Paul Cowan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 10 Oct 2012 09:57:45 +0530
> From: Deepak Ramaprasad <rdee...@nmsworks.co.in>
> Subject: [Resin-interest] resin-pro-4.0.31 and IBM JDK 1.6.0
> To: General Discussion for the Resin application server
>         <resin-interest@caucho.com>
> Message-ID:
>         <CABxZ7h1VS5aG4-G=
> 3dvb59qppnckyctj1spjv3d8uz7usj-...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Greetings!
>
> I'm trying to start resin without any apps deployed with the 64bit IBM
> JDK on Linux. Keep getting this error. This error is also reproducible
> on AIX.
>
> rdeepak@rdeepak-desktop:~/Development/project/resin-pro-4.0.31$
> ./bin/resin.sh start
> conf/resin.xml:5: java.lang.NullPointerException
>
> 3:   -->
> 4: <resin xmlns="http://caucho.com/ns/resin";
> 5:        xmlns:resin="urn:java:com.caucho.resin">
> 6:
> 7:   <!-- property-based Resin configuration -->
>
> IBM JDK details:
>
> rdeepak@rdeepak-desktop:~/Development/project/resin-pro-4.0.31$ java
> -version
> java version "1.6.0"
> Java(TM) SE Runtime Environment (build pxa6460sr11-20120806_01(SR11))
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64
> jvmxa6460sr11-20120801_118201 (JIT enabled, AOT enabled)
> J9VM - 20120801_118201
> JIT  - r9_20120608_24176ifx1
> GC   - 20120516_AA)
> JCL  - 20120713_01
>
> Thanks
> Deepak
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 10 Oct 2012 10:24:56 -0400
> From: Paul Cowan <co...@caucho.com>
> Subject: Re: [Resin-interest] resin-pro-4.0.31 and IBM JDK 1.6.0
> To: General Discussion for the Resin application server
>         <resin-interest@caucho.com>
> Message-ID: <1669f5bf-d825-4e35-987d-ac245664f...@caucho.com>
> Content-Type: text/plain; charset="us-ascii"
>
>
> On Oct 10, 2012, at 12:27 AM, Deepak Ramaprasad wrote:
>
> > Greetings!
> >
> > I'm trying to start resin without any apps deployed with the 64bit IBM
> > JDK on Linux. Keep getting this error. This error is also reproducible
> > on AIX.
> >
> > rdeepak@rdeepak-desktop:~/Development/project/resin-pro-4.0.31$
> > ./bin/resin.sh start
> > conf/resin.xml:5: java.lang.NullPointerException
>
> Hi Deepak,
>
> We recently traced this to an apparent bug in the IBM J9 1.6 JVM.  There
> is a bug report with details here:
>
> http://bugs.caucho.com/view.php?id=5240
>
> I expect we will add exception handling for it in the next Resin 4.0
> release (4.0.33) which not scheduled yet, but will likely be cut in 3-6
> weeks from now.
>
> Thanks,
> Paul
>
>
> >
> > 3:   -->
> > 4: <resin xmlns="http://caucho.com/ns/resin";
> > 5:        xmlns:resin="urn:java:com.caucho.resin">
> > 6:
> > 7:   <!-- property-based Resin configuration -->
> >
> > IBM JDK details:
> >
> > rdeepak@rdeepak-desktop:~/Development/project/resin-pro-4.0.31$ java
> -version
> > java version "1.6.0"
> > Java(TM) SE Runtime Environment (build pxa6460sr11-20120806_01(SR11))
> > IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux amd64-64
> > jvmxa6460sr11-20120801_118201 (JIT enabled, AOT enabled)
> > J9VM - 20120801_118201
> > JIT  - r9_20120608_24176ifx1
> > GC   - 20120516_AA)
> > JCL  - 20120713_01
> >
> > Thanks
> > Deepak
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
> >
> > _______________________________________________
> > resin-interest mailing list
> > resin-interest@caucho.com
> > http://maillist.caucho.com/mailman/listinfo/resin-interest
>
> ===============================
> Paul Cowan, Software Engineer
> Caucho Technology
> co...@caucho.com
> http://blog.caucho.com
> http://twitter.com/cauchoresin
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://maillist.caucho.com/pipermail/resin-interest/attachments/20121010/580c50b8/attachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>
> End of resin-interest Digest, Vol 76, Issue 3
> *********************************************
>
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to