-
Hi All.
I want to use the Apache Xml-Rpc 3 in my project.
The problem is, that the JSystem includes the xml-rpc v2 jar and I get conflicts.
For now, I remove the v2 jars from the Jsystem manually, but is there any plans to upgrade the xml-rpc version in the future ?
Thanks.
2009-11-15 14:49:09 UTC in JSystem
-
Yeah, that was the case.
I tried to run the agent from SSH session which doesn't have a display.
That was the final problem.
Thanks a lot.
2009-07-12 14:50:07 UTC in JSystem
-
A few more details :
I tried it with JSystem 5.5.6
Project: jsystemServices
SUT : example_cli.xml
Client OS: Windows XP
Agent OS: Ubuntu Linux 9.04.
And got exception :
java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
at java.awt.Window.<init>(Window.java:431)
at...
2009-07-09 12:20:00 UTC in JSystem
-
Finally, the FTP connections works.
I tried to run the agent on fresh vanilla Ubuntu machine, and it works fine. so, the problem was that the machines were using nis (Network Information Service, not shekels), and the sudo command didn't have full root permissions.
During the research we made we discovered that the agents are using the /etc/hosts file for dns query which might cause problems...
2009-07-09 11:32:29 UTC in JSystem