Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
MM1655984008
Contributor II
Contributor II

trun.bat returns error when starting

Hi,

trun.bat returns an error "Error occurred while checking the system module." but doesn't say anything else.

I've updated the "preauthorized.key.cfg" with the Remote Engine Key details as well.

What am i missing here,

Note: i'm using Archieve, and not installed using exe

Thanks in advance

 

Update: Found below error in the log file

 

Jan 19, 2023 9:40:06 AM org.apache.karaf.main.Main main

SEVERE: Could not launch framework

java.lang.RuntimeException: Error occurred while checking the system module.

at org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:432)

at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:177)

at org.eclipse.osgi.internal.framework.EquinoxContainer.<init>(EquinoxContainer.java:72)

at org.eclipse.osgi.launch.Equinox.<init>(Equinox.java:34)

at org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.java:27)

at org.apache.karaf.main.Main.launch(Main.java:258)

at org.apache.karaf.main.Main.main(Main.java:180)

Caused by: org.osgi.framework.BundleException: Invalid manifest header Export-Package: "org.osgi.dto;version="1.0",org.osgi.resource;version="1.0",org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework;version="1.8",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework",org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource",org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework",org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework,org.osgi.resource",org.osgi.framework.wiring.dto;version="1.2";uses:="org.osgi.dto,org.osgi.resource.dto",org.osgi.service.condpermadmin;version="1.1.1";uses:="org.osgi.framework,org.osgi.service.permissionadmin",org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework",org.osgi.service.permissionadmin;version="1.2",org.osgi.service.resolver;version="1.0";uses:="org.osgi.resource",org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",org.osgi.service.url;version="1.0",org.osgi.util.tracker;version="1.5.1";uses:="org.osgi.framework",org.apache.karaf.version;version="4.2.16",org.apache.karaf.jaas.boot.principal;uses:=javax.security.auth;version="4.2.16",org.apache.karaf.jaas.boot;uses:="javax.security.auth,javax.security.auth.callback,javax.security.auth.login,javax.security.auth.spi,org.osgi.framework";version="4.2.16",org.apache.karaf.info;version="4.2.16",, com.sun.jmx.mbeanserver, com.sun.management, sun.misc"

at org.eclipse.osgi.util.ManifestElement.parseHeader(ManifestElement.java:351)

at org.eclipse.osgi.container.builders.OSGiManifestBuilderFactory.createBuilder(OSGiManifestBuilderFactory.java:109)

at org.eclipse.osgi.storage.Storage.getBuilder(Storage.java:770)

at org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:384)

... 6 more

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Ah, that could be a problem. Sorry, I forgot to check this. You need to strictly follow the supported Java versions shown here....

 

https://help.talend.com/r/en-US/8.0/installation-guide-mac/compatible-java-environments

 

This is because there are an awful lot of third-party Jars included in the products and we have to make sure that all are supported by the version of Java that is selected. This could be a problem.

View solution in original post

4 Replies
Anonymous
Not applicable

I'm afraid that this is probably something that is better raised with Support. I would need to look at your system to try and figure this out. Sorry I cannot help.

MM1655984008
Contributor II
Contributor II
Author

Thanks @Richard Hall​ , i've raised a support ticket for this.

FYI, i'm using JDK version 1.17 and above (tried in 2 diff machines one with 1.17 and another with 1.19).

 

Below are the System details, in case if this helps

1.17 version --> Windows 11

1.19 version --> Windows Server 2012 R2

Anonymous
Not applicable

Ah, that could be a problem. Sorry, I forgot to check this. You need to strictly follow the supported Java versions shown here....

 

https://help.talend.com/r/en-US/8.0/installation-guide-mac/compatible-java-environments

 

This is because there are an awful lot of third-party Jars included in the products and we have to make sure that all are supported by the version of Java that is selected. This could be a problem.

MM1655984008
Contributor II
Contributor II
Author

Thanks @Richard Hall​ , after injecting JDK 11 Zulu in the trun.bat, Remote Engine started