3 Replies Latest reply on Dec 13, 2004 5:26 PM by bill.burke

    EJB3 Deployer Error

    empty11

      Dear.
      When jboss starting with integrating EJB3.deployer, there is an error as below.

      14:56:58,119 INFO [EjbModule] Deploying MediaEntity
      14:56:58,149 INFO [EjbModule] Deploying MetaDataEntity
      14:56:58,159 INFO [EjbModule] Deploying MediaEntityManager
      14:56:58,169 WARN [EjbModule] The Container Invoker session-webservice-invoker(in jboss.xml or standardjboss.xml) could not be created because of java.lang.Cl
      assNotFoundException: No ClassLoaders found for: org.jboss.net.ws4ee.server.EJBProxyFactoryImpl We will ignore this error, but you may miss a transport for this bean.
      14:56:58,770 INFO [MetaDataEntity] Table 'JBOSS_METADATA_ENTITY_BEANS' already exists
      14:56:58,770 INFO [MetaDataEntity] Table 'METADATAENTITY_MANAGEDPARENTS_METADATAENTITY_MANAGEDCHILDREN' already exists
      14:56:58,770 INFO [MetaDataEntity] Table 'METADATAENTITY_MANAGEDPARENTS_METADATAENTITY_MANAGEDCHILDREN' already exists
      14:56:59,200 INFO [MediaEntity] Table 'JBOSS_MEDIA_ENTITY_BEANS' already exists
      14:56:59,200 INFO [MediaEntity] Table 'MEDIAENTITY_MANAGEDPARENTS_MEDIAENTITY_MANAGEDCHILDREN' already exists
      14:56:59,210 INFO [MediaEntity] Table 'MEDIAENTITY_MANAGEDMETADATAS_METADATAENTITY_MANAGEDMEDIAS' already exists
      14:56:59,210 INFO [MediaEntity] Table 'MEDIAENTITY_MANAGEDPARENTS_MEDIAENTITY_MANAGEDCHILDREN' already exists
      14:56:59,231 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.0.0RC1/server/all/deploy/jboss-media-entity-ejb.jar
      14:56:59,311 INFO [EjbModule] Deploying MEJB
      14:56:59,321 WARN [EjbModule] The Container Invoker session-webservice-invoker
      (in jboss.xml or standardjboss.xml) could not be created because of java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.net.ws4ee.server.EJBP
      roxyFactoryImpl We will ignore this error, but you may miss a transport for this bean.
      14:56:59,361 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.0.0RC1/server/all/deploy/management/ejb-management.jar
      14:56:59,381 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/D:/jboss-4.0.0RC1/server/all/deploy/jmx-console.war/
      14:56:59,781 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=file:/D:/jboss-4.0.0RC1/server/all/tmp/deploy/tmp45960web-console-exp.war/
      14:57:00,222 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Packages waiting for a deployer:
      org.jboss.deployment.DeploymentInfo@2dd0c0f3 { url=file:/D:/jboss-4.0.0RC1/serve
      r/all/deploy/ejb3.deployer/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/jboss-4.0.0RC1/server/all/deploy/ejb3.deployer/
      altDD: null
      lastDeployed: 1102917420222
      lastModified: 1102913316982
      mbeans:

      Incompletely deployed packages:
      org.jboss.deployment.DeploymentInfo@2dd0c0f3 { url=file:/D:/jboss-4.0.0RC1/serve
      r/all/deploy/ejb3.deployer/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/jboss-4.0.0RC1/server/all/deploy/ejb3.deployer/
      altDD: null
      lastDeployed: 1102917420222
      lastModified: 1102913316982
      mbeans:


      14:57:00,392 INFO [Server] JBoss (MX MicroKernel) [4.0.0RC1 (build: CVSTag=JBos
      s_4_0_0_RC1 date=200407202112)] Started in 15s:833ms
      14:57:00,392 INFO [Tomcat5] Saw org.jboss.system.server.started notification, starting connectors
      14:57:00,422 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      14:57:00,532 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
      14:57:00,542 INFO [JkMain] Jk running ID=0 time=0/20 config=null

      -----------------------------

      Please let me know how to solve the error.

      Regards

      # Ritchie Koh