Hi,

I tried configuring the storage on local and network drive, 

1. First I set the storage to point local drive as 
-Djboss.server.data.dir=C:\TestData , The server starts, I am able to login and 
create documents. Works Fine. 

2. Second, I set the storage to point to Network Drive as 
-Djboss.server.data.dir=\\4epc99\NuxeoData ,
Where 4epc99 is a shared network drive,
Server starts (takes long for first time 30 plus minutes). 

But when try to login using Administrator user id password, It will say invalid 
credentials.

I noticed that it creates following directories and files under 
\\4epc99\NuxeoData 
-derby
-hypersonic
-NXRuntime
-tx-object-store 

On further verfication of log files, found that it is trying to load schema 
files but is not able to find because it is trying to look for schema file at 
\NuxeoData\NXRuntime\schemas\comment.xsd 
where as the path shoud be 
\\4epc99\NuxeoData\NXRuntime\schemas\comment.xsd 

The \\4epc99 is missing from the path.

Please advise how to resolve this or let me know if there is any documentation 
which i can refer. 

Following is snapshot of the server log :-
==============================================
2009-05-19 12:29:39,931 ERROR [org.nuxeo.ecm.core.schema.XSDLoader] FatalError: 
java.io.FileNotFoundException: \NuxeoData\NXRuntime\schemas\comment.xsd
2009-05-19 12:29:39,931 ERROR [STDERR] java.io.FileNotFoundException: 
\NuxeoData\NXRuntime\schemas\comment.xsd
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
com.sun.xml.xsom.impl.parser.NGCCRuntimeEx.parseEntity(NGCCRuntimeEx.java:258)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
com.sun.xml.xsom.impl.parser.ParserContext.parse(ParserContext.java:118)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
com.sun.xml.xsom.parser.XSOMParser.parse(XSOMParser.java:129)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
com.sun.xml.xsom.parser.XSOMParser.parse(XSOMParser.java:122)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
com.sun.xml.xsom.parser.XSOMParser.parse(XSOMParser.java:115)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
com.sun.xml.xsom.parser.XSOMParser.parse(XSOMParser.java:108)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
org.nuxeo.ecm.core.schema.XSDLoader.loadSchema(XSDLoader.java:110)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
org.nuxeo.ecm.core.schema.TypeService.registerSchema(TypeService.java:221)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
org.nuxeo.ecm.core.schema.TypeService.registerExtension(TypeService.java:114)
2009-05-19 12:29:39,931 ERROR [STDERR]  at 
org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:158)
--
Posted by "karnil" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2455#6704>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to