Ubik Batch Server FAQ

From UbikWiki

(Difference between revisions)
(Administration)
(Administration)

Line 13:

Line 13:

Ensure you use the last JDK 5 available version
Ensure you use the last JDK 5 available version
-
Tune correctly the PermGen space using
+
Open <INSTALL_DIR>/bin/setEnv.bat or <INSTALL_DIR>/bin/setenv.cfg and set correctly the PermGen space using JAVA_OPTS:
<source lang="text">
<source lang="text">
-XX:MaxPermSize=128M
-XX:MaxPermSize=128M
</source>
</source>
 +
 +
=== I have the following messages in the logs ===
 +
<source lang="text">
 +
11:49:27,464 WARN LoadContexts? fail-safe cleanup (collections)... org.hibernate.engine.loading.CollectionLoadContext@cd7045<rs=org.hsqldb.jdbc.jdbcResultSet@192e6b6>
 +
</source>
 +
 +
Nothing's wrong, it's a small issue that will be resolved in future versions of Hibernate, since it's indirectly a logging issue, you can hide those messages by adding:
 +
<source lang="text">org.hibernate.engine.loading.LoadContexts=ERROR</source>
 +
In <INSTALL_DIR>/config/log.properties
=== Authors ===
=== Authors ===
* Philippe Mouawad
* Philippe Mouawad

Revision as of 17:25, 18 November 2007

Contents

Administration

How do I declare my custom extension

Open the file <INSTALL_DIR>/config/extension-manager.xml and add:

<extension className="com.ubikingenierie.console.si3si.extension.SI3SIExtension" >
  </extension>

I get the following message on deployment of a big BAR

java.lang.OutOfMemoryError: PermGen space

Ensure you use the last JDK 5 available version Open <INSTALL_DIR>/bin/setEnv.bat or <INSTALL_DIR>/bin/setenv.cfg and set correctly the PermGen space using JAVA_OPTS:

-XX:MaxPermSize=128M

I have the following messages in the logs

11:49:27,464 WARN LoadContexts? fail-safe cleanup (collections)... org.hibernate.engine.loading.CollectionLoadContext@cd7045<rs=org.hsqldb.jdbc.jdbcResultSet@192e6b6>

Nothing's wrong, it's a small issue that will be resolved in future versions of Hibernate, since it's indirectly a logging issue, you can hide those messages by adding:

org.hibernate.engine.loading.LoadContexts=ERROR

In <INSTALL_DIR>/config/log.properties

Authors

  • Philippe Mouawad

History

  • Page created by Pmouawad, 18 November 2007: New page: === Authors === * Philippe Mouawad === History ===
  • Last modified by Pmouawad, 10 January 2014: /* What is the difference between SUPER ADMIN and ADMIN in Mail notifications ? */
Personal tools