Hallo!
ich habe leider zwei Probleme mit Tomcat
ich nutze die JRE mit Java 6 und Tomcat 6.0.10 und ich habe das Problem, dass ich Tomcat nicht starten kann, es kommt dieser Fehler
[2007-04-15 22:56:33] [174 javajni.c] [error] Das angegebene Modul wurde nicht gefunden.
[2007-04-15 22:56:34] [947 prunsrv.c] [error] Failed creating java C:\Programme\Java\jre1.6.0_01\bin\client\jvm.dll
[2007-04-15 22:56:34] [1202 prunsrv.c] [error] ServiceStart returned 1
obwohl die virtuell machine dort vorhanden ist!
mein zweites problem ist, also wenn ich java 5 verwende funktioniert tomcat, aber ich kann keine visual web sachen "hosten" es kommt immer der fehler
Exception Handler
Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
Exception Details: java.lang.NullPointerException
null
Possible Source of Error:
Class Name: javax.faces.webapp.FacesServlet
File Name: FacesServlet.java
Method Name: init
Line Number: 165
Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
Stack Trace:
javax.faces.webapp.FacesServlet.init(FacesServlet.java:165)
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:806)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:133)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
java.lang.Thread.run( Unknown Source )
JSP Sites funktionieren.
hoffe es weiss wer
Danke
mfg
