Error connecting
by BetaSteward
Moderators: North, BetaSteward, noxx, jeffwadsworth, JayDi, TheElk801, LevelX, CCGHQ Admins
Error connecting
by oguzog » 09 Dec 2014, 13:50
No matter what i try it is not connecting.
I am using Turkish Windows and tried with english localization as well but no changes.
"Caused by: org.jboss.remoting.InvalidConfigurationException: Can not handle invocation request for subsystem 'MAGE.İNTERFACES.MAGESERVER' because there are no matching ServerInvocationHandlers registered. Please add via xml configuration or via the Connector's addInvocationHandler() method."
Did you notice capital i? Which is in Turkish but not in english. When i change my localization it became like that 'MAGE.?NTERFACES.MAGESERVER' ... ? instead of capital non-english i.
I'm not a programmer. I'm just thinking it might be related to my problem.
I've tried to delete mage-client/db folder as well but no changes.
See the attached files as well.
I am using Turkish Windows and tried with english localization as well but no changes.
"Caused by: org.jboss.remoting.InvalidConfigurationException: Can not handle invocation request for subsystem 'MAGE.İNTERFACES.MAGESERVER' because there are no matching ServerInvocationHandlers registered. Please add via xml configuration or via the Connector's addInvocationHandler() method."
Did you notice capital i? Which is in Turkish but not in english. When i change my localization it became like that 'MAGE.?NTERFACES.MAGESERVER' ... ? instead of capital non-english i.
I'm not a programmer. I'm just thinking it might be related to my problem.
I've tried to delete mage-client/db folder as well but no changes.
See the attached files as well.
- oguzog
- Posts: 10
- Joined: 09 Dec 2014, 13:42
- Has thanked: 0 time
- Been thanked: 0 time
Re: Error connecting
by oguzog » 09 Dec 2014, 14:01
I have tried to disable firewall/antivirus software and windows firewall. Same result.
- oguzog
- Posts: 10
- Joined: 09 Dec 2014, 13:42
- Has thanked: 0 time
- Been thanked: 0 time
Re: Error connecting
by LevelX » 09 Dec 2014, 14:39
First thing to solve should be the warning:
This means XMage can not write to the java prefs what it should be able to.
This can be fixed by:
Run regedit.exe as administrator (regedit.exe is located in the c:\Windows operating system root directory).
Go to key HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs.
Right click to set permissions. Check a mark in the Full Control check box for the user(s) that need executing XMage software.
Already this can have influence on the connection problems. So please solve this first and check again to connect.
- Code: Select all
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root...
This means XMage can not write to the java prefs what it should be able to.
This can be fixed by:
Run regedit.exe as administrator (regedit.exe is located in the c:\Windows operating system root directory).
Go to key HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs.
Right click to set permissions. Check a mark in the Full Control check box for the user(s) that need executing XMage software.
Already this can have influence on the connection problems. So please solve this first and check again to connect.
-
LevelX - DEVELOPER
- Posts: 1677
- Joined: 08 Dec 2011, 15:08
- Has thanked: 174 times
- Been thanked: 374 times
Re: Error connecting
by oguzog » 09 Dec 2014, 15:13
Hmmmmm interesting. There was no JavaSoft key under the HKEY_LOCAL_MACHINE\SOFTWARE
But i found it under the HKEY_CURRENT_USER\SOFTWARE
so i exported the key. open with notepad and change lines from HKEY_CURRENT_USER\SOFTWARE to HKEY_LOCAL_MACHINE\SOFTWARE.
There is no error "Could not open/create prefs root node Software\JavaSoft\Prefs at root" anymore but still can't connect.
see the attached file please.
But i found it under the HKEY_CURRENT_USER\SOFTWARE
so i exported the key. open with notepad and change lines from HKEY_CURRENT_USER\SOFTWARE to HKEY_LOCAL_MACHINE\SOFTWARE.
There is no error "Could not open/create prefs root node Software\JavaSoft\Prefs at root" anymore but still can't connect.
see the attached file please.
- oguzog
- Posts: 10
- Joined: 09 Dec 2014, 13:42
- Has thanked: 0 time
- Been thanked: 0 time
Re: Error connecting
by LevelX » 09 Dec 2014, 16:43
Hmm seems a bit to me like Java is not installed correctly.
Did you execute the Launcher as it installed Java and XMage with admin rights?
If not I would first retry that.
In every case is the subsystem error of JBoss Remoting is strange and I've never seen it before.
To which server do you try to connect?
(I guess it's the same problem for all servers you try to connect to).
Did you execute the Launcher as it installed Java and XMage with admin rights?
If not I would first retry that.
In every case is the subsystem error of JBoss Remoting is strange and I've never seen it before.
To which server do you try to connect?
(I guess it's the same problem for all servers you try to connect to).
-
LevelX - DEVELOPER
- Posts: 1677
- Joined: 08 Dec 2011, 15:08
- Has thanked: 174 times
- Been thanked: 374 times
Re: Error connecting
by oguzog » 10 Dec 2014, 12:25
latest java 8 installed. Today xmage launcher wanted me to install new xmage update. Did it as well.
I tried with all servers...
By the way if i run xmage-server and connect client to myself as localhost. It works brilliant.
Just not connecting public servers
I tried with all servers...
By the way if i run xmage-server and connect client to myself as localhost. It works brilliant.
Just not connecting public servers
- oguzog
- Posts: 10
- Joined: 09 Dec 2014, 13:42
- Has thanked: 0 time
- Been thanked: 0 time
Re: Error connecting
by LevelX » 10 Dec 2014, 13:57
I agree to your first guess, that the exception:
XMage does not set this name for the JBoss objects, it uses always "callback" as subsystem name. So I don't see here a way to change/fix it in XMage.
I believe it's a problem, of executing JBoss remoting on your system. I can't say if you have to blame your system or JBoss Remoting.
Maybe you can check with another computer, if it's a problem caused of the network connection or by your system itself (more likely imho).
- Code: Select all
org.jboss.remoting.InvalidConfigurationException: Can not handle invocation request for subsystem 'MAGE.İNTERFACES.MAGESERVER' because there are no matching ServerInvocationHandlers registered. Please add via xml configuration or via the Connector's addInvocationHandler() method
XMage does not set this name for the JBoss objects, it uses always "callback" as subsystem name. So I don't see here a way to change/fix it in XMage.
I believe it's a problem, of executing JBoss remoting on your system. I can't say if you have to blame your system or JBoss Remoting.
Maybe you can check with another computer, if it's a problem caused of the network connection or by your system itself (more likely imho).
-
LevelX - DEVELOPER
- Posts: 1677
- Joined: 08 Dec 2011, 15:08
- Has thanked: 174 times
- Been thanked: 374 times
Re: Error connecting
by Sax » 13 Jan 2015, 03:15
I'm having trouble connecting. I've included the error messages I always receive (no idea what it's trying to tell me.) Doesn't really matter what public server I try to connect to, I get the same result.
Re: Error connecting
by LevelX » 13 Jan 2015, 06:25
Delete all files in .../mage-client/db/ directory and try again.Sax wrote:I'm having trouble connecting. I've included the error messages I always receive (no idea what it's trying to tell me.) Doesn't really matter what public server I try to connect to, I get the same result.
-
LevelX - DEVELOPER
- Posts: 1677
- Joined: 08 Dec 2011, 15:08
- Has thanked: 174 times
- Been thanked: 374 times
Re: Error connecting
by Sax » 14 Jan 2015, 04:13
Seems to work a little better. Thank you very much! Should I do this if I continue to have those error messages in the future?LevelX wrote:Delete all files in .../mage-client/db/ directory and try again.Sax wrote:I'm having trouble connecting. I've included the error messages I always receive (no idea what it's trying to tell me.) Doesn't really matter what public server I try to connect to, I get the same result.
Re: Error connecting
by Sax » 18 Jan 2015, 01:19
... Such as right now. Only server I'm able to connect to is woogerworks, and only because it thinks that's the one I want to automatically connect to after I delete all files in .../mage-client/db/directory
Same error messages when I try to change servers (or try to change and attempt to go back to woogerworks). Any suggestions?
Same error messages when I try to change servers (or try to change and attempt to go back to woogerworks). Any suggestions?
Re: Error connecting
by LevelX » 18 Jan 2015, 08:18
Did you update the client to the current V9 version?
-
LevelX - DEVELOPER
- Posts: 1677
- Joined: 08 Dec 2011, 15:08
- Has thanked: 174 times
- Been thanked: 374 times
Re: Error connecting
by Sax » 18 Jan 2015, 22:27
Downloading it for the third time (since it came out) to make sure that my computer didn't download any part of it incorrectly.
Update: No improvement.
Update: No improvement.
Re: Error connecting
by oguzog » 19 May 2015, 14:54
PROBLEM SOLVED
If you use Windows in Turkish. You get that error. If you add english language (not keyboard or localization language but MENU language) you can connect.
Or you can install fresh english OS to your system.
Can creators solve this issue? it is about turkish letters and java problem. like ıI iİ .
If you use Windows in Turkish. You get that error. If you add english language (not keyboard or localization language but MENU language) you can connect.
Or you can install fresh english OS to your system.
Can creators solve this issue? it is about turkish letters and java problem. like ıI iİ .
- oguzog
- Posts: 10
- Joined: 09 Dec 2014, 13:42
- Has thanked: 0 time
- Been thanked: 0 time
Re: Error connecting
by Paerux » 21 Jun 2015, 19:30
Hello. I was having the same problem. I had to install English OS.
Will this problem get fixed soon? I want to be able to play with my friends who don't have English OS
Will this problem get fixed soon? I want to be able to play with my friends who don't have English OS
- Paerux
- Posts: 4
- Joined: 21 Jun 2015, 19:28
- Has thanked: 0 time
- Been thanked: 0 time
19 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 15 guests