2 Replies Latest reply on Apr 5, 2005 12:33 PM by nest1e

    JBoss Web Console Access Problem -- HP-UX

    kathir

      Hello All,

      I am very new to Java environment. I have downloaded
      jboss-3.2.5 source and installed in my
      HP-UX PA (11.11) and IPF(11.22 and 11.23 ) machines using ant 1.6.2 by
      giving following option for build,
      inside the "/build" directory :

      $ ant -v

      It successfully built in my machine and i run the "run.sh"
      script to start jboss server. It started successfully with out showing any
      errors or warnings and I could also access the page displayed by jboss via
      port 8080 in my browser as http://172.16.1.156:8080

      When i click following two links in that page, those gives perfect
      output :
      - Tomcat status (full) (XML)
      - JMX Console

      But when i click " JBoss Web Console " console link ,
      the page get closed and console throws following error message:

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

      19:43:38,803 INFO [Server] JBoss (MX MicroKernel) [3.2.5 (build:
      CVSTag=JBoss_3_2_5 date=200409160953)] Started in 33s:710ms
      19:43:38,804 INFO [Tomcat5] Saw org.jboss.system.server.started
      notification, starting connectors
      19:43:38,884 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on
      http-0.0.0.0-8080
      19:43:39,137 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
      19:43:39,146 INFO [JkMain] Jk running ID=0 time=1/55 config=null
      19:47:52,711 ERROR [Engine] StandardWrapperValve[jsp]: Servlet.service() for
      servlet jsp threw exception
      java.lang.NoSuchMethodError:
      javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/la
      ng/String;ZZ)V
      at
      org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfo
      Impl.java:568)
      at
      org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoIm
      pl.java:401)
      at
      org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.ja
      va:248)
      at
      org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java
      :162)
      at
      org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418)
      at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)
      at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1539)

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

      Jboss is still running in my machine. But in another machine
      it doesn;t throw any exception when that page closed.
      I have also tried with jboss-3.2.5 binary version, but the same problem
      persist. Can anyone help me to over come this problem ?

      Thanks in Advance....


      Regards,

      Kathir