Ok lets try it this way, rather than paste the whole blasted startup output 
into this window (which breaks the server), I will just paste interesting 
pieces.  Note: I have yet to ever in my life see JBoss work on my machine.  I 
saw someone else run JBoss on their machine but that is of little help to me.

So here goes we will start with the top of the listing:
===============================================================================
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: C:\Sistare\JBoss\jboss-4.0.1sp1\bin\..
.
  JAVA: C:\Program Files\Java\jdk1.5.0_02\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat -Xms128m -Xmx512m
.
  CLASSPATH: C:\Program 
Files\Java\jdk1.5.0_02\lib\tools.jar;C:\Sistare\JBoss\jboss-4.0.1sp1\bin\run.jar;C:\Program
 File
s\Vignette\V7\7.3\lib\sdk\vgn-appsvcs-cda.jar;C:\Program 
Files\Vignette\V7\7.3\lib\sdk\thirdparty-combined.jar
.
===============================================================================
.
22:26:58,406 INFO  [Server] Starting JBoss (MX MicroKernel)...
22:26:58,406 INFO  [Server] Release ID: JBoss [Zion] 4.0.1sp1 (build: 
CVSTag=JBoss_4_0_1_SP1 date=200502160314)
22:26:58,406 INFO  [Server] Home Dir: C:\Sistare\JBoss\jboss-4.0.1sp1
22:26:58,406 INFO  [Server] Home URL: file:/C:/Sistare/JBoss/jboss-4.0.1sp1/
22:26:58,406 INFO  [Server] Library URL: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/lib/
22:26:58,421 INFO  [Server] Patch URL: null
22:26:58,421 INFO  [Server] Server Name: default
22:26:58,421 INFO  [Server] Server Home Dir: 
C:\Sistare\JBoss\jboss-4.0.1sp1\server\default
22:26:58,421 INFO  [Server] Server Home URL: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/
22:26:58,421 INFO  [Server] Server Data Dir: 
C:\Sistare\JBoss\jboss-4.0.1sp1\server\default\data
22:26:58,421 INFO  [Server] Server Temp Dir: 
C:\Sistare\JBoss\jboss-4.0.1sp1\server\default\tmp
22:26:58,421 INFO  [Server] Server Config URL: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/conf/
22:26:58,421 INFO  [Server] Server Library URL: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/lib/
22:26:58,421 INFO  [Server] Root Deployment Filename: jboss-service.xml
22:26:58,437 INFO  [Server] Starting General Purpose Architecture (GPA)...
22:26:59,328 INFO  [ServerInfo] Java version: 1.5.0_02,Sun Microsystems Inc.
22:26:59,328 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 
1.5.0_02-b09,Sun Microsystems Inc.
22:26:59,328 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
22:27:00,546 INFO  [Server] Core system initialized
22:27:04,328 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
22:27:04,640 INFO  [WebService] Using RMI server codebase: http://rasputin:8083/
22:27:05,906 INFO  [NamingService] Started jndi bootstrap jnpPort=1099, 
rmiPort=1098, backlog=50, bindAddress=/0.0.0.0,
Client SocketFactory=null, Server [EMAIL PROTECTED]
22:27:13,984 INFO  [Embedded] Catalina naming disabled
22:27:14,125 ERROR [Digester] Begin event threw error
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at org.apache.commons.beanutils.BeanUtils.(BeanUtils.java:111)
        at 
org.apache.commons.digester.SetPropertiesRule.begin(SetPropertiesRule.java:259)

--- Snip -----
Next we have:
---- Snip -----
22:27:14,125 ERROR [BaseModelMBean] Exception invoking method start
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at org.apache.commons.beanutils.BeanUtils.(BeanUtils.java:111)
        at 
org.apache.commons.digester.SetPropertiesRule.begin(SetPropertiesRule.java:259)
--- Snip -----

Then we have

--- Snip -----
22:27:14,140 ERROR [Tomcat5] Starting failed jboss.web:service=WebServer
javax.management.RuntimeErrorException: Error invoking method start
        at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:514)
        at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)
--- Snip -----

Which appears to be caused by

--- Snip -----
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at org.apache.commons.beanutils.BeanUtils.(BeanUtils.java:111)
--- Snip -----
We continue on through about 3000 lines of exceptions being generated due to 
this NoClassDefFoundError on the LogFactory, which evidently comes from the 
commons package from apache.  I checked the lib directory in the jboss 
installation and found: commons-httpclient.jar and commons-logging.jar in that 
directory.  Using ZipGenius I inspected the file listing inside the 
commons-logging.jar file and found that there is a LogFactory.class file under 
org/apache/commons/logging/.  So in theory the JBoss stuff ought to know where 
it's own lib files are.  But evidently this does not seem to be the case.

