When I start JBoss AS 4.2.0.CR2 under a default Linux Fedora Core 6, I get the following error followed by a container shutdown.
anonymous wrote :
| Caused by: java.lang.RuntimeException: Exception creating identity: localhost.localdomain: localhost.localdomain
| at org.jboss.remoting.ident.Identity.get(Identity.java:211)
| at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
|
I don't think this should be happening.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038760#4038760
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038760
I've made the following changes:
1. Changed "UseJBossWebLoader" to "true"
2. Removed jboss-app.xml from the example's deployment and the <loader-repository> tag from jboss-aop.xml in the .aop archive.
3. Changed ear-deployer.xml "Isolated" attribute to "false".
4. Re-started the server, and re-deployed the injboss example ear.
Again, it does not work, no AOP-specific messages are displayed. I can't see what I might be missing, though. Any suggestions?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038753#4038753
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038753