sdedic opened a new pull request, #4046: URL: https://github.com/apache/netbeans/pull/4046
On startup, NBLS logs the following exception: ``` rg.osgi.framework.BundleException: The bundle "com.jcraft.jsch_0.1.72 [161]" could not be resolved. Reason: Missing Constraint: Require-Bundle: libs.c.kohlschutter.junixsocket; bundle-version="0.0.0"org.osgi.framework.BundleException: The bundle "com.jcraft.jsch_0.1.72 [161]" could not be resolved. Reason: Missing Constraint: Require-Bundle: libs.c.kohlschutter.junixsocket; bundle-version="0.0.0" at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332) at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1184) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559) at org. eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243) at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:271) at org.eclipse.osgi.framework.internal.core.EquinoxLauncher$2.run(EquinoxLauncher.java:246) at ... `com.jcraft.jsch` library is needed by `cpplite.debugger` and 'dlight.nativeexecution' that we need for their functionality in NBLS; need to add the `junixsocket` library so that jsch module loads. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
