You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
POST /api/writeToFile 200 4.339 ms - 46
Exception in thread "main"
java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.privateGetMethodRecursive(Class.java:3040)
at java.lang.Class.getMethod0(Class.java:3010)
at java.lang.Class.getMethod(Class.java:1776)
at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.cli.ParseException
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
child process exited with code 1
POST /api/translateLFR 200 399.233 ms - 28
I've been looking into this. Got it to translate to MINT but couldn't Place and Route using muShroomMapper dev standalone using DebugMain (see second option here). This is the closest iteration it got with PaR: . This eps looks good but it's possible that spacing in the .ini is causing PAR to call this a fail.
Tested the file on Neptune Master branch, and couldn't get it to translate as well.
In any case, here are the files I used for the run on standalone dev using DebugMain, and their outputs (in PaR outputs number 7 is the eps I posted above [the best PaR run]):
Will look into further soon. My guess is some changes to the .ini would do the trick using MM standalone. Still have to investigate Neptune error, but an update to the MM jar might fix this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following error given:
Using LFR design as test:
The text was updated successfully, but these errors were encountered: