aspose file tools
The moose likes JBoss/WildFly and the fly likes Jboss Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "Jboss Server " Watch "Jboss Server " New topic
Author

Jboss Server

Vijendra Runwal
Ranch Hand

Joined: Apr 17, 2006
Posts: 52
Can anyone please explain why do I get the following message on JBoss console when I start the JBoss server. It says.. :
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@ec708d9a { url=file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/
altDD: null
lastDeployed: 1181989685984
lastModified: 1180478160570
mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@ec708d9a { url=file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8/
altDD: null
lastDeployed: 1181989685984
lastModified: 1180478160570
mbeans:


how can I remove these messages?
and the significance of mbeans?


Thanks in advance...
Vijendra


SCJP 1.4,SCWCD
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8212
    
  71

C:/jboss-4.0.5.GA/server/default/deploy/struts-blank-1.3.8


JBoss can recognize .ear .war .jar (and some more) as deployables. I guess struts-blank-1.3.8 is a web application. Rename it to struts-blank-1.3.8.war and restart the server.


[My Blog] [JavaRanch Journal]
Vijendra Runwal
Ranch Hand

Joined: Apr 17, 2006
Posts: 52
Thanks Jaikiran ..
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jboss Server
 
Similar Threads
Error whiling running the server
Error while deploying
JProfiler set up for Jboss
JBoss AS Deployment
incompletely deployed packages