"bodrin" wrote : 10x, but the information on this page doesn't help
| I have tried
| -Djava.rmi.server.hostname=<external_host_name>
| | -Djava.rmi.server.useLocalHostname=true
| | but no success .. the same exception..
|
Those two settings don't have any affect on JBoss.
Look at the JBoss documentation.
You should instead change the ports on the XML configs.
You will also have to define the ports on remoting, as there are two random ports. (look at remoting-bisocket-service.xml):
<!-- Use these parameters to specify values for binding and connecting control connections to
| work with your firewall/NAT configuration
| <attribute name="secondaryBindPort">xyz</attribute>
| <attribute name="secondaryConnectPort">abc</attribute>
| -->
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212491#4212491
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212491
I have been having this problem all day. Yesterday, I was able to get this all working, but I must have changed something because now I get this error whenever I attempt to add a new Seam Project (via eclipse):
18:57:45,162 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/C:/Program%20Files/Java/jboss/jboss-5.0.0.GA/server/default/deploy/newest-ear.ear/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: Error deploying newest-ejb.jar: failed to initialize bean container
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212487#4212487
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212487
Hi,
I am trying to understand how this thing works, my first basic doubt is:
What files should I downloadl:
- I will be using JBoss 4.2.3, Spring 2.5.6
- It's not clear for me what version of SpringDeployer should I download
The second question is:
If the version I download does not contain a .deployer distribution how do
I deploy it to Jboss
The third question is:
If I need to change spring version, it is enough just changing the jars
(of course not major versions, just for example 2.5.6, 2.5.7)
Are there any docs aside from the example, where to look for info ?
Thanks a lot
tonio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212475#4212475
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212475