1 Reply Latest reply on Jul 17, 2002 4:04 PM by rgore

    upgrade to 3.0.0 problem, no ejb-link match

    rgore

      I am upgrading from jboss 2.4.3 with integrated tomcat to 3.0.0 with integrated catalina. I am having a problem deploying the war file that works ok on 2.4.3. Could anyone tell me how to start debugging this?

      from the server log:

      2002-07-17 10:10:09,172 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
      2002-07-17 10:10:09,178 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=true
      2002-07-17 10:10:09,178 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
      2002-07-17 10:10:09,182 ERROR [org.jboss.deployment.MainDeployer] could not start deployment: njar:file:/vesta/apps/jboss-3.0.0_tomcat-4.0.3/server/default/tmp/deploy/server/default/deploy/NetMovies.ear/83.NetMovies.ear^/NetMovies.war
      org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NamingException: ejb-ref: Isp, no ejb-link match, use jndi-name in jboss-web.xml)
      at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:309)


      from jboss-web.xml:

      <ejb-ref>
      <ejb-ref-name>Isp</ejb-ref-name>
      <jndi-name>Isp</jndi-name>
      <ejb-ref-type>Entity</ejb-ref-type>
      com.vdc.entities.isp.IspHome
      com.vdc.entities.isp.Isp
      <ejb-link>Isp</ejb-link>
      </ejb-ref>