• 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

RAD server hangs on start

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So im starting up RAD and it hangs up after a minute and then I get this canceling the server start window alert. Its modal so I dont have any option but to allow the cancel. There are no errors in the server error log. The server start log looks fine as well...
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just delete your server and add it back again, this will fix the issue.
 
joli saha
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I removed the old server and created a new one. However Im getting the following. I still get the canceling start server wndow. Im leaving it open just to see if the server eventually starts up. If it does my problem is why its taking so long as well as how to get disable that cancel start server message.

[12/5/08 9:43:46:514 CST] 00000021 ThreadMonitor W WSVR0605W: Thread "server.startup : 1" (00000018) has been active for 678388 milliseconds and may be hung. There is/are 1 thread(s) in total in the server that may be hung.
[12/5/08 9:43:47:639 CST] 00000021 ThreadMonitor W WSVR0605W: Thread "server.startup : 0" (00000017) has been active for 709857 milliseconds and may be hung. There is/are 2 thread(s) in total in the server that may be hung.
[12/5/08 9:43:47:795 CST] 00000021 ThreadMonitor W WSVR0605W: Thread "server.startup : 2" (00000019) has been active for 707169 milliseconds and may be hung. There is/are 3 thread(s) in total in the server that may be hung.
[12/5/08 9:53:50:963 CST] 00000019 WebApp A SRVE0180I: [FreidaEar#Freida.war] [/AS8080-Freida] [Servlet.LOG]: Initializing WebApplicationContext for Struts ActionServlet 'action', module ''
 
Marshal
Posts: 28177
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
joli joli, please read your private messages for an important administrative matter.
 
Yasir Qureshi
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like there is already an instance of server running in background, stop the server wait for few seconds, press ctl-alt-del and make sure there is no java process running (do not kill javaw process), if there is java process running kill it. Start the server this will fix issue, if not you should delete your WAS profile and create a new one.
 
joli saha
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Appreciate your suggestions Yasir. Unfortunately I gave up and reinstalled RAD ... I just got too frustrated with it... Thanks so much though
 
yeah, but ... what would PIE do? Especially concerning this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic