DKP Log Parser Forum Index
 Forum FAQ   Search   Register   Log in 
 About   Download   Forum   Wiki   Development
Unable to Connect: No server interface found

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    DKP Log Parser Forum Index -> Error reports

Author

Message

Skooter



Joined: 13 Dec 2007
Posts: 3

PostPosted: Thu Dec 13, 2007 4:16 pm    Post subject: Unable to Connect: No server interface found

Reply with quote


I know I am doing something wrong but haven't been able to figure it out so I guess it is time to post here about it.

When I try to connect I get a dialog box that pops up that says:

com.lokorin.dkplp.ServerFaultException: No server interface was found at the specified location.

Here are my log files:

Version: 1.4.1a
Logging started at Thu Dec 13 08:06:41 PST 2007

java.io.IOException: Unexpected Response from Server: Not Acceptable
at org.apache.xmlrpc.XmlRpcClientLite$HttpClient.sendRequest(XmlRpcClientLite.java:402)
at org.apache.xmlrpc.XmlRpcClientLite$LiteWorker.execute(XmlRpcClientLite.java:202)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
at com.lokorin.dkplp.Server.connect(Unknown Source)
at com.lokorin.dkplp.gui.LoginDialog.doLogin(Unknown Source)
at com.lokorin.dkplp.gui.LoginDialog.access$000(Unknown Source)
at com.lokorin.dkplp.gui.LoginDialog$2.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at com.lokorin.dkplp.gui.LoginDialog.<init>(Unknown Source)
at com.lokorin.dkplp.gui.GUI.connectToServer(Unknown Source)
at com.lokorin.dkplp.gui.GUI.open(Unknown Source)
at com.lokorin.dkplp.gui.GUI.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.lokorin.dkplp.gui.SplashWindow.invokeMain(Unknown Source)
at com.lokorin.dkplp.gui.Splasher.main(Unknown Source)
java.io.IOException: Unexpected Response from Server: Not Acceptable
at org.apache.xmlrpc.XmlRpcClientLite$HttpClient.sendRequest(XmlRpcClientLite.java:402)
at org.apache.xmlrpc.XmlRpcClientLite$LiteWorker.execute(XmlRpcClientLite.java:202)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
at com.lokorin.dkplp.Server.connect(Unknown Source)
at com.lokorin.dkplp.gui.LoginDialog.doLogin(Unknown Source)
at com.lokorin.dkplp.gui.LoginDialog.access$000(Unknown Source)
at com.lokorin.dkplp.gui.LoginDialog$2.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at com.lokorin.dkplp.gui.LoginDialog.<init>(Unknown Source)
at com.lokorin.dkplp.gui.GUI.connectToServer(Unknown Source)
at com.lokorin.dkplp.gui.GUI.open(Unknown Source)
at com.lokorin.dkplp.gui.GUI.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.lokorin.dkplp.gui.SplashWindow.invokeMain(Unknown Source)
at com.lokorin.dkplp.gui.Splasher.main(Unknown Source)

This is a brand new installation of EQDKP, I have the raid planner plugin installed and I am running 1.3.2.g version of the plugin.

Thank you for any assistance in advance.

Back to top

Lokorin
Site Admin


Joined: 03 Apr 2006
Posts: 697

PostPosted: Fri Dec 14, 2007 11:03 am    Post subject: Re: Unable to Connect: No server interface found

Reply with quote


Skooter wrote:
com.lokorin.dkplp.ServerFaultException: No server interface was found at the specified location.


Where is your EQDKP installation located? I.e. what do you have set as server URL?

Back to top

Skooter



Joined: 13 Dec 2007
Posts: 3

PostPosted: Fri Dec 14, 2007 4:02 pm    Post subject:

Reply with quote


the installation is at http://www.skootermotorsports.com/eq2dkp

Back to top

Lokorin
Site Admin


Joined: 03 Apr 2006
Posts: 697

PostPosted: Fri Dec 14, 2007 5:29 pm    Post subject:

Reply with quote


The error is a http 406 error coming from the server in response to the login request:
Quote:
406 Not Acceptable

An appropriate representation of the requested resource /eq2dkp/plugins/dkplp/dkprpc.php could not be found on this server.


From what I can find the most likely cause is that the server's mod_security is triggering on the client's login request.

That means that one has to dig in the logs to find out why it triggered and fix the false positive. You could also relay information about what caused it back to me so that I may alter the protocol to avoid the problem if possible (but that would be a long term fix).

Back to top

Tim



Joined: 12 Mar 2008
Posts: 5

PostPosted: Wed Mar 12, 2008 8:46 am    Post subject:

Reply with quote


Just wonder if you found a solution on this problem. Have ryned into it myself.. and runed out of ideas where to fix it.

Back to top

Skooter



Joined: 13 Dec 2007
Posts: 3

PostPosted: Wed Mar 12, 2008 3:02 pm    Post subject:

Reply with quote


The mod_security was run by my webhost and I requested that they look through the logs to fix the problem.

I don't really have an exact answer as to what they did as all they told me was "We found the problem and fixed it."

Sorry I don't have more info for you but I would talk to the company hosting your installation.

Back to top

Tim



Joined: 12 Mar 2008
Posts: 5

PostPosted: Thu Mar 13, 2008 12:37 pm    Post subject:

Reply with quote


thanks for your answear Smile and giving one more road to travel.

Back to top

Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    DKP Log Parser Forum Index -> Error reports All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group
SoftGreen 1.1 phpBB theme © DaTutorials.com 2005