java.rmi.ServerException: Could not bind home; nested exception is:
javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 [Root exception is javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused]]]
i get this error during a preconfigured jboss/bam/redhat install.
according to the documentation the NamingService port should be 9999 in \server\all\conf\jboss-service.xml
i checked it and it is indeed 9999 and not 1099 so why do those wars try to connect to 1099?
E