[jboss-user] [Installation, Configuration & Deployment] - Re: Newbie - INIT_WAITING_DEPLOYER error when test.jar deplo

PeterJ do-not-reply at jboss.com
Sun Oct 1 15:08:00 EDT 2006


you did not copy test.jar to the deploy directory, you copied test.zip to the deploy directory. JBoss does not have a deployer that knows what to do with a zip file. That is the reason for the INIT_WAITING_DEPLOYER state - it cannot initalize the zip until a deployer for zip files is deployed.

Perhaps the zip file contains the jar file, in which case, first remove the jar from the zip and then deploy the jar. (I am making the asumption that the jar file contains EJBs, and that you want to deploy those EJBs.)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975364#3975364

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975364



More information about the jboss-user mailing list