Issue1755411

classification
Title: Problem while loading native library
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: postponed
Dependencies: Superseder:
Assigned To: Nosy List: amak, mdjaved, zyasoft
Priority: normal Keywords:

Created on 2007-07-17.11:07:27 by mdjaved, last changed 2008-09-14.06:42:12 by zyasoft.

Messages
msg1736 (view) Author: Md. Javed (mdjaved) Date: 2007-07-17.11:07:27
I am using grinder3 beta33, which uses jython internally.
The grinder agent process hangs while loading my class.

It seems to be the problem with jython, while loading native dll, as my imported class load a native library and it get hangs there.

I am using jython2.2rc1 as jython2.1 is not compatible with jdk 1.6.0 (saw some where on website).

My program works well with jython2.1 on jdk 1.5.xx.

Is that anything more i should provide?

Thank you.
mdjaved
msg1737 (view) Author: Alan Kennedy (amak) Date: 2008-01-14.21:17:39
I note that you were using a beta version of Grinder, as well as a Release Candidate version of jython 2.2.

Does this problem still occur with non-pre-release versions of the products.

If it does, a code sample would be helpful, if possible.
msg3593 (view) Author: Jim Baker (zyasoft) Date: 2008-09-14.06:42:12
No update on whether this is still an issue or not, given the betas
involved when reported
History
Date User Action Args
2008-09-14 06:42:12zyasoftsetstatus: open -> closed
nosy: + zyasoft
resolution: postponed
messages: + msg3593
2007-07-17 11:07:27mdjavedcreate