java errors on amd processor
ok guys i rented an amd server and i cant seem to get java to work im using the old beasties files that worked on every other server i made exept this server.
im assuming its because its trying to use intel lib files i may be wrong i have everything pointed as normal yet the problem still persists i cant remember the error but i know it starts with authd i think
authd
gacd
gfactiond
logservice
are the 4 things offline and it all seems to be java related anyone got information on how to fix this? ive searched and went through at least 50+ posts and no one seems to know.
im using 1.5 and 1.6 for java
edit
i think i might have the solution when my server comes back up i can test it. if this works ill let everyone know how i did it so future amd'ers will have a solution.
Re: java errors on amd processor
Download Java for 64bits :mellow:
Re: java errors on amd processor
authd ----> Java
gacd ----> NOT Java Related
gfactiond ----> NOT Java Related
logservice ----> NOT Java Related
You need this:
Code:
sudo apt-get install ia32-libs
The 32 bits libraries
Re: java errors on amd processor
yeah ive done the ia32-libs, im running a 64bit server, i figured amd64 cant run I386 lib files so i can probly link it to the amd64 version of it maybe but i just got hardware failure today on the server and they say it will take a day to fix and ill test it when they get done. do you think its possible to run it like that? this is the first time ive ran it on an amd machine and i figured since authd failed most of the other files got brought down as well ill just focus on authd right now then see what else is wrong i dont have logs i can only run the start.sh script to check for the error but i stll have to wait for access first.
Re: java errors on amd processor
Re: java errors on amd processor
ubuntu 10.04lts 64bit
also i replied to your post about the pwprotector if you want more information on that.
Re: java errors on amd processor
Code:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/usr/java/jdk1.6.0_12/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
PATH=$PATH:$HOME/bin:/usr/lib/mysql/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME BASH_ENV PATH
export CLASSPATH=.:/usr/java/jdk1.6.0_12/lib/dt.jar:/usr/java/jdk1.6.0_12/lib/tools.jar:/usr/java/jdk1.6.0_12/lib/mysql-connector-java-3.0.16-ga-bin.jar:/usr/java/msSQLjdbc/lib/msbase.jar:/usr/java/msSQLjdbc/lib/mssqlserver.jar:/usr/java/msSQLjdbc/lib/msutil.jar
export PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME=/usr/java/jdk1.6.0_12
Code:
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
PATH=$PATH:$HOME/bin:/usr/java/jdk1.5.0_05/bin
BASH_ENV=$HOME/.bashrc
USERNAME="root"
PATH=$PATH:$HOME/bin:/usr/lib/mysql/bin
BASH_ENV=$HOME/.bashrc
USERNAME="ROOT"
export USERNAME BASH_ENV PATH
export CLASSPATH=.:/usr/java/jdk1.5.0_05/lib/dt.jar:/usr/java/jdk1.5.0_05/lib/tools.jar:/usr/java/jdk1.5.0_05/lib/mysql-connector-java-3.0.16-ga-bin.jar:/usr/java/msSQLjdbc/lib/msbase.jar:/usr/java/msSQLjdbc/lib/mssqlserver.jar:/usr/java/msSQLjdbc/lib/msutil.jar
export PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME=/usr/java/jdk1.5.0_05
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
this and lib32 will solve any issue you have with Apache and auhd
Re: java errors on amd processor
ill give it a shot ive never used the .profile and .bash before guessing ill need to now ill give it a shot
thanks for your time, if all else fails trial and error is the key xD
Re: java errors on amd processor
i use the same configs and it works good and btw you need to use root as account to start right the pw server.
Re: java errors on amd processor
do you have an amd64 as well? or amd32?
Re: java errors on amd processor
Yes amd64 AMD rules intel cost much and is the same thing.
Re: java errors on amd processor
i like your style already xD, got skype or msn?
Re: java errors on amd processor
no sorry not realy need one i use my spear time to craft programs:)but i will make one soon.
Re: java errors on amd processor
heh sounds like work ill be starting my first live perfect world hopefully tomarrow when they have the hardware malfunction fixed. even though ive been working with the server files for like 2 and a half years i still learn too much, but then again if i didnt learn anymore from doing this it would be boring.
Re: java errors on amd processor
+1 yeah i`m trying to develop an anti chat so all pw server will use it even pwi.