Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleEntire application is working except forms. All widgets are working except for forms.
  1. Check for exceptions in server and db log and act on it. 
  2. Check if there is entry for the application in APPLICATION_MASTER table.

    In Canvas 20.x.x.x, the entry for Application ID should be available in both CanvasApplicationContext.json as well as in APPLICATION_MASTER.


Expand
titleWhich errors can be ignored in the CT logs?

Following error patterns can be ignored:

Code Block
title1.
linenumberstrue
[com.intellectdesign.canvas.validator.ValidationXMLParser][ERROR]
	 {[CTVAL00045]:Caught Exception in ParserWrapper.java. Method: 
		public ArrayList validateMessage(String $vType, String $fileName) throws ValidationException}
com.intellectdesign.canvas.exceptions.common.BaseException: 
		The resource provided 'SOME_PATH/req_modelerform_REQUEST_MODEL_ID_APPLICATION_PATH.xml' cannot be loaded 
		from classpath as well as file system


Code Block
title2.
linenumberstrue
CTFDF00035 [com.intellectdesign.canvas.formdefinition.handler.PictureProcessHandler][ERROR]
	 {[CTFDF00035]:Error while Reading from file 'Default.png'}


Code Block
title3.
linenumberstrue
CTRND00433 [com.intellectdesign.canvas.syncaction.SyncActionHelper][ERROR]
	 {[CTRND00433]:A Base Exception for moduleID 'SOME_MODULE_ID' for action 'SYNC_METADATA'.
		 This may be ignored as applications can choose to skip certain modules.}


Code Block
title4.
linenumberstrue
java.util.ConcurrentModificationException
	at java.util.ArrayList.sort(ArrayList.java:1464)
	at java.util.Collections.sort(Collections.java:175)
	at com.intellectdesign.canvas.viewdefinition.ViewDefinition.getViewDefinitionAsMap(ViewDefinition.java:168)



Check out other queries in App Development.