- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2014 08:00 AM
I installed Nuxeo as a service windows. But does not work well. I have problems with network directories. I mounted the network drive on the server, in Z: The log shows this:
Caused by: java.io.FileNotFoundException: Z:\NuxeoBINPRE\config.xml (El sistema no puede encontrar la ruta especificada)
only fails when I start Nuxeo as windows service
you know if I can use Nuxeo as a Windows service, with network drives?
THX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2014 06:28 AM
the problem was with the network drive. when it was Z:\Nuxeo\
changed for \\\nass\Nuxeo
and windows service works.
I modified these routes in the files:
Wrapper.conf
----->-Dnuxeo.tmp.dir
and-Djava.io.tmpdir
nuxeo.conf
------->repository.binary.store
Thanks for the help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2014 10:39 AM
Hi,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2014 11:39 AM
Hi Julien,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2014 12:07 PM
First issue comes from Catalina (Tomcat)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2014 12:22 PM
the classloader.los shows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2014 12:23 PM
Hi,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2014 06:28 AM
the problem was with the network drive. when it was Z:\Nuxeo\
changed for \\\nass\Nuxeo
and windows service works.
I modified these routes in the files:
Wrapper.conf
----->-Dnuxeo.tmp.dir
and-Djava.io.tmpdir
nuxeo.conf
------->repository.binary.store
Thanks for the help
