Hi all,
I've just built the latest CVS version of JBoss and deployed an app
which I've been running without any problems. Everything is fine - the
initial deployment goes without a hitch. But when I rebuild the app and
copy the jar file to the jboss "deploy" directory the autodeployer
cracks up with the stack trace below. It seems to run into problems
attempting to undeploy the current version.
The version I've been usin g up till now was quite a bit older (i.e.
before the changes to the configuration files were implemented) and
we've been running a live server on that without problems since before
Christmas (very impressed btw. It's been our first EJB project and has
been relatively painless thanks to the ease of use JBoss provides).
Anyone got any ideas? It's obviously not a show-stopper because I can
restart the server and the deployment succeeds, but it does seem like
something may be broken in the current build.
Luke.
[Auto deploy] Auto deploy of
file:/F:/jboss_tomcat/jboss/deploy/bestbuy.jar
[J2EE Deployer Default] Stopping module bestbuy.jar
[Container factory]
Undeploying:file:/F:/jboss_tomcat/jboss/tmp/deploy/Default/bestbuy.jar/ejb1001.jar
[Container factory] java.net.SocketException: Connection shutdown:
JVM_recv in socket input stream read
[Container factory] at java.net.SocketInputStream.socketRead(Native
Method)
[Container factory] at
java.net.SocketInputStream.read(SocketInputStream.java:86)
[Container factory] at
java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
[Container factory] at
java.io.BufferedInputStream.read(BufferedInputStream.java:204)
[Container factory] at
java.io.ObjectInputStream.peekCode(ObjectInputStream.java:1549)
[Container factory] at
java.io.ObjectInputStream.refill(ObjectInputStream.java:1683)
[Container factory] at
java.io.ObjectInputStream.read(ObjectInputStream.java:1659)
[Container factory] at
java.io.ObjectInputStream.readByte(ObjectInputStream.java:1905)
[Container factory] at
org.spydermq.distributed.server.DistributedJMSServerUILClient.waitAnswer(DistributedJMSServerUILClient.java:97)
[Container factory] at
org.spydermq.distributed.server.DistributedJMSServerUILClient.connectionClosing(DistributedJMSServerUILClient.java:159)
[Container factory] at
org.spydermq.SpyConnection.close(SpyConnection.java:208)
[Container factory] at
org.jboss.ejb.plugins.AbstractInstanceCache.destroy(AbstractInstanceCache.java:367)
[Container factory] at
org.jboss.ejb.EntityContainer.destroy(EntityContainer.java:293)
[Container factory] at
org.jboss.ejb.Application.destroy(Application.java:200)
[Container factory] at
org.jboss.ejb.ContainerFactory.undeploy(ContainerFactory.java:912)
[Container factory] at
org.jboss.ejb.ContainerFactory.undeploy(ContainerFactory.java:275)
[Container factory] at java.lang.reflect.Method.invoke(Native
Method)
[Container factory] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Container factory] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Container factory] at
org.jboss.deployment.J2eeDeployer.stopApplication(J2eeDeployer.java:475)
[Container factory] at
org.jboss.deployment.J2eeDeployer.undeploy(J2eeDeployer.java:230)
[Container factory] at
org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:164)
[Container factory] at java.lang.reflect.Method.invoke(Native
Method)
[Container factory] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Container factory] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Container factory] at
org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:358)
[Container factory] at
org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:221)
[Container factory] at java.lang.Thread.run(Thread.java:484)
[Container factory] java.rmi.RemoteException: Cannot contact the remote
object
[Container factory] at
org.spydermq.distributed.server.DistributedJMSServerUILClient.failure(DistributedJMSServerUILClient.java:117)
[Container factory] at
org.spydermq.distributed.server.DistributedJMSServerUILClient.waitAnswer(DistributedJMSServerUILClient.java:110)
[Container factory] at
org.spydermq.distributed.server.DistributedJMSServerUILClient.connectionClosing(DistributedJMSServerUILClient.java:159)
[Container factory] at
org.spydermq.SpyConnection.close(SpyConnection.java:208)
[Container factory] at
org.jboss.ejb.plugins.AbstractInstanceCache.destroy(AbstractInstanceCache.java:367)
[Container factory] at
org.jboss.ejb.EntityContainer.destroy(EntityContainer.java:293)
[Container factory] at
org.jboss.ejb.Application.destroy(Application.java:200)
[Container factory] at
org.jboss.ejb.ContainerFactory.undeploy(ContainerFactory.java:912)
[Container factory] at
org.jboss.ejb.ContainerFactory.undeploy(ContainerFactory.java:275)
[Container factory] at java.lang.reflect.Method.invoke(Native
Method)
[Container factory] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Container factory] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Container factory] at
org.jboss.deployment.J2eeDeployer.stopApplication(J2eeDeployer.java:475)
[Container factory] at
org.jboss.deployment.J2eeDeployer.undeploy(J2eeDeployer.java:230)
[Container factory] at
org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:164)
[Container factory] at java.lang.reflect.Method.invoke(Native
Method)
[Container factory] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Container factory] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Container factory] at
org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:358)
[Container factory] at
org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:221)
[Container factory] at java.lang.Thread.run(Thread.java:484)
--
Luke Taylor.
PGP Key ID: 0x57E9523C
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]