• 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

Managed Server problem

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a managed server named server1 whose startup mode is RUNNING, when I started my weblogic server, server1 is in STANDBY. It can neither be started, resumed or stop. The status is still TASK IN PROGRESS and its been over an hour and the status still does not change. What do you guys think is the problem? New to weblogic, please help. Any help/suggestion/comments is greatly appreciated. Thanks in advance.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would be helpful if you can post the Weblogic server version and the log while attempting to start weblogic managed server.
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"vipinj vipinj "
You may have missed the Javaranch Naming policy on display names. Basically your display name must consist of a first name and a valid last name and must not be obviously fictitious.
Please change it using the My Profile link above.
 
alds orteza
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
tnx vipinj vipinj,

I'm using Weblogic Server v8.1 SP5. This time when started the weblogic server, my managed server, server1, is on STANDBY mode but this time I could resume it but when I try to resume the server, it fails. This is the Exception: "Can not get to the relevant ServerRuntimeMBean"

How can I remedy this problem? Thanks in advance.
 
vipin jos
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi this is the old vipinj... I am new. Sorry abt that
 
Amit Ghorpade
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by vipin jos:
hi this is the old vipinj... I am new. Sorry abt that



Thanks for taking time to adjust your display name vipin
One more thing and this goes to alds orteza also, please do not make use of non real words like "tnx" in place of thanks and "abt" in place of about. Words like these make your posts difficult to read and result in less response.Read this for more information.
 
alds orteza
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Amit Ghorpade,

Sorry about that, byproduct of too much texting I guess. Thanks for pointing it out.

Aldrin
 
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 also get the same problems in certain times. Actually when i forceshutdown the managed server before application deployment, the server state shows FAILED or sometimes TASK IN PROGRESS.
So what we need to do is just look into the server log file where we can see that some java program is running which can hold that server to start or stop.
Certain times we can just find out the server's pid and kill that which is running. then try it will allow us to start and stop the server.
reply
    Bookmark Topic Watch Topic
  • New Topic