[JIRA] Commented: (SSPCPP-498) Hardcoded path in XMLTooling is invalid on localized WinXP/2003

pavelxkrejci@idp.protectnetwork.org (JIRA) noreply at shibboleth.net
Fri Sep 7 10:41:21 EDT 2012


    [ https://issues.shibboleth.net/jira/browse/SSPCPP-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362#comment-14362 ] 

pavelxkrejci at idp.protectnetwork.org commented on SSPCPP-498:
------------------------------------------------------------

I've got the log. Daemon not starting seems to be the error. My original install (Win2003) was basically upgrade with working configuration, where I have used post-install packages before. I don't know if the daemon can start right from the default configuration on clean Windows.
This new testing set is Win XP Pro SP3 Czech. I'll test it on the Win2003 later but I have limited options and time at the moment.

excerpt from log:
---
Action 16:09:58: StartServices. Starting services
MSI (s) (40:98) [16:09:58:125]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=1300000)
MSI (s) (40:98) [16:09:58:125]: Executing op: ServiceControl(,Name=shibd_Default,Action=1,Wait=0,)
StartServices: Service: Shibboleth 2 Daemon (Default)
MSI (s) (40:98) [16:10:29:765]: Note: 1: 2205 2:  3: Error 
MSI (s) (40:98) [16:10:29:765]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1920 
Info 1920. Service 'Shibboleth 2 Daemon (Default)' (shibd_Default) failed to start.  Verify that you have sufficient privileges to start system services.
Action ended 16:10:29: InstallExecute. Return value 3.
MSI (s) (40:98) [16:10:29:765]: User policy value 'DisableRollback' is 0
MSI (s) (40:98) [16:10:29:765]: Machine policy value 'DisableRollback' is 0
MSI (s) (40:98) [16:10:29:765]: Executing op: Header(Signature=1397708873,Version=405,Timestamp=1093108022,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (40:98) [16:10:29:765]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (40:98) [16:10:29:765]: Executing op: DialogInfo(Type=1,Argument=Shibboleth Service Provider)
MSI (s) (40:98) [16:10:29:765]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (40:98) [16:10:29:765]: Executing op: RegisterBackupFile(File=C:\Config.Msi\3a34ad7f.rbf)
MSI (s) (40:98) [16:10:29:765]: Executing op: RegisterBackupFile(File=C:\Config.Msi\3a34ad80.rbf)
MSI (s) (40:98) [16:10:29:765]: Executing op: RegisterBackupFile(File=C:\Config.Msi\3a34ad81.rbf)
MSI (s) (40:98) [16:10:29:765]: Executing op: RegisterBackupFile(File=C:\Config.Msi\3a34ad82.rbf)
Action 16:10:29: Rollback. Rolling back action:
---


> Hardcoded path in XMLTooling is invalid on localized WinXP/2003
> ---------------------------------------------------------------
>
>                 Key: SSPCPP-498
>                 URL: https://issues.shibboleth.net/jira/browse/SSPCPP-498
>             Project: Shibboleth SP - C++
>          Issue Type: Bug
>          Components: Configuration, Installation / Packaging
>    Affects Versions: 2.5.0
>         Environment: Windows 2003 R2 SP2 (Standard Edition, Czech version)
>            Reporter: pavelxkrejci at idp.protectnetwork.org
>            Assignee: Scott Cantor
>         Attachments: catalog.xml, catalog.xml
>
>   Original Estimate: 2 days
>          Time Spent: 4 hours
>  Remaining Estimate: 1 day, 4 hours
>
> The 2.5.0 installer puts the xml catalogs used by XMLTooling library in this folder: 
> "c:\Documents and Settings\All Users\Data aplikací\Shibboleth\SP\xml"
> "c:\Documents and Settings\All Users" is value of ALLUSERSPROFILE env. variable.
> "Data aplikací" is localized "Application Data"
> This results in the following errors when trying to start shibd service:
> 2012-09-05 14:52:37 ERROR XMLTooling.ParserPool : fatal error on line 0, column 0, message: unable to open primary document entity 'C:\Documents and Settings\All Users/Application Data/Shibboleth/SP/xml/xmltooling/catalog.xml'
> 2012-09-05 14:52:37 ERROR XMLTooling.ParserPool : catalog loader caught exception: XML error(s) during parsing, check log for specifics
> 2012-09-05 14:52:37 ERROR XMLTooling.ParserPool : fatal error on line 0, column 0, message: unable to open primary document entity 'C:\Documents and Settings\All Users/Application Data/Shibboleth/SP/xml/opensaml/saml20-catalog.xml'
> 2012-09-05 14:52:37 ERROR XMLTooling.ParserPool : catalog loader caught exception: XML error(s) during parsing, check log for specifics
> 2012-09-05 14:52:37 ERROR XMLTooling.ParserPool : fatal error on line 0, column 0, message: unable to open primary document entity 'C:\Documents and Settings\All Users/Application Data/Shibboleth/SP/xml/opensaml/saml11-catalog.xml'
> 2012-09-05 14:52:37 ERROR XMLTooling.ParserPool : catalog loader caught exception: XML error(s) during parsing, check log for specifics
> 2012-09-05 14:52:37 ERROR XMLTooling.ParserPool : fatal error on line 0, column 0, message: unable to open primary document entity 'C:\Documents and Settings\All Users/Application Data/Shibboleth/SP/xml/shibboleth/catalog.xml'
> 2012-09-05 14:52:37 ERROR XMLTooling.ParserPool : catalog loader caught exception: XML error(s) during parsing, check log for specifics
> I tried to relocate the xml files into the folder 
> "c:\Documents and Settings\All Users\Application Data\Shibboleth\SP\xml"
> but it resulted in yet another error:
> 2012-09-05 14:56:31 ERROR XMLTooling.ParserPool : fatal error on line 1, column 39, message: invalid byte '\' at position 2 of a 3-byte sequence
> 2012-09-05 14:56:31 ERROR XMLTooling.ParserPool : catalog loader caught exception: XML error(s) during parsing, check log for specifics
> 2012-09-05 14:56:31 ERROR XMLTooling.ParserPool : fatal error on line 1, column 39, message: invalid byte '\' at position 2 of a 3-byte sequence
> 2012-09-05 14:56:31 ERROR XMLTooling.ParserPool : catalog loader caught exception: XML error(s) during parsing, check log for specifics
> 2012-09-05 14:56:31 ERROR XMLTooling.ParserPool : fatal error on line 1, column 39, message: invalid byte '\' at position 2 of a 3-byte sequence
> 2012-09-05 14:56:31 ERROR XMLTooling.ParserPool : catalog loader caught exception: XML error(s) during parsing, check log for specifics
> 2012-09-05 14:56:31 ERROR XMLTooling.ParserPool : fatal error on line 1, column 39, message: invalid byte '\' at position 2 of a 3-byte sequence
> 2012-09-05 14:56:31 ERROR XMLTooling.ParserPool : catalog loader caught exception: XML error(s) during parsing, check log for specifics

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list