« Return to Thread: Java errors with Grinder Analyzer

Re: Java errors with Grinder Analyzer

by Travis Bear :: Rate this Message:

| View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Ron,

This looks like an issue with your JVM installation.  Are you using IBM's Java?  Sun's Java appears to be required.  It might be worth upgrading to the current Grinder Analyzer as well.

Thanks!


-Travis





From: Ron Brennan <brennan.ron@...>
To: grinder-use@...
Sent: Thursday, November 27, 2008 9:26:17 AM
Subject: [Grinder-use] Java errors with Grinder Analyzer


Hello,

I am having an issue with running the GrinderAnalyzer.  I have no troubles running Grinder so I beleive all my files are set up when I run ./run.sh, I am expecting the usage....but instead I am seeing:

:/home/grinder/grinder-3.0.1/grinderAnalyzer$ ./run.sh

Found lib dir './lib'
Using classpath: ./lib/velocityMerger-1.0.1.jar:./lib/velocity-1.5.jar:./lib/log4j.jar:./lib/jfreechart-1.0.9.jar:./lib/jcommon-1.0.12.jar:./lib/grinderAnalyzer.V2.b7.jar:./lib/commons-lang-2.3.jar:./lib/commons-collections-3.2.jar:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jni/libJavaEditline.so: /usr/lib/jni/libJavaEditline.so: cannot open shared object file: No such file or directory (Possible cause: architecture word width mismatch)
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at org.gnu.readline.Readline.load(Readline.java:902)
        at org.python.util.ReadlineConsole.<init>(ReadlineConsole.java:23)
        at org.python.util.ReadlineConsole.<init>(ReadlineConsole.java:13)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.python.util.jython.main(jython.java:92)


Is there anything I could be missing?


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
grinder-use mailing list
grinder-use@...
https://lists.sourceforge.net/lists/listinfo/grinder-use

 « Return to Thread: Java errors with Grinder Analyzer