0 Replies Latest reply on Nov 9, 2004 3:30 AM by darkman97i

    Problems on EJB hot redeploy Jboss 3.2.3

    darkman97i

      Hello,

      I've got a JBoss 3.2.3 and Jbuilder X.

      My problem is that any change on EJB (jar) and the redeployment to aplication server is not make since I stop the server and restarted (not in hot). In case of war files this problem not occurs ?

      Is a problem of Jboss 3.2.3 ? or a need some special parameters on server configurations ?

      Here is a trace of redeployment, it appears can't delete tmp file ?? is that the problem ?

      09:26:54,421 INFO [EjbModule] Stopping jboss.j2ee:module=ejbs.jar,service=EjbModule
      09:26:54,468 INFO [StatelessSessionContainer] Stopping jboss.j2ee:jndiName=ejb/lob,service=EJB
      09:26:54,484 INFO [StatelessSessionInstancePool] Stopping jboss.j2ee:jndiName=ejb/lob,plugin=pool,service=EJB
      09:26:54,593 INFO [EJBModule] destroy(), remove EJB-Module: jboss.management.local:J2EEApplication=null,J2EEServer=Local,j2eeType=EJBModule,name=ejbs.jar
      09:26:54,609 WARN [DeploymentInfo] Could not delete file:/C:/jboss-3.2.3/server/default/tmp/deploy/tmp34736ejbs.jar restart will delete it
      09:26:54,625 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss-3.2.3/server/default/deploy/ejbs.jar
      09:26:55,609 INFO [EjbModule] Deploying lob
      09:26:56,171 INFO [StatelessSessionInstancePool] Started jboss.j2ee:jndiName=ejb/lob,plugin=pool,service=EJB
      09:26:56,187 INFO [StatelessSessionContainer] Started jboss.j2ee:jndiName=ejb/lob,service=EJB
      09:26:56,203 INFO [EjbModule] Started jboss.j2ee:module=ejbs.jar,service=EjbModule
      09:26:56,203 INFO [EJBDeployer] Deployed: file:/C:/jboss-3.2.3/server/default/deploy/ejbs.jar
      09:26:56,281 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.3/server/default/deploy/ejbs.jar

      Thanks