Hi Vincent,

you wrote: Have you tried deploying a simple EAR to verify it works?  i have
deployed ears on the jboss server home directory. Why the server is not
starting up in the target directory.

thanks
Manisha

On 2/20/06, Vincent Massol <[EMAIL PROTECTED]> wrote:
>
> Hi Manisha,
>
> I don't know what the problem is. Have you tried deploying a simple EAR to
> verify it works? I'd recommend that you use the Cargo mailing lists (see
> http://cargo.codehaus.org) to discuss this.
>
> Thanks
> -Vincent
>
> > -----Original Message-----
> > From: Manisha Sur [mailto:[EMAIL PROTECTED]
> > Sent: lundi 20 février 2006 11:32
> > To: Maven Users List
> > Subject: cargo:start generates startup exceptions for jboss
> >
> > Hi ,
> >
> > i have the following properties set:
> >
> > cargo.containers=jboss
> > cargo.container.jboss.containerId=jboss3x
> > cargo.container.jboss.home=c:/jboss-3.2.3
> > cargo.container.jboss.config.type=standalone
> > cargo.container.jboss.config.dir=${maven.build.dir}/jboss/config
> > #cargo.container.jboss.config.dir=${cargo.container.jboss.home
> > }/server/default
> > cargo.container.jboss.config.standalone.servlet.port=8080
> > cargo.container.jboss.config.standalone.hostname = localhost
> > cargo.container.jboss.config.standalone.logging=high
> > cargo.container.jboss.start.output = c:/temp/jboss323.out
> > cargo.container.jboss.start.log = c:/temp/jboss323.log
> > cargo.container.jboss.deployables=petstoreApp
> > cargo.deployable.petstoreApp.type=ear
> > cargo.deployable.petstoreApp.file=${maven.build.dir}/petstore-ear-
> > ${pom.currentVersion}.ear
> >
> > while running the maven cargo:start goal , the following output in the
> > output log:
> >
> > .............
> > .............
> > 50:27,863 INFO  [MainDeployer] Starting deployment of package:
> > file:/C:/trunk/master/target/jboss/config/conf/jboss-service.xml
> > 15:50:28,972 WARN  [ServiceConfigurator] Failed to complete install
> > java.lang.ClassNotFoundException: No ClassLoaders found for:
> > org.jboss.system.pm.AttributePersistenceService
> >  at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:161)
> > ...............
> > ...............
> > 15:50:28,972 WARN  [ServiceConfigurator] Failed to complete install
> > java.lang.ClassNotFoundException: No ClassLoaders found for:
> > org.jboss.util.threadpool.BasicThreadPool
> >  at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:161)
> >  at org.jboss.mx.loading.UnifiedClassLoader3.loadClassImpl(
> > UnifiedClassLoader3.java:169)
> > .................
> > ................
> > 15:50:29,316 INFO  [LocalJBossServerDomain] Found 3 domain mbeans
> > 15:50:29,331 ERROR [MainDeployer] could not create deployment:
> > file:/C:/j2ee-maven-1.0/maven-petstore-1.4
> > /trunk/master/target/jboss/config/conf/jboss-service.xml
> > org.jboss.deployment.DeploymentException: create operation failed for
> > package file:/C:/j2ee-maven-1.0/maven-petstore-1.4
> > /trunk/master/target/jboss/config/conf/jboss-service.xml; - nested
> > throwable: (javax.management.InstanceNotFoundException:
> > jboss:service=AttributePersistenceService is not registered.)
> >  at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
> > .................
> > .................
> > 15:50:29,394 INFO  [Server] Shutting down all services
> > Shutting down
> > 15:50:29,394 INFO  [ServiceController] Stopping 5 services
> > 15:50:29,394 INFO  [SARDeployer] Stopping
> > jboss.system:service=ServiceDeployer
> > .....................
> > ...................
> > I need help ASAP.
> >
> > --
> > Warm Regards
> > Manisha
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Warm Regards
Manisha Sur

Reply via email to