[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster] exception to console but not in log file
Hello,
I've changed the logDevice property to
logDevice=console,file
Stuff are well wrote in the log file, but not that exception. It is
logged on the console only.
Perhaps because the exception coming from the xmlrpc library ?
Is it possible to have all errors in the log file ?
here is the exception I'm talking about :
java.lang.NoSuchMethodException:
org.xmlBlaster.protocol.xmlrpc.AuthenticateImpl
.disconnect(java.lang.String)
at java.lang.Class.getMethod(Unknown Source)
at org.apache.xmlrpc.Invoker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(Unknown
Source)
at org.apache.xmlrpc.XmlRpcServer$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcServer.execute(Unknown Source)
at org.apache.xmlrpc.WebServer$Connection.run(Unknown Source)
at org.apache.xmlrpc.WebServer$Runner.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
By the way, I would like to know why this exception is throwed, because
it say that interface 'authenticate.disconnect' is not found...
thanks
cyrille.
PS: I'm coming back to XmlBlaster, so I've many troubles. In few days I
hope I'll get more interested questions !