[jboss-user] [Installation, Configuration & Deployment] - Verification of Enterprise Beans failed

anilksharma do-not-reply at jboss.com
Mon Oct 9 05:33:28 EDT 2006


Hi -

Sorry but I am a newbie to JBoss and I am having a problem with deploying a very simple EJB to Jboss 3.2.5. (Unfortunately I have to use JBoss 3.2.5 because of a third party application that is running on it).

I have written a very simple EJB which deploys on my JBoss 3.2.5 on PC at home, but does not deploy on my jboss installation on a linux box.

The error I get is:


Verification of Enterprise Beans Failed, and the error message above that is simply could not create deployment :file: <path to jar file> with no other explanation. (The stack trace is below)

As it runs on my PC based JBoss installation (same version) but not on the linux version I'm assuming it's a configuration issue. 

Could anyone please advise me where I'm going wrong? The file I'm trying to deploy is a jar file.

Many thanks in advance,
Anil.

2006-10-09 09:45:46,089 ERROR [org.jboss.deployment.MainDeployer] could not create deployment: file:/opt/semantico/slot/Adobe/1/LiveCycle_7.0.2/PolicyServer/jboss-3.2.5/server/all/deploy/helloserver.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
        at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:517)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:790)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:644)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
        at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
        at $Proxy7.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:212)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:191)


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

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



More information about the jboss-user mailing list