Jump to content

OSBot on CentOS [Help Needed]


Dreamsicle

Recommended Posts

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?

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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