Start a conversation

Upload of DataModel tr-104-2-0-0 Errors Out

Article Original Creation Date: 2015-03-13

Problem

Trying to upload DataModel tr-104-2-0-0 needed for VoiceService2.0 errors out.

Environment

  • Solaris 10
  • Oracle 10g
  • JBoss4.0.4GA
  • Apache-5.5.25

Root Cause

The error that shows up points to be uploaded a tr-104-2-0-0-full.xml file :

Cannot find the declaration of element dm:document.

In fact, the file location cannot be found.

Solution

Adding below lines to the /usr/local/sprt//servicegateway/etc/catalog/catalog.xml file solves this problem.
xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
cwmp-datamodel.xsd" uri="./cwmp-datamodel-1-0.xsd"/>

cwmp-datamodel-1-0.xsd" uri="./cwmp-datamodel-1-0.xsd"/>

cwmp-datamodel-1-1.xsd" uri="./cwmp-datamodel-1-1.xsd"/>

cwmp-datamodel-1-2.xsd" uri="./cwmp-datamodel-1-2.xsd"/>

cwmp-datamodel-1-3.xsd" uri="./cwmp-datamodel-1-3.xsd"/>

cwmp-datamodel-1-4.xsd" uri="./cwmp-datamodel-1-4.xsd"/>

cwmp-datamodel-report.xsd" uri="./cwmp-datamodel-report.xsd"/>

cwmp-devicetype-features.xsd" uri="./cwmp-devicetype-features.xsd"/>

cwmp-devicetype-1-0.xsd" uri="./cwmp-devicetype-1-0.xsd"/>

cwmp-devicetype-1-1.xsd" uri="./cwmp-devicetype-1-1.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-0.xsd " uri="./cwmp-datamodel-1-0.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-1.xsd " uri="./cwmp-datamodel-1-1.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-2.xsd " uri="./cwmp-datamodel-1-2.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-3.xsd " uri="./cwmp-datamodel-1-3.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-4.xsd " uri="./cwmp-datamodel-1-4.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-datamodel-report.xsd " uri="./cwmp-datamodel-report.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-devicetype-features.xsd " uri="./cwmp-devicetype-features.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-devicetype-1-0.xsd " uri="./cwmp-devicetype-1-0.xsd"/>

http://www.broadband-forum.org/cwmp/cwmp-devicetype-1-1.xsd " uri="./cwmp-devicetype-1-1.xsd"/>

http://www.consona.com/sg/event-management-config.xsd " uri="./event-management-config.xsd"/>
After that, a restart of JBoss or Weblogic is needed to activate these changes.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments