Issue2214

classification
Title: AttributeError: createSIBus, while creating cluster
Type: behaviour Severity: urgent
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: vicky, zyasoft
Priority: Keywords:

Created on 2014-09-26.12:10:43 by vicky, last changed 2014-10-05.16:43:56 by zyasoft.

Messages
msg9052 (view) Author: Vikas (vicky) Date: 2014-09-26.12:10:42
I get below exception while creating cluster:

WASX7017E: Exception received while running file "/usr/Savvion/SBM2013/cluster/scripts/websphere/jython/sbmcluster/setupcluster.py"; exception information: com.ibm.bsf.BSFException: exception from Jython:
Traceback (innermost last):
  File "<string>", line 57, in ?
  File "/usr/Savvion/SBM2013/cluster/scripts/websphere/jython/sbmcluster/createcluster.py", line 186, in ?
  File "/usr/Savvion/SBM2013/websphere/scripts/jython/sbmserver/createwebsphere.py", line 348, in createSiBus
  File "/usr/Savvion/SBM2013/websphere/scripts/jython/sbmserver/wsadminlibx.py", line 323, in createSIBus
AttributeError: createSIBus
msg9053 (view) Author: Jim Baker (zyasoft) Date: 2014-09-27.03:35:08
This appears to be WebSphere specific and not a Jython bug. Can you reproduce just with Python?
msg9055 (view) Author: Vikas (vicky) Date: 2014-09-27.16:03:45
I might not be able to do that. But this message shows up even if "createSIBus" method is there within wsadminlibx.py file. I could reproduce the issue locally when I change the name explicitly from "createSIBus" to "createSiBus", just the change in letter "I" which makes sense. But in the other environment with all same module it fails even when the method "createSIBus" exist with no modification.
msg9071 (view) Author: Jim Baker (zyasoft) Date: 2014-10-05.16:43:56
Closing out as a websphere specific bug (possibly usage of websphere API) unless we have a reproducible test for Python only
History
Date User Action Args
2014-10-05 16:43:56zyasoftsetstatus: open -> closed
resolution: invalid
messages: + msg9071
2014-09-27 16:03:45vickysetmessages: + msg9055
2014-09-27 03:35:08zyasoftsetnosy: + zyasoft
messages: + msg9053
2014-09-26 12:10:43vickycreate