https://bz.apache.org/bugzilla/show_bug.cgi?id=58155
ardz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from ardz <[email protected]> --- Worked out what the problem was JAVA_TOOL_OPTIONS appeared to be causing issues: Picked up JAVA_TOOL_OPTIONS: -javaagent:"C:\Program Files\LogiGear\TestArchitect\binclient\agents\java\lib\ext\TAJavaLoader.jar" java version "1.7.0_79" Java(TM) SE Runtime Environment (build 1.7.0_79-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode) Once I removed JAVA_TOOLS_OPTIONS values from the system environment variables, it worked. Hopefully it might help anyone else who encounters this problem in the future. Closed - not a bug. -- You are receiving this mail because: You are the assignee for the bug.
