• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Newbie Question

 
Ranch Hand
Posts: 240
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello;

The documentation I have read leads me to believe installing JBoss is easy.

I unzip the folder structure to a local directory, from the bin folder execute run.bat, Jboss should be working.

When I run the run.bat file I get all the message (no errors) and finally a note saying the server has started (about 20 seconds).

When I try localhost:8080 I get a page cannot be found. I don't think I have anything else on the system using 8080. The error log tells me this:

2005-10-31 16:53:02,900 DEBUG [org.mortbay.util.ThreadedServer] IGNORED
java.net.SocketTimeoutException: Accept timed out
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
at java.net.ServerSocket.implAccept(ServerSocket.java:450)
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:259)
at org.mortbay.util.ThreadedServer.acceptSocket(ThreadedServer.java:423)
at org.mortbay.util.ThreadedServer$Acceptor.run(ThreadedServer.java:608)

If I run the installer to 4.0.3 I get it working no problem. However my company is using 4.0.1 in production, so I need to stick with that build for now (I don't think there is an installed for this version, only a archive to extract).

How can I trouble shoot this? Any ideas where I am going wrong?

Thanks,

Luke
 
Luke Shannon
Ranch Hand
Posts: 240
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Never mind. The archive my company had me install had all the default files removed. I just deployed our project and everything is fine.
reply
    Bookmark Topic Watch Topic
  • New Topic