• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

unable to delete node (WAS 4.0)

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm working with WAS 4.0/Linux, deploying an .ear that works properly on NT and WSAD. Someone else set up the server, and presumably tested the sample apps, but when I deployed the .ear file with the wizard from a remote client console to the localhost node (the Default Server for which was stopped), and ran it, none of the EJB would start. Fine.
I created another node and deployed the sample app to that one, was able to start the server and all sample ejbs started.
Here's my problem: I can't get to the machine through the standard test url, and want to remove the node I created so as to restore WAS to the state it was in before I mucked it up. Unfortunately, I can't remove the node, either from the client java console, or wscp> Node remove /Node:foo/. On the java console, Remove is grayed out, and wscp gives me this:
WSCP0144E: /Node:dev22app/ cannot be removed because it is running; exception was com.ibm.ejs.sm.exception.RunningObjectRemoveException
wscp> Node stop /Node:dev22app/
wscp> Node remove /Node:dev22app/
[01.12.18 19:29:04:378 EST] 2836d506 MasterProxy W WWLM0019: Method getNextClone found no usable proxies in the list. Current exception:
(I can't remove it when it's running, and when I stop it, wscp can't get a handle on the AppServer to do anything.)

Thanks in advance for any help
Todd

 
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How many nodes do you have under the WebSphere administrative domain?
If you have other nodes in additon to /Node:dev22app/, then stop /Node:dev22app/ and remove it from another node using either WSCP or admin console.
------------------

Tony Chen
IBM Certified Specialist - WebSphere V3.5
IBM Certified Solution Developer - WebSphere V3.5
IBM Certified Systems Expert - Administration for WebSphere V3.5
Sun Certified Programmer for the JAVA 2 Platform
 
Heroic work plunger man. Please allow me to introduce you to this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic