Specialization not loading in Xopus Create

Finished my specialized  Schemas and DTDs, and am unable to open the new topic in create. I have validated the Schemas, the only error I can see in Create is :

<error>
  <status>500</status>
  <code>-1</code>
  <message>Object reference not set to an instance of an object.</message>

Which doesn't help, would anyone know a way to troubleshoot this type of issue?

Parents Reply Children
  • Hi Dave,
    The log is as follows, thank you for you help on this matter:
    15:16:02.4586 Error 23 00187 a:F:HW\ajain /InfoShareAuthor/WorkArea/WorkItem/MetadataAndContent?languagecardid=256294 Trisoft.InfoShare.Client.Remote.ContentLoader.ProcessRequest []
    System.Xml.XmlException: Name cannot begin with the '|' character, hexadecimal value 0x7C. Line 777, position 9.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e)
    at System.Xml.DtdParser.Throw(Int32 curPos, String res, String[] args)
    at System.Xml.DtdParser.ScanQName(Boolean isQName)
    at System.Xml.DtdParser.GetToken(Boolean needWhiteSpace)
    at System.Xml.DtdParser.ParseElementMixedContent(ParticleContentValidator pcv, Int32 startParenEntityId)
    at System.Xml.DtdParser.ParseElementDecl()
    at System.Xml.DtdParser.ParseSubset()
    at System.Xml.DtdParser.ParseExternalSubset()
    at System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)
    at System.Xml.DtdParser.Parse(Boolean saveInternalSubset)
    at System.Xml.DtdParser.System.Xml.IDtdParser.ParseInternalDtd(IDtdParserAdapter adapter, Boolean saveInternalSubset)
    at System.Xml.XmlTextReaderImpl.ParseDtd()
    at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
    at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
    at System.Xml.XmlDocument.Load(XmlReader reader)
    at Trisoft.InfoShare.Content.XmlContent.ToXmlStream(Stream stream, XmlResolver xmlResolver, String baseUri)
    at Trisoft.InfoShare.Content.ContentFactory.Create(XmlReader reader, Connection connection)
    at Trisoft.InfoShare.Content.ContentFactory.CreateContent(XmlReader reader, Connection connection)
    at Trisoft.InfoShare.Content.ContentFactory.CreateContent(ObjectXml data, Connection connection)
    at Trisoft.InfoShare.Client.Remote.ContentLoader.ProcessRequest(Connection connection, String id, Int64 languageCardId)
    ContentProvider.GetRemoteContent => ContentLoader.Read => ContentLoader.ProcessRequest