2 Replies Latest reply on May 6, 2013 5:36 AM by purvi84

    Still no deployer for package in start step

    purvi84

      While deploying my Application on Jboss(4.0.1) Server, I found below error in log file.

       

      2013-04-26 13:44:59,873 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/development/jboss-4.0.1sp1/server/1.8.2/tmp/deploy/tmp5079021758847152057DNA-1.8.2-10398.ear-contents/lib/jackrabbit-jcr-commons-2.2.7.jar

      2013-04-26 13:44:59,873 DEBUG [org.jboss.management.j2ee.LocalJBossServerDomain] handleNotification: javax.management.Notification[source=jboss.system:service=JARDeployer][type=org.jboss.deployment.SubDeployer.start][message=]

      2013-04-26 13:44:59,873 DEBUG [org.jboss.management.j2ee.factory.DefaultManagedObjectFactoryMap] Failed to find factory for event: javax.management.Notification[source=jboss.system:service=JARDeployer][type=org.jboss.deployment.SubDeployer.start][message=]

      2013-04-26 13:44:59,873 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jackrabbit-jcr-commons-2.2.7.jar

      2013-04-26 13:44:59,873 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/development/jboss-4.0.1sp1/server/1.8.2/tmp/deploy/tmp5079021758847152057DNA-1.8.2-10398.ear-contents/lib/jackrabbit-jcr-rmi-2.2.7.jar

      2013-04-26 13:44:59,873 DEBUG [org.jboss.deployment.MainDeployer] Still no deployer for package in start step: jackrabbit-jcr-rmi-2.2.7.jar

       

       

      Also i found that due to these error I am not able to deploy this jar on Jboss.

       

       

      2013-04-30 07:26:10,093 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: Packages waiting for a deployer: org.jboss.deployment.DeploymentInfo@a308e4e4 { url=file:/C:/development/jboss-4.0.1sp1/server/1.8.2/tmp/deploy/tmp3866466643496558147DNA-1.8.2-10398.ear-contents/lib/jackrabbit-jcr-rmi-2.2.7.jar } deployer: null status: Starting state: START_SUBDEPLOYMENTS watch: file:/C:/development/jboss-4.0.1sp1/server/1.8.2/tmp/deploy/tmp3866466643496558147DNA-1.8.2-10398.ear-contents/lib/jackrabbit-jcr-rmi-2.2.7.jar altDD: null lastDeployed: 1367302974728 lastModified: 1367302960540 mbeans:

       

      What would be the reason for these kind of errors??

      Please Guide Me