1 Reply Latest reply on Jul 1, 2014 1:10 AM by liusuyi5555

    A strange problem about JBoss-eap-6.1.0

    liusuyi5555

      I deploy an EJB project(jar file) on JBoss-eap-6.1.0,providing some romote service for client,it is always running .

      I encounter a strange problem, when a client call my service,return "no ejb receiver",the jboss log shows as follows:

       

      JBWEB003075:Coyote HTTP/1.1 pausing on :http-/192.168.202.132:8080

      JBWEB003077:Coyote HTTP/1.1 stopping on:http-/192.168.202.132:8080

      JBWEB001079:Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started

      JBAS011403:Stopping Persistence Unit Service "my project name#persistence unit name"

      JBAS010409:Unbound data source(my datasoure jndi name)

      JBAS015877:Stopped deployment "my project name.jar"

       

      Can anyone help me?