Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: [RMI] Both NotBoundException and transport errors.

  1. #1
    Junior Member Sjogern's Avatar
    Join Date
    Feb 2012
    Location
    Sweden
    Posts
    4
    My Mood
    Stressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy [SOLVED] Both NotBoundException and transport errors.

    Hey there ! Well since I couldn't get an answer by any moderator or JavaPF himself, I thought this would be the correct section as there are none specified for this type of threads/issues.

    BUT, if there is one more suitable, a moderator/admin of course have the right to move this thread there Thx!

    Anyway, I've been working around with a game emulation source (actually runs as a game server) and I am so close to getting it running without issues.

    BUT! There is these stupid RMI issues that I just can't figure out. Hopefully someone here has knowledge of this and can help me figure the error out and what it's all about


    The error:



    Things I've tried!

    Reinstalling Java JDK/JRE (JDK 6, update 31)
    Checked the JCE Strength files (checked placing and versions to match the JDK)
    Checked all MySQL processes (used for database connection)
    Checked Wampserver (used for Apache and MySQL connection)
    Read the error and checked directories shown in the error
    Checked and added ports exceptions in Windows Firewall


    Note: I did not implant this RMI, if I was smart enough I would remove it and make everything work without it as I can say it's really unnecessary.

    Any ideas? And as mentioned, if it's the wrong section I would ask a Moderator to move it (My apologies if it's wrong..)
    Attached Images Attached Images
    Last edited by Sjogern; February 22nd, 2012 at 04:56 AM.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: [RMI] Both NotBoundException and transport errors.

    Well since I couldn't get an answer by any moderator or JavaPF himself
    I am not sure what this means, but you are referring to PMing or messaging moderators or admin then I highly advise against it.

    Given you have provided no code or an SSCCE we can only guess. Have you read through the Oracle RMI tutorial (An Overview of RMI Applications (The Java™ Tutorials > RMI)) and tried their example? Did it work?

  3. #3
    Junior Member Sjogern's Avatar
    Join Date
    Feb 2012
    Location
    Sweden
    Posts
    4
    My Mood
    Stressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: [RMI] Both NotBoundException and transport errors.

    EDIT: Error fixed

    A moderator can close the thread.
    Last edited by Sjogern; February 22nd, 2012 at 04:55 AM.

Similar Threads

  1. help with errors
    By hello_world in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 9th, 2011, 09:11 PM
  2. Can't fix my own errors
    By mrroberts2u in forum What's Wrong With My Code?
    Replies: 4
    Last Post: April 14th, 2011, 09:20 AM
  3. GUI errors
    By cindisue in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 30th, 2011, 09:54 AM
  4. Many Errors
    By Woody619 in forum What's Wrong With My Code?
    Replies: 10
    Last Post: July 16th, 2010, 09:36 PM
  5. Getting errors
    By Nonire in forum What's Wrong With My Code?
    Replies: 7
    Last Post: July 4th, 2010, 12:21 PM