Link to home
Start Free TrialLog in
Avatar of jimmylew52
jimmylew52Flag for United States of America

asked on

JBOSS for dummies

I have SDK, JBOSS and eclipse installed on a 2003 server. I have tried several tutorials that end with "see how easy that was" and it was easy, it just did not work. I have made some simple test apps but they do not work. They are seen by jboss but are not loaded correctly I think. When I start jboss this is the only err I can find.  run -c default

10:17:25,553 INFO  [DLQ] Bound to JNDI name: queue/DLQ
10:17:25,984 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
oss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
10:17:26,054 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep
loy/jmx-console.war/
10:17:26,504 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@778b1a84 { url=file:/D:/jboss/server/default
/deploy/Hello/WEB-INF/web.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/Hello/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1238606246444
  lastModified: 1238606246444
  mbeans:

org.jboss.deployment.DeploymentInfo@9958a202 { url=file:/D:/jboss/server/default
/deploy/Hello/hi.jsp }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/Hello/hi.jsp
  altDD: null
  lastDeployed: 1238606246454
  lastModified: 1238606246454
  mbeans:

org.jboss.deployment.DeploymentInfo@981f2ca { url=file:/D:/jboss/server/default/
deploy/test/META-INF/MANIFEST.MF }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/test/META-INF/MANIFEST.MF
  altDD: null
  lastDeployed: 1238606246464
  lastModified: 1238606246464
  mbeans:

org.jboss.deployment.DeploymentInfo@bfd66dc4 { url=file:/D:/jboss/server/default
/deploy/test/WEB-INF/web.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/test/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1238606246484
  lastModified: 1238606246484
  mbeans:

org.jboss.deployment.DeploymentInfo@eb6c9019 { url=file:/D:/jboss/server/default
/deploy/test/index.jsp }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/test/index.jsp
  altDD: null
  lastDeployed: 1238606246494
  lastModified: 1238606246494
  mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@778b1a84 { url=file:/D:/jboss/server/default
/deploy/Hello/WEB-INF/web.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/Hello/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1238606246444
  lastModified: 1238606246444
  mbeans:

org.jboss.deployment.DeploymentInfo@9958a202 { url=file:/D:/jboss/server/default
/deploy/Hello/hi.jsp }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/Hello/hi.jsp
  altDD: null
  lastDeployed: 1238606246454
  lastModified: 1238606246454
  mbeans:

org.jboss.deployment.DeploymentInfo@981f2ca { url=file:/D:/jboss/server/default/
deploy/test/META-INF/MANIFEST.MF }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/test/META-INF/MANIFEST.MF
  altDD: null
  lastDeployed: 1238606246464
  lastModified: 1238606246464
  mbeans:

org.jboss.deployment.DeploymentInfo@bfd66dc4 { url=file:/D:/jboss/server/default
/deploy/test/WEB-INF/web.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/test/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1238606246484
  lastModified: 1238606246484
  mbeans:

org.jboss.deployment.DeploymentInfo@eb6c9019 { url=file:/D:/jboss/server/default
/deploy/test/index.jsp }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss/server/default/deploy/test/index.jsp
  altDD: null
  lastDeployed: 1238606246494
  lastModified: 1238606246494
  mbeans:


10:17:27,165 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
080
10:17:27,246 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
10:17:27,276 INFO  [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBos
s_4_2_2_GA date=200710221139)] Started in 1m:12s:665ms


Can you give me some guidance as to what i have done wrong?
ASKER CERTIFIED SOLUTION
Avatar of warturtle
warturtle
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Another thing to check is to find if anything else is also starting on port 8080. Do a netstat -b to see what is running on port 8080 apart from JBoss.
Avatar of jimmylew52

ASKER

I checked the 8080 port and found another app using it last week. I have removed that app but the problem is still there.

Today I do not have remote access to the server. I will have to try the web site answer in the morning.
Sorry about the dleay, I have been swamped. That seems to  have worked. Thanks
Good to see that the problem has been resolved and thanks for the rating.