• 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

Wehsphere server hungs when trying to start

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I try to start one my servers, the startServer log reads:
[5/22/08 15:35:20:683 EDT] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[5/22/08 15:35:20:770 EDT] 0000000a AdminTool A ADMU0128I: Starting tool with the booksmart profile
[5/22/08 15:35:20:772 EDT] 0000000a AdminTool A ADMU3100I: Reading configuration for server: server1
[5/22/08 15:35:24:842 EDT] 0000000a AdminTool A ADMU3200I: Server launched. Waiting for initialization status.

And SystemOut.log reads:
[5/22/08 15:36:33:612 EDT] 00000015 WebExtensionP E Error occured while preparing the servlet for initialization.
java.lang.StackOverflowError
at java.util.GregorianCalendar.computeFields(GregorianCalendar.java:1985)
at java.util.Calendar.setTimeInMillis(Calendar.java:1080)
at java.util.Calendar.setTime(Calendar.java:1046)
at java.text.SimpleDateFormat.format(SimpleDateFormat.java:816)
at java.text.SimpleDateFormat.format(SimpleDateFormat.java:809)
at java.text.DateFormat.format(DateFormat.java:291)
at java.text.Format.format(Format.java:147)
at java.text.MessageFormat.subformat(MessageFormat.java:1299)
at java.text.MessageFormat.format(MessageFormat.java:807)
at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:65)
at java.util.logging.StreamHandler.publish(StreamHandler.java:194)
at java.util.logging.FileHandler.publish(FileHandler.java:570)
at java.util.logging.Logger.log(Logger.java:469)
at com.ibm.ejs.ras.Tr.logToJSR47Logger(Tr.java:1600)
at com.ibm.ejs.ras.Tr.systemErr(Tr.java:911)
at com.ibm.ejs.ras.SystemErrStream.dispatchEvent(SystemErrStream.java:236)
at com.ibm.ejs.ras.SystemStream.write(SystemStream.java:286)
at sun.nio.cs.StreamEncoder$ConverterSE.implWrite(StreamEncoder.java:274)
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:184)
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:194)
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:227)
at java.io.Writer.write(Writer.java:147)
at java.util.logging.StreamHandler.publish(StreamHandler.java:207)
at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:103)
at java.util.logging.Logger.log(Logger.java:469)
at com.ibm.ejs.ras.Tr.logToJSR47Logger(Tr.java:1600)
at com.ibm.ejs.ras.Tr.systemErr(Tr.java:911)
at com.ibm.ejs.ras.SystemErrStream.dispatchEvent(SystemErrStream.java:236)
at com.ibm.ejs.ras.SystemStream.write(SystemStream.java:286)
at sun.nio.cs.StreamEncoder$ConverterSE.implWrite(StreamEncoder.java:274)
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:184)
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:194)
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:227)
at java.io.Writer.write(Writer.java:147)
at java.util.logging.StreamHandler.publish(StreamHandler.java:207)
at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:103)
at java.util.logging.Logger.log(Logger.java:469)
at com.ibm.ejs.ras.Tr.logToJSR47Logger(Tr.java:1600)
at com.ibm.ejs.ras.Tr.systemErr(Tr.java:911)
at com.ibm.ejs.ras.SystemErrStream.dispatchEvent(SystemErrStream.java:236)




[5/22/08 15:36:38:448 EDT] 00000014 EJBContainerI I WSVR0057I: EJB jar started: mejb.jar
[5/22/08 15:36:42:596 EDT] 00000015 WebApp E Error while initializing Servlet

Can someone please help me how to fix this issue?

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic