Java: Exception in thread «main» java.lang.reflect.InvocationTargetException

Oct 09, 2013 19:34


Originally published at RTFM - администрирование, настройка серверов FreeBSD, Linux. You can comment here or there.


При выполнении jstack и/или jmap - Java сообщает об ошибке:

# jstack -F 31770 Attaching to process ID 31770, please wait... Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ...

Read the rest of this entry »

java, Проблемы и решения

Previous post Next post
Up