Good morning, Martijn: Indeed that does resolve the issue. And yes, am running a split configuration between DMZ and back-end network.
Many thanks, Phil ----- Original Message ----- From: "Martijn Brinkers" <[email protected]> To: [email protected] Sent: Wednesday, 15 October, 2014 10:04:43 AM Subject: Re: [Djigzo users] 2.9.0 Upgrade Issue On 10/15/2014 10:33 AM, Phil Daws wrote: > We have upgraded to the latest version but now when we start up Djigzo it > fails with the following error: > > Caused by: > org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line > 20 in XML document from file [/usr/share/djigzo/conf/spring/soap.xml] is > invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 20; > columnNumber: 81; The prefix "sec" for element "sec:keyManagers" is not bound. > > I have diff'd the rpmsave against the new version and apart from the password > I do not see any difference ? can you add the following namespace to soap.xml (just below xmlns:httpj): xmlns:sec="http://cxf.apache.org/configuration/security" So the xml header should look like: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws" xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration" xmlns:sec="http://cxf.apache.org/configuration/security" Then restart to see whether this fixes it. Note to others: this is only needed if you allow external systems to connect to the SOAP interface over SSL. By default the SOAP interface is only used internally and is not accessible from the outside Kind regards Martijn Brinkers -- CipherMail email encryption Open source email encryption gateway with support for S/MIME, OpenPGP and PDF messaging. http://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
