Issue1907

classification
Title: NameError: name 'AdminControl' is not defined
Type: Severity: critical
Components: Any Versions: 2.5.2
Milestone:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: Pearlugi, amak
Priority: Keywords:

Created on 2012-05-30.10:17:00 by Pearlugi, last changed 2012-06-06.08:16:38 by Pearlugi.

Files
File name Uploaded Description Edit Remove
automatedDeploy.py Pearlugi, 2012-05-30.10:16:59 AutoDeploy into WAS
unnamed Pearlugi, 2012-06-06.08:16:37
Messages
msg7172 (view) Author: Pearl (Pearlugi) Date: 2012-05-30.10:16:59
wsadminSvr = AdminControl.queryNames("node="+AdminControl.getNode( )+",type=Server,*" )

when i am running the jython script the error is : 
'NameError: name 'AdminControl' is not defined'
msg7181 (view) Author: Alan Kennedy (amak) Date: 2012-06-05.19:58:22
> wsadminSvr = AdminControl.queryNames("node="+AdminControl.getNode( )+",type=Server,*" )

This is an IBM WebSphere specific issue, not an issue with jython.

I recommend reading the IBM documentation or contacting IBM for support.
msg7182 (view) Author: Pearl (Pearlugi) Date: 2012-06-06.08:16:38
Hi
Thanks for your Reply

Regards,
 Muthu

________________________________
 From: Alan Kennedy <report@bugs.jython.org>
To: ugimuthu@yahoo.com 
Sent: Wednesday, 6 June 2012, 3:58
Subject: [issue1907] NameError: name 'AdminControl' is not defined

Alan Kennedy <jython-dev@xhaus.com> added the comment:

> wsadminSvr = AdminControl.queryNames("node="+AdminControl.getNode( )+",type=Server,*" )

This is an IBM WebSphere specific issue, not an issue with jython.

I recommend reading the IBM documentation or contacting IBM for support.

----------
nosy: +amak
resolution:  -> rejected
status: open -> closed

_______________________________________
Jython tracker <report@bugs.jython.org>
<http://bugs.jython.org/issue1907>
_______________________________________
History
Date User Action Args
2012-06-06 08:16:38Pearlugisetfiles: + unnamed
messages: + msg7182
2012-06-05 19:58:22amaksetstatus: open -> closed
resolution: rejected
messages: + msg7181
nosy: + amak
2012-05-30 10:17:00Pearlugicreate