*Purpose

When the JEE analyzer parses the java files we sometimes see the below error:

Error    MODULMSG ; Job execution    an error occurred while parsing file 'S:\Sources\Test_app\Analyzed\Code\wsdl\notify.wsdl' 

Observed in CAST Extension
Release
Yes/No
1.0.x, x<10(tick)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(error)
Microsoft SQL Server(error)
CSS3(tick)
CSS2(tick) 
Action Plan

The error message indicates that the analyzer has failed to parse wsdl file because either the file is commented or the end tag of an element is missing. This is an expected behavior as the file is not valid when the end tag is missing.

Perform the following steps:

  1. Locate the file which has been highlighted by warning message in the analysis log.
  2. Inspect the file:
    1. Open the file in notepad++ and check if the file is fully commented
    2. Open the file in browser and check if the file is opening fine without any error in web browser.
  3. If the file is commented or cannot be opened in the web browser then it is an expected behavior.
  4. If file is fine then contact CAST Technical Support with the following relevant input.

This issue is fixed in JEE extension 1.0.10

Relevant Input

  1. Sherlock (CAST Support Tool (CST) - alias Sherlock) with options Export Configuration Files, Export Logs, Export Database Backup (Management Base only)

  2. Source Code : Required to reproduce the problem on our side to investigate further.

  3. Explanation about the problem and supporting screenshots

Notes


Related Pages