I am facing couple of problems using the specj-jboss kit.
1. org.jboss.deployment.DeploymentException: Filed to lookup: java:/SpecjDS_RR; - nested throwable: (javax.naming.NameNotFoundException: SpecjDS_RR not bound)
There are no problems with SpecjDS_RC though in the log file.
2.java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.webservice.server.ServiceEndpointInterceptor
This I guess can be ignored. But I am not sure.
Once I access http://host:8080/SPECjAppServer I am able to see the Auto Trader page, however I am not able to run Atomicity tests or "Build Cars" etc (only static content works). Here is the error that I see when I click on Atomicity Tests:
javax.servlet.ServletException: Servlet execution threw an exception
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
root cause
java.lang.NoClassDefFoundError: gnu/trove/TObjectHashingStrategy
I tried copying trove.jar to lib folder, doesnt helps.
Thanks,
-Shrinivas