hualr commented on issue #578:
URL: https://github.com/apache/maven-mvnd/issues/578#issuecomment-1025056253


   > Same problem, and log shows
   > 
   > ```java
   > Exception in thread "main" java.lang.reflect.InvocationTargetException
   >    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   >    at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
   >    at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   >    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   >    at org.mvndaemon.mvnd.common.MavenDaemon.main(MavenDaemon.java:84)
   > Caused by: java.lang.NoClassDefFoundError: 
org/apache/commons/cli/ParseException
   >    at org.mvndaemon.mvnd.daemon.Server.<init>(Server.java:121)
   >    ... 5 more
   > Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.cli.ParseException
   >    at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   >    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   >    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
   >    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   >    at 
org.mvndaemon.mvnd.common.MavenDaemon$1.findClass(MavenDaemon.java:69)
   >    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   >    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   >    ... 6 more
   > ```
   
   en,show this exception.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to