Author
Incomplete deployment
Jeethu Mary
Greenhorn
Joined: Mar 23, 2011
Posts: 12
Hi there,
When am trying to deploy one ear file. am getting incomplete deployment error
Its failing to deploy PCML files.Please help
Our database is as400.
Regards,
Jeethu
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5536
posted Mar 23, 2011 13:42:21
0
Please post the full stack trace for the error. Make sure you post only the first exception stack trace from the console log. Do not post the "Deployments in Error" report as that it usually useless in identifying the root cause of problems. Also post the version of JBoss AS, OS and JVM.
Alternately, you could attach the server.log and boot.log files.
JBoss In Action
Jeethu Mary
Greenhorn
Joined: Mar 23, 2011
Posts: 12
Hi,
ERROR deployment.scanner.URLDeploymentScanner; URLDeploymentScanner.java:scan():660) - Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@5774fdff { url=file:/C:/jboss-4.0.4.GA_new/server/default/deploy/OpenCloseBooking.pcml }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.4.GA_new/server/default/deploy/OpenCloseBooking.pcml
altDD: null
lastDeployed: 1300886092211
lastModified: 1300886092211
mbeans:
I have attached the log file for your refernce.
Jboss 4.0.4 and jdk- 1.5 is wat am using..
I had no problem before with the same set up.. Now wonder what went wrong
It has error only with pcml files deployment
Regards,
Jeethu
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
What's a .pcml file? It's not one of the standard file types recognized by the JBoss AS deployers, hence that error.
[My Blog ] [JavaRanch Journal ]
Jeethu Mary
Greenhorn
Joined: Mar 23, 2011
Posts: 12
PCMl is program call mark up Language. Its basically AS400 file and my application refers to AS400 Database.
These files were there even before, i never got any prob with deployment then
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
Are you sure they were in the "deploy" folder earlier? Unless you have some custom deployer, JBoss AS will not recognize such files from deploy folder.
Jeethu Mary
Greenhorn
Joined: Mar 23, 2011
Posts: 12
Yes.. Am very much sure that they were in deploy folder.. And even now its the same
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
Like I said earlier:
Unless you have some custom deployer, JBoss AS will not recognize such files from deploy folder.
Jeethu Mary
Greenhorn
Joined: Mar 23, 2011
Posts: 12
Actually 2days back i used to get 2 errors:
Could not create deployment: file:/C:/jboss-4.0.4.GA_new/server/default/tmp/deploy/tmp50284itds_main.ear-contents/itds_mainEjb.jar
and also
ERROR deployment.scanner.URLDeploymentScanner; URLDeploymentScanner.java:scan():660) - Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@5774fdff { url=file:/C:/jboss-4.0.4.GA_new/server/default/deploy/OpenCloseBooking.pcml }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.4.GA_new/server/default/deploy/OpenCloseBooking.pcml
altDD: null
lastDeployed: 1300960784800
lastModified: 1300960784800
mbeans:
Then i read in some forums and Updated "strictverifier" to "false" in ejb-deployer.xml. and form then the 1st error vanished.
Can i know if you are aware of any solution for 2nd one
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5536
posted Mar 24, 2011 09:54:22
0
Can i know if you are aware of any solution for 2nd one
Read Jaikiran's last post again - he already answered this.
subject: Incomplete deployment