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

Error during deploying web application on JBoss AS 5.1.0GA

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I hope I put my message in the correct sub-forum...
I am trying to deploy the .war file of my company's application on JBoss AS.

After solving some primary problems (that requires removing some jar files)
I got the follwing error:
ERROR [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) ENC setup failed
javax.naming.NameNotFoundException: comp not bound

I searched the internet about this error and found 2 solution-suggestion:
1. to handel port in jboss-service.xml
(http://primavera.zxlm.cn/kb/prim77655) - but the jboss-service of version 5.1.0GA didn't look like the one in this web page so I am not sure it's related.
2. change the order of the application that being deployed
(http://www.theserverside.com/discussions/thread.tss?thread_id=34401)- I tried it but it didn't work.

So I'll be glad to get some help about this error. It is unclear from it in which resource of the .war file it occured, what is the problemating component that cannot be bound and by what service.

BTW I managed to deploy similar war file on a tomcat5.5 that run not through JBoss

Thanks ahead
 
Guy Roth
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, apperently the source of this error was that some jar javax.naming that in the application web-inf\lib collided with JBoss server's jar
so this was solved but I still have got class loading issue that I deal with here in the forum in another thread:
https://coderanch.com/t/464514/JBoss/Class-Loading-Configuration

10x
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic