Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - installation fail SDP7.1 QNX Software Center: (4 Items)
   
installation fail SDP7.1 QNX Software Center  
Hi, I'm trying to install QNX Software Center in my linux server machine with SDP7.1 License.
So, I download "QNX Software Center 1.6.2 Build 202009011705 - Linux Hosts" file at below link
http://www.qnx.com/download/feature.html?programid=53630
and send it to my linux server, and give it running permission with 'chmod +x '.
after that, press 'q' and 'y' for accept license agreements, and install at default path.

Please type y to accept, n otherwise: y
Current directory: /home/vcuentry
Specify installation path (default: /root/qnx):

but install was fail with below error message 

Installing QNX Software Center into /root/qnx/qnxsoftwarecenter
User configuration is stored in /root/.qnx
Launching QNX Software Center using /root/qnx/qnxsoftwarecenter/qnxsoftwarecenter
Signal caught, cleaning up
root@{Server name} - {My PC name} :/home/{My user name}# Qnxsoftwarecenter:
An error has occurred. See the log file
/root/.qnx/swupdate/.metadata/.log.

so i looked up /.metadata/.log.

there were more logs than below. but I think this logs are contains error message.(These logs are at the beginning.)

root@{My PC name} :/home/{My user name}# cat /root/.qnx/swupdate/.metadata/.log
!SESSION 2020-09-24 08:08:44.911 -----------------------------------------------
eclipse.buildId=1.6.2
java.version=1.8.0_265
java.vendor=AdoptOpenJDK
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -perspective com.qnx.swupdate.app.perspective.startup
Command-line arguments:  -os linux -ws gtk -arch x86_64 -perspective com.qnx.swupdate.app.perspective.startup

!ENTRY org.apache.felix.scr 4 0 2020-09-24 08:08:45.223
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.apache.felix.scr [2]
  Unresolved requirement: Import-Package: org.apache.felix.service.command; version="[1.0.0,2.0.0)"; resolution:="
optional"
  Unresolved requirement: Import-Package: org.osgi.service.cm; version="[1.6.0,2.0.0)"; resolution:="optional"
  Unresolved requirement: Import-Package: org.osgi.service.component; version="[1.4.0,1.5.0)"

        at org.eclipse.osgi.container.Module.start(Module.java:457)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
        at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)

would you help me with resolve of this phenomenon?
Re: installation fail SDP7.1 QNX Software Center  
Installing qsc as root can cause various permissions problem. Please re-install as normal user (i.e. in home directory) 
and try again
You have to remove ~/.qnx directory first as it may already have wrong permissions set by root user
Re: installation fail SDP7.1 QNX Software Center  
Appreciate for your quick answer.
But it doesn't work in my environment.

below is my work log. I deleted ~/.qnx folder with root account, and move to user account.
then run qnx-setup-xxxxxxxx.run.
but it occurs error too.
can you give me advise that why it doesn't work?


root@vcuentry-ubuntu:/home/vcuentry/install_qsc# cd ~/.qnx
bash: cd: /root/.qnx: No such file or directory
root@vcuentry-ubuntu:/home/vcuentry/install_qsc# su - vcuentry
vcuentry@vcuentry-ubuntu:~$ cd /home/vcuentry/install_qsc/
vcuentry@vcuentry-ubuntu:~/install_qsc$ ls
qnx-setup-1.6-202009011705-linux.run
vcuentry@vcuentry-ubuntu:~/install_qsc$ chmod -x qnx-setup-1.6-202009011705-linux.run
vcuentry@vcuentry-ubuntu:~/install_qsc$ ls -al
total 100600
drwxrwxr-x  2 vcuentry vcuentry      4096 Sep 28 00:07 .
drwxr-xr-x 31 vcuentry vcuentry      4096 Sep 28 00:06 ..
-rw-rw-r--  1 vcuentry vcuentry 103002987 Sep 28 00:07 qnx-setup-1.6-202009011705-linux.run
vcuentry@vcuentry-ubuntu:~/install_qsc$ chmod +x qnx-setup-1.6-202009011705-linux.run
vcuentry@vcuentry-ubuntu:~/install_qsc$ ls -al
total 100600
drwxrwxr-x  2 vcuentry vcuentry      4096 Sep 28 00:07 .
drwxr-xr-x 31 vcuentry vcuentry      4096 Sep 28 00:06 ..
-rwxrwxr-x  1 vcuentry vcuentry 103002987 Sep 28 00:07 qnx-setup-1.6-202009011705-linux.run
vcuentry@vcuentry-ubuntu:~/install_qsc$ ./qnx-setup-1.6-202009011705-linux.run
Verifying archive integrity... All good.
Uncompressing QNX Software Center 1.6  100%
Please type y to accept, n otherwise: y
Current directory: /home/vcuentry/install_qsc
Specify installation path (default: /home/vcuentry/qnx):

Installing QNX Software Center into /home/vcuentry/qnx/qnxsoftwarecenter
User configuration is stored in /home/vcuentry/.qnx
Launching QNX Software Center using /home/vcuentry/qnx/qnxsoftwarecenter/qnxsoftwarecenter
vcuentry@vcuentry-ubuntu:~/install_qsc$ Qnxsoftwarecenter:
An error has occurred. See the log file
/home/vcuentry/.qnx/swupdate/.metadata/.log.

##########below is /.metadata/.log.#############

vcuentry@vcuentry-ubuntu:~/install_qsc$ cat /home/vcuentry/.qnx/swupdate/.metadata/.log
!SESSION 2020-09-28 00:04:08.458 -----------------------------------------------
eclipse.buildId=1.6.2
java.version=1.8.0_265
java.vendor=AdoptOpenJDK
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -perspective com.qnx.swupdate.app.perspective.startup
Command-line arguments:  -os linux -ws gtk -arch x86_64 -perspective com.qnx.swupdate.app.perspective.startup

!ENTRY org.apache.felix.scr 4 0 2020-09-28 00:04:08.779
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.apache.felix.scr [2]
  Unresolved requirement: Import-Package: org.apache.felix.service.command; version="[1.0.0,2.0.0)"; resolution:="
optional"
  Unresolved requirement: Import-Package: org.osgi.service.cm; version="[1.6.0,2.0.0)"; resolution:="optional"
  Unresolved requirement: Import-Package: org.osgi.service.component; version="[1.4.0,1.5.0)"

        at org.eclipse.osgi.container.Module.start(Module.java:457)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820)
        at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1770)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:
1735)
        at org.eclipse.osgi.container.SystemModule.startWorker(SystemModule.java:269)
        at org.eclipse.osgi.container.Module.doStart(Module.java:598)
        at org.eclipse.osgi.container.Module.start(Module.java:462)
        at...
View Full Message
Re: installation fail SDP7.1 QNX Software Center  
It looks like a problem with your server I think