...
Expand |
---|
title | Which errors can be ignored in the CT logs? |
---|
|
Following error patterns can be ignored: Code Block |
---|
| [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 |
---|
| CTFDF00035 [com.intellectdesign.canvas.formdefinition.handler.PictureProcessHandler][ERROR]
{[CTFDF00035]:Error while Reading from file 'Default.png'} |
Code Block |
---|
| 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 |
---|
| 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 |
---|
title | How 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) in the application resources JAR inside the application WAR. Code Block |
---|
language | bash |
---|
linenumbers | true |
---|
| CT_INFO_REPORT_BUNDLE = |
|
Check out other queries in App Development.