java errors on amd processor

Results 1 to 17 of 17
  1. #1

    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.
    Last edited by softsoldier; 08-09-11 at 11:02 AM.


  2. #2
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: java errors on amd processor

    Download Java for 64bits

  3. #3
    Infraction Banned Deus ex is offline
    MemberRank
    Sep 2011 Join Date
    17Posts

    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

  4. #4

    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.

  5. #5
    Infraction Banned Deus ex is offline
    MemberRank
    Sep 2011 Join Date
    17Posts

    Re: java errors on amd processor

    What os are you using?

  6. #6

    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.

  7. #7
    Infraction Banned Deus ex is offline
    MemberRank
    Sep 2011 Join Date
    17Posts

    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

  8. #8

    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

  9. #9
    Infraction Banned Deus ex is offline
    MemberRank
    Sep 2011 Join Date
    17Posts

    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.

  10. #10

    Re: java errors on amd processor

    do you have an amd64 as well? or amd32?

  11. #11
    Infraction Banned Deus ex is offline
    MemberRank
    Sep 2011 Join Date
    17Posts

    Re: java errors on amd processor

    Yes amd64 AMD rules intel cost much and is the same thing.

  12. #12

    Re: java errors on amd processor

    i like your style already xD, got skype or msn?

  13. #13
    Infraction Banned Deus ex is offline
    MemberRank
    Sep 2011 Join Date
    17Posts

    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.

  14. #14

    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.

  15. #15
    Infraction Banned Deus ex is offline
    MemberRank
    Sep 2011 Join Date
    17Posts

    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.

  16. #16

    Re: java errors on amd processor

    my only worry is duper's but thats an easy anti cheat to make.

  17. #17
    Black Magic Development das7002 is offline
    MemberRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: java errors on amd processor

    Quote Originally Posted by softsoldier View Post
    do you have an amd64 as well? or amd32?
    Quote Originally Posted by softsoldier View Post
    i figured amd64 cant run I386 lib files
    The lack of understanding disturbs me...

    x86: Originally created by intel back in 1970something as an 8bit CPU

    AMD made a clone of the Intel x86 by licensing it from Intel. (Where the famous drop in replacement Am486 eventually came from)

    Intel struggled at combining x86(32 bit) and IA64 together and only managed to have it either x86(32 bit) OR IA64 on one chip. The reason why it's called AMD64 and NOT Intel64 is because AMD is the one that managed to extend x86 to 64bit. Intel then licensed that extension back from AMD. Long story short AMD64 IS simply x86 with 64 extensions, aka x86-64. It will run all the exact same code that ran on the very first x86 CPU ever made all the way up the most powerful x86's around today. It doesn't matter.

    Another quick fact: AMD also was the first company to put more then one CPU core on a single chip, well before Intel could figure it out (they still had their heads up their asses with IA64).

    Note: IA64 is a different architecture entirely from x86. IA64 can not and will not run x86 code. Very few IA64 chips still exist today but some people still do use them.

    (also, you mentioned i386, the Intel 386 CPU (which I do have a laptop with one ) was the first x86 to be 32 bit, that is why 32bit x86 code is normally referred to as i386)
    Last edited by das7002; 08-09-11 at 08:40 PM. Reason: I really need to proofread .-.



Advertisement