Re: [wpkg-users] web frontend, url works but client does not read url

2009-09-22 Thread Rainer Meier
Hi Jacob,

Jacob Jarick wrote:
 I have tested the url that fails from one of our linux servers with curl
 and it works fine (spits out the .xml file with all its info).
 But when the client attempts to read the url, it fails.
 
 config.xml: http://pastebin.ca/1574757
 
 We do have a proxy enabled on our domain, is it possible the client is
 grabbing them and trying to access a local server through the proxy ?
 
 This looks to be my last hurdle (fingers crossed).

wpkg.js is using an ActiveXObject(Msxml2.DOMDocument.3.0) object to read XML
files from an URL. I guess this is using a proxy if one is configured. If a
proxy should by bypassed then the host should be added to the exception list
within the proxy configuration. I guess this could be done by GPO or directly by
IE configuration.
You could check your proxy logs too in order to check if WPKG tries to access
the file via proxy.

I also see that you're using an HTTPS connection. I don't see why it shouldn't
work but I have to admit I've never run a WPKG installation reading the files
from HTTPS yet.

br,
Rainer
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] web frontend, url works but client does not read url

2009-09-21 Thread Jacob Jarick
I have tested the url that fails from one of our linux servers with curl
and it works fine (spits out the .xml file with all its info).
But when the client attempts to read the url, it fails.

config.xml: http://pastebin.ca/1574757

We do have a proxy enabled on our domain, is it possible the client is
grabbing them and trying to access a local server through the proxy ?

This looks to be my last hurdle (fingers crossed).

Client Log:

2009-09-22 11:07:09, DEBUG   : Initialized temporary local log file:
C:\WINDOWS\TEMP\wpkg-logInit.log
2009-09-22 11:07:09, DEBUG   : Initializing new log file:
\\ws0452\wpkg_client_logs\wl0046-2009-09-22.log
2009-09-22 11:07:09, DEBUG   : Reboot-Cmd is standard.
2009-09-22 11:07:09, DEBUG   : WPKG 1.1.1 starting...
2009-09-22 11:07:09, DEBUG   : Base directory is
'https://wpkg:wp...@10.137.165.156/wpkg'.
2009-09-22 11:07:09, DEBUG   : Log level is 255
2009-09-22 11:07:09, DEBUG   : Trying to read XML file:
https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml
2009-09-22 11:07:09, ERROR   : Error parsing xml
'https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml': System error:
-2146697191.||File
https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml|Line  0|Linepos
0|Filepos   0|srcText   |
2009-09-22 11:07:09, ERROR   : Message:  No profiles found.
Aborting|Description:  No profiles found. Aborting|Error number:
a|Stack:undefined|Line: undefined|
2009-09-22 11:07:09, DEBUG   : Found system locale: c09
2009-09-22 11:07:09, DEBUG   : Found language definition node for
language ID c09
2009-09-22 11:07:09, INFO: User notification suppressed. Message:
The software installation has failed.
2009-09-22 11:07:09, DEBUG   : Saving sorted settings to 'null'.
2009-09-22 11:07:09, DEBUG   : Settings not saved!





Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au

-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users