This page describes possible issues that may be encountered when using CAST Imaging System
|
Action Plan
-
If you are using the Firefox browser and you have some grey zones in the screen, then you may need to do these steps:
-
Go to Options ->
2. Search for Performance:

3. Uncheck the options "Use recommended performance settings" and "Use hardware acceleration when available". 4. Restart the browser and check if you are still able to see grey zones when accessing imaging.
-
If you have setup imaging for https and are having problems getting it to work, please make sure that you have the proper certificates. You may also need to import the certificates into the Java keystore being used by imaging with the Java keytool command.
-
If you are using SAML with Imaging and having some intermittent authentication issues, then make sure that you have set the maxAuthenticationAge attribute in webSSOProfileConsumer Bean to match the session timeout value in the SAML/IDP system.
-
see the following page for more information: https://community.microstrategy.com/s/article/KB440621-Authentication-statement-is-too-old-error-preventing-user-from-login-into-MicroStrategy-using-SAML?language=en_US
-
If you are having the error 'internal server error' when applying a key or if neo4j is not starting, then the neo4j database may be in recovery mode. This can happen after a system crash or abort or panic due to disk space issues. To resolve, please do the following:
-
run the following command on the neo4j database:
CALL dbms.quarantineDatabase('neo4j',false)
-
For assistance with accessing the neo4j database, please see this page: CAST Imaging System - Information - How to access Neo4j
-
restart the neo4j service
-
You may also have to need to clear up corrupted quarantine_marker files. If in the debug.log in the imaging logs, you see something like this:
-
NegativeArraySizeException: -1402428654
at LimitedStringChannelMarshal.unmarshal
at SimpleFileStorage.readState
at QuarantineManager.readQuarantineMessage
-
which would mean that you need to
stop neo4j, then rename the files
in the default location of C:\ProgramData\CAST\Imaging\CAST-Imaging-Viewer\Neo4jData\databases\imaging\quarantine_marker
and then restart neo4j. You can rename the file to .bak for example.
-
You may need to clear up transaction logs prior to the steps above. If in the debug.log in the imaging logs, you see something like this:
-
Fail to read transaction log version
XXXXX
-
which would mean that you need to
remove the file <Neo4j_data>/transactions/neo4j/neostore.transaction.db.XXXXX
and then issue the commands above
to move the database out of quarantine
mode
-
If the problem you are facing does not match any case listed in this page, report your problem to CAST Technical Support and provide the below relevant input
|
Ticket
59451
Comments