You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/04/25 14:38:43 UTC

[Bug 56459] New: Constant Throughput Timer: Java 8 incompatibility

https://issues.apache.org/bugzilla/show_bug.cgi?id=56459

            Bug ID: 56459
           Summary: Constant Throughput Timer: Java 8 incompatibility
           Product: JMeter
           Version: 2.11
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: barancev@gmail.com

Created attachment 31561
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31561&action=edit
JMeter project file

JMeter version: 2.11

Java version (output from java -version)
Java(TM) SE Runtime Environment (build 1.8.0-b132)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)

OS version: Windows 7

JMeter can't open the attached project file being run with Java 8.
Works well if one uses Java 7.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56459] Constant Throughput Timer: Java 8 incompatibility

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56459

--- Comment #1 from Alexei Barantsev <ba...@gmail.com> ---
Created attachment 31562
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31562&action=edit
Log file

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56459] Constant Throughput Timer: Java 8 incompatibility

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56459

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from Sebb <se...@apache.org> ---
This could be a consequence of Bug 56360, fixed in r1586693.

If you want to try a nightly build, you can find one via

http://jmeter.apache.org/nightly.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56459] Constant Throughput Timer: Java 8 incompatibility

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56459

Alexei Barantsev <ba...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Alexei Barantsev <ba...@gmail.com> ---
Ah, thanks!

Yes, nightly works well, the issue can be closed as resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56459] Constant Throughput Timer: Java 8 incompatibility

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56459

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #4 from UbikLoadPack support <su...@ubikloadpack.com> ---
Hello,
Are you sure you followed correctly install instructions:
Installing JMeter runtime

Download the _bin and _lib files 
Unpack the archives into the same directory structure 
The other archives are not needed to run JMeter.

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56459] Constant Throughput Timer: Java 8 incompatibility

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56459

--- Comment #3 from Alexei Barantsev <ba...@gmail.com> ---
Unfortunately nightly has another issue:

C:\Tools\PerfTesting\apache-jmeter-r1590210\bin>jmeter.bat
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
java.lang.NoClassDefFoundError:
com/thoughtworks/xstream/converters/ConversionEx
ception
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2493)
        at java.lang.Class.getConstructor0(Class.java:2803)
        at java.lang.Class.newInstance(Class.java:345)
        at org.apache.jmeter.NewDriver.main(NewDriver.java:257)
Caused by: java.lang.ClassNotFoundException:
com.thoughtworks.xstream.converters
.ConversionException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        ... 5 more
JMeter home directory was detected as:
C:\Tools\PerfTesting\apache-jmeter-r15902
10

-- 
You are receiving this mail because:
You are the assignee for the bug.