1 Attachment(s)
[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:
http://i.imgur.com/DxUb2.png
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..)
Re: [RMI] Both NotBoundException and transport errors.
Quote:
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?
Re: [RMI] Both NotBoundException and transport errors.
EDIT: Error fixed :D
A moderator can close the thread.