• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

HELP! JBoss startup warnings and not found jars - what's it mean?

 
Ranch Hand
Posts: 585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting a bunch of warnings and I don't know if it's bad and/or how to fix it. For example, it says it can't find JTA - does this mean I won't be able to do transactions?! The warnings seem to be in two types:
1. Couldn't find a jar
2. Something didn't implement Service methods
THE WARNINGS:
(Couldn't find jar warnings)
20:56:57,934 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/xalan.jar references URL file:/D:/Apps/jboss/server/default/lib/jaxp.jar which could not be opened, entry ignored
20:56:57,944 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/xalan.jar references URL file:/D:/Apps/jboss/server/default/lib/xerces.jar which could not be opened, entry ignored
20:56:57,954 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/xalan.jar references URL file:/D:/Apps/jboss/server/default/lib/crimson.jar which could not be opened, entry ignored
20:57:00,808 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/castor.jar references URL file:/D:/Apps/jboss/server/default/lib/xerces.jar, which could not be opened, entry ignored
20:57:00,838 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/castor.jar references URL file:/D:/Apps/jboss/server/default/lib/jdbc-se2.0.jar, which could not be opened, entry ignored
20:57:00,848 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/castor.jar references URL file:/D:/Apps/jboss/server/default/lib/jndi.jar, which could not be opened, entry ignored
20:57:00,858 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/castor.jar references URL file:/D:/Apps/jboss/server/default/lib/jta1.0.1.jar which could not be opened, entry ignored
(Service methods not implemented warnings)20:57:06,306 WARN [ServiceController] jboss.management.single:j2eeType=J2EEDomain,name=Manager does not implement any Service methods
20:57:06,376 WARN [ServiceController] jboss:service=XidFactory does not implement any Service methods
20:57:09,260 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/deploy/jbossweb.sar/org.mortbay.jetty.jar references URL file:/D:/Apps/jboss/server/default/deploy/jbossweb.sar/javax.servlet.jar which could not be opened, entry ignored
20:57:09,270 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/deploy/jbossweb.sar/org.mortbay.jetty.jar references URL file:/D:/Apps/jboss/server/default/deploy/ext/com.sun.net.ssl.jar which could not be opened, entry ignored
20:57:14,287 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS does not implement any Service methods
20:57:14,317 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS does not implement any Service methods
20:57:16,901 WARN [ServiceController] jboss.jca:service=XaTxDS,name=jmsra does not implement any Service methods
20:57:17,572 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=MSSQLDS does not implement any Service methods
20:57:17,702 WARN [ServiceController] jboss.jca:service=XATxDS,name=MSSQLXaDS does not implement any Service methods
20:57:18,524 WARN [ServiceController] jboss.jca:service=RARDeployment,name=JBoss LocalTransaction JDBC Wrapper does not implement any Service methods
20:57:18,544 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS does not implement any Service methods
20:57:18,894 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=MSSQLDS does not implement any Service methods
20:57:19,305 WARN [ServiceController] jboss.jca:service=RARDeployment,name=Minerva JDBC XATransaction ResourceAdapter does not implement any Service methods
20:57:19,315 WARN [ServiceController] jboss.jca:service=XATxDS,name=MSSQLXaDS does not implement any Service methods
20:57:19,635 WARN [ServiceController] jboss.jca:service=RARDeployment,name=JMS Adapter does not implement any Service methods
20:57:19,645 WARN [ServiceController] jboss.jca:service=XaTxDS,name=jmsra does not implement any Service methods
I know that's alot of WARNS, but what do they all mean? Just for a bit more info (taking the first WARN as an example), Xerces did not exist in this folder. Why is this? And why is it asking for it? I just installed JBoss 3.0.x and then hit run.bat. In other words, I know it throws a WARN because it isn't there, but if the default config of JBoss is looking for it, and I didn't alter anything, why does it not find it? Anyone know what's going on here?
Thanks in advance!
Robert
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Robert Paris:
I am getting a bunch of warnings and I don't know if it's bad and/or how to fix it. For example, it says it can't find JTA - does this mean I won't be able to do transactions?! The warnings seem to be in two types:
1. Couldn't find a jar
2. Something didn't implement Service methods
THE WARNINGS:
(Couldn't find jar warnings)
20:56:57,934 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/xalan.jar references URL file:/D:/Apps/jboss/server/default/lib/jaxp.jar which could not be opened, entry ignored
20:56:57,944 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/xalan.jar references URL file:/D:/Apps/jboss/server/default/lib/xerces.jar which could not be opened, entry ignored
20:56:57,954 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/xalan.jar references URL file:/D:/Apps/jboss/server/default/lib/crimson.jar which could not be opened, entry ignored
20:57:00,808 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/castor.jar references URL file:/D:/Apps/jboss/server/default/lib/xerces.jar, which could not be opened, entry ignored
20:57:00,838 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/castor.jar references URL file:/D:/Apps/jboss/server/default/lib/jdbc-se2.0.jar, which could not be opened, entry ignored
20:57:00,848 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/castor.jar references URL file:/D:/Apps/jboss/server/default/lib/jndi.jar, which could not be opened, entry ignored
20:57:00,858 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/lib/castor.jar references URL file:/D:/Apps/jboss/server/default/lib/jta1.0.1.jar which could not be opened, entry ignored
(Service methods not implemented warnings)20:57:06,306 WARN [ServiceController] jboss.management.single:j2eeType=J2EEDomain,name=Manager does not implement any Service methods
20:57:06,376 WARN [ServiceController] jboss:service=XidFactory does not implement any Service methods
20:57:09,260 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/deploy/jbossweb.sar/org.mortbay.jetty.jar references URL file:/D:/Apps/jboss/server/default/deploy/jbossweb.sar/javax.servlet.jar which could not be opened, entry ignored
20:57:09,270 WARN [MainDeployer] The manifest entry in file:/D:/Apps/jboss/server/default/deploy/jbossweb.sar/org.mortbay.jetty.jar references URL file:/D:/Apps/jboss/server/default/deploy/ext/com.sun.net.ssl.jar which could not be opened, entry ignored
20:57:14,287 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS does not implement any Service methods
20:57:14,317 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS does not implement any Service methods
20:57:16,901 WARN [ServiceController] jboss.jca:service=XaTxDS,name=jmsra does not implement any Service methods
20:57:17,572 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=MSSQLDS does not implement any Service methods
20:57:17,702 WARN [ServiceController] jboss.jca:service=XATxDS,name=MSSQLXaDS does not implement any Service methods
20:57:18,524 WARN [ServiceController] jboss.jca:service=RARDeployment,name=JBoss LocalTransaction JDBC Wrapper does not implement any Service methods
20:57:18,544 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=hsqldbDS does not implement any Service methods
20:57:18,894 WARN [ServiceController] jboss.jca:service=LocalTxDS,name=MSSQLDS does not implement any Service methods
20:57:19,305 WARN [ServiceController] jboss.jca:service=RARDeployment,name=Minerva JDBC XATransaction ResourceAdapter does not implement any Service methods
20:57:19,315 WARN [ServiceController] jboss.jca:service=XATxDS,name=MSSQLXaDS does not implement any Service methods
20:57:19,635 WARN [ServiceController] jboss.jca:service=RARDeployment,name=JMS Adapter does not implement any Service methods
20:57:19,645 WARN [ServiceController] jboss.jca:service=XaTxDS,name=jmsra does not implement any Service methods
I know that's alot of WARNS, but what do they all mean? Just for a bit more info (taking the first WARN as an example), Xerces did not exist in this folder. Why is this? And why is it asking for it? I just installed JBoss 3.0.x and then hit run.bat. In other words, I know it throws a WARN because it isn't there, but if the default config of JBoss is looking for it, and I didn't alter anything, why does it not find it? Anyone know what's going on here?
Thanks in advance!
Robert



ah hmm did you try running JBoss with Tomcat or Jetty.. JBoss cannot run as stand alone it requires a jsp/servlet server like Jetty or Tomcat..
Your added step is to tell tomcat or Jetty what JBoss files to load.. then JBoss will start fine without errors....If you have the SunOne IDE installed then see the notes onhow to set this up in this fourm..the posts are about a month ago..
 
Robert Paris
Ranch Hand
Posts: 585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wait, I thought JBoss (3.0.2) had Jetty built in? After I start JBoss, there is a web server running on localhost:8080. And they say they use Jetty. Are you sure those warnings mean that? I'm confused.
 
incandescent light gives off an efficient form of heat. You must be THIS smart to ride this ride. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic