Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Cannot begin install: (4 Items)
   
Cannot begin install  
I'm having some trouble getting momentics installed on my arch system.  I realize that arch linux is not officially 
supported but I thought perhaps I could get some pointers.

Like I said I'm running arch linux, with openJdk7 installed.

When running:
[root@compname ~]# ./qnxsdp-6.5.0-201007091524-linux.bin

I get:
"
InstallShield Wizard

Initializing InstallShieldWizard...
Preparing Java(tm) Virtual Machine.....
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
[root@compname ~]#
"

Nothing happens at all, and I recieve no feedback as to what could be the problem.  I've tried looking for 
installOptionalLog.txt mentioned in other posts but cannot find one.

Any ideas on how to get some more debug information or what could be the issue?

Many thanks,
Andrew
Re: Cannot begin install  
Problem solved.

FYI:
I am running 64 bit arch and had not yet installed the 32 bit libraries. 
Re: Cannot begin install  
I'm having the same problem on Fedora 19. What 32 bit files are needed? QNX, Java?
Re: Cannot begin install  
I had the same symptoms on Ubuntu 14.04  but different cause.
It turned out to be that my /tmp folder was mounted with the noexec option.

To fix it I ran:
sudo mount -o remount,rw,exec /tmp