- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2011 02:39 PM
Nothing strange during installation (windows XP)
When I click on Nuxeo DM I have this message: Found NUXEO_CONF = C:\Documents and Settings\All Users\Application Data\Nuxeo DM \conf\nuxeo.conf Found JAVA_HOME = C:\Program Files\Java\jdk1.6.0_22 Using JAVA = C:\Program Files\Java\jdk1.6.0_22\bin\java.exe Launcher command: "C:\Program Files\Java\jdk1.6.0_22\bin\java.exe" -Dlauncher.ja va.opts="-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8" -Dnuxeo.home="C:\Program Files\Nuxeo DM" -Dnuxeo.conf="C :\Documents and Settings\All Users\Application Data\Nuxeo DM\conf\nuxeo.conf" -D nuxeo.log.dir="C:\Program Files\Nuxeo DM\log" -jar "C:\Program Files\Nuxeo DM\bi n\nuxeo-launcher.jar" gui start Nuxeo home: C:\Program Files\Nuxeo DM Nuxeo configuration: C:\Documents and Settings\All Users\Application Data\Nuxeo DM\conf\nuxeo.conf Include template: C:\Program Files\Nuxeo DM\templates\common Include template: C:\Program Files\Nuxeo DM\templates\default Include template: C:\Program Files\Nuxeo DM\templates\postgresql Detected Tomcat server. No current configuration, generating files... Configuration files generated. Sent server start command but could not get process ID.
When I go to localhost:8080/nuxeo I get the following message: 404 Not Found
The path '/nuxeo' was not found.
Traceback (most recent call last): File "cherrypy_cprequest.pyo", line 606, in respond File "cherrypy_cpdispatch.pyo", line 25, in call File "openobject\tools_expose.pyo", line 182, in func_wrapper File "openobject\controllers_root.pyo", line 90, in default File "cherrypy_cperror.pyo", line 227, in call NotFound: (404, "The path '/nuxeo' was not found.")
what is wrong.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2011 01:16 PM
It looks to me like you are running another server under the port 8080.
Try to make sure you can re-create your problem
Shutdown nuxeo.
Navigate to:
a) http://localhost:8080/ if you can, another server/service is running (CherryPy?)
b) To double check you had the same problem when posting your original message you could also navigate to: http://localhost:8080/nuxeo Is the error the same?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2011 03:00 PM
Can you give us the Nuxeo version you are using (where did you download it) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2011 03:49 AM
Hello,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2011 07:59 AM
I see you installed Nuxeo with the Postgres template => means you have selected during the configuration "PostgreSQL" as database type for "step 3".
This step tells that : "Did you follow what is For more details on database configuration, read the associated documentation." http://doc.nuxeo.com/x/AYxH
Did you follow this documentation to install and configure your PostgreSQL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2011 01:16 PM
It looks to me like you are running another server under the port 8080.
Try to make sure you can re-create your problem
Shutdown nuxeo.
Navigate to:
a) http://localhost:8080/ if you can, another server/service is running (CherryPy?)
b) To double check you had the same problem when posting your original message you could also navigate to: http://localhost:8080/nuxeo Is the error the same?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2013 10:30 AM
Hello Dear:
I found the solution to the problem generated by the aforementioned error message.
What I have done has been as follows:
In nuxeo.conf file located in C: \ ProgramData \ Nuxeo \ Conf \ in the line corresponding to
JAVA_OPTS =-Xms512m-Xmx1024m-XX: MaxPermSize = 512m - I set the values ??in half and EUREKA! this has worked wonders!
Then, the content should look like:
JAVA_OPTS =-Xms256m-Xmx512m-XX: MaxPermSize = 256m -.
As a precaution, I have also made ??this change to the same values ??in the following files in C: \ Nuxeo \ bin:
-nuxeoctl -pack
Bon voyage!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2013 02:58 PM
FYI Nuxeo will not run efficiently at all with such a small amount of memory. You should add more memory to your server.
