0 Replies Latest reply on Jun 23, 2003 3:27 PM by jondherbst

    Jsp compile failing on aix 4.3: error- parameter or env list

    jondherbst

      Trying to run jboss 3.2.1 on aix 4.3.3, jsp's fail to compile due to problems with the size of the classpath. I don't know how to control what get's loaded into the classpath. It looks like everything under the server/all/tmp directory is being loaded into the classpath, which is causing the failure.

      I am sure I could precompile the jsp's, but have issues with doing that. Ideas on other solutions for this would be extremely appreciated...

      Does anyone know how to limit what gets put into the classpath for jsp compilation? How I could get a minimal set of resources for the compile? Anything?

      05:36:41,522 INFO [Engine] Error compiling file: /home/bld/jboss/jboss_3_x/server/all/tmp/deploy/server/all/deploy/work/MainEngine/localhost/ws/jsp/service_jsp.java
      [javac] Compiling 1 source file
      [javac] Warning: UNIXProcess.forkAndExec native error: The parameter or environment lists are too long.


      05:36:41,525 INFO [Engine] Info: Compile: javaFileName=/home/bld/jboss/jboss_3_x/server/all/tmp/deploy/server/all/deploy/work/MainEngine/localhost/ws/jsp/service_jsp.java
      classpath=/home/bld/jboss/jboss_3_x/server/all/tmp/deploy/server/all/deploy/work/MainEngine/localhost/ws/WEB-INF/classes/:
      ...
      /home/bld/jboss/jboss_3_x/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/:/home/bld/jboss/jboss_3_x/server/all/tmp/deploy/server/all/deploy/jbossweb-tomcat.sar/tomcat-coyote.jar/9.tomcat-coyote.jar:/home/bld/jboss/jboss_3_x/server/all/lib/nvlog2.jar:/home/bld/jboss/jboss_3_x/server/all/tmp/deploy/server/all/deploy/management/console-mgr.sar/31.console-mgr.sar-contents/console-mgr-classes.jar:/home/bld/jboss/jboss_3_x/server/all/lib/jboss-management.jar:/home/bld/jboss/jboss_3_x/server/all/tmp/deploy/server/all/deploy/ServiceEJB.jar/70.ServiceEJB.jar:/home/bld/jboss/jboss_3_x/server/all/lib/javagroups-2.0.jar...