I ran "java -Dorg.apache.jasper.compiler.disablejsr199=true -jar start.jar" in wisemapping directory, and the output were:
C:\wisemapping-v4.0.3>java -Dorg.apache.jasper.compiler.disablejsr199=true -jar start.jar
2016-10-20 13:29:21.986:INFO:oejs.Server:jetty-8.1.16.v20140903
2016-10-20 13:29:22.002:INFO:oejdp.ScanningAppProvider:Deployment monitor C:\wisemapping-v4.0.3\webapps at interval 1
2016-10-20 13:29:22.018:INFO:oejdp.ScanningAppProvider:Deployment monitor C:\wisemapping-v4.0.3\contexts at interval 1
2016-10-20 13:29:22.205:INFO:oejd.DeploymentManager:Deployable added: C:\wisemapping-v4.0.3\contexts\wisemapping.xml
2016-10-20 13:29:37.010:INFO:/wisemapping:No Spring WebApplicationInitializer types detected on classpath
2016-10-20 13:29:39.069:INFO:/wisemapping:Initializing Spring root WebApplicationContext
2016-10-20 13:29:47,088 WARN org.openid4java.server.RealmVerifier - RP discovery/ realm validation disabled;
2016-10-20 13:29:48.305:INFO:/wisemapping:Initializing Spring FrameworkServlet 'mvc-rest'
2016-10-20 13:29:53.702:INFO:/wisemapping:Initializing Spring FrameworkServlet 'mvc-servlet'
2016-10-20 13:29:57.025:INFO:oejs.AbstractConnector:Started SelectChann...@0.0.0.0:8080
Looked pretty normal. Then I hit "http://localhost:8080/wisemapping/" in my browser, and got a HTTP error 500.
Problem accessing /wisemapping/. Reason:
Server Error
Caused by:
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP
PWC6199: Generated servlet error:
The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:129)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:299)
at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:392)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:453)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:625)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
..
..
..
Any suggestion how to solve this?
- Carl
Hello , Same error here on Java 8,
https://framacloud.org/fr/cultiver-son-jardin/wisemapping.html