Hi,

Looks like some method in either your bean or remote interfaces is missing
declaration. The verifier never finishes, though it never produces any
output either. So looks like there's an exception (such as
NoSuchMethodException) but it gets consumed by either the verifier or the
ContainerFactory.

Check your bean and interfaces and your deployment XML files. And if you
can, send me the beans so I can run tests with it.

-- Juha


On Mon, 6 Nov 2000, Adrian K�pe wrote:

> Hello there,
> 
> I've build a simple BMP where the create, store, load, remove etc. are
> empty methods for the time being. Starting the JBoss server with my own
> configuration constraints produce any kind of errors or exceptions ...
> When I tried to deploy the beans, I've received the following
> exceptions:
>  (the BMP is the ProfileDatabase (Bean/Home/) class and the rest are
> state full or CMP beans. All are running in the same application
> server).
> 
> [Default] Shutdown hook added
> [Default] jBoss 2.0 BETA-PROD-03 Started
> [Auto deploy] Auto deploy of
> file:/C:/Programme/jboss-2.0b3/deploy/classes.jar
> [Container factory]
> Deploying:file:/C:/Programme/jboss-2.0b3/deploy/classes.jar
> [Verifier] Verifying
> file:/C:/Programme/jboss-2.0b3/tmp/deploy/tmpejbjar31244.ja
> r
> [Container factory] Deploying Profile
> [Container factory] Deploying ProfileProperties
> [Container factory] Deploying ProfileDatabase
> [Container factory] Deploying PasswordProfileSession
> [JAWS] Table 'Profile' already exists
> [Container factory] java.lang.NoSuchMethodException
> [Container factory]     at java.lang.Class.getMethod0(Native Method)
> [Container factory]     at java.lang.Class.getMethod(Class.java:888)
> [Container factory]     at
> org.jboss.ejb.plugins.BMPPersistenceManager.init(BMPP
> ersistenceManager.java:94)
> [Container factory]     at
> org.jboss.ejb.EntityContainer.init(EntityContainer.ja
> va:191)
> [Container factory]     at
> org.jboss.ejb.Application.init(Application.java:158)
> [Container factory]     at
> org.jboss.ejb.ContainerFactory.deploy(ContainerFactor
> y.java:722)
> [Container factory]     at
> org.jboss.ejb.ContainerFactory.deploy(ContainerFactor
> y.java:248)
> [Container factory]     at java.lang.reflect.Method.invoke(Native
> Method)
> [Container factory]     at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> rverImpl.java:1628)
> [Container factory]     at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> rverImpl.java:1523)
> [Container factory]     at
> org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:2
> 86)
> [Container factory]     at
> org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:222)
> 
> [Container factory]     at java.lang.Thread.run(Thread.java:484)
> [Auto deploy] Deployment
> failed:file:/C:/Programme/jboss-2.0b3/deploy/classes.ja
> r
> [Auto deploy] java.lang.NullPointerException
> [Auto deploy]   at
> org.jboss.ejb.plugins.EnterpriseInstanceCache.stop(Enterprise
> InstanceCache.java:231)
> [Auto deploy]   at
> org.jboss.ejb.StatefulSessionContainer.stop(StatefulSessionCo
> ntainer.java:246)
> [Auto deploy]   at org.jboss.ejb.Application.stop(Application.java:187)
> [Auto deploy]   at
> org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:7
> 49)
> [Auto deploy]   at
> org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:2
> 48)
> [Auto deploy]   at java.lang.reflect.Method.invoke(Native Method)
> [Auto deploy]   at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl
> .java:1628)
> [Auto deploy]   at
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl
> .java:1523)
> [Auto deploy]   at
> org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:286)
> [Auto deploy]   at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:222)
> 
> [Auto deploy]   at java.lang.Thread.run(Thread.java:484)
> 
> Could someone tell me where I've missed configured or implemented ???
> Tank you.
> Bye.
> 
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
> 
> 



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to