1 Reply Latest reply on Sep 24, 2009 1:38 PM by jaikiran

    unclear error during deployment to JBoss 5.1.0GA

    guyroth

      Hi,

      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