Message7914

Author eeiddne
Recipients eeiddne
Date 2013-03-07.19:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362682848.95.0.631188917537.issue2025@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Version Jython 2.5.4

./jython -V
Jython 2.5.4rc1


OS: Solaris 10 (x86)

uname -a
SunOS atrcxb1809 5.10 Generic_147441-19 i86pc i386 i86pc


We are experiencing the exact same issue that was reported in  http://bugs.jython.org/issue1885 even though we have upgraded from Jython 2.5.2 to Jython 2.5.4:


FAILED: Message: [Errno 20000] Unknown error: 20000: '/var/opt/ericsson/nms_smo_srv/smo_file_store/Software/EXTREME/10_CXC_132_9107_R2C05/firmware/v784b1-patch1-4.SBxtr'
Error traceback:
Traceback (most recent call last):
File "/var/opt/ericsson/nms_smo_srv/smo_file_store/Software/EXTREME/10_CXC_132_9107_R2C05/bin/main.py", line 486, in <module>
mashost.copyFirmwareFile(LAN_SWITCH_PARAMS,file)
File "/var/opt/ericsson/nms_smo_srv/smo_file_store/Software/EXTREME/10_CXC_132_9107_R2C05/bin/OssUtils.py", line 439, in copyFirmwareFile
shutil.copy2(os.path.join(params['SSH_EW_PATH'], file), self.firmwarePath)
File "/var/opt/ericsson/nms_smo_srv/smo_file_store/Software/EXTREME/10_CXC_132_9107_R2C05/bin/OssUtils.py", line 439, in copyFirmwareFile
shutil.copy2(os.path.join(params['SSH_EW_PATH'], file), self.firmwarePath)
File "/opt/python/jpython/Lib/shutil.py", line 97, in copy2
copystat(src, dst)
File "/opt/python/jpython/Lib/shutil.py", line 74, in copystat
os.chmod(dst, mode) 


I have done a checksum comparison between the 2.5.2 shutil.py and the 2.5.4 version - and they are identical - not sure if that is relevent, but just in case:

cksum /opt/python/jpython/Lib/shutil.py
633590336       6103    /opt/python/jpython/Lib/shutil.py

vs

cksum /opt/python/jpython/Lib/shutil.py
633590336       6103    /opt/python/jpython/Lib/shutil.py



thank you,

Regards,
Dónal
History
Date User Action Args
2013-03-07 19:00:48eeiddnesetrecipients: + eeiddne
2013-03-07 19:00:48eeiddnesetmessageid: <1362682848.95.0.631188917537.issue2025@psf.upfronthosting.co.za>
2013-03-07 19:00:48eeiddnelinkissue2025 messages
2013-03-07 19:00:48eeiddnecreate