03-16-2012 01:22 PM
I installed the Nuxeo IDE on Eclipse Helios. Installation went smoothly. Server starts and I can log into Nuxeo running under Eclipse without a problem. I updated the running server with changes from Studio without an issue.
However, when I try to deploy a simple Plugin Project (Seam Action Bean) or a WebEngine Project the deploy starts without complaint but then never returns or prints and messages in the server log.
I've checked the deployment mapping and everything seems to be in order. I checked the actual Nuxeo log file and nothing out the ordinary appears; I've also reinstalled the IDE on Eclipse. I'm using nuxeo-cap-5.5-tomcat-sdk as the SDK for eclipse. I've also opened port 8000 on my system firewall.
Is there anywhere else I should look or does anyone have a suggestion about what might be wrong?
03-20-2012 07:07 AM
Nuxeo IDE is generating a dedicated template for running the SDK. Did you started the SDK by hand ? If yes, you should activate that template by setting in your environment the following variable
NUXEO_CONF=bin/nuxeo-sdk.conf
Can you check also that the profile is correctly activated ? In your SDK, the file conf/Catalina/localhost/nuxeo.xml should contains the line
<Loader className="org.nuxeo.runtime.tomcat.NuxeoWebappLoader"
loaderClass="org.nuxeo.runtime.tomcat.dev.NuxeoDevWebappClassLoader" />
03-16-2012 01:40 PM
Are you sure you don't already have an instance running on your machine apart from the IDE?
03-16-2012 01:44 PM
I did have an instance of Nuxeo (non-IDE) running on port 8080 and stopped it when I realized I couldn't log into the IDE based server, after which I could log into the IDE-based Nuxeo register the image and do a Studio update.
03-16-2012 06:25 PM
Just to clarify, are you running the Nuxeo server in Eclipse?
03-20-2012 07:07 AM
Nuxeo IDE is generating a dedicated template for running the SDK. Did you started the SDK by hand ? If yes, you should activate that template by setting in your environment the following variable
NUXEO_CONF=bin/nuxeo-sdk.conf
Can you check also that the profile is correctly activated ? In your SDK, the file conf/Catalina/localhost/nuxeo.xml should contains the line
<Loader className="org.nuxeo.runtime.tomcat.NuxeoWebappLoader"
loaderClass="org.nuxeo.runtime.tomcat.dev.NuxeoDevWebappClassLoader" />
03-20-2012 11:58 AM
Thanks for the detailed response:
I have it working now. I suspect the items you outlined in the previous answer were done when I generated the SDK from the source download of 5.5.0.
At first I downloaded the 5.6.0 source which worked however I could not update my image from Studio because Studio was set for 5.5.0. So I downloaded the v5.5.0 sources, built the SDK per the instructions http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code. I was then able to update the running image from Studio and the example actions.
Thanks, again for the help
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.