I reposted this from the documentation area because it is an install problem:
I am having this problem also when.. ./run.sh -c all -b 192.168.1.12 starts the server. :14:04:59,696 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 38s:576ms But it binds to port 8083 and when accessing with browser displays a page who's source just has the following: Port 8080 remains closed. Java VM: Java HotSpot(TM) Server VM 1.5.0_03-b07 OS-System: Linux 2.4.25-1-386,i386 Possible issue: 19:05:26,263 WARN [ServiceController] Problem starting service jboss:service=Naming java.lang.NoClassDefFoundError: javax/net/SocketFactory Any ideas? I get connection refused on 8080 No other app is bound to 8080 before server startup or after. on ctrlC I get the following: 08:41:16,023 INFO [Server] JBoss SHUTDOWN: Undeploying all packages 08:41:16,260 INFO [HypersonicDatabase] Database standalone closed clean 08:41:16,951 INFO [SnmpAgentService] SNMP agent stopped 08:41:17,408 ERROR [HttpInvoker] Failed java.lang.NoClassDefFoundError: javax/net/SocketFactory Where can I look; what can I look for to determine what is going wrong? debian:/opt/jboss-4.0.2/bin# telnet 192.168.1.12 8080 Trying 192.168.1.12... telnet: Unable to connect to remote host: Connection refused debian:/opt/jboss-4.0.2/bin# telnet 192.168.1.12 8083 Trying 192.168.1.12... Connected to 192.168.1.12. Escape character is '^]'. I know 8083 is being bound by jboss because connection is refused if I shut down the server. I have looked at the log and redirected the startup to a file for viewing, but I do not know what to look for in so much information. I see some messages which seem to be a concern but in the end, the server does start and is running. Here is a message which is a warning... but is it critical or pertain to my problem... or normal... I don't know: 09:07:29,490 WARN [ServiceController] Problem starting service jboss:service=Naming java.lang.NoClassDefFoundError: javax/net/SocketFactory Is there a regexp I can use to grep out applicable messages? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879157#3879157 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879157 ------------------------------------------------------- SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate online with coworkers and clients while avoiding the high cost of travel and communications. There is no equipment to buy and you can meet as often as you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
