Hi Leandro,
I assume you copied the nuxeo.ear you unzipped to
$JBOSS_HOME/server/default/deploy/nuxeo.ear
You can download our libraries from http://archiva.nuxeo.org/archiva/ :
Copy these files into $JBOSS_HOME/server/default/lib/
Retrieve ear-deployer.xml from
http://svn.nuxeo.org/nuxeo/nuxeo-ep/tags/5.1.2/jboss-4.0.4.GA.patch/src/main/xml/ear-deployer.xml
and copy it to $JBOSS_HOME/server/default/deploy/ (it's the main
modification done by "ant patch" even if it does more)
Run "export JAVA_OPTS='$JAVA_OPTS -XX:MaxPermSize=128m -Xmx512m'" and
launch JBoss.
That's all.
Alternate way, from source code.
If you wanted to start from svn, then :
- the good root URL for Nuxeo-EP is
http://svn.nuxeo.org/nuxeo/nuxeo-ep/tags/5.1.2/ (the error log you give
make me think you didn't start with a recent version, neither had
properly configured maven)
- you will need to set up maven, ant, java ; follow
http://doc.nuxeo.org/ (in particular, the getting started chapter)
- then the manual installation is :
- and if you wanted to use our JBoss ant patching script, then :
Best regards,
Julien C.
Leandro a écrit :
Thank you for the nuxeo.ear.zip.
I tried to follow your instructions: I install jboss with ejb3
installation and it runs fine. Then I decompress the nuxeo.ear.zip in
{jboss home}/server/default/deploy/nuxeo, but I was unable to issue "ant
patch" to add nuxeo-common and nuxeo-runtime-jboss-extensions to server
lib. In your archive there is no build.xml to use with ant, nor I find
nuxeo-common or nuxeo-runtime...jar in it. I copy them from the
installer but even with them I get the following error:
...
17:51:21,918 INFO [ServiceEndpointManager] WebServices:
jbossws-1.0.3.SP1 (date=200609291417)
17:51:24,132 ERROR [BasicMBeanRegistry] Cannot register MBean
java.lang.NoClassDefFoundError: org/nuxeo/runtime/RuntimeService
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
at java.lang.Class.privateGetPublicMethods(Class.java:2519)
...
Any hint?
Leandro
PS
I tried the other way, starting from svn code, but I get the following
error:
mvn package
[INFO] Scanning for projects...
Downloading:
http://repo1.maven.org/maven2/org/nuxeo/nuxeo-ecm/2/nuxeo-ecm-2.pom
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
It seems the repo1 doesn't contain nuxeo dir anymore.
Julien CARSIQUE ha scritto:
Hello,
There are nuxeo.ear.zip available on archiva.nuxeo.com.
It was missing in our latests releases; I've just fixed it so you can
now download Nuxeo-EP 5.1.2 from :
http://archiva.nuxeo.org/archiva/repository/nuxeo_release/org/nuxeo/ecm/platform/nuxeo-platform-ear/5.1.2/nuxeo-platform-ear-5.1.2.zip
Remember, you may have to set up your JBoss.
We usually run "ant patch" from nuxeo-ep root (adding nuxeo-common and
nuxeo-runtime-jboss-extensions to server/default/lib, copying
ear-deployer.xml in server/default/deploy/, configuration launch
script to run "export JAVA_OPTS='$JAVA_OPTS -XX:MaxPermSize=128m
-Xmx512m'").
Have a look at
http://doc.nuxeo.org/current/reference/html/dev-environment-installation.html#d1275e6116
and http://www.mail-archive.com/[email protected]/msg02529.html
Best regards,
Julien
Leandro a écrit :
Hello,
I'd like to install Nuxeo in my JBoss server without using the provided
installer, but I cannot find an archive to download and install it.
Installer is a very cool way to test Nuxeo, but I'd like to customize
some parts (metadata) and I prefer to do it on a standard installation.
Thank you
Leandro
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
--
Julien CARSIQUE, Nuxeo (Paris, France)
Open Source Enterprise Content Management - http://www.nuxeo.org/
Nuxeo EP 5: extensible, Java EE and standards based ECM Platform
http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87
|