Difference between revisions of "Known issues"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 39: Line 39:
=== OpenJDK ===
=== OpenJDK ===
===== Problem with missing fonts =====
===== Problem with missing fonts =====
Example:
<blockquote>java.lang.Error: Probable fatal error:No fonts found</blockquote>
Fix: Install fonts into java library
Fix: Install fonts into java library


https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+got+java.awt.headless+problem
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+got+java.awt.headless+problem

Revision as of 08:58, 21 February 2013

The following list describes known issues in Tempus Serva.

This list is NOT yet complete - please await offical release 2013-03-01.

Engine

Server suddenly crashes with a PermGen error
  • Cause: Your application server has too small PermGen memory space.
  • Resulotion: Increase to higher value (128 mB)

Tempus Serva loads ressources when needed: This include stuff like Office templates handlers and OLAP cubes. Using the wrong settings, can cause runtime errors when a user suddenly activates a feature that has not been used before. This is behaviour by design, and will not be changed in future releases.

Performance is amazing

We know.

Designer

References not fixed during restore where components need renaming (solution copies and/or bundles)

Workaround: Correct all parent/child references manually

Solution configurations cannot be set to an empty value

Workaround: Set value to single whitespace " ".

Platform specific issues

Tomcat

Warning during server stop

Example

SEVERE: The web application [/sandbox] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.

The warning is of no importance because the shutdown automatically kills all objects in memory, and no memory leaks are there possible.

JBoss

WARN errors during boot

Example

17:56:40,337 WARN [org.jboss.as.server.deployment] (MSC service thread 1-12) Class Path entry ...

The warnings are due to jar taht have their version number appended to their name. Possible fixes include stripping the names of all jar files in the /WEB-INF/lib/, but recommended solution is ignoring the warnings.

OpenJDK

Problem with missing fonts

Example:

java.lang.Error: Probable fatal error:No fonts found

Fix: Install fonts into java library

https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+got+java.awt.headless+problem