Hide Forgot
Created attachment 1135137 [details] JWS2 catalina.out Description of problem: JWS2 experience problems with repository cloning via GUI and REST. Version-Release number of selected component (if applicable): BPMS 6.3.0.DR2 How reproducible: Always Steps to Reproduce: 1. Install JWS2/Tomcat7 and deploy BPMS. 2. Try to clone any repository and see catalina.out with lots of errors. Actual results: JWS2 does not work properly Expected results: Repository cloning works Additional info:
Are you running Tomcat7 with Java 8? See http://stackoverflow.com/questions/19243458/tomcat7-not-compiling-jsp-examples and https://bugzilla.redhat.com/show_bug.cgi?id=1080026.
Furthermore, it appears the JSP failing to compile is in within an example Tomcat webapp and not Business Central itself: An error occurred at line: [1] in the generated java file: [/home/hudson/hudson_workspace/workspace/BxMS/BxMS-prod-6.3/business-central/Process_Management/all/bpms-prod-6.3-business-central-procmgmt-rhel-ews/jboss-ews-2.1/tomcat7/work/Catalina/localhost/business-central/org/apache/jsp/index_jsp.java] The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files Note the JSP's path: org/apache/jsp/index_jsp.java
Running procmgmt tests with tomcat7 and jdk1.7