• 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

Adding new resource adapter in Websphere ND gives error for node agent and node sync

 
Ranch Hand
Posts: 144
Redhat Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having a 2 node cluster of websphere ND 6.0.2.13

machine1
DMGR profile (ND) :9066/ibm/console
APP server profile (ND) :9067/ibm/console

machine2
APP server profile (ND) :9065/ibm/console

Now i am trying to deploy Resource adapter using
DMGR profile (ND) :9066/ibm/console

After choosing the node as machine1 and member1 which are both machine1
when i start the deploy it always fails with this error.

"An error occurred while creating a new resource adapter on node myjpswolicmgt03Node06. Verify the node agent is running and the node is synchronized."


i have checked the node and node agents on DMGR profile and both seem running fine. I have also tried restarting the servers but still no luck.

Is there something i am missing. (on single node install. Adding this resource adapter was not a problem at all however in clustered env it is giving problem )
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure what/how you are doing but just would like to give you heads up that adapters i.e. RAR files can ONLY be deployed to NODES but NOT to clusters.

Cheers,
H. Kanthi
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic