

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
We upgraded to SSC 19.10 and I noted that some type of issues (SQL injection, LDAP injection and some other categories) can't be showed on the Audit page. In the upper right corner appear a red message and the only description is:
Unexpected error has occurred. Please contact your administrator
TypeError: Cannot read property 'length' of null
Did anybody experienced something similar?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
@dchacon1 we've come to learn of another workaround, replace guava-19.0.jar with guava-22.0.jar in the webapps\ssc\WEB-INF\lib folder.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Take a look at the Release Notes:
If Tomcat is installed in a path containing white spaces, there might be problems displaying issues under the Audit tab for an Application Version. For example, the following installation path examples include one or more spaces and should be avoided:
C:\parent dir with spaces\child_dir_no_spaces\tomcat_install_dir\
C:\parent_dir_no_spaces\child dir with spaces\tomcat_install_dir\
C:\parent_dir_no_spaces\child_dir_no_spaces\tomcat install dir with spaces\


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
@ebell thanks a lot for the reference! It seems the case: the path contains spaces.
Not easy to move the installation to test it...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
@dchacon1 we've come to learn of another workaround, replace guava-19.0.jar with guava-22.0.jar in the webapps\ssc\WEB-INF\lib folder.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
After installing Tomcat in a directory without any space the issue got resolved.