• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

incompletely deployed packages: JBOSS error, Any help is greatly appreciated

 
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All:

I am new to javaranch. I am chaitanya. I have some problems in deploying a jar file in jboss4.0/server/default/deploy directory.

I used : Java 1. 5 update 21, Jboss 4.0.0, Ant to build the jar file.

14:14:47,172 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Packages waiting for a deployer:
org.jboss.deployment.DeploymentInfo@78c5fb1d { url=file:/C:/jboss-4.0.0/jboss-4.0.0/server/default/deploy/FirstEJB3.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.0/jboss-4.0.0/server/default/deploy/FirstEJB3.jar
altDD: null
lastDeployed: 1285362886167
lastModified: 1285362886166
mbeans:

Incompletely deployed packages:
org.jboss.deployment.DeploymentInfo@78c5fb1d { url=file:/C:/jboss-4.0.0/jboss-4.0.0/server/default/deploy/FirstEJB3.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.0/jboss-4.0.0/server/default/deploy/FirstEJB3.jar
altDD: null
lastDeployed: 1285362886167
lastModified: 1285362886166
mbeans:


14:14:47,369 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
14:14:47,576 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
14:14:47,582 INFO [JkMain] Jk running ID=0 time=0/36 config=null
14:14:47,596 INFO [Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)] Started in 17s:229ms
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does the jar file contain? And what's the reason for using such a old version of JBoss AS? Looking at the name of the file you are deploying, you are trying EJB3 application and JBoss AS 4.0.0 doesn't support it. I would recommend that you either download JBoss AS 5.1.0 or the just released JBoss AS 6.0.0.M5 and give it a try.
 
You'll never get away with this you overconfident blob! The most you will ever get is this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic