Bumped Jetty dependency in v3 parent POM

Tom Zeller tzeller at dragonacea.biz
Tue Oct 7 17:33:24 EDT 2014


> Can you tell me how to see the exception? I didn't see any logs in the
> integration test case.

The integration test logs are weird because of running Jetty in a
separate process. I usually run the IdP by hand :

cd java-idp-integration tests
mvn clean package -DskipTests
cd test-distributions/idp-distribution-3.0-SNAPSHOT/jetty-base/
java -Dlogback.configurationFile=../conf/logback.xml -jar
../../jetty-distribution-9.2.3.v20140905/start.jar | tee OUT

Here's the exception I was seeing :

Caused by: java.lang.IllegalStateException: No
org.apache.tomcat.InstanceManager set in ServletContext
 at org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(InstanceManagerFactory.java:32)
~
 [org.mortbay.jasper.apache-jsp-8.0.3.v20140313.jar:2.3]
 at org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:171)
 ~[org.mortbay.jasper.apache-jsp-8.0.3.v20140313.jar:2.3]


More information about the dev mailing list