When trying to start the EJBServer with the JMS colocated I receive an error. The JMSServer cannot start by itself either. It says a similar error. In the audit file I get the following.
 
+-- 993621560094 ----- ************************* -----
+ Problem during configuration parsing: org.xml.sax.SAXParseException: File "E:\Jonas2.3\JONAS\config\a3servers.xml" not found.
org.xml.sax.SAXParseException: File "E:\Jonas2.3\JONAS\config\a3servers.xml" not found.
 at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1062)
 at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:499)
 at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:305)
 at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:947)
 at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:987)
 at fr.dyade.aaa.agent.A3CMLHandler.getConfig(A3CMLHandler.java:168)
 at fr.dyade.aaa.agent.AgentServer.init(AgentServer.java:742)
 at fr.dyade.aaa.agent.AgentServer.init(AgentServer.java:913)
 at org.objectweb.jonas_jms.JmsAdminForJoram.startMOM(JmsAdminForJoram.java:80)
 at org.objectweb.jonas_jms.JmsManagerImpl.init(JmsManagerImpl.java:116)
 at org.objectweb.jonas.jms.JmsServiceImpl.start(JmsServiceImpl.java:113)
 at org.objectweb.jonas.server.Server.<init>(Server.java:185)
 at org.objectweb.jonas.server.Server.main(Server.java:220)
 
Now on Linux this all works fine. I think you have an error in the looking for the file in that it path separator is incorrect. In java that file wouldn't exist on NT because you need to escape the slashes or put / in instead.
 
 


Dean Jennings
Programmer
Sing Technologies Pty. Ltd.
Phone: +61 7 3252 5182 [EMAIL PROTECTED]
Fax: +61 7 3319 6182 http://www.singtech.com.au/

 

Reply via email to