Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

installation errors on AWS Linux AMI

Status
Not open for further replies.

raphael75

Programmer
Nov 15, 2012
67
0
0
US
I was trying to install ase160 on an AWS linux AMI instance, and I got these errors when running ./setup.bin:

Code:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

[Last 4000 events in the event buffer]
  <thread>                      <time>  <id>          <description>
 140249117972224                  0.00  0x00000004    ERROR occured (/bas/sapjvm/71_REL/src/6/hotspot/src/share/vm/runtime/thread.cpp:5318): VMCOs::init failed
 140249117972224                  0.00  0x00000003    ERROR occured (/bas/sapjvm/71_REL/src/6/hotspot/src/share/vm/sap/jvmEnv.cpp:132): VMCOs::init: Initialization of the control area failed
 140249117972224                  0.00  0x00000002    ERROR occured (/bas/sapjvm/71_REL/src/6/hotspot/src/share/vm/sap/controls.cpp:275): Controls::init: Could not create control area. Maybe old VMs are still running.
 140249117972224                  0.00  0x00000001    ERROR occured (/bas/sapjvm/71_REL/src/6/hotspot/src/share/vm/sap/os_unix.inline.hpp:494): os::create_control_area: Could not create control area file /tmp/sap_jvm_500_25601 (2: No such file or directory)
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

I have no idea what this means. I did some searching online and found nothing helpful for what to do.

I really only need to install dbisql so I can connect to remote computers with Sybase and run queries. Is there a way I can just install dbisql? The file I have is:

ase160_linuxx86-64.tgz

and it's about 1.5GB. dbisql is in there, but I don't know what other files are needed.



 
Turned out the /tmp directory didn't exist. I created it and I was able to install.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top