From: <php...@li...> - 2006-10-14 16:37:19
|
am able to deploy an EAR into Jboss 4.0.4GA (ejb3 install) and can call an EJB3 Stateless Session. I am however, having a little problem with logging - as soon as my EAR is deployed (or the original WAR) my console locks up. I have managed to connect to the log4j output using Chainsaw so I know things are still working. Why is my console and normal logging disappearing. I sometimes get the following exception also - on a deployment (things still appear to work okay though) 2006-10-14 17:03:44,626 DEBUG [org.jboss.invocation.pooled.server.ServerThread] beginning dorun 2006-10-14 17:03:44,636 ERROR [org.jboss.invocation.pooled.server.ServerThread] Failed to initialize java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) at java.io.BufferedInputStream.read(BufferedInputStream.java:313) at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2222) at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2235) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2703) at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:760) at java.io.ObjectInputStream.<init>(ObjectInputStream.java:278) at org.jboss.invocation.pooled.interfaces.OptimizedObjectInputStream.<init>(OptimizedObjectInputStream.java:131) at org.jboss.invocation.pooled.server.ServerThread.dorun(ServerThread.java:265) at org.jboss.invocation.pooled.server.ServerThread.run(ServerThread.java:156) p.s. Why is there such restrictions on posts to this forum - seems a little over censored in my opinion. I have been writing software for many years, I admit to having no PHP experience, but I have had a few problems which I think had to do with the documentation not being particularly clear, are you afraid of a bit of constructive criticism? --------------------------------- Try the all-new Yahoo! Mail . "The New Version is radically easier to use" The Wall Street Journal |