Versions Compared

Key

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

...

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)


resources

Expand
titleHow to turn off scheduler when reporting capability in CT Platform is not used?

To turn off the scheduler when the reporting capability in CT Platform is not needed, remove the value of the CT_INFO_REPORT_BUNDLE key in the CT configuration file (.properties file) inside the application WAR.


Check out other queries in App Development.