I am going to have to defer this to the rest of the team since the problem doesn't seem to be with spacecmd itself, it's just exposing the problem on the Spacewalk server itself. However, just a few more questions I would ask to help debug it:
- What's your database setup? - What versions of the client tools are on the sytsems that expose the behavior? - Can you reproduce this on a 100% clean install? -- /aron On Mon, 2010-08-23 at 10:55 +0200, Christoph Sievers wrote: > Am 23.08.10 10:24, schrieb Tomas Lestach: > > > Regarding the rhn_web_api.log, there was an exception thrown, but there was > > a problem in the exception handling and a new exception was thrown > > (Stopwatch is not running), so we do not have any information about the > > original exception. :( > > Not sure, why the StopWatch wasn't initialized. I suppose tomcat log would > > say more. > > Hi, > > catalina.out get these entries when I run into the error. I have this > error on every Spacewalk I installed (running 5). > > > redstone.xmlrpc.XmlRpcDispatcher writeError > WARNING: java.lang.NullPointerException: null > > > shall I set any debug stuff for the tomcat5? If so.. how? > > rgds > Christoph > > P.S. reformatted output of the server response. Looks like from > retrieving "installtime" on it crashes? > > begin > > <?xml version="1.0" encoding="UTF-8"?> > <methodResponse> > <params> > <param> > <value> > <array> > <data> > <value> > <struct> > <member> > <name>arch</name> > <value> > <string>x86_64</string> > </value> > </member> > <member> > <name>installtime</name> > <value> > <?xml version="1.0" encoding="UTF-8"?> > <methodResponse> > <fault> > <value> > <struct> > <member> > <name>faultCode</name> > <value> > <int>-1</int> > </value> > </member> > <member> > <name>faultString</name> > <value> > <string>java.lang.NullPointerException: null</string> > </value> > </member> > </struct> > </value> > </fault> > </methodResponse> > > end _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
