Ubik Batch Server FAQ

From UbikWiki

(Difference between revisions)
(Administration)
(Administration)

Line 1:

Line 1:

== Administration ==
== Administration ==
 +
 +
===How do I declare my custom extension ===
 +
Open the file <INSTALL_DIR>/config/extension-manager.xml and add:
 +
<source lang="text">
 +
<extension className="com.ubikingenierie.console.si3si.extension.SI3SIExtension" >
 +
</extension></source>
 +
===I get the following message on deployment of a big BAR ===
===I get the following message on deployment of a big BAR ===
<source lang="text">
<source lang="text">

Revision as of 17:19, 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 Tune correctly the PermGen space using

-XX:MaxPermSize=128M

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