java.lang.RuntimeException: Problem starting run.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
The invoke() method threw an exception. To understand what the problem is, wrap the invoke() method call around a try-catch block and log
invocationTargetException.getTargetException()
. You can also use the getCause() method.
Solutions on the web
via snappydata.io by Unknown author, 11 months ago
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)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.gemstone.gemfire.internal.GemFireUtilLauncher.invoke(GemFireUtilLauncher.java:176)
at com.pivotal.gemfirexd.tools.GfxdUtilLauncher.invoke(GfxdUtilLauncher.java:258)
at io.snappydata.tools.SnappyUtilLauncher.invoke(SnappyUtilLauncher.scala:73)
at io.snappydata.tools.SnappyUtilLauncher$.main(SnappyUtilLauncher.scala:120)
at io.snappydata.tools.SnappyUtilLauncher.main(SnappyUtilLauncher.scala)