Post

1 follower Follow
0

cast.utilities.consoleHandlerGenericLogError while launching DMT.

While launching DMT from Cast MS or AIC portal if you find below error:

 

DMT is unable to find (missing ) 13 libraries dmt*: for example:

2019-12-12 12:31:16.703 ERROR cast.utilities.consoleHandlerGenericLogError Invalid ////E:/CASTMS/Delivery/data/950b751d-20b1-4e32-97ac-78f8d5b9a2bc.entity.xml
2019-12-12 12:31:16.885 ERROR cast.utilities.consoleHandlerGenericLogError Library dmtboextractionfilediscoverer version 1.0 is missing: null null

 

Here the error appears because the referenced libraries in the respective entity files of the application is somehow moved from the list of the plugins in the plugin folder content and the plugin folder index.xml file.

 

To solve this we can restore the plugin in the plugin folder, activate the entry of the plugin in the index.xml file.

 

or incase you are missing complete Plugin folder'd index.xml file, please restore it using below format:

 

In the Delivery Folder, there are multiple folders :




data : This folder contains all the Applications / Versions / Packages you have processed
plugins : This folder contains the plugins that have been installed automatically when performing a Manage Extensions. These plugins are used to extract and/or discover source code.

The plugins that have been installed must not be removed, else the DMT will be able to reopen.

The issue you are facing occurs when plugins are missing. The below plugins are missing:

dmtboextractionfilediscoverer version 1.0
dmtcoediscovererflex version 1.0.0
dmtcoediscovererphp version 1.2
dmtcoediscovererrpg version 1.0
dmtcoediscoverershell version 1.1
dmtcoetechnoua version 3.0
dmtdb400extractor version 1.0
dmtdb400techno version 1.0
dmtdiscovererhtml5 version 1.1
dmtjeefilediscoverer version 2.2
dmtjeegradlediscoverer version 1.0
dmtjeemavenhttpresourcesextractor version 2.0
dmtxmlscanner version 1.2

Check that these plugins are in the Plugins folder and also that they are in the index.xml that is in the same folder.

 

Here is the format of the index.xml :

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>

<entry key="plugin.active.dmtjeemavenhttpresourcesextractor-2.0.7">true</entry>

<entry key="plugin.active.dmtboextractionfilediscoverer-1.0.0">true</entry>

<entry key="plugin.active.dmtxmlscanner-1.2.3">true</entry>

<entry key="plugin.active.dmtdiscovererhtml5-1.1.0">true</entry>

<entry key="plugin.active.dmtjeefilediscoverer-2.2.1">true</entry>

<entry key="plugin.active.dmtjeegradlediscoverer-1.0.0">true</entry>

<entry key="plugin.active.dmtcoetechnoua-3.0.0">true</entry>

</properties>

 

 

Please sign in to leave a comment.