On Oct 21, 2010, at 6:03 AM, joe wrote:

> Hi,
> 
> I tried to deploy an ejb.jar to the new OpenEJB 3.1.3 and having
> problems atfer the first successful deployment.
> 
> Deploying for the first time (empty apps dir, btw. the openejb-3.1.3.zip does 
> not contain an empty apps dir) works perfectly:
> 
> openejb deploy -s ejbd://joe:40000 -u 
> C:\Users\joe\development\eclipse-java-helios-win32-workspace\dc5-ejb\build\dc5-ejb-5.0.0.jar
> Application deployed successfully at 
> "C:\Users\joe\development\eclipse-java-helios-win32-workspace\dc5-ejb\build\dc5-ejb-5.0.0.jar"
> App(id=C:\Users\joe\development\servers\openejb-3.1.3\apps\dc5-ejb-5.0.0.jar)
>    EjbJar(id=dc5-ejb-5.0.0.jar, 
> path=C:\Users\joe\development\servers\openejb-3.1.3\apps\dc5-ejb-5.0.0.jar)
>        Ejb(ejb-name=BackupJobServiceEJB, id=BackupJobServiceEJB)
>            Jndi(name=BackupJobServiceEJBRemote)
>        ...
> 
> 
> Deploying for the second time seems not to work:
> openejb deploy -s ejbd://joe:40000 -u 
> C:\Users\joe\development\eclipse-java-helios-win32-workspace\dc5-ejb\build\dc5-ejb-5.0.0.jar
> Application was undeployed from the runtime server but could not be deleted 
> from the file system and will have to be deleted by hand:
> C:\Users\joe\development\servers\openejb-3.1.3\apps\dc5-ejb-5.0.0.jar
> 
> 
> Deploying for the third time, and all following deployment tries:
> openejb deploy -s ejbd://joe:40000 -u 
> C:\Users\joe\development\eclipse-java-helios-win32-workspace\dc5-ejb\build\dc5-ejb-5.0.0.jar
> Application already deployed at 
> "C:\Users\joe\development\servers\openejb-3.1.3\apps\dc5-ejb-5.0.0.jar"
> 
> 
> Something changed in the deployment process?

There should be an apps dir.  So that's definitely something we'll want to fix.

Can you post your deploy command as well?  I'll trace your footsteps in a 
Windows VM using our itests jar.


-David

Reply via email to