Tomasz Chmielewski schrieb: > Tomasz Chmielewski schrieb: >> Systemadministration FK14 schrieb: >>> Hi, >>> >>> I noticed a problem that wpkg.js is unable to download xml files >>> directly from wpkg web when it is called from "wpkg client service" >>> running with "Local System Account" credentials. See the attached >>> log (ip masked out). >>> This appears on windows xp sp2 machines with all updates applied. >>> >>> The same configuration works on fresh installed xp sp3-rc installation. >>> It also works when i manualy edit the service to run under >>> "Administrator" privilleges. >>> >>> Any information how to track/solve this issue? >> >> Could you check in the webserver logs if the file was actually >> requested when the problem happened? >> >> If not, can you check if that workstation sends any packets to the >> webserver? >> >> Does this machine have any firewall enabled (which may block packets >> created by certain users, like SYSTEM)? > > Some more debugging ideas. > > As a pre-command use cmd.exe. Also, enable WPKG Client GUI for > debugging (WPKG user interface -> Show) - without it, you won't see > any windows. > > Reboot, and when cmd.exe window starts, try to connect to that > webserver and fetch that file using telnet, i.e. (start telnet, and > type "GET /some_file.xml HTTP/1.0"): > > > # telnet 192.168.10.1 80 > Trying 192.168.10.1... > Connected to router (192.168.10.1). > Escape character is '^]'. > GET /some_file.xml HTTP/1.0 > > HTTP/1.1 200 OK > Date: Fri, 18 Jan 2008 15:22:47 GMT > Server: Apache/2.2.3 (Debian) > (...) > Entering "cmd.exe" as pre-command was an excellent hint, thanks for that in advance. results: the telnet command works and gets the packages via http. unfortunately the cscript/wpkg.js combination did not work from the same shell. (see attached screen capture) i installed wireshark and even no packages were sent to http server when executing cscript .... Christian -- Dipl.-Inform. (FH) Christian Kober Fakultät 14, DV-Systemtechnik Raum 2.329 Telefon: (0231) 755-2836 Fax: (0231) 755-5452 Technische Universität Dortmund Emil-Figge-Straße 50 44227 Dortmund -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: wpkg.debug.txt URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20080121/1d2b2797/attachment.txt> |