Jump to content

OSBot on CentOS [Help Needed]


Recommended Posts

Posted

OS Version: CentOS 6.5 (32 Bit)

Java: Oracle JDK 1.8.0.45 (Latest)

OSBot Version: 2.3.75

 

Whenever I try to run the bot on CentOS I get this error

 

"There was an error launching OSBot! Please verify your boot options are valid!"

 

Does anyone know a solution? Or does anyone know how to run the bot on CentOS?

Posted

Can you run the following commands:

java -version

 

If you can, try running OSBot like so:

java -jar /path/to/osbot.jar

 

If you cannot, you must install the latest Java.

If you can run java -version but you cannot run the jar, you must install the latest Java too (instructions below).

 

Step 1.

Download the latest RPM from Oracle - type this in your CLI window:

wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-i586.rpm"

It is a long command, but it is needed. Run it and it should download the latest RPM.

 

Step 2.

Compile and install the RPM - type this in your CLI window:

rpm -ivh jdk-8u45-linux-i586.rpm

Press "y" at any prompts.

 

Step 3.

Make sure it is installed - type this in your CLI window:

java -version

If you get the following message:

java version "1.8.0_45"
Java SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot 64-Bit Server VM (build 25.45-b02, mixed mode)

You have installed Java correctly.

 

Posted

Can you run the following commands:

java -version

 

If you can, try running OSBot like so:

java -jar /path/to/osbot.jar

 

If you cannot, you must install the latest Java.

If you can run java -version but you cannot run the jar, you must install the latest Java too (instructions below).

 

Step 1.

Download the latest RPM from Oracle - type this in your CLI window:

wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-i586.rpm"

It is a long command, but it is needed. Run it and it should download the latest RPM.

 

Step 2.

Compile and install the RPM - type this in your CLI window:

rpm -ivh jdk-8u45-linux-i586.rpm

Press "y" at any prompts.

 

Step 3.

Make sure it is installed - type this in your CLI window:

java -version

If you get the following message:

java version "1.8.0_45"

Java SE Runtime Environment (build 1.8.0_45-b14)

Java HotSpot 64-Bit Server VM (build 25.45-b02, mixed mode)

You have installed Java correctly.

 

Already had Java installed just like you said

Here's the error log when I try to run it through terminal

http://pastebin.com/raw.php?i=hWVdFDhP

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...