• 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

Websphere 5.0 slow java runtime

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
When I try to execute a java standalone program using Websphere 5.0 java executable on AIX, the program stops for no reason. When I type "java -verbose", it stops at
[Initializing java/lang/Runtime]
[Running static initializer for java/lang/Runtime]
When I press cntl-c to stop the operation, it halts at
[Running static initializer for java/lang/Shutdown]
[Loaded java.lang.Shutdown$Lock from /usr/WebSphere5/AppServer/java/jre/lib/rt.jar]
[Loading superclasses of java/lang/Shutdown$Lock]
[Preparing java/lang/Shutdown$Lock]
Do you guys know any reason behind this? And any possible solution for solving this problem?
Thanks.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm having the same problem starting up a Jade platform from a Java class.Anyone has a solution?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic