Maven problem on Ubuntu 16.04

I am trying to set up my Ubuntu to develop URCaps instead of working inside a VM.
After figthing many problems i managed to install the ursim 5… and the other necessary stuff.
The last thing i have problems with is, to compile my Caps with “mvn install”

The Error looks like this:

Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_222, vendor: Private Build
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: “linux”, version: “4.15.0-55-generic”, arch: “amd64”, family: “unix”

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[8,32] package org.apache.xmlrpc.client does not exist
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[9,32] package org.apache.xmlrpc.client does not exist
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[14,23] cannot find symbol
symbol: class XmlRpcClient
location: class com.Schunk.SIH.impl.XmlRpcSIHDaemonInterface
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHProgramNodeContribution.java:[169,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHProgramNodeContribution.java:[173,26] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[17,17] cannot find symbol
symbol: class XmlRpcClientConfigImpl
location: class com.Schunk.SIH.impl.XmlRpcSIHDaemonInterface
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[17,53] cannot find symbol
symbol: class XmlRpcClientConfigImpl
location: class com.Schunk.SIH.impl.XmlRpcSIHDaemonInterface
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[25,30] cannot find symbol
symbol: class XmlRpcClient
location: class com.Schunk.SIH.impl.XmlRpcSIHDaemonInterface
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[33,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[39,50] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[46,42] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[53,55] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[72,38] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[79,55] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[86,51] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[93,51] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[100,43] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[107,55] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[116,62] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[125,59] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[134,71] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[117,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[119,26] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[175,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[178,26] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[192,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[194,26] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[225,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[227,26] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[243,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[245,34] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[258,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[260,34] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[273,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[275,34] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[286,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[288,34] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[301,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[303,34] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[345,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[347,26] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[375,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[377,26] cannot find symbol
symbol: method printStackTrace()
location: variable e of type org.apache.xmlrpc.XmlRpcException
[INFO] 43 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.940 s
[INFO] Finished at: 2019-08-09T14:21:43+02:00
[INFO] Final Memory: 19M/255M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project SIH: Compilation failure: Compilation failure:
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[8,32] package org.apache.xmlrpc.client does not exist
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[9,32] package org.apache.xmlrpc.client does not exist
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[14,23] cannot find symbol
[ERROR] symbol: class XmlRpcClient
[ERROR] location: class com.Schunk.SIH.impl.XmlRpcSIHDaemonInterface
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHProgramNodeContribution.java:[169,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHProgramNodeContribution.java:[173,26] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[17,17] cannot find symbol
[ERROR] symbol: class XmlRpcClientConfigImpl
[ERROR] location: class com.Schunk.SIH.impl.XmlRpcSIHDaemonInterface
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[17,53] cannot find symbol
[ERROR] symbol: class XmlRpcClientConfigImpl
[ERROR] location: class com.Schunk.SIH.impl.XmlRpcSIHDaemonInterface
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[25,30] cannot find symbol
[ERROR] symbol: class XmlRpcClient
[ERROR] location: class com.Schunk.SIH.impl.XmlRpcSIHDaemonInterface
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[33,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[39,50] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[46,42] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[53,55] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[72,38] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[79,55] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[86,51] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[93,51] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[100,43] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[107,55] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[116,62] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[125,59] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/XmlRpcSIHDaemonInterface.java:[134,71] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[117,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[119,26] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[175,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[178,26] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[192,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[194,26] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[225,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[227,26] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[243,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[245,34] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[258,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[260,34] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[273,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[275,34] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[286,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[288,34] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[301,34] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[303,34] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[345,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[347,26] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[375,26] incompatible types: org.apache.xmlrpc.XmlRpcException cannot be converted to java.lang.Throwable
[ERROR] /home/ursim/.local/share/Trash/files/com.2.Schunk.SIH/src/main/java/com/Schunk/SIH/impl/SIHInstallationNodeContribution.java:[377,26] cannot find symbol
[ERROR] symbol: method printStackTrace()
[ERROR] location: variable e of type org.apache.xmlrpc.XmlRpcException
[ERROR] → [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project SIH: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1029)
at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:137)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
… 20 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] MojoFailureException - Apache Maven - Apache Software Foundation

The project i am compiling is an existing project that i developed on the UR Starter Package. Do i have to change the existing POM file?
I am trying since three days but did not come close to a solution. I’m begging for help

The problems seems to be the fact that maven cannot find the package “org.apache.xmlrpc.client” since it has printed “package org.apache.xmlrpc.client does not exist” and the rest of the error is because of the code that uses this package cannot be compiled due to the package has not been found problem. It might be the setup of maven. Have you found any solution?

2 Likes

Yes, i had to add some external JARs in Eclipse including the mentioned one. Additionally i had to remove one part from my POM file. Now its working almost perfect. The only problem remaining is, that my python daemon does not start automatically when i start the URSIM.

It sounds great! Where in the URCap are you starting your daemon?
Something like this line of code: “daemonService.getDaemon().start();” ?

Yes exactly like that in my InstallationContribution. I copied it from the MyDaemonSwing example.
Is it outdated? It worked on an older Version in the StarterPackage.

For quick test to see if the daemon is running I started the daemon under Open view() or you can also do it when clicking a button.
Beside the example “MyDaemonSwing” you can also look at the example given by Jacob Bom Madsen on his github.
This link brings you to the python file used in the example. You can see if there is anything different from yours. I also used this file to check whether my code was running by changing my file to this file. If it runs using this file and not with yours, it could be the code in the python file, version of the python etc.
If this does not work - please tell

I downloaded the getControllerTime-Example and tried it via URSIM. Same issue. The XMLRPC-Server doe not start automatically. I have to start it via terminal manually to get the URCaps working properly. It is not an issue with the python file itself. I think my setup of the URSIM Environment is not entirely correct.

REPOST:

Having same issue when building MyDaemonSwing. There was an error on eclipse saying “plugin execution not covered by lifecycle configuration”, I tought it was worked around by setting Eclipse’s preferences > Maven > Errorr/Warning and setting plugin from Error to Ignore. The error appers to be solved on eclipse, but when triying to build with mvn install same error on Mojo plugin appears.

SOLUTION, wordked for me: In Eclipse > Window > Preferences > Maven > Discovery > Open Catalog > (search with “MOJO” keyword and install the two m2e connector missings)
I dont overthink about it by now because just want to deploy MyDaemonSwing for testing.

Hi,
I faced same errors few days ago when developing my first urcap with a Daemon which implements a XMLRPC server.
For what it concern the running of the daemon from URSIM I solved running it with sudo privileges

sudo ./start-ursim.sh

To solve the error :

package org.apache.xmlrpc.client does not exist

I had to modify my project pom, in the dependency settings the org.apache.xmlrpc must be added, as in the mydaemon swing package.

		<dependency>
		<groupId>org.apache.xmlrpc</groupId>
		<artifactId>xmlrpc-client</artifactId>
		<version>3.1.3.0</version>
	</dependency>
	<dependency>
		<groupId>org.apache.xmlrpc</groupId>
		<artifactId>xmlrpc-common</artifactId>
		<version>3.1.3.0</version>
		<exclusions>
			<exclusion>
				<groupId>org.antlr</groupId>
				<artifactId>stringtemplate</artifactId>
			</exclusion>
			<exclusion>
				<groupId>org.antlr</groupId>
				<artifactId>antlr-runtime</artifactId>
			</exclusion>
		</exclusions>
	</dependency>

Best Regards
Castelli Pietro

1 Like

Hi,

Apologies for posting here but I don’t seem to have the option to create new threads. You say you fought to install URSIM - by any chance have you run into this particular problem? Here is my log:

usr@legion:~/Documents/DEMETRA/ursim-3.12.1.90940$ ./install.sh
Checking java version
/usr/bin/java
version 11.0.6
[sudo] password for usr:
Reading package lists… Done
Building dependency tree
Reading state information… Done
default-jre is already the newest version (2:1.11-68ubuntu1~18.04.1).
The following packages were automatically installed and are no longer required:
libllvm7 libllvm8 linux-headers-5.0.0-37 linux-headers-5.0.0-37-generic linux-image-5.0.0-37-generic
linux-modules-5.0.0-37-generic linux-modules-extra-5.0.0-37-generic
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Checking java version
/usr/bin/java
version 11.0.6
Installed java version is too old, exiting
usr@legion:~/Documents/DEMETRA/ursim-3.12.1.90940$ cd …
usr@legion:~/Documents/DEMETRA$ ursim-3.12.1.90940/start
starturcontrol.sh start-ursim.sh
usr@legion:~/Documents/DEMETRA$ ursim-3.12.1.90940/start-ursim.sh
URControl: no process found
~/Documents/DEMETRA/ursim-3.12.1.90940/GUI ~/Documents/DEMETRA/ursim-3.12.1.90940 ~/Documents/DEMETRA
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.felix.framework.util.SecureAction (file:/home/usr/Documents/DEMETRA/ursim-3.12.1.90940/GUI/bin/felix.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.apache.felix.framework.util.SecureAction
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Installing bundle: bundle/validation-api-1.1.0.Final.jar
Installing bundle: bundle/polyscope-swing-5.21.31.jar
Installing bundle: bundle/polyscope-logging/polyscope-logging-driver-7.2.70.jar
Installing bundle: bundle/polyscope-logging/polyscope-logging-api-7.2.70.jar
Installing bundle: bundle/polyscope-logging/polyscope-logging-impl-7.2.70.jar
Installing bundle: bundle/guava-19.0.jar
Installing bundle: bundle/reactive-streams-1.0.0.jar
Installing bundle: bundle/jackson-databind-2.0.0.jar
Installing bundle: bundle/urscript2pojo-1.2.0.jar
Installing bundle: bundle/boot-g3-74.3.1209.jar
Installing bundle: bundle/javahelp-2.0.05.jar
Installing bundle: bundle/polyscope-robot-configuration/polyscope-robot-configuration-api-5.2.12.jar
Installing bundle: bundle/polyscope-robot-configuration/polyscope-robot-configuration-driver-5.2.12.jar
Installing bundle: bundle/polyscope-robot-configuration/polyscope-robot-configuration-impl-5.2.12.jar
Installing bundle: bundle/jgoodies-forms-1.7.2.jar
Installing bundle: bundle/polyscope-io/polyscope-io-api-4.3.2.jar
Installing bundle: bundle/polyscope-io/polyscope-io-impl-4.3.2.jar
Installing bundle: bundle/polyscope-io/polyscope-io-driver-4.3.2.jar
Installing bundle: bundle/commons-collections-3.2.1.jar
Installing bundle: bundle/aopalliance-1.0.jar
Installing bundle: bundle/polyscope-controllerinterface/polyscope-controllerinterface-api-4.4.11.jar
Installing bundle: bundle/polyscope-controllerinterface/polyscope-controllerinterface-impl-4.4.11.jar
Installing bundle: bundle/help-g3-UR10-3.6.68.jar
Installing bundle: bundle/polyscope-version/polyscope-version-api-1.12.3.jar
Installing bundle: bundle/polyscope-version/polyscope-version-impl-1.12.3.jar
Installing bundle: bundle/commons-beanutils-1.8.3.jar
Installing bundle: bundle/urcap-api-export-7.1.5.jar
Installing bundle: bundle/polyscope-security/polyscope-security-api-7.3.3.jar
Installing bundle: bundle/polyscope-security/polyscope-security-impl-7.3.3.jar
Installing bundle: bundle/polyscope-security/polyscope-security-driver-7.3.3.jar
Installing bundle: bundle/help-g3-UR3-3.6.68.jar
Installing bundle: bundle/help-g3-UR5-3.6.68.jar
Installing bundle: bundle/aspectjrt-1.8.2.jar
Installing bundle: bundle/polyscope-concept-operations/polyscope-concept-operations-api-7.3.9.jar
Installing bundle: bundle/polyscope-concept-operations/polyscope-concept-operations-impl-7.3.9.jar
Installing bundle: bundle/polyscope-concept-operations/polyscope-concept-operations-driver-7.3.9.jar
Installing bundle: bundle/polyscope-monitor-5.2.13.jar
Installing bundle: bundle/guice-multibindings-4.1.0.jar
Installing bundle: bundle/polyscope-urcap/polyscope-urcap-api-13.3.73.jar
Installing bundle: bundle/polyscope-urcap/polyscope-urcap-impl-13.3.73.jar
Installing bundle: bundle/polyscope-urcap/polyscope-urcap-urcap-api-13.3.73.jar
Installing bundle: bundle/polyscope-urcap/urcap-api-export-robotmovement-13.3.73.jar
Installing bundle: bundle/polyscope-urcap/polyscope-urcap-driver-13.3.73.jar
Installing bundle: bundle/rxjava-2.1.0.jar
Installing bundle: bundle/polyscope-filemanager/polyscope-file-manager-driver-5.2.7.jar
Installing bundle: bundle/polyscope-filemanager/polyscope-file-manager-api-5.2.7.jar
Installing bundle: bundle/polyscope-filemanager/polyscope-file-manager-impl-5.2.7.jar
Installing bundle: bundle/swing-worker-1.1.jar
Installing bundle: bundle/polyscope-screenshot-builder-api-2.6.3.jar
Installing bundle: bundle/guice-4.1.0.jar
Installing bundle: bundle/platform-api-4.6.0.jar
Installing bundle: bundle/balloontip-1.2.4.jar
Installing bundle: bundle/filters-2.0.235.jar
Installing bundle: bundle/polyscope-program-metrics/polyscope-program-metrics-impl-3.2.5.jar
Installing bundle: bundle/jsr305-3.0.1.jar
Installing bundle: bundle/commons-lang-2.6.jar
Installing bundle: bundle/org.apache.felix.shell-1.4.3.jar
Installing bundle: bundle/jackson-core-2.0.0.jar
Installing bundle: bundle/polyscope-installation/polyscope-installation-api-6.3.44.jar
Installing bundle: bundle/polyscope-installation/polyscope-installation-impl-6.3.44.jar
Installing bundle: bundle/polyscope-installation/polyscope-installation-driver-6.3.44.jar
Installing bundle: bundle/polyscope-installation/polyscope-installation-urcap-api-6.3.44.jar
Installing bundle: bundle/awtextra-1.0.jar
Installing bundle: bundle/polyscope-flight-recorder/polyscope-flight-recorder-api-5.2.5.jar
Installing bundle: bundle/polyscope-flight-recorder/polyscope-flight-recorder-impl-5.2.5.jar
Installing bundle: bundle/javax.inject-1.jar
Installing bundle: bundle/commons-io-2.4.jar
Installing bundle: bundle/org.apache.felix.shell.remote-1.1.2.jar
Installing bundle: bundle/screwdriving-urcap-api-export-3.1.70.jar
Installing bundle: bundle/jgoodies-common-1.7.0.jar
Installing bundle: bundle/org.apache.felix.bundlerepository-1.6.0.jar
Installing bundle: bundle/polyscope-initializerobot/polyscope-initializerobot-api-4.3.6.jar
Installing bundle: bundle/polyscope-initializerobot/polyscope-initializerobot-impl-4.3.6.jar
Installing bundle: bundle/polyscope-initializerobot/polyscope-initializerobot-driver-4.3.6.jar
Installing bundle: bundle/commons-lang3-3.3.2.jar
Installing bundle: bundle/polyscope-value-objects/polyscope-value-objects-driver-1.10.70.jar
Installing bundle: bundle/polyscope-value-objects/polyscope-value-objects-api-1.10.70.jar
Installing bundle: bundle/polyscope-value-objects/polyscope-value-objects-urcap-api-1.10.70.jar
Installing bundle: bundle/polyscope-value-objects/polyscope-value-objects-impl-1.10.70.jar
Installing bundle: bundle/polyscope-driver-api-3.10.6.jar
Installing bundle: bundle/javax.ws.rs-api-2.1.jar
Installing bundle: bundle/polyscope-lang-3.3.7.jar
Installing bundle: bundle/gson-2.8.5.jar
Installing bundle: bundle/polyscope-tcp/polyscope-tcp-impl-1.4.18.jar
Installing bundle: bundle/polyscope-tcp/polyscope-tcp-driver-1.4.18.jar
Installing bundle: bundle/polyscope-tcp/polyscope-tcp-urcap-api-1.4.18.jar
Installing bundle: bundle/polyscope-tcp/polyscope-tcp-api-1.4.18.jar
Installing bundle: bundle/polyscope-system/polyscope-system-api-6.2.31.jar
Installing bundle: bundle/polyscope-system/polyscope-system-impl-6.2.31.jar
Installing bundle: bundle/polyscope-system/polyscope-system-driver-6.2.31.jar
Installing bundle: bundle/polyscope-system/polyscope-system-diagnostics-impl-6.2.31.jar
Installing bundle: bundle/polyscope-simulation/polyscope-simulation-impl-5.3.2.jar
Installing bundle: bundle/polyscope-simulation/polyscope-simulation-api-5.3.2.jar
Installing bundle: bundle/vecmath-1.5.2-modified.jar
Installing bundle: bundle/jsoup-1.7.3.jar
Installing bundle: bundle/polyscope-move/polyscope-move-driver-1.5.7.jar
Installing bundle: bundle/polyscope-move/polyscope-move-api-1.5.7.jar
Installing bundle: bundle/polyscope-move/polyscope-move-impl-1.5.7.jar
Installing bundle: bundle/polyscope-gripper/polyscope-gripper-driver-1.1.206.jar
Installing bundle: bundle/polyscope-gripper/gripper-urcap-api-export-1.1.206.jar
Installing bundle: bundle/polyscope-gripper/polyscope-gripper-impl-1.1.206.jar
Installing bundle: bundle/commons-logging-1.2.jar
Installing bundle: bundle/polyscope-program/polyscope-program-impl-5.2.61.jar
Installing bundle: bundle/polyscope-program/polyscope-program-driver-5.2.61.jar
Installing bundle: bundle/polyscope-program/polyscope-program-api-5.2.61.jar
Installing bundle: bundle/polyscope-dashboard-server/polyscope-dashboard-server-api-1.9.3.jar
Installing bundle: bundle/polyscope-dashboard-server/polyscope-dashboard-server-impl-1.9.3.jar
Installing bundle: bundle/polyscope-geom-feature/geom-feature-urcap-api-export-1.7.42.jar
Installing bundle: bundle/polyscope-geom-feature/polyscope-geom-feature-driver-1.7.42.jar
Installing bundle: bundle/polyscope-geom-feature/polyscope-geom-feature-impl-1.7.42.jar
Installing bundle: bundle/polyscope-geom-feature/polyscope-geom-feature-api-1.7.42.jar
Installing bundle: bundle/polyscope-scriptwriter-3.0.14.jar
Installing bundle: bundle/polyscope-safety/polyscope-safety-impl-1.0.4.jar
Installing bundle: bundle/polyscope-safety/polyscope-safety-api-1.0.4.jar
Installing bundle: bundle/polyscope-safety/polyscope-safety-driver-1.0.4.jar
Installing bundle: bundle/swingx-1.6.1.jar
Installing bundle: bundle/polyscope-g3/urcap-10.6.407.jar
Installing bundle: bundle/polyscope-g3/ethernetip-1.1.14.jar
Installing bundle: bundle/polyscope-g3/internaltcp-10.6.407.jar
Installing bundle: bundle/polyscope-g3/calibration-10.6.407.jar
Installing bundle: bundle/polyscope-g3/objenesis-1.1.jar
Installing bundle: bundle/polyscope-g3/commons-codec-1.9.jar
Installing bundle: bundle/polyscope-g3/safety-10.6.407.jar
Installing bundle: bundle/polyscope-g3/initializerobot-10.6.407.jar
Installing bundle: bundle/polyscope-g3/io-10.6.407.jar
Installing bundle: bundle/polyscope-g3/cssparser-0.9.14.jar
Installing bundle: bundle/polyscope-g3/conveyortracking-1.3.19.jar
Installing bundle: bundle/polyscope-g3/core-2.3.0.jar
Installing bundle: bundle/polyscope-g3/cglib-nodep-2.2.jar
Installing bundle: bundle/polyscope-g3/program-10.6.407.jar
Installing bundle: bundle/polyscope-g3/move-10.6.407.jar
Installing bundle: bundle/polyscope-g3/defaultprogram-10.6.407.jar
Installing bundle: bundle/polyscope-g3/g3-10.6.407.jar
Installing bundle: bundle/polyscope-g3/driverg3-10.6.407.jar
Installing bundle: bundle/polyscope-g3/visualizer-10.6.407.jar
Installing bundle: bundle/polyscope-g3/hamcrest-all-1.1.jar
Installing bundle: bundle/polyscope-g3/commons-httpclient-3.1.0.0.jar
Installing bundle: bundle/polyscope-g3/xmlrpc-client-3.1.3.0.jar
Installing bundle: bundle/polyscope-g3/ws-commons-util-1.0.2.0.jar
Installing bundle: bundle/polyscope-g3/immi-10.6.407.jar
Installing bundle: bundle/polyscope-g3/commons-math3-3.3.jar
Installing bundle: bundle/polyscope-g3/jcl-core-2.5.jar
Installing bundle: bundle/polyscope-g3/xmlrpc-common-3.1.3.0.jar
Installing bundle: bundle/polyscope-g3/installation-10.6.407.jar
Installing bundle: bundle/polyscope-g3/swing-layout-1.0.3.jar
Installing bundle: bundle/polyscope-g3/pin-10.6.407.jar
Installing bundle: bundle/polyscope-g3/viewfacade-10.6.407.jar
Installing bundle: bundle/polyscope-g3/freehep-java3d-2.1.jar
Installing bundle: bundle/polyscope-g3/profinet-1.1.11.jar
Installing bundle: bundle/polyscope-g3/view-10.6.407.jar
Installing bundle: bundle/polyscope-g3/j3d-core-1.5.2-modified.jar
Installing bundle: bundle/polyscope-g3/j3d-core-utils-1.5.2-modified.jar
Installing bundle: bundle/polyscope-g3/lambdaj-2.3.3.jar
Installing bundle: bundle/polyscope-g3/sac-1.3.jar
Installing bundle: bundle/jemmy-3.2.1.jar
Installing bundle: bundle/jackson-annotations-2.0.0.jar
Installing bundle: bundle/polyscope-java-logger/polyscope-java-logger-api-1.8.2.jar
Installing bundle: bundle/polyscope-java-logger/log4j-api-2.3.jar
Installing bundle: bundle/polyscope-java-logger/polyscope-java-logger-log4jcore-1.8.2.jar
Installing bundle: bundle/polyscope-java-logger/polyscope-java-logger-impl-1.8.2.jar
Installing bundle: bundle/polyscope-settings/polyscope-settings-api-4.9.3.jar
Installing bundle: bundle/polyscope-settings/polyscope-settings-impl-4.9.3.jar
Installing bundle: bundle/constants-15.3.1.jar
Installing bundle: bundle/polyscope-persistence/xstream-1.3.1.jar
Installing bundle: bundle/polyscope-persistence/polyscope-persistence-api-1.6.3.jar
Installing bundle: bundle/polyscope-persistence/xpp3_min-1.1.4c.jar
Installing bundle: bundle/polyscope-persistence/polyscope-persistence-impl-1.6.3.jar
Installing bundle: bundle/org.osgi.core-6.0.0.jar
Starting bundle: com.ur.polyscope.platform-api [1]
Starting bundle: com.ur.polyscope.swing [7]
ERROR: Bundle com.ur.polyscope.platform.boot-g3 [2] Error starting reference:file:bundle/boot-g3-74.3.1209.jar (org.osgi.framework.BundleException: Unable to resolve com.ur.polyscope.swing [7](R 7.0): missing requirement [com.ur.polyscope.swing [7](R 7.0)] osgi.wiring.package; (&(osgi.wiring.package=com.ur.injection)(version>=3.2.0)(!(version>=4.0.0))) [caused by: Unable to resolve com.ur.polyscope.lang [82](R 82.0): missing requirement [com.ur.polyscope.lang [82](R 82.0)] osgi.wiring.package; (&(osgi.wiring.package=com.google.inject)(version>=1.4.0)(!(version>=2.0.0))) [caused by: Unable to resolve com.google.inject [54](R 54.0): missing requirement [com.google.inject [54](R 54.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6.0))]] Unresolved requirements: [[com.ur.polyscope.swing [7](R 7.0)] osgi.wiring.package; (&(osgi.wiring.package=com.ur.injection)(version>=3.2.0)(!(version>=4.0.0)))])
org.osgi.framework.BundleException: Unable to resolve com.ur.polyscope.swing [7](R 7.0): missing requirement [com.ur.polyscope.swing [7](R 7.0)] osgi.wiring.package; (&(osgi.wiring.package=com.ur.injection)(version>=3.2.0)(!(version>=4.0.0))) [caused by: Unable to resolve com.ur.polyscope.lang [82](R 82.0): missing requirement [com.ur.polyscope.lang [82](R 82.0)] osgi.wiring.package; (&(osgi.wiring.package=com.google.inject)(version>=1.4.0)(!(version>=2.0.0))) [caused by: Unable to resolve com.google.inject [54](R 54.0): missing requirement [com.google.inject [54](R 54.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6.0))]] Unresolved requirements: [[com.ur.polyscope.swing [7](R 7.0)] osgi.wiring.package; (&(osgi.wiring.package=com.ur.injection)(version>=3.2.0)(!(version>=4.0.0)))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4114)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2111)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:977)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:964)
at com.ur.boot.g3.Activator.start(Activator.java:64)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:697)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2220)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2138)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1365)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.base/java.lang.Thread.run(Thread.java:834)

Thank you very much for your help
GM

To @gmarchet

Maybe the problem is that Java version is “version 11.0.6”.
Please try to change to “1.8.*”

Which version of ubuntu do you use?

1 Like