0 Replies Latest reply on Jun 28, 2009 1:02 AM by rnbguy

    deploying brms issues

      hi guys, im having alot of problems deploying brms and i'd appreciate a bit of help if possible, as ive been trying for days before anoying you.

      I've installed:
      jboss-web-2.1.2.GA.tar.gz and jdk-1_5_0_12-linux-i586

      ------------------------
      just fine and it starts:
      Jun 28, 2009 2:42:41 PM org.apache.catalina.core.StandardContext start
      SEVERE: Error listenerStart
      Jun 28, 2009 2:42:41 PM org.apache.catalina.core.StandardContext start
      SEVERE: Context [/drools-jbrms] startup failed due to previous errors
      Jun 28, 2009 2:42:41 PM org.apache.catalina.core.StandardContext start
      SEVERE: Error listenerStart
      Jun 28, 2009 2:42:41 PM org.apache.catalina.core.StandardContext start
      SEVERE: Context [/repository] startup failed due to previous errors
      Jun 28, 2009 2:42:42 PM org.apache.catalina.core.StandardContext start
      SEVERE: Error listenerStart
      Jun 28, 2009 2:42:42 PM org.apache.catalina.core.StandardContext start
      SEVERE: Context [/logs] startup failed due to previous errors
      Jun 28, 2009 2:42:42 PM org.apache.coyote.http11.Http11AprProtocol start
      INFO: Starting Coyote HTTP/1.1 on http-1977
      Jun 28, 2009 2:42:42 PM org.apache.coyote.ajp.AjpAprProtocol start
      INFO: Starting Coyote AJP/1.3 on ajp-8009
      Jun 28, 2009 2:42:42 PM org.apache.catalina.startup.Catalina start
      INFO: Server startup in 5034 ms

      -------------------------

      although going to http://[ipofserver]:1977/ doesnt show anything it atleast shows "page not found" which means its listening and answering im guessing.

      now when i deploy just drools-jbrms.war into the webapps directory it seems to deploy just fine but when i load the webpage i then get this error:

      ERROR 28-06 14:45:31,811 (Contexts.java:flushAndDestroyContexts:335) could not discover transaction status
      ERROR 28-06 14:45:31,839 (ContextualHttpServletRequest.java:run:60) ended request due to exception
      javax.servlet.ServletException: java.lang.NoClassDefFoundError: javax/el/ExpressionFactory
      ...


      -----------------------------------------

      this was probably because i removed:
      /var/www/html/jboss-web-2.1.2.GA/lib/el-api.jar

      putting that file back gives me this when i load the webpage:

      ERROR 28-06 15:01:55,454 (Contexts.java:flushAndDestroyContexts:335) could not discover transaction status
      ERROR 28-06 15:01:55,491 (ContextualHttpServletRequest.java:run:60) ended request due to exception
      javax.servlet.ServletException: java.lang.LinkageError: loader constraints violated when linking javax/el/ExpressionFactory class


      ------------------------------------

      please helppppp i want to finish this tonight for my next step in this project.