You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2010/02/16 23:12:34 UTC

DO NOT REPLY [Bug 48753] New: CookieManager is not available when run with jdk 1.6.0_13

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

           Summary: CookieManager is not available when run with jdk
                    1.6.0_13
           Product: JMeter
           Version: 2.3.4
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: hopf@synyx.de


The Option for adding an HttpCookieManager is not available when run under
Kubuntu with jdk 1.6.0_13. No indication of a failure in the logs, it's just
not there. Running a normal test works.

When running with jdk  1.5.0_13 the option is there and can be used normally.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48753] CookieManager is not available when run with jdk 1.6.0_13

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

--- Comment #6 from Sebb <se...@apache.org> 2010-02-17 00:12:24 UTC ---
I don't have any problems in Win/XP with

java.version=1.6.0_17                  
java.vm.name=Java HotSpot(TM) Client VM

So in theory it's most likely to be a problem with Java.

Is there a more recent version of Java 1.6 for Kubuntu?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48753] CookieManager is not available when run with jdk 1.6.0_13

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

--- Comment #4 from Sebb <se...@apache.org> 2010-02-16 23:41:11 UTC ---
The class org/apache/commons/logging/LogFactory is used by lots of JMeter
classes, so it does not make sense for it to only be reported for
CookieManager.

Are you using the same installation of JMeter for both JVMs?
Are you using any property overrides for logging?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48753] CookieManager is not available when run with jdk 1.6.0_13

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

--- Comment #7 from Milamber <mi...@gmail.com> 2010-02-17 17:10:44 UTC ---
I don't have this problem with a fresh kubuntu 9.10 64bits install. JMeter
Cookie manager works.

* with sun-java6-jdk 1.6u15 from ubuntu repository
* and with jdk-6u13-linux-x64.bin from Sun java website

check your PATH and CLASSPATH?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48753] CookieManager is not available when run with jdk 1.6.0_13

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

Florian Hopf <ho...@synyx.de> changed:

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

--- Comment #8 from Florian Hopf <ho...@synyx.de> 2010-02-17 19:04:43 UTC ---
It also works for me when downloading a fresh version of jdk 1.6.0_18 so I
would consider this as fixed.

Thanks a lot for your help, maybe this can at least be useful as a reference
for somebody else.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48753] CookieManager is not available when run with jdk 1.6.0_13

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

--- Comment #1 from Sebb <se...@apache.org> 2010-02-16 23:24:09 UTC ---
Is there a failure reported in the console window?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48753] CookieManager is not available when run with jdk 1.6.0_13

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

--- Comment #2 from Florian Hopf <ho...@synyx.de> 2010-02-16 23:32:17 UTC ---
Created an attachment (id=25003)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25003)
log file with ClassNotFoundException for commons-logging

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48753] CookieManager is not available when run with jdk 1.6.0_13

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

--- Comment #5 from Florian Hopf <ho...@synyx.de> 2010-02-16 23:47:57 UTC ---
I am using the same installation for both, just replacing the java runtime does
the trick.

I did not modify any of the config files, the installation is downloaded,
unpacked and started.

I tried several version:
jakarta-jmeter-2.2: Entry is displayed but ClassNotFound-Exception is displayed
when trying to add it to a Thread-Group
jakarta-jmeter-2.3: Entry is not displayed
jakarta-jmeter-2.3.1: Entry is not displayed
jakarta-jmeter-2.3.4: Entry is not displayed

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 48753] CookieManager is not available when run with jdk 1.6.0_13

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

--- Comment #3 from Florian Hopf <ho...@synyx.de> 2010-02-16 23:32:34 UTC ---
I am starting the application with jmeter.sh, no output is logged to the
console where I started it.

I just reviewed the log file, it complains about class not found for
commons-logging, which is available in the lib directory.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org