My application calls an ejb which in turn calls other ejbs. The application runs 24h a day 7 days a week and incurs a lot of database and network calls. Most of the time everything runs fine. Sometimes for short intervalls, I get a string of exceptions. Even though, I do not do anything usually, most of the time the application continues running normally. Sometimes I get a transaction time out after the string of exceptions and the application hangs. Here are the error messages: Wed, May 16, 2001 10:13 AM Error polling for batches. java.rmi.UnmarshalException in batchserver.Poller.poll(): Error unmarshaling return header; nested exception is: java.io.EOFException Wed, May 16, 2001 10:13 AM Cannot store error message in database. javax.naming.NoInitialContextException in fxserver.ejb.support.LogWriter.store(): Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial [Poster] Batch path: E:\jboss\bin\bin\netsend.bat "BATCHES error: Exception creating connection to: cmtexwebdev; nested exception is: java.net.SocketException: Descriptor not a socket: create" [Poster] Batch path: E:\jboss\bin\bin\netsend.bat "BATCHES error: Exception crea ting connection to: cmtexwebdev; nested exception is: Exception creating connection to: 171.6.106.51; nested exception is: java.net.SocketException: Descriptor not a socket: create [Poster] The message: 'Error posting batches.' cannot be send by FX Batch to System. java.rmi.ConnectIOException in messageclient.MessageClientImpl.send(): Exception creating connection to: 171.6.106.51; nested exception is: java.net.SocketException: Descriptor not a socket: create It looks like there has been a network problem. Most all the calls, however, are directed to ejbs running on the same machine as the calling clients. Does any-one have any ideas what is going on? Thank you for your help! Thomas Kirsch _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
