winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.9k stars 765 forks source link

Issue building ugs-pendant (same results as closed issue #1245) #1263

Closed rickromkey closed 4 years ago

rickromkey commented 5 years ago

Feature request

Problem description

When attempting to run on Raspberry Pi, failing when building ugs-pendant.

Expected Behavior

Expect a completed build

Actual Behavior

[INFO] ------------------------------------------------------------------------ [INFO] Building ugs-pendant 2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- frontend-maven-plugin:1.6:install-node-and-npm (install node and npm) @ ugs-pendant --- [INFO] Installing node version v10.15.0 [INFO] Downloading https://nodejs.org/dist/v10.15.0/node-v10.15.0-linux-x86.tar.gz to /root/.m2/repository/com/github/eirslett/node/10.15.0/node-10.15.0-linux-x86.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ugs-parent ......................................... SUCCESS [ 1.223 s] [INFO] ugs-core ........................................... SUCCESS [ 10.816 s] [INFO] ugs-pendant ........................................ FAILURE [ 3.446 s] [INFO] ugs-cli ............................................ SKIPPED [INFO] ugs-classic ........................................ SKIPPED [INFO] ugs-platform-parent ................................ SKIPPED [INFO] ugs-platform-branding .............................. SKIPPED [INFO] ugs-platform-ugslib ................................ SKIPPED [INFO] ugs-platform-ugscore ............................... SKIPPED [INFO] ugs-platform-visualizer ............................ SKIPPED [INFO] ugs-platform-plugin-workflow ....................... SKIPPED [INFO] ugs-platform-gcode-editor .......................... SKIPPED [INFO] ugs-platform-surfacescanner ........................ SKIPPED [INFO] ProbeModule ........................................ SKIPPED [INFO] DowelModule ........................................ SKIPPED [INFO] GcodeTools ......................................... SKIPPED [INFO] ugs-platform-plugin-jog ............................ SKIPPED [INFO] ugs-platform-plugin-setup-wizard ................... SKIPPED [INFO] ugs-platform-welcome-page .......................... SKIPPED [INFO] ugs-platform-app ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.447 s [INFO] Finished at: 2019-08-22T16:20:34+00:00 [INFO] Final Memory: 22M/52M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:install-node-and-npm (install node and npm) on project ugs-pendant: Could not download Node.js: Got error code 404 from the server. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :ugs-pendant

Steps to Reproduce the Problem

  1. Virgin install of Pi. Added Java, maven, etc. Fails every time.

Specifications

Version

Latest build.

Operating system

Linux on RaspberryPI

Platform

Pi 3b

Other

mvn -version Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_222, vendor: Raspbian Java home: /usr/lib/jvm/java-8-openjdk-armhf/jre Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "4.9.80-v7+", arch: "arm", family: "unix"

breiler commented 5 years ago

I finally got my RPI up and running... It's running raspbian jessie

I'm running a later version of maven, but that shouldn't make any difference as deactivating profile has been around since Maven 2.0.10:

mvn -version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z)
Maven home: /opt/apache-maven-3.6.1
Java version: 1.8.0_65, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "4.9.35-v7+", arch: "arm", family: "unix"

I run the build using this:

git clone https://github.com/winder/Universal-G-Code-Sender.git
cd  Universal-G-Code-Sender
mvn install -P'!create-pendant-ui-web'

And eventually got a successful build:

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ugs-parent 2.0-SNAPSHOT:
[INFO] 
[INFO] ugs-parent ......................................... SUCCESS [  1.415 s]
[INFO] ugs-core ........................................... SUCCESS [01:15 min]
[INFO] ugs-pendant ........................................ SUCCESS [  4.394 s]
[INFO] ugs-cli ............................................ SUCCESS [ 19.749 s]
[INFO] ugs-classic ........................................ SUCCESS [ 16.922 s]
[INFO] ugs-platform-parent ................................ SUCCESS [  0.751 s]
[INFO] ugs-platform-branding .............................. SUCCESS [  6.366 s]
[INFO] ugs-platform-ugslib ................................ SUCCESS [ 24.540 s]
[INFO] ugs-platform-ugscore ............................... SUCCESS [  9.857 s]
[INFO] ugs-platform-visualizer ............................ SUCCESS [ 13.224 s]
[INFO] ugs-platform-plugin-workflow ....................... SUCCESS [  6.715 s]
[INFO] ugs-platform-gcode-editor .......................... SUCCESS [  7.224 s]
[INFO] ugs-platform-surfacescanner ........................ SUCCESS [  7.397 s]
[INFO] ProbeModule ........................................ SUCCESS [ 11.874 s]
[INFO] DowelModule ........................................ SUCCESS [ 35.595 s]
[INFO] GcodeTools ......................................... SUCCESS [  6.873 s]
[INFO] ugs-platform-plugin-jog ............................ SUCCESS [ 24.740 s]
[INFO] ugs-platform-plugin-setup-wizard ................... SUCCESS [  9.120 s]
[INFO] ugs-platform-welcome-page .......................... SUCCESS [  7.570 s]
[INFO] ugs-platform-app ................................... SUCCESS [ 40.965 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:34 min
[INFO] Finished at: 2019-08-23T13:10:14Z
[INFO] ------------------------------------------------------------------------

edit I got a problem with a unit test failing sometimes because it's testing threading and requires a faster build platform. I'm going to tweak that test so it isn't so sensitive.

rickromkey commented 5 years ago

I'm still failing. Looking at the error, it's downloading https://nodejs.org/dist/v10.15.0/node-v10.15.0-linux-x86.tar.gz which doesn't exist. I manually downloaded the Arm7 version and created a sym link to it using the x86 name and got a couple steps further. Then had to do similar when the image was extracted. Eventually it all blew up again.

breiler commented 5 years ago

What's the output from the command: git log --pretty=format:"%cn - %s - %h on %cd" | head -10

breiler commented 5 years ago

@rickromkey any updates?

cebess commented 5 years ago

I have the same issue. I am trying to install Universal-G-Code-Sender on a freshly installed Pi 2. It is running Linux raspberrypi 4.9.80-V7 My Node.js version is: My Mavin version is: 3.6.2 Java: 1.8.0_65

This is the first time I've installed the software so I don't know what to expect.

When I tried to use the command you mentioned: mvn install -P'!create-pendant-ui-web'

I eventually saw: [INFO] Installing node version v10.15.0 [INFO] Downloading https://nodejs.org/dist/v10.15.0/node-v10.15.0-linux-x86.tar.gz to /home/pi/.m2/repository/com/github/eirslett/node/10.15.0/node-10.15.0-linux-x86.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ugs-parent 2.0-SNAPSHOT: [INFO] [INFO] ugs-parent ......................................... SUCCESS [ 2.971 s] [INFO] ugs-core ........................................... SUCCESS [02:51 min] [INFO] ugs-pendant ........................................ FAILURE [ 7.378 s] [INFO] ugs-cli ............................................ SKIPPED [INFO] ugs-classic ........................................ SKIPPED [INFO] ugs-platform-parent ................................ SKIPPED [INFO] ugs-platform-branding .............................. SKIPPED [INFO] ugs-platform-ugslib ................................ SKIPPED [INFO] ugs-platform-ugscore ............................... SKIPPED [INFO] ugs-platform-visualizer ............................ SKIPPED [INFO] ugs-platform-plugin-workflow ....................... SKIPPED [INFO] ugs-platform-gcode-editor .......................... SKIPPED [INFO] ugs-platform-surfacescanner ........................ SKIPPED [INFO] ProbeModule ........................................ SKIPPED [INFO] DowelModule ........................................ SKIPPED [INFO] GcodeTools ......................................... SKIPPED [INFO] ugs-platform-plugin-jog ............................ SKIPPED [INFO] ugs-platform-plugin-setup-wizard ................... SKIPPED [INFO] ugs-platform-welcome-page .......................... SKIPPED [INFO] ugs-platform-app ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:11 min [INFO] Finished at: 2019-10-10T13:14:17-04:00 [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "| create-pendant ui-web" could not be activated because it does not exist. [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:install-node-and-npm (install node and npm) on project ugs-pendant: Could not download Node.js: Got error code 404 from the server. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :ugs-pendant

Any ideas on what to do?

breiler commented 5 years ago

@cebess I didn't get any response from @rickromkey.

What's the output if you run this from the source directory: git log --pretty=format:"%cn - %s - %h on %cd" | head -10

cebess commented 5 years ago

BY the way the output from: git log --pretty=format:"%cn - %s - %h on %cd" | head -10

was: GitHub - Merge pull request #1280 from breiler/feature/gcodeeditor - cacd709c on Tue Oct 8 20:13:56 2019 +0200 Joacim Breiler - Fixed bug with npe:s when no movement was defined. - 7a360643 on Tue Oct 8 20:02:42 2019 +0200 Joacim Breiler - Moved back the menu item for showing the editor. Fixed an issue where the wrong command was highlighted in the visualizer - 965c9b26 on Tue Oct 8 18:53:05 2019 +0200 Joacim Breiler - Fixed problem with lines highlighter not working in the editor. - c25e6d8e on Tue Oct 8 15:43:58 2019 +0200 Joacim Breiler - Some cleanups after code review - f4c00349 on Mon Oct 7 20:28:03 2019 +0200 Joacim Breiler - Fixed version number - 6b30a11c on Sun Oct 6 20:48:05 2019 +0200 Joacim Breiler - Fixed tests - 6eceef9e on Sun Oct 6 20:38:42 2019 +0200 Joacim Breiler - Added some javadoc - fd4b276b on Sun Oct 6 20:31:41 2019 +0200 Joacim Breiler - Added syntax highlighter - 45ad03c4 on Sun Oct 6 20:23:20 2019 +0200 Joacim Breiler - Uses default colors, removed unused code. - 77caaaa3 on Sat Oct 5 20:16:33 2019 +0200

cebess commented 5 years ago

pi@raspberrypi:~/Universal-G-Code-sender $ git log --pretty=format:"%cn - %s - %h on %cd" | head -10

GitHub - Merge pull request #1280 from breiler/feature/gcodeeditor - cacd709c on Tue Oct 8 20:13:56 2019 +0200

Joacim Breiler - Fixed bug with npe:s when no movement was defined. - 7a360643 on Tue Oct 8 20:02:42 2019 +0200

Joacim Breiler - Moved back the menu item for showing the editor. Fixed an issue where the wrong command was highlighted in the visualizer - 965c9b26 on Tue Oct 8 18:53:05 2019 +0200

Joacim Breiler - Fixed problem with lines highlighter not working in the editor. - c25e6d8e on Tue Oct 8 15:43:58 2019 +0200

Joacim Breiler - Some cleanups after code review - f4c00349 on Mon Oct 7 20:28:03 2019 +0200

Joacim Breiler - Fixed version number - 6b30a11c on Sun Oct 6 20:48:05 2019 +0200

Joacim Breiler - Fixed tests - 6eceef9e on Sun Oct 6 20:38:42 2019 +0200

Joacim Breiler - Added some javadoc - fd4b276b on Sun Oct 6 20:31:41 2019 +0200

Joacim Breiler - Added syntax highlighter - 45ad03c4 on Sun Oct 6 20:23:20 2019 +0200

Joacim Breiler - Uses default colors, removed unused code. - 77caaaa3 on Sat Oct 5 20:16:33 2019 +0200


Charles Bess

From: Joacim Breiler notifications@github.com Sent: Thursday, October 10, 2019 1:34 PM To: winder/Universal-G-Code-Sender Universal-G-Code-Sender@noreply.github.com Cc: Charlie Bess chas.bess@gmail.com; Mention mention@noreply.github.com Subject: Re: [winder/Universal-G-Code-Sender] Issue building ugs-pendant (same results as closed issue #1245) (#1263)

@cebess https://github.com/cebess I didn't get any response from @rickromkey https://github.com/rickromkey .

What's the output if you run this from the source directory: git log --pretty=format:"%cn - %s - %h on %cd" | head -10

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/1263?email_source=notifications&email_token=ABPAHWBFTZZSPCBFH42EMKTQN5ROZA5CNFSM4IOW5QMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA5EZDA#issuecomment-540691596 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPAHWARUPR2HQDPGWS22O3QN5ROZANCNFSM4IOW5QMA .

breiler commented 5 years ago

Sorry, I can't reproduce this error. I think your best option is to either download a build from https://github.com/winder/Universal-G-Code-Sender#downloads

Or to build it on another computer and upload the ugs-platform/application/target/ugs-platform-app-2.0-SNAPSHOT.zipor ugs-classic/target/UniversalGcodeSender.jar to the Pi.

cebess commented 5 years ago

I believe that is where I got it from using the command: git clone https://github.com/winder/Universal-G-Code-sender

I'll try and download it from a browser?!?

breiler commented 5 years ago

You don't need to download the code and build it yourself, just download one of the prebuilt packages, unzip and run.

You'll find some instructions here: https://github.com/winder/Universal-G-Code-Sender/wiki/Raspberry-Pi

cebess commented 5 years ago

Thanks for your assistance. I’ll let you know and do a blog post about the process, once I have it all working.


Charles Bess

From: Joacim Breiler notifications@github.com Sent: Thursday, October 10, 2019 1:55 PM To: winder/Universal-G-Code-Sender Universal-G-Code-Sender@noreply.github.com Cc: Charlie Bess chas.bess@gmail.com; Mention mention@noreply.github.com Subject: Re: [winder/Universal-G-Code-Sender] Issue building ugs-pendant (same results as closed issue #1245) (#1263)

You don't need to download the code and build it yourself, just download one of the prebuilt packages, unzip and run.

You'll find some instructions here: https://github.com/winder/Universal-G-Code-Sender/wiki/Raspberry-Pi

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/1263?email_source=notifications&email_token=ABPAHWD23IBWCP3DPZHPNX3QN5UAZA5CNFSM4IOW5QMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA5G4EA#issuecomment-540700176 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPAHWACKYDNRFNFSKAS3RLQN5UAZANCNFSM4IOW5QMA .

DanRegalia commented 4 years ago

@breiler Quick question, I'm a little new to running this on a pi. How do you run the platform and skip errors, etc for the first run. I know everything is installed, but I'm using a different version of node/npm. Thanks for your help.

breiler commented 4 years ago

@DanRegalia what are you trying to do?

Download the latest version, unpack and run: https://github.com/winder/Universal-G-Code-Sender/wiki/Raspberry-Pi#download-and-start-ugs-platform

Or build it from scratch, this does however require you to inactivate the web pendant build as the build step for this doesn't work on ARM-processors: https://github.com/winder/Universal-G-Code-Sender/wiki/Raspberry-Pi#download-the-source-and-build

janlinders commented 3 years ago

I have come across a similar issue now on Linux Ubuntu. Not able to compile the GIT version. See logging below.

I skipped the 'pendant' compile since this runs into a SEGMENTATION FAULT. After compile here it does start the application with the startup image but after that it closes.

`INFO] ------------------< com.willwinder:ugs-platform-app >------------------- [INFO] Building ugs-platform-app 2.0.7-SNAPSHOT [INFO] --------------------------[ nbm-application ]--------------------------- [INFO] [INFO] --- nbm-maven-plugin:4.4:run-platform (default-cli) @ ugs-platform-app --- [INFO] Executing: /bin/sh -c '/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/bin/ugsplatform' '--userdir' '/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/userdir' '-J-Dnetbeans.logger.console=true' '-J-ea' '--branding' 'ugsplatform' [INFO] OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/lib/boot.jar) to field java.net.URL.handler [INFO] WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] ------------------------------------------------------------------------------- [INFO] >Log Session: Monday, December 21, 2020 at 1:23:38 PM Central European Standard Time [INFO] >System Info: [INFO] Product Version = Universal Gcode Platform 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241 [INFO] Operating System = Linux version 5.8.0-33-generic running on amd64 [INFO] Java; VM; Vendor = 13.0.4; OpenJDK 64-Bit Server VM 13.0.4+8-Ubuntu-1; Private Build [INFO] Runtime = OpenJDK Runtime Environment 13.0.4+8-Ubuntu-1 [INFO] Java Home = /usr/lib/jvm/java-13-openjdk-amd64 [INFO] System Locale; Encoding = en_US (ugsplatform); UTF-8 [INFO] Home Directory = /home/admin [INFO] Current Directory = /home/admin/Universal-G-Code-Sender [INFO] User Directory = /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/userdir [INFO] Cache Directory = /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/userdir/var/cache [INFO] Installation = /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/extra [INFO] /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/ide [INFO] /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/etc [INFO] /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform [INFO] /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/ugsplatform [INFO] /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/bin [INFO] /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/java [INFO] /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform [INFO] Boot & Ext. Classpath = [INFO] Application Classpath = /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/lib/boot.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/lib/org-openide-modules.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/lib/org-openide-util.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/lib/org-openide-util-lookup.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/lib/org-openide-util-ui.jar [INFO] Startup Classpath = /home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/core/asm-7.2.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/core/org-netbeans-libs-asm.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/core/core.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/core/org-openide-filesystems.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/core/core-base.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/core/asm-commons-7.2.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/core/asm-tree-7.2.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/platform/core/org-openide-filesystems-compat8.jar:/home/admin/Universal-G-Code-Sender/ugs-platform/application/target/ugsplatform/ugsplatform/core/locale/core_ugsplatform.jar [INFO] ------------------------------------------------------------------------------- [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading LocalizingService... [INFO] INFO [com.willwinder.universalgcodesender.utils.SettingsFactory]: Log location: /home/admin/.ugs/UniversalGcodeSender.json [INFO] INFO [com.willwinder.universalgcodesender.utils.SettingsFactory]: Loading settings. [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Applying settings. [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Applying new command processor [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: RunFromService [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading JogService... [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding controller listener: ContinuousJogWorker [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Macro/com.willwinder.ugs.nbp.core.control.MacroService.MacroAction.null.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.spindleOvrFinePlus.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.spindleOvrCoarseMinus.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.feedOvrReset.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.spindleOvrReset.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.toogleFloodCoolant.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.toggleMistCoolant.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.feedOvrCoarsePlus.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.rapidOvrMedium.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.feedOvrFinePlus.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.spindleOvrCoarsePlus.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.feedOvrFineMinus.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.feedOvrCoarseMinus.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.spindleOvrFineMinus.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.rapidOvrLow.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.rapidOvrReset.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Overrides/com.willwinder.ugs.nbp.core.services.OverrideAction.toggleSpindle.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.toggle.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeActionxy.001.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.multiply.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeActionz.01.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeActionz.0001.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeActionz.10.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.divide.z.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeActionxy.1.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.decrease.feed.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeActionxy.0001.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.inch.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.multiply.feed.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeActionz.1.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.mm.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.divide.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.increase.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.multiply.z.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.increase.feed.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.decrease.z.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.increase.z.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.divide.feed.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeActionz.001.instance [INFO] WARNING [ActionRegistrationService]: Could not load class for action Actions/Machine/com.willwinder.ugs.nbp.core.services.JogActionService.JogSizeAction.decrease.instance [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: PortAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ConfigureFirmwareAction$$Lambda$207/0x00000008002f9c40 [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ResetZCoordinateToZeroAction [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading OverrideActionService... [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading MacroService... [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading SendStatusLineService... [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading SettingsChangedNotificationService... [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: SettingsChangedNotificationService$$Lambda$209/0x00000008003b1440 [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading WindowTitleUpdaterService... [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: WindowTitleUpdaterService$$Lambda$210/0x00000008003b3040 [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading PendantService... [INFO] INFO [com.willwinder.ugs.nbp.core.services.PendantService]: Starting pendant service [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Loading ConsoleNotificationService... [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Services loaded! [INFO] INFO [com.willwinder.ugs.nbp.core.lifecycle.startup]: Setting UGP version title. [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ConnectDisconnectAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: CheckModeAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: RunFromAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: BaudRateAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ResetXCoordinateToZeroAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ResetCoordinatesToZeroAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: PauseAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: UnlockAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: SoftResetAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: FirmwareAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ReturnToZeroAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: HomingAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: GetStateAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: StartAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ResetYCoordinateToZeroAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: StopAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: UseSeparateStepSizeAction$$Lambda$214/0x00000008003ef040 [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: MirrorAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: RotateLeftAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: OutlineAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: RotateRightAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: TranslateToZeroAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: MachineBoundries$$Lambda$220/0x0000000800432040 [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: EditGcodeFile [INFO] WARNING [org.netbeans.modules.autoupdate.ui.actions.AutoupdateSettings]: The property "netbeans.default_userdir_root" was not set! [INFO] INFO [org.netbeans.core.startup.NbEvents]: Turning on modules: [INFO] org.openide.util.lookup [8.41 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.util [9.15 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.util.ui [9.16 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.modules [7.56 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.annotations.common/1 [1.35 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.filesystems [9.18 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.awt [7.76 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.progress/1 [1.55 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.progress.nb [1.55 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.dialogs [7.50 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.nodes [7.53 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.windows [6.85 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.libs.batik.read [1.1.0.1 1 netbeans-TLP/netbeans/release120-24-on-20200608] [INFO] org.openide.util.ui.svg [1.1 netbeans-TLP/netbeans/release120-24-on-20200608] [INFO] org.netbeans.modules.editor.mimelookup/1 [1.48 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.text [6.75 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.scripting [1.5 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.swing.tabcontrol [1.64 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.swing.outline [1.42 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.explorer [6.70 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.actions [6.47 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.queries/1 [1.51 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.templates [1.16 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.filesystems.nb [9.18 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.loaders [7.76 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.intent [1.10 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.io [1.11 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.io [1.57 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.openide.filesystems.compat8 [9.17 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.swing.plaf [1.50 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.libs.flatlaf [1.1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.swing.laf.flatlaf [1.1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.swing.laf.dark/1 [2.3.0.2 2 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.spi.tasklist/1 [1.43.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.spi.quicksearch [1.35 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.spi.navigator/1 [1.46 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.settings/1 [1.65 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.util/1 [1.73 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.document [1.17.0.3 3 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.lexer/2 [1.71.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.lib2/1 [2.28.0.55.3 55 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.settings.lib [1.59.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.fold/1 [1.53 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.indent/2 [1.51 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.guards/1 [1.41 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.lib/3 [4.15.0.23.3.55 23 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.spi.editor.hints/0 [1.50.0.7.55 7 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.templates/1 [1.15 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.libs.asm [5.11 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.bootstrap/1 [2.86 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.startup.base [1.70.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.startup/1 [1.70.0.1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.settings/1 [1.57 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.sendopts/2 [2.44 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.sampler [1.22 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.keyring [1.32 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core/2 [3.59 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.options.api/1 [1.53 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.options.keymap [1.45 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.settings.storage/1 [1.60.0.1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.fold.nbui [1.20.0.55 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor/3 [1.95.0.6.3.23.55 6 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.options.editor/1 [1.68 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.errorstripe.api/1 [2.40.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.errorstripe/2 [2.42.0.1.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.projectapi/1 [1.75 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.diff/1 [1.59.0.42.1 42 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.java.classpath/1 [1.62 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.libs.lucene/3 [3.27 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.masterfs/2 [2.63.0.2 2 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.parsing.lucene/2 [2.43.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.parsing.api/1 [9.15.0.8 8 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.projectuiapi.base/1 [1.93.0.9 9 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.project.indexingbridge [1.25 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.parsing.indexing [9.16.0.1.3.8 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.refactoring.api [1.55.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.projectapi.nb [1.11 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.progress.ui [1.41 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.print [7.34 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.parsing.nb [1.11.0.8.1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.masterfs.ui [2.11.0.2 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.masterfs.nio2 [1.23 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.libs.jna/2 [2.3 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.masterfs.linux [1.21 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.keyring.fallback [1.16 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.keyring.impl [1.32 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.ui/1 [1.53 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.search [1.29 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.jumpto/1 [1.63.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.janitor [1.1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.favorites/1 [1.54 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.plain.lib/1 [1.41 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.plain/2 [1.43 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.mimelookup.impl/1 [1.40 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.completion/1 [1.52.0.2 2 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.codetemplates/1 [1.51.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.breadcrumbs/0 [1.25 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.editor.actions/1 [1.39.0.55 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.csl.types/1 [1.8 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.multiview/1 [1.52 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.csl.api/2 [2.62.0.2.1.1.8.1 2 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.autoupdate.services [1.63 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.autoupdate.cli [1.21 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.windows/2 [2.93 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.libs.osgi [1.30 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.libs.felix [2.23 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.autoupdate.ui [1.54 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.modules.core.kit [1.39 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.libs.jna.platform/2 [2.3 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.output2/1 [1.50 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.network [1.20 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.netigso [1.39 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.nativeaccess/1 [1.39 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.multitabs/1 [1.20.0.1 1 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.core.io.ui/1 [1.38 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] org.netbeans.api.progress.compat8 [1.55 12.0-631bd69cd6112b1cc4c892c24e3e605b1ba04241] [INFO] com.willwinder.ugs.platform.ugslib [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211222] [INFO] com.willwinder.ugs.platform.ugscore [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211222] [INFO] com.willwinder.ugs.platform.visualizer [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211222] [INFO] com.willwinder.ugs.platform.welcome.page [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211223] [INFO] com.willwinder.ugs.platform.surfacescanner [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211222] [INFO] com.willwinder.ugs.platform.plugin.workflow [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211222] [INFO] com.willwinder.ugs.platform.plugin.toolbox [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211223] [INFO] com.willwinder.ugs.platform.plugin.setup.wizard [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211223] [INFO] com.willwinder.ugs.platform.plugin.joystick [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211223] [INFO] com.willwinder.ugs.platform.plugin.jog [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211223] [INFO] com.willwinder.ugs.platform.plugin.cloud.storage [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211223] [INFO] com.willwinder.ugs.platform.gcode.editor [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211222] [INFO] com.willwinder.ugs.platform.branding [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211222] [INFO] com.willwinder.ProbeModule [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211222] [INFO] com.willwinder.GcodeTools [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211223] [INFO] com.willwinder.DowelModule [2.0.7.2020.12.21.12.22 2.0.7-20201221 202012211223] [INFO] INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy resolver: no suitable found, using fallback. [INFO] INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback system proxy resolver: no http_proxy variable found [INFO] INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading succeeded. [INFO] INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - mode: direct [INFO] INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy: fell to default (correct if direct mode went before) [INFO] WARNING [org.openide.filesystems.Ordering]: Not all children in Menu/ marked with the position attribute: [Machine, Program, Visualizer], but some are: [File, Tools, Window, Help] [INFO] WARNING [org.openide.filesystems.Ordering]: Found same position 100 for both Toolbars/File and Toolbars/StartPauseStop [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ConnectDisconnectAction [INFO] INFO [com.willwinder.universalgcodesender.utils.FirmwareUtils]: Initializing firmware... ...

[INFO] INFO [org.openide.awt.Toolbar]: Too long AWTTask: 682 ms for org.openide.awt.Toolbar$Folder@44d7ba7a(FolderList{MultiFileObject@78ff4c2e[Toolbars/Connection]}) [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: StartAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: StopAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: PauseAction [INFO] INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,027 ms for org.openide.awt.Toolbar$Folder@7090dc08(FolderList{MultiFileObject@418d6e14[Toolbars/StartPauseStop]}) [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: HomingAction

[INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: LoadedFileStatusLineService$$Lambda$261/0x00000008005c5840 [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: JogStatusLine [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: SendStatusLine [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding controller listener: SendStatusLine [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Getting processed gcode file. [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: SendStatusPanel [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding controller listener: SendStatusPanel [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Getting processed gcode file. [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: MacroActionPanel [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding controller listener: ContinuousJogWorker [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: UseSeparateStepSizeAction$$Lambda$214/0x00000008003ef040 [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: JogTopComponent [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: MachineStatusPanel [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding controller state listener: MachineStatusPanel [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ResetCoordinatesToZeroAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: ReturnToZeroAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: SoftResetAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: UnlockAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: GetStateAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: CheckModeAction [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: StateTopComponent [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: CommandPanel [INFO] INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Adding UGSEvent listener: CommandTextArea [INFO] Inconsistency detected by ld.so: dl-lookup.c: 105: check_match: Assertion version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed! [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.662 s [INFO] Finished at: 2020-12-21T13:23:50+01:00 [INFO] ------------------------------------------------------------------------

janlinders commented 3 years ago

SOme extra info on the Pendant failure.

INFO] --- frontend-maven-plugin:1.6:install-node-and-npm (install node and npm) @ ugs-pendant --- [INFO] Node v10.15.0 is already installed. [INFO] NPM 6.4.1 is already installed. [INFO] [INFO] --- frontend-maven-plugin:1.6:npm (npm install) @ ugs-pendant --- [INFO] Running 'npm install' in /home/admin/Universal-G-Code-Sender/ugs-pendant/src/main/webapp ^[[B[INFO] [INFO] > core-js@3.6.4 postinstall /home/admin/Universal-G-Code-Sender/ugs-pendant/src/main/webapp/node_modules/@angular-devkit/build-angular/node_modules/core-js [INFO] > node -e "try{require('./postinstall')}catch(e){}" [INFO] [ERROR] Segmentation fault (core dumped) [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/chokidar/node_modules/fsevents): [WARNING] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents): [WARNING] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) [WARNING] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/karma/node_modules/fsevents): [WARNING] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) [ERROR] [ERROR] npm ERR! code ELIFECYCLE [ERROR] npm ERR! errno 139 [ERROR] npm ERR! core-js@3.6.4 postinstall: node -e "try{require('./postinstall')}catch(e){}" [ERROR] npm ERR! Exit status 139 [ERROR] npm ERR! [ERROR] npm ERR! Failed at the core-js@3.6.4 postinstall script. [ERROR] npm ERR! This is probably not a problem with npm. There is likely additional logging output above. [ERROR] [ERROR] npm ERR! A complete log of this run can be found in: [ERROR] npm ERR! /home/admin/.npm/_logs/2020-12-21T12_37_43_847Z-debug.log [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ugs-parent 2.0.7-SNAPSHOT: [INFO] [INFO] ugs-parent ......................................... SUCCESS [ 0.598 s] [INFO] ugs-core ........................................... SUCCESS [ 3.092 s] [INFO] ugs-pendant ........................................ FAILURE [ 12.407 s] [INFO] ugs-cli ............................................ SKIPPED [INFO] ugs-classic ........................................ SKIPPED

lamikr commented 3 years ago

Does it help if you update the npm and nodeversion in ugs-pedant/pom.xml to version that you have installed locally? I had also problems until I updated my versions with this patch:

diff --git a/ugs-pendant/pom.xml b/ugs-pendant/pom.xml
index 4357c72a..89f07f11 100644
--- a/ugs-pendant/pom.xml
+++ b/ugs-pendant/pom.xml
@@ -118,8 +118,8 @@
                                     <goal>install-node-and-npm</goal>
                                 </goals>
                                 <configuration>
-                                    <nodeVersion>v10.15.0</nodeVersion>
-                                    <npmVersion>6.4.1</npmVersion>
+                                    <nodeVersion>v14.16.0</nodeVersion>
+                                    <npmVersion>6.14.11</npmVersion>
                                 </configuration>
                             </execution>
                             <execution>