Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eorro when run on ppc64 platform using IBM ppc JDK #19

Closed
GoogleCodeExporter opened this issue May 4, 2015 · 2 comments
Closed

Eorro when run on ppc64 platform using IBM ppc JDK #19

GoogleCodeExporter opened this issue May 4, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link




What version of the product are you using? On what operating system?

Please post the output of the following commands:
java -version
echo $JAVA_HOME  (for unix/linux systems)
echo %JAVA_HOME% (for windows)

[henry@wsa061 tools]$ uname -a
Linux wsa061 2.6.32-279.19.1.el6.ppc64 #1 SMP Sat Nov 24 14:36:02 EST 2012 
ppc64 ppc64 ppc64 GNU/Linux



[henry@wsa061 tools]$ /usr/lib/jvm/java-1.6.0-ibm-1.6.0.11.0.ppc64/bin/java 
-version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxp6460sr11-20120806_01(SR11))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux ppc64-64 
jvmxp6460sr11-20120801_118201 (JIT enabled, AOT enabled)
J9VM - 20120801_118201
JIT  - r9_20120608_24176ifx1
GC   - 20120516_AA)
JCL  - 20120713_01


Error message :


[henry@wsa061 tools]$ ./jvmtop.sh  116096
com.ibm.tools.attach.AttachNotSupportedException: target not found
        at com.ibm.tools.attach.javaSE.VirtualMachineImpl.attachTarget(VirtualMachineImpl.java:81)
        at com.ibm.tools.attach.javaSE.AttachProviderImpl.attachVirtualMachine(AttachProviderImpl.java:37)
        at ibm.tools.attach.J9AttachProvider.attachVirtualMachine(J9AttachProvider.java:60)
        at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:221)
        at com.jvmtop.openjdk.tools.LocalVirtualMachine.getLocalVirtualMachine(LocalVirtualMachine.java:303)
        at com.jvmtop.VMDetailView.<init>(VMDetailView.java:25)
        at com.jvmtop.JvmTop.main(JvmTop.java:35)
Exception in thread "main" com.sun.tools.attach.AttachNotSupportedException: 
target not found
        at ibm.tools.attach.J9AttachProvider.attachVirtualMachine(J9AttachProvider.java:65)
        at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:221)
        at com.jvmtop.openjdk.tools.LocalVirtualMachine.getLocalVirtualMachine(LocalVirtualMachine.java:303)
        at com.jvmtop.VMDetailView.<init>(VMDetailView.java:25)
        at com.jvmtop.JvmTop.main(JvmTop.java:35)



Original issue reported on code.google.com by newitfarmer on 31 May 2013 at 9:38

@GoogleCodeExporter
Copy link
Author

Are you sure that PID 116096 is still alive?

Does  ps -p 116096
print the process?
If not then the process is not alive and the error message is correct.

Original comment by patric.r...@gmail.com on 31 May 2013 at 10:18

@GoogleCodeExporter
Copy link
Author

Closing due to lack of information / bug confirmation.
If you see this again, reopen this or create a new issue.

Original comment by patric.r...@gmail.com on 11 Jun 2013 at 6:43

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant