0 Replies Latest reply on Aug 15, 2002 7:11 AM by andreika

    J2EEDeploymentException

    andreika

      Hello everybody!

      I am trying to deploy a EJB application to the jboss2.4.4 and I am getting the following exception:

      org.jboss.deployment.J2eeDeploymentException: EJB module: C:\tomcat\JBoss-2.4.4_Tomcat-4.0.\jboss\deploy\encts\controll
      er.jar is not a directory
      at org.jboss.deployment.LocalDirInstaller.execute(LocalDirInstaller.java:134)
      at org.jboss.deployment.InstallerFactory.install(InstallerFactory.java:120)
      at org.jboss.deployment.J2eeDeployer.installApplication(J2eeDeployer.java:409)
      at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:185)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at .....

      structure of .ear file seems to be OK. application.xml and ejb-jar.xml are also OK.

      Does anybody know what could be the reason?
      Thanks in advance,
      Andrei