--- Snip -----
22:27:17,718 INFO  [MailService] Mail Service bound to java:/Mail
22:27:18,546 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/C:/Sistare/JBoss/jboss-4
.0.1sp1/server/default/deploy/jboss-local-jdbc.rar
22:27:19,000 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/C:/Sistare/JBoss/jboss-4
.0.1sp1/server/default/deploy/jboss-xa-jdbc.rar
22:27:19,250 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/C:/Sistare/JBoss/jboss-4
.0.1sp1/server/default/deploy/jms/jms-ra.rar
22:27:19,484 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/C:/Sistare/JBoss/jboss-4
.0.1sp1/server/default/deploy/mail-ra.rar
22:27:20,890 INFO  [WrapperDataSourceService] Bound connection factory for 
resource adapter for ConnectionManager 'jboss
.jca:service=DataSourceBinding,name=DefaultDS to JNDI name 'java:DefaultDS'
22:27:20,968 WARN  [ConfiguredIdentityLoginModule] Creating LoginModule with no 
configured password!
22:27:21,671 INFO  [A] Bound to JNDI name: queue/A
22:27:21,671 INFO  [B] Bound to JNDI name: queue/B
22:27:21,687 INFO  [C] Bound to JNDI name: queue/C
22:27:21,687 INFO  [D] Bound to JNDI name: queue/D
22:27:21,687 INFO  [ex] Bound to JNDI name: queue/ex
22:27:21,718 INFO  [testTopic] Bound to JNDI name: topic/testTopic
22:27:21,734 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
22:27:21,734 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
22:27:21,734 INFO  [testQueue] Bound to JNDI name: queue/testQueue
22:27:21,765 INFO  [UILServerILService] JBossMQ UIL service available at : 
/0.0.0.0:8093
22:27:21,875 INFO  [DLQ] Bound to JNDI name: queue/DLQ
22:27:22,203 INFO  [ConnectionFactoryBindingService] Bound connection factory 
for resource adapter for ConnectionManager
 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA to JNDI name 
'java:JmsXA'
22:27:29,859 WARN  [JARDeployer] Failed to add deployable jar: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/
deploy/tmp51533MANIFEST.MF
java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
--- Snip -----

Finally we get to some stuff that looks like JBoss is possibly starting up, but 
then we get this Failed to add deployable jar warning which doesn't look too 
promising.  This warning repeats itself several times for different files.  For 
example:

--- Snip -----
22:27:30,000 WARN  [JARDeployer] Failed to add deployable jar: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/
deploy/tmp51536SingleInstanceQuery.class
java.util.zip.ZipException: error in opening zip file

--- Snip -----
The one thing that does stand out is the last part of the file name after the 
'deploy/'  is it really supposed to be tmp51536SingleInstanceQuery.class or is 
it supposed to be 'tmp51536/SingleInstanceQuery.class' .... hmmmm.......

At any rate moving on we finally come to

--- Snip -----
22:27:32,828 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Packages waiting for a deployer:
[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/http-invo
ker.sar/invoker.war/ }
  deployer: null
  status: Starting
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/http-invoker.sar/invoker.war/
  altDD: null
  lastDeployed: 1115173636046
  lastModified: 1114456445640
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jboss-ws4
ee.sar/jboss-ws4ee.war }
  deployer: null
  status: Starting
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jboss-ws4ee.sar/jboss-ws4ee.war
  altDD: null
  lastDeployed: 1115173636046
  lastModified: 1115173630140
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jbossweb-t
omcat50.sar/ROOT.war/ }
  deployer: null
  status: Starting
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/
  altDD: null
  lastDeployed: 1115173636046
  lastModified: 1114456443562
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jms/jboss
mq-httpil.sar/jbossmq-httpil.war/ }
  deployer: null
  status: Starting
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
  altDD: null
  lastDeployed: 1115173636046
  lastModified: 1114456441984
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51
531vgn-appsvcs-cda.jar-contents/com/vignette/as/config/wizard/upgradecds.xml }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/as/config/wizard/upgradecds.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173647421
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51
531vgn-appsvcs-cda.jar-contents/com/vignette/authz/config/wizard/configauthnods.xml
 }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/authz/config/wizard/configauthnods.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173646406
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51
531vgn-appsvcs-cda.jar-contents/com/vignette/cms/config/wizard/forceremovecds.xml
 }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/cms/config/wizard/forceremovecds.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173646718
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51
531vgn-appsvcs-cda.jar-contents/com/vignette/cms/config/wizard/newcds.xml }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/cms/config/wizard/newcds.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173646718
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51
531vgn-appsvcs-cda.jar-contents/com/vignette/cms/config/wizard/newds.xml }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/cms/config/wizard/newds.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173646703
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51
531vgn-appsvcs-cda.jar-contents/com/vignette/cms/config/wizard/removecds.xml }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/cms/config/wizard/removecds.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173646734
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp515
31vgn-appsvcs-cda.jar-contents/com/vignette/cms/config/wizard/removeds.xml }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/cms/config/wizard/removeds.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173646703
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51
531vgn-appsvcs-cda.jar-contents/com/vignette/migration/config/wizard/newv6cds.xml
 }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/migration/config/wizard/newv6cds.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173646828
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51
531vgn-appsvcs-cda.jar-contents/com/vignette/migration/config/wizard/removev6cds.xml
 }
  deployer: null
  status: Starting
  state: START_SUBDEPLOYMENTS
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/tmp/deploy/tmp51531vgn-appsvcs-cda.jar-contents/com/vignet
te/migration/config/wizard/removev6cds.xml
  altDD: null
  lastDeployed: 1115173649046
  lastModified: 1115173646828
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/AtYourSer
vice.war }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/AtYourService.war
  altDD: null
  lastDeployed: 1115173649843
  lastModified: 1115173649843
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jmx-conso
le.war/ }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jmx-console.war/
  altDD: null
  lastDeployed: 1115173649843
  lastModified: 1114456441265
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/managemen
t/web-console.war/ }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/management/web-console.war/
  altDD: null
  lastDeployed: 1115173649843
  lastModified: 1114456439812
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/AtYourSer
vice/WEB-INF/web.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/AtYourService/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1115173651625
  lastModified: 1115173651625
  mbeans:

Incompletely deployed packages:
[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/AtYourSer
vice.war }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/AtYourService.war
  altDD: null
  lastDeployed: 1115173649843
  lastModified: 1115173649843
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jmx-conso
le.war/ }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/jmx-console.war/
  altDD: null
  lastDeployed: 1115173649843
  lastModified: 1114456441265
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/managemen
t/web-console.war/ }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/management/web-console.war/
  altDD: null
  lastDeployed: 1115173649843
  lastModified: 1114456439812
  mbeans:

[EMAIL PROTECTED] { 
url=file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/AtYourSer
vice/WEB-INF/web.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: 
file:/C:/Sistare/JBoss/jboss-4.0.1sp1/server/default/deploy/AtYourService/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1115173651625
  lastModified: 1115173651625
  mbeans:

MBeans waiting for other MBeans:
ObjectName: jboss.ws4ee:service=ServiceDeployerJSE
 state: CREATED
 I Depend On:  jboss.web:service=WebServer

 Depends On Me:
ObjectName: jboss.web:service=WebServer
 state: FAILED
 I Depend On:  jboss.security:service=JaasSecurityManager
 jboss:service=TransactionManager

 Depends On Me:  jboss.ws4ee:service=ServiceDeployerJSE
 jboss.mq:service=InvocationLayer,type=HTTP
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
 state: CONFIGURED
 I Depend On:  jboss.mq:service=Invoker
 jboss.web:service=WebServer

 Depends On Me:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.web:service=WebServer
 state: FAILED
 I Depend On:  jboss.security:service=JaasSecurityManager
 jboss:service=TransactionManager

 Depends On Me:  jboss.ws4ee:service=ServiceDeployerJSE
 jboss.mq:service=InvocationLayer,type=HTTP
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

22:27:33,062 INFO  [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build: 
CVSTag=JBoss_4_0_1_SP1 date=200502160314)] Started
in 34s:625ms
--- Snip -----

As we see the JBoss server claims to start up, but it doesn't appear to have 
deployed anything.  Seems to me that there is some funkyness using this JBoss 
implementation on XP due to directory naming conventions.  I did notice that 
the default run.bat file had a line like this:

set JBOSS_HOME=%DIRNAME%\..

When I looked at the startup of the bat file it outputs JBOSS_HOME as 

JBOSS_HOME: C:\Sistare\JBoss\jboss-4.0.1sp1\bin\\..

Note the extra backslash.

I modified this line in the batch file to 
set JBOSS_HOME=%DIRNAME%..

and when I run it now it outputs 
JBOSS_HOME: C:\Sistare\JBoss\jboss-4.0.1sp1\bin\..

So because of this I am wondering if the zip stuff in the latest Java package 
doesn't create file paths correctly or something.

At any rate I can't get JBoss to run.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876375#3876375

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876375


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to