1 Reply Latest reply on Nov 11, 2002 11:36 AM by adrian.brock

    Warnings from the startup log

    telerice

      Just d/led Jboss and got it running. :)
      But there are 2 questions regarding the start-up log that I feel I ought to ask before running into more problems later when I start deploying beans.

      There were a list of warnings from my log, but all can be boiled down to 2 catagories.

      1) "...does not implement any Service methods." For example, for mysql-service I set up, I got:

      05:26:14,665 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=MySqlDS does not implement any Service methods

      What does it mean when something "does not implement any Service methods"? Have there anything I should've configured but didn't?

      2) There seems to be some missing jar files from my jboss distribution (jboss-3.0.4_tomcat-4.1.12). Here are some of the warnings I got:

      05:25:27,354 WARN [MainDeployer] The manifest entry in file:/usr/jboss-3.0.4_tomcat-4.1.12/server/default/lib/castor.jar references URL file:/usr/jboss-3.0.4_tomcat-4.1.12/server/default/lib/xerces.jar, which could not be opened, entry ignored

      and

      05:25:55,504 WARN [MainDeployer] The manifest entry in file:/usr/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/ant.jar references URL file:/usr/jboss-3.0.4_tomcat-4.1.12/tomcat-4.1.x/common/lib/xml-apis.jar which could not be opened, entry ignored

      I was able to locate some of these jar files in other directories and copy them into the directories JBoss expects them, but there are also some jar files I can't find in my jboss d/l. Is there some place on the web where I can find and d/l all the required jar files for JBoss?

      That's all my questions for now. Tx :)

      -will