• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

weblogic.Admin SHUTDOWN - problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
I am using weblogic6.1 as my application server on hp-ux. when I
shutdown the weblogic server using the command

java weblogic.Admin -url 127.0.0.1:80 SHUTDOWN -username abc -password abc

,the java process on the server should also stop. But it does not
happen everytime, ie, sometimes it does not stops the java process
(when you do a ps on java, it shows that java is running, and then i have to
manually kill it).
Can anybody give me a solution for this?
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) You may try to upgrade to the latest SP or version of the server - this problem may be fixed already.
2) Contact BEA support (please check this: http://www.viewtier.com/newsgroups/thread.jspa?threadID=4&tstart=0)
3) Write a shell script that tries to shutdown weblogic gracefully using SHUTDOWN, waits for some time and then issues kill.
 
Do the next thing next. That’s a pretty good rule. Read the tiny ad, that’s a pretty good rule, too.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic