Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005239 [Resin] minor always 10-09-12 09:35 10-15-12 10:54
Reporter cowan View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.33 Product Version
  Product Build
Summary 0005239: ArrayIndexOutOfBoundsException at com.caucho.hessian.util.IdentityIntMap.put
Description [12-10-09 10:48:39.997]INFO 10:48:39 10/09 Resin: Resin[id=app-0] started in 25179ms
                       
WarningService: Shutdown: Resin shutdown from unexpected watchdog exit.
[12-10-09 10:48:40.033]WARNING 10:48:40 10/09 ResinActor: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -59
                       java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -59
                           at com.caucho.hessian.util.IdentityIntMap.put(IdentityIntMap.java:141)
                           at com.caucho.hessian.io.Hessian2Output.writeObjectBegin(Hessian2Output.java:581)
                           at com.caucho.hessian.io.UnsafeSerializer.writeObject(UnsafeSerializer.java:169)
                           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)
Steps To Reproduce
Additional Information Rep by S. Francis
Attached Files

- Relationships

- Notes
(0006057)
cowan
10-09-12 09:45

On IBM J9 JVM
 
(0006058)
cowan
10-09-12 09:46

Earlier in the log (possibly unrelated)

[12-10-09 10:48:39.739]WARNING 10:48:39 10/09 WebApp: java.security.NoSuchAlgorithmException: no such algorithm: SHA1PRNG for provider SUN
                       java.security.NoSuchAlgorithmException: no such algorithm: SHA1PRNG for provider SUN
                           at sun.security.jca.GetInstance.getService(GetInstance.java:99)
                           at sun.security.jca.GetInstance.getInstance(GetInstance.java:218)
                           at java.security.SecureRandom.getInstance(SecureRandom.java:330)
 
(0006061)
cowan
10-09-12 11:03

Some JVM implementations produce a negative number on System.identityHashCode(). J9 1.7 does, while J9 1.6 does not. There is a report on stackoverflow that JRockit produces negative numbers also.
 

- Issue History
Date Modified Username Field Change
10-09-12 09:35 cowan New Issue
10-09-12 09:45 cowan Note Added: 0006057
10-09-12 09:46 cowan Note Added: 0006058
10-09-12 11:03 cowan Note Added: 0006061
10-15-12 10:54 ferg Assigned To  => ferg
10-15-12 10:54 ferg Status new => closed
10-15-12 10:54 ferg Resolution open => fixed
10-15-12 10:54 ferg Fixed in Version  => 4.0.33


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker