Xpages application corrupt "Could not open the editor: Could not parse the .xsp-config file named CustomControls/layout.xsp-config in the...." -
I came to work this morning and one of my Xpages applications appears corrupt. Some design elements are duplicated, and when I open the cc or the xpad design elements, I
"The editor can not be opened: .xsp-config file custom control / layout.xp-config name Could not parse Project C: \ Program Files (x86) \ IBM \ Notes \ Data \ Workspace \ KC1_2fScollar \ ComputerTips.nsf. "
I am not using source control; I have seen some people that Git can cause this problem.
How do I repair databases ??
I did this in the earlier versions of Domino Designer to stop the occasional designer and restart problem. Solve.
The .xsp-config file can be found in the package explorer and displays any custom properties as well as displaying custom controls in the control panel. It can be opened directly and opens in XML Editor. In the worst case scenario, you can always delete properties or other XML entities, then paste it again once in the work (or add property back using the property panel). The .xsp file (built-in custom control) can also open in XML Editor by right-clicking on the package explorer and open with and select XML Editor.
Due to the functionality of the built-in eclipse, you can remove an XML-based component - XPage, custom control, XSP-config - create a new entry with the same name, and view previous versions > Compare to local history. Local history is stored on a text file name basis. So you have a (short term) back, even without source control.
Comments
Post a Comment