Julien CARSIQUE <[EMAIL PROTECTED]> writes:
>
> Hello,
>
> Did you successfully patched the three jboss ?
>
> You also have to add nxjmsserver to your hosts file :
>
> 172.16.2.113 nxcoreserver nxjmsserver
>
> Then, preferably start your servers in this order : core, server and
> platform. Stop them in the inverse order.
>
> Best regards,
>
> Sathish Kalaimani a écrit :
> > Hi All,
> >
> > This is inline with the below chain.
> >
> > We are able to build and run the application successfuliy inside Nuxeo
installer's default jboss as well
> as in standalone jboss4.0.5 GA (using JEMS installer). Thanks for all the
help.
> >
> > We tried splitting Nuxeo into 3 layers (namely - Core, Indexing and Web
Platform) and running in separate
> JBoss instances. We have splitted the Nuxeo in 3 different layers
successfully, but are unable to deploy
> the build in the three instances of JBoss running in three different
machines.
> >
> > While deploying Nuxeo in 3 different machines / JBoss instances, we have
just renamed the ear files as
> "nuxeo.ear" and deployed in 3 machines. We didn't changed anything else in
these ear files.
> >
> > We also added the following entries in HOSTS file of all these 3 machines.
> >
> > 172.16.2.113 nxcoreserver
> > 172.16.0.182 nxsearchserver
> > 172.16.3.2 nxplatformserver
> >
> > While starting the JBoss, we got the following errors in the different
layers
> >
> > In the machine where *Core layer* is running, we got the following error:
> >
> > "12:30:12,500 ERROR [MainDeployer] Could not
> > initialise deployment:
> > file:/C:/nuxeoProject/server/default/deploy/nuxeo.ear/
> > org.jboss.deployment.DeploymentException:
> > Deployment preprocessing failed for nuxeo.ear; - nested throwable:
> > (java.io.FileNotFoundException:
> > C:\nuxeoProject\server\default\deploy\nuxeo.ear\OSGI-
INF\templates\application.xml
> > (The system cannot find the path specified)) at
> > org.nuxeo.runtime.jboss.deployment.NuxeoDeployer.init
(NuxeoDeployer.java:222)"
> >
> > We got the same error in the machine where *Indexing Service layer* is
running.
> >
> > We got the following error in the machine where *Web Platform* layer is
running:
> >
> > "12:25:32,878 ERROR [MainDeployer|http://www.nuxeo.org/discussions/] Could
not start
> deployment: file:/C:/NuxeoServer/server/default/deploy/nuxeo.ear/
> > org.jboss.deployment.DeploymentException: No ClassLoaders found for:
> org.nuxeo.runtime.jboss.osgi.JBossOSGiAdapter; - nested
> > throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for:
org.nuxeo.runtime.jboss.osgi.JBossOSGiAdapter)"
> >
> >
> > Please advise if there are any configuration changes required in any of
the files inside the nuxeo ear
> files in different layers.
> > Also, please note that we haven't changed any configuration in the
nuxeo.ear files in any of the machines.
> >
> > An early response in this regard would be highlly appreciated.
> >
> > Thanks & Regards
> >
> > Sathish Kalaimani
> > _______________________________________________
> > ECM mailing list
> > [EMAIL PROTECTED]
> > http://lists.nuxeo.com/mailman/listinfo/ecm
> >
>
Hi Julien,
We have patched all the 3 JBoss servers.
We have added nxjmsserver in all the 3 machines HOSTS file as suggested by you.
We started the servers in the order suggested by you. Still we are getting the
same errors while JBoss start-up. Ideally "application.xml" should be present
in all the ears. We have a doubt like whether we are seperating these 3 ear
packages from the right place.
This is how we did:
We ran the following commands in Command prompt from this path
(where 'package.sh' is present) "C:\Nuxeo Ep\org.nuxeo.ecm.platform\nuxeo-
platform-ear". Is this the right path?
mvn -Dnuxeo.ear.assembly=nuxeo-core package
mvn -Dnuxeo.ear.assembly=nuxeo-indexing package
mvn -Dnuxeo.ear.assembly=nuxeo-webplatform package
We are working on Windows OS. Since we got some errors while using the "-o"
switch we neglected it. Is that fine?
Application is working fine when we run it as single ear file. The problem
comes while we divide into 3 and deploy it.
Thanks,
Sathish Kalaimani.
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm