Greetings all,
I am having the strangest problem, and I'm hoping someone might have a clue as to what might be causing it. I've just installed Linux (the 2.6.8 kernel) and set up my development environment to build our application's .ear file as normal. This .ear file is constructed in the normal manner. However, it doesn't deploy!
The strange part:
When I take the .ear file, and:
1. Copy the .ear to a Windows box
2. un-jar file .ear file and the hibernate.har file
3. re-jar the hibernate.har file and the .ear file
4. Copy the .ear file back to my linux box and start up JBoss
Everything works just fine!
We're using ant and xdoclet to construct our .ear file, if that helps.
Hibernate version:
2.1.8
JBoss version:
4.0.1
Interesting bits of the startup script
Code:
Packages waiting for a deployer:
org.jboss.deployment.DeploymentInfo@f9d6d087 { url=file:.../jboss/server/default/tmp/deploy/tmp59883my-app.ear-contents/my-hibernate.har }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:.../jboss/server/default/tmp/deploy/tmp59883my-app.ear-contents/my-hibernate.har
altDD: null
lastDeployed: 1112052462895
lastModified: 1112052456000
mbeans:
Any help is much appreciated.
Thanks!