Hi Jim,<br><br>droolsjbpm-build-bootstrap\README.md contains some recommendations (all be it not specifically for web-server configutation).<br><br>Building with maven we recommend: -Xms256m -Xmx1024m -XX:MaxPermSize=512m<br>
<br>Running from within Eclipse we recommend: -Xms512m -Xmx2048m -XX:MaxPermSize=512m (although smaller values may be acceptable).<br><br>With kind regards,<br><br>Mike<br><br><div class="gmail_quote">On 6 June 2012 18:18, jnorris <span dir="ltr">&lt;<a href="mailto:james.norris@pb.com" target="_blank">james.norris@pb.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mike,<br>
<br>
After changing the jvm settings in standalone.conf.bat to get rid of the out<br>
of memory error, I actually had it work once without any errors and was able<br>
to import the sample repository.  Unfortunately I have not been able to<br>
repeat that.  I think the naming errors I saw were because I dropped the<br>
tables but not the sequences.  With a fresh database I&#39;m back to getting the<br>
error shown below when I click on the install sample repository button in<br>
the dialog that pops up when the app is first started.<br>
<br>
Do you have any recommendations on what I should change the JAVA_OPTS<br>
settings to?<br>
<br>
Regards,<br>
Jim<br>
<br>
13:11:10,328 INFO  [org.jboss.as.server.controller]<br>
(DeploymentScanner-threads - 2) Deployed &quot;jbpm-human-task-war.war&quot;<br>
13:11:10,328 INFO  [org.jboss.as.server.controller]<br>
(DeploymentScanner-threads - 2) Deployed &quot;jbpm-gwt-console.war&quot;<br>
13:11:10,328 INFO  [org.jboss.as.server.controller]<br>
(DeploymentScanner-threads - 2) Deployed &quot;jbpm-gwt-console-server.war&quot;<br>
13:11:10,328 INFO  [org.jboss.as.server.controller]<br>
(DeploymentScanner-threads - 2) Deployed &quot;jbpm-form-builder.war&quot;<br>
13:11:10,328 INFO  [org.jboss.as.server.controller]<br>
(DeploymentScanner-threads - 2) Deployed &quot;drools-guvnor.war&quot;<br>
13:11:10,328 INFO  [org.jboss.as.server.controller]<br>
(DeploymentScanner-threads - 2) Deployed &quot;designer.war&quot;<br>
13:11:17,781 INFO  [stdout] (http-localhost-127.0.0.1-8080-2) INFO  06-06<br>
13:11:17,781 (DemoAuthenticator.java:authenticate:65)    Demo login for user<br>
(admin) succeeded.<br>
<br>
13:11:18,031 WARN  [org.jboss.seam.security.permission.SecurityRuleLoader]<br>
(http-localhost-127.0.0.1-8080-2) No security rules configured - rule base<br>
permissions will be unavailable.<br>
13:11:18,500 INFO  [stdout] (http-localhost-127.0.0.1-8080-5) INFO  06-06<br>
13:11:18,500 (RulesRepositoryConfigurator.java:getInstance:46)   Creating an<br>
instance of the RulesRepositoryConfigurator.<br>
<br>
13:11:23,250 INFO  [stdout] (http-localhost-127.0.0.1-8080-5) INFO  06-06<br>
13:11:23,234 (RulesRepositoryConfigurator.java:setupRepository:109)<br>
Setting up the repository, registering node types etc.<br>
<br>
13:11:25,796 INFO  [stdout] (http-localhost-127.0.0.1-8080-5) INFO  06-06<br>
13:11:25,796 (MigrateDroolsPackage.java:migrate:43)      AUTO MIGRATION:<br>
Performing drools.package migration...<br>
<br>
13:11:26,109 INFO  [stdout] (http-localhost-127.0.0.1-8080-5) INFO  06-06<br>
13:11:26,109 (MigrateDroolsPackage.java:migrate:65)      AUTO MIGRATION:<br>
drools.package migration completed.<br>
<br>
13:11:38,906 INFO  [stdout] (http-localhost-127.0.0.1-8080-2) Clearing rules<br>
repository<br>
<br>
13:11:52,593 INFO  [stdout] (http-localhost-127.0.0.1-8080-2) ERROR 06-06<br>
13:11:52,593 (LoggingHelper.java:error:74)       Service method &#39;public abstract<br>
void org.drools.guvnor.client.rpc.ModuleService.installSampleRepository()<br>
throws com.google.gwt.user.client.rpc.SerializationException&#39; threw an<br>
unexpected exception: java.lang.OutOfMemoryError: Java heap space<br>
<br>
13:11:52,593 INFO  [stdout] (http-localhost-127.0.0.1-8080-2)<br>
java.lang.OutOfMemoryError: Java heap space<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/guvnor-repo-with-Oracle-issue-tp4017760p4017783.html" target="_blank">http://drools.46999.n3.nabble.com/guvnor-repo-with-Oracle-issue-tp4017760p4017783.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>