Hi,

I am trying to run the Triplesec server. I could install the server 
successfully and ran the configuration wizard. On completion of configuration 
wizard, server dies when it restarts. I found the below stack trace in the 
standard out logs of tomcat. It looks there is a problem with the Spring 
configuration but I am not sure what does it mean. May be someone more 
knowledgeable about Triplesec can help me.

<stacktrace>
[05:16:28] ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on 
org.safehaus.triplesec.Service.init(InstallationLayout, String[])
org.springframework.beans.factory.BeanDefinitionStoreException: Line 255 in XML document 
from URL [file:/usr/local/triplesec-0.7.1/conf/server.xml] is invalid; nested exception 
is org.xml.sax.SAXParseException: Attribute value 
"7dayofficePartitionConfiguration" of type ID must be a name.
org.xml.sax.SAXParseException: Attribute value 
"7dayofficePartitionConfiguration" of type ID must be a name.
       at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:267)
       at 
org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:201)
       at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:222)
       at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:173)
       at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:148)
       at 
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:126)
       at 
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:142)
       at 
org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:113)
       at 
org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:81)
       at 
org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:89)
       at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:269)
       at 
org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:89)
       at 
org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:74)
       at 
org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:65)
       at org.safehaus.triplesec.Service.init(Service.java:245)
</stacktrace>

Reply via email to