This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes JBoss and the fly likes Incomplete deployment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Incomplete deployment" Watch "Incomplete deployment" New topic
Author

Incomplete deployment

Dilip kumar
Ranch Hand

Joined: Oct 16, 2000
Posts: 360
Hello,

When I move application EAR file (which contains JAR and WAR) into deploy folder in JBoss 4.0.4 it is deploying it. I could see JBoss creating folder "reporting.ear-contents" under tmp\deploy folder. But it is not creating "reporting.jar-contents" folder under "reporting.ear-contents". I'm not understanding whyJBoss is not deploying JAR file. Appreciate any ideas.

Thanks much.
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

Other than this, do you see any error messages in the server.log or on the console when JBoss is starting.


[My Blog] [JavaRanch Journal]
steve souza
Ranch Hand

Joined: Jun 26, 2002
Posts: 852
Not sure this applies, but I have heard that hot deploy isn't 100% reliable. A book i recently read said do this at your own risk and certainly not in a production environment. Try shutting down the server and deploying and see if that works.


http://www.jamonapi.com/ - a fast, free open source performance tuning api.
JavaRanch Performance FAQ
 
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: Incomplete deployment
 
Similar Threads
ejb3.0 package in Jboss 4.0.5.GA
JBoss and multiple applications
Configure Jboss in Ant???
jboss not able to read .war file
we can deploy a folder instead of jar or war what is the difference