Technote

(troubleshooting)
_ERR_XML_FILE_NOT_FOUND for notebook.xml error
Problem(Abstract)
You migrate from WebSphere Commerce Developer 5.6 to 6.0 and then receive _ERR_XML_FILE_NOT_FOUND for notebook.xml error in the SystemOut.log after starting up the server

[6/5/06 15:56:05:151 EDT] 00000029 CommerceSrvr W XMLFileDirectory lookup CMN7006E: The system was unable to locate the XML file, "tools/stores/<storename>/devtools/flow/notebook/notebook.xml" in the "tools;tools\devtools;WEB-INF\xml\tools;WEB-INF" path.
[6/5/06 15:56:05:191 EDT] 00000029 CommerceSrvr E ComponentManager initComponent CMN0112E: The following error has been detected while initializing "Tools": com.ibm.commerce.tools.util.ResourceNotFoundException: The system was unable to locate the XML file, "tools/stores/<storename>/devtools/flow/notebook/notebook.xml" in the "tools;tools\devtools;WEB-INF\xml\tools;WEB-INF" path..
Correlation Identity: 527c45c0-f4cd-11da-b4bc-842044848c55
Additional Data:
null
Current exception:
Message:
_ERR_XML_FILE_NOT_FOUND
Stack trace:
com.ibm.commerce.tools.util.ResourceNotFoundException: The system was unable to locate the XML file, "tools/stores/<storename>/devtools/flow/notebook/notebook.xml" in the "tools;tools\devtools;WEB-INF\xml\tools;WEB-INF" path.
at com.ibm.commerce.xml.utils.XMLFileDirectory.lookup(XMLFileDirectory.java:54)
Cause The relative path was changed from tools/stores to stores, so the system cannot find the file because it is looking in tools/tools/stores. Resolving the problem

  1. Update the file :
    <WCToolkit60_Installdir>\workspace\CommerceAccelerator\WebContent\WEB-INF\xml\tools\devtools\flow\resources\resources.xml
    and change the file path from :
    <resourceXML name="notebook_Lvss56" file="tools/stores/<storename>/devtools/flow/notebook/notebook.xml"/>
    to
    <resourceXML name="notebook_Lvss56" file="stores/<storename>/devtools/flow/notebook/notebook.xml"/>

  2. Restart the server for the changes to take effect.

Cross Reference information
Segment Product Component Platform Version Edition
Commerce WebSphere Commerce Developer Professional Edition Migration Windows 6.0 Developer Professional Edition
Commerce WebSphere Commerce Developer Enterprise Migration Windows 6.0 Enterprise
   

Document Information

Current web document: http://www.ibm.com/support/docview.wss?uid=swg21239339