• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

jboss deployment problem

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having a problem with the deployment of my war files to JBoss(jboss-4.0.2); when I start the server I'm getting the following messages: All the war files are failed..

watch: file:/C:/jboss-4.0.2/server/default/deploy/conditions.war
altDD: null
lastDeployed: 1124297905713
lastModified: 1124297905683
mbeans:

org.jboss.deployment.DeploymentInfo@fe68f253 { url=file:/C:/jboss-4.0.2/server/d
efault/deploy/jmx-console.war/ }
deployer: org.jboss.web.tomcat.tc5.Tomcat5@ac06d4
status: Deployment FAILED reason: Error during deploy; - nested throwable: (ja
vax.naming.NameNotFoundException: comp not bound)
state: FAILED
watch: file:/C:/jboss-4.0.2/server/default/deploy/jmx-console.war/WEB-INF/web.
xml
altDD: null
lastDeployed: 1124297938240
lastModified: 1120670792884
mbeans:

org.jboss.deployment.DeploymentInfo@ac034e3c { url=file:/C:/jboss-4.0.2/server/d
efault/deploy/plateloader.war }
deployer: org.jboss.web.tomcat.tc5.Tomcat5@ac06d4
status: Deployment FAILED reason: Error during deploy; - nested throwable: (ja
vax.naming.NameNotFoundException: comp not bound)
state: FAILED
watch: file:/C:/jboss-4.0.2/server/default/deploy/plates.war
altDD: null
lastDeployed: 1124297946672
lastModified: 1124297946231
mbeans:

org.jboss.deployment.DeploymentInfo@6fe6cce { url=file:/C:/jboss-4.0.2/server/de
fault/deploy/plateloaderNew.war }
deployer: org.jboss.web.tomcat.tc5.Tomcat5@ac06d4
status: Deployment FAILED reason: Error during deploy; - nested throwable: (ja
vax.naming.NameNotFoundException: comp not bound)
state: FAILED
watch: file:/C:/jboss-4.0.2/server/default/deploy/plateNew.war
altDD: null
lastDeployed: 1124297991206
lastModified: 1124297991166
mbeans:
------------------------
Any Idea why I am getting these errors..It was working fine yesterday, when I started my server today .....I am getting all these errors..
 
shailesh kumar
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I solved the problem, its actually Port problem.
 
The only taste of success some people get is to take a bite out of you. Or this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic