« 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,

I'm pretty sure I've already addressed this issue.  Can you try with the current version of GrinderAnalyzer -- V2.b9?  If you're still having troubles with that build, please post your grinder logs and I'll take a look.

Thanks!


-Travis




From: Rbrennan <brennan.ron@...>
To: grinder-use@...
Sent: Monday, December 1, 2008 1:11:20 PM
Subject: Re: [Grinder-use] Java errors with Grinder Analyzer


Thanks Travis,

I've managed to fix my java errors.  I was point to 1.6 which was failing so
I reverted back to 1.5.

I am no longer getting java errors, but I am getting this:

grinder@rondev:~/grinder-3.0.1/grinderAnalyzer$ ./run.sh
/home/grinder/grinder-3.0.1/logs/out_rondev-0.log
/home/grinder/grinder-3.0.1/logs/data_rondev-0.log 1
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:
Traceback (innermost last):
  (no code object) at line 0
OverflowError: integer literal too large


Thoughts?

R


Travis Bear wrote:

>
> 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
>
>

--
View this message in context: http://www.nabble.com/Java-errors-with-Grinder-Analyzer-tp20722984p20780630.html
Sent from the Grinder - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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


-------------------------------------------------------------------------
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