Runtime Version errors

"Tom Cheek" <[email protected]>
Newsgroups gmane.comp.java.enhydra.general
Message-ID <[email protected]>
I am receiving the following errors after loading the new beta 8 runtimes.  My app loaded just fine on the beta 7 full version.  I do not use dods to wrap my db access, although I do use the DatabaseManager as configured in the appname.conf file.

Also I think the runtime version has an error in the setup.

1) The logging does not seem to work correctly unless I rename the log4j_runtime.xml to log4j.xml


Thanks

STATUS | wrapper  | 2003/05/27 22:52:32 | --> Wrapper Started as Service
ERROR  | wrapper  | 2003/05/27 22:52:33 | Warning no matching files for classpath element: C:/Enhydra-Run-time5.1/lib/build/*.jar
STATUS | wrapper  | 2003/05/27 22:52:33 | Launching a JVM...
INFO   | jvm 1    | 2003/05/27 22:52:33 | Wrapper (Version 2.3.0a)
INFO   | jvm 1    | 2003/05/27 22:52:33 | 
INFO   | jvm 1    | 2003/05/27 22:52:34 | 2003-05-27 22:52:34,518: INFO: Enhydra Java Application Server
INFO   | jvm 1    | 2003/05/27 22:52:34 | 2003-05-27 22:52:34,518: INFO: Enhydra 5.1
INFO   | jvm 1    | 2003/05/27 22:52:34 | 2003-05-27 22:52:34,518: INFO: Together the Workgroup 2003
INFO   | jvm 1    | 2003/05/27 22:52:34 | 2003-05-27 22:52:34,518: INFO: Starting Enhydra Multiserver
INFO   | jvm 1    | 2003/05/27 22:52:35 | 2003-05-27 22:52:34,889: INFO: Starting servlet/application webstat
INFO   | jvm 1    | 2003/05/27 22:52:35 | 2003-05-27 22:52:34,909: INFO: Application webstat has URL prefix /cmwebstat
INFO   | jvm 1    | 2003/05/27 22:52:35 | 2003-05-27 22:52:34,909: INFO: webstat is listening (ENHYDRADIRECTOR) on port: 8081
INFO   | jvm 1    | 2003/05/27 22:52:35 | 2003-05-27 22:52:34,919: INFO: Starting servlet/application MultiserverAdmin
INFO   | jvm 1    | 2003/05/27 22:52:35 | 2003-05-27 22:52:34,919: INFO: Application MultiserverAdmin has URL prefix /
INFO   | jvm 1    | 2003/05/27 22:52:35 | 2003-05-27 22:52:34,919: INFO: MultiserverAdmin is listening (HTTP) on port: 8001
INFO   | jvm 1    | 2003/05/27 22:52:53 | JVM can not find neither DODS HOME nor ENHYDRA HOME!
INFO   | jvm 1    | 2003/05/27 22:52:53 | java.io.FileNotFoundException: C:\Enhydra-Run-time5.1\util\wrapper\bin\null\build\conf\dodsConf.xml (The system cannot find the path specified)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at java.io.FileInputStream.open(Native Method)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at java.io.FileInputStream.<init>(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at java.io.FileInputStream.<init>(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at java.net.URL.openStream(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at org.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:150)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:494)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:315)
INFO   | jvm 1    | 2003/05/27 22:52:53 | 	at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1140)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.enhydra.xml.XMLDocumentFactory.parse(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.enhydra.dods.Common.init(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.enhydra.dods.Common.<clinit>(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.sql.StandardDatabaseManager.loadLogicalDatabase(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.sql.StandardDatabaseManager.<init>(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.StandardApplication.createDatabaseManager(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.StandardApplication.startup(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at webstat.Webstat.startup(Webstat.java:49)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.changeToRunningState(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.ensureAppIsRunning(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.init(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.ServletWrapper$2.method(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.ServletWrapper.handleInvocation(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.ServletWrapper.loadServlet(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.Context.loadServlets(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.Context.setupLoadableServlet(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.enhydra.servlet.servletManager.ServletManager.start(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.admin.presentation.Perform.performAction(Perform.java:76)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.admin.presentation.Perform.runPage(Perform.java:151)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.jolt.joltpo.JoltPage.run(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.httpPresentation.HttpPresentationManager.runPresentationObj(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.httpPresentation.HttpPresentationManager.Run(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.serviceDirect(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.service(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.ServiceInvocationHandler.method(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.ServletWrapper.handleInvocation(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.ServletWrapper.handleRequest(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.apache.tomcat.core.Context.handleRequest(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.enhydra.servlet.servletManager.ServletManager.service(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.enhydra.servlet.connectionMethods.http.HttpHandler.doARequest(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.enhydra.servlet.connectionMethods.http.HttpHandler.processRequests(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at org.enhydra.servlet.connectionMethods.http.HttpHandler.run(Unknown Source)
INFO   | jvm 1    | 2003/05/27 22:52:54 | 	at java.lang.Thread.run(Unknown Source)



_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.