1 Reply Latest reply on Nov 28, 2011 6:25 AM by gertv

    Servicemix shutting down with activemq java.io.EOFException

    sanre6

      Hi,

          i have an osgi bundle which routes messages from java pojo's to activemq destinations and vice versa .Using camel for above integration .

       

      i am using default activemq broker that comes with fuse . But , i have removed persistence for messages(attached broker xml ) . i have high volume of messages coming in (300-500 messages per sec) per destination . My application runs fine for 2 hrs all the while with constant memory consumption then suddenly it crashes with following exception

       

      12:56:35,271 | INFO  | 192.100.47:38726 | Transport                        | 49 - org.apache.activemq.activemq-core - 5.5.0.fuse-00-43 | Transport failed: java.io.EOFException

      12:56:35,276 | INFO  | 192.100.51:54970 | Transport                        | 49 - org.apache.activemq.activemq-core - 5.5.0.fuse-00-43 | Transport failed: java.io.EOFException

      12:56:35,294 | INFO  | 192.100.47:38730 | Transport                        | 49 - org.apache.activemq.activemq-core - 5.5.0.fuse-00-43 | Transport failed: java.io.EOFException

      12:56:35,304 | INFO  | 192.100.50:42024 | Transport                        | 49 - org.apache.activemq.activemq-core - 5.5.0.fuse-00-43 | Transport failed: java.io.EOFException

      12:56:35,304 | INFO  | 192.100.50:42025 | Transport                        | 49 - org.apache.activemq.activemq-core - 5.5.0.fuse-00-43 | Transport failed: java.io.EOFException

       

       

      fuse version : apache-servicemix-4.4.0-fuse-00-43

      activemq broker file attached

       

       

      i run servicemix as a background process in linux by servicemix server & command , i have seen servicemix run out of memory and gets hung when i used to kill it forcibly . But , now there is no increase in memory or anything , it just crashes with the above exception and the pid for it vanishes . i have run quite a few times with the same result

       

      Any help would be appreciated

       

       

      Thanks

      sanre6

        • 1. Re: Servicemix shutting down with activemq java.io.EOFException
          gertv

          L.S.,

           

           

          In order to figure out the reason for the JVM shutting down, it would be good if you could send us the servicemix.log file.  If you're not seeing any indication to for this shutdown in that log file at all, perhaps it's the JVM itself that crashed.  If that's the case, you should be able to find a hs_err_pid_.log file for the JVM crash, so feel free to send that along as well.

           

           

          Regards,

           

          Gert Vanthienen