Description

This page is a guide for the below warning: 

2017-01-15 22:02:46.033127 Warning MODULMSG ; Job execution end of comment '\*\/' not found 0 ; 0 0 0 [Module name] 0 0
2017-01-15 22:02:46.033127 Warning MODULMSG ; Job execution File skipped : K:\CAST\CASTMS\Deploy\\test-staticresources\bower_components\angular\angular.min.js

Observed in CAST AIP
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS3(tick)
CSS2(tick)
Step by Step Scenario

Below is the step-by-step scenario leading to the problem:

  1. Install HTML5 and JS extension from server manager
  2. Package and deliver the source code.
  3. Accept the delivery and run the analysis.
Impact of the Problem

The impact of the problem on the analysis or the dashboard is : There will be no impact

Solution

The scenario here is that the files are ignored by the UA analyzer and it raises a warning as shown above but will subsequently be analyzed by the extension.

This can be seen when we see the files parsed by the extension.

Details of the same can be found below.

  1. First the underlying Universal Analyzer considers all the files and raises a warning whenever it encounters what it considers a parsing error (that is why you see those warnings 'comment not found').  
    Find the content of analysis log below:

    2017-01-15 22:02:23.678040 Warning MODULMSG ; Job execution end of comment '\*\/' not found 0 ; 0 0 0 [Module name] 0 0 
    2017-01-15 22:02:23.678040 Warning MODULMSG ; Job execution File skipped : K:\CAST\CASTMS\Deploy\Test_source\Ref\auto-refi2-staticresources\testing\inflow.js
  2. Then the HTML5 analyzer filters out the 3rd-party files (at least those which are recognized as part of a known 3rd-party framework)
    and does a light-parsing then a full-parsing of the others like inflow.js. Find the content of analysis log below in which the file has been parsed by the HTML extension

    2017-01-15 22:03:23.614008 Information MODULMSG ; Job execution [com.castsoftware.html5] Light parsing of file K:\CAST\CASTMS\Deploy\Test_source\Ref\auto-refi2-staticresources\testing\inflow.js
  3. If your case does not match with the one listed above then contact  CAST Technical Support with Relevant Input.

Impact of the solution

Impact of the solution on the analysis or the dashboard is : No Impact

Notes/comments
Ticket  # 7631
Related Pages