Trustwave and Cybereason Merge to Form Global MDR Powerhouse for Unparalleled Cybersecurity Value. Learn More

Trustwave and Cybereason Merge to Form Global MDR Powerhouse for Unparalleled Cybersecurity Value. Learn More

Services
Managed Detection & Response

Eliminate active threats with 24/7 threat detection, investigation, and response.

Co-Managed SOC (SIEM)

Maximize your SIEM investment, stop alert fatigue, and enhance your team with hybrid security operations support.

Advisory & Diagnostics

Advance your cybersecurity program and get expert guidance where you need it most.

Penetration Testing

Test your physical locations and IT infrastructure to shore up weaknesses before exploitation.

Database Security

Prevent unauthorized access and exceed compliance requirements.

Email Security

Stop email threats others miss and secure your organization against the #1 ransomware attack vector.

Digital Forensics & Incident Response

Prepare for the inevitable with 24/7 global breach response in-region and available on-site.

Firewall & Technology Management

Mitigate risk of a cyberattack with 24/7 incident and health monitoring and the latest threat intelligence.

Solutions
BY TOPIC
Microsoft Security
Unlock the full power of Microsoft Security
Offensive Security
Solutions to maximize your security ROI
Rapidly Secure New Environments
Security for rapid response situations
Securing the Cloud
Safely navigate and stay protected
Securing the IoT Landscape
Test, monitor and secure network objects
Why Trustwave
About Us
Awards and Accolades
Trustwave SpiderLabs Team
Trustwave Fusion Security Operations Platform
Trustwave Security Colony
Partners
Technology Alliance Partners
Key alliances who align and support our ecosystem of security offerings
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
Loading...
Loading...

ERRMSG: Error: 'Java.lang.nullpointerexception.'

Expand / Collapse


This article applies to:

  • Security Reporting Center 2.0
  • Security Reporting Center 2.1

Symptoms:

  • Error: 'Java.lang.nullpointerexception.'
  • User interface is very slow to respond.

Causes:

The problem is caused by the inability to connect to the Web based update page to check for a newer version of the product.

Information:

To get around the issue, the "Check for Update" feature will need to be disabled.  To do this, follow the instructions below.

  1. Make a backup of the .\common\mysql\data directory.

  2. Within a command prompt, access the installation directory and go to .\common\mysql\bin.

  3. Access the database by typing:

    mysql -u<username> -p<password>

    (This is the username and password to connect to the database, not the UI.)

  4. Run the following query to obtain the ID of the "check for updates" flag:

    Use wt_config
    SELECT id
    FROM option_tokens
    WHERE key_name = 'updatesDisabled';

  5. Note the number returned.

  6. Run the following query to update the "check for updates" flag:

    UPDATE option_confdata
    SET data = '1'
    WHERE key_id = 'XX'

    (Where "XX" is replaced by the number returned from step 4.)

  7. Restart the "NetIQ - Tomcat" service and try to launch the application.

This article was previously published as:
NETIQKB36558

To contact Trustwave about this article or to request support:


Rate this Article:
     
Tags:

Add Your Comments


Comment submission is disabled for anonymous users.
Please send feedback to Trustwave Technical Support or the Webmaster
.