Find descriptions and solutions for issues grouped by sections in which they are frequently encountered. Look for an issue in the below boxes and expand it by clicking on the title.
This section refers to errors that can be found within the console / log of the Quickstart application runner that appears after starting either jBEAM or the Manual Importer application.
In general, many types of requests to MaDaM are authenticated with access tokens. These have an expiration date, which is in a lot of cases 24h after their creation. If the token expired, an error is reported on the next access. Following you'll find typical occasions in which this happens. Stale QSTART fileUsers start jBEAM or the manual importer using Quickstart. On first start, a file with extension *.qstart will be downloaded and used to run the programs. The file includes access tokens among other information. Since the files stay on the file system, they are often reused to start e.g. jBEAM again after some days. The access tokens will then have expired which leads to the error described here. The solution is to obtain a new QSTART file on each program start by clicking on the respective icons within MaDaM. |
These messages all indicate, that there are either network connectivity issues or the access token used for the request has expired. Possible network related issues are
Solutions are
Regarding the Connection to jBEAM license server lost issue in particular, it typically lasts up to 5 minutes of a network disconnect until an exception is raised. |
This category of errors can occur with multiple different URLs, e.g. with CeaCompontentList.txt or script.library. Moreover, error: endpoint.errors.unauthorized, parameters: null will be logged. The reason for this is, that jBEAM tries to obtain some optional files from MaDaM on startup, but these files do not exist with the current installation. The solution is to ignore these messages, unless you really need these optional files. |
This message indicates that KiReporter (previously known as jBEAM webservice), that is responsible for creating reports server-side, is not running. Solution: Restart the Windows- or Linux Apache Tomcat service or restart the according Docker container. Moreover, it is recommended to contact the support desk and send the log files. |