<p dir="ltr">He he, we&#39;re getting closer.</p>
<p dir="ltr">Have you tried deleting the infamous .niogit folder again? </p>
<p dir="ltr">The reason being our programmatic bootstrap is &quot;sensitive&quot; I.e. it doesn&#39;t check for partial configuration in the event bootstrapping failed mid-way (e.g. cloning a repo).</p>
<p dir="ltr">Sent on the move</p>
<div class="gmail_quote">On 6 Jun 2013 17:12, &quot;kappert&quot; &lt;<a href="mailto:kappert@hotmail.com">kappert@hotmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks a lot for your feedback, Mike!<br>
<br>
I /think/ I finally managed to pass on the proxy settings to the Guvnor<br>
application. I had tried with CATALINA_OPTS, but obviously (at least now)<br>
one must use JAVA_OPTS for this purpose.<br>
<br>
catalina.bat:<br>
set JAVA_OPTS=&quot;-Dhttp.useProxy=true -Dhttp.proxyHost=<a href="http://webproxy.bigcorp.com" target="_blank">webproxy.bigcorp.com</a><br>
-Dhttp.proxyPort=8080 -Dhttps.proxyHost=<a href="http://webproxy.bigcorp.com" target="_blank">webproxy.bigcorp.com</a><br>
-Dhttps.proxyPort=8080 -Dhttp.nonProxyHosts=127.0.0.1|localhost&quot;<br>
<br>
Unfortunately the effect is still the same (Guvnor not starting).<br>
But at least there is now a different error message for the basic cause. I<br>
have difficulties interpreting this.<br>
Does this still look like a firewall issue to you?<br>
<br>
SEVERE: Exception sending context initialized event to listener instance of<br>
class org.jboss.weld.environment.servlet.Listener<br>
org.jboss.weld.exceptions.DeploymentException: Exception List with 1<br>
exceptions:<br>
Exception 0 :<br>
org.jboss.weld.exceptions.WeldException: WELD-000049 Unable to invoke<br>
[method] @PostConstruct public<br>
org.drools.workbench.backend.server.AppSetup.assertPlayground() on<br>
org.drools.workbench.backend.server.AppSetup@6d2cc7e1<br>
        at<br>
org.jboss.weld.bean.AbstractClassBean.defaultPostConstruct(AbstractClassBean.java:400)<br>
...&lt;snip&gt;...<br>
Caused by: java.lang.reflect.InvocationTargetException<br>
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
        at<br>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>
        at<br>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
        at java.lang.reflect.Method.invoke(Method.java:601)<br>
        at<br>
org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:267)<br>
        at<br>
org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52)<br>
        at<br>
org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137)<br>
        at<br>
org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:263)<br>
        at<br>
org.jboss.weld.introspector.jlr.WeldMethodImpl.invoke(WeldMethodImpl.java:174)<br>
        at<br>
org.jboss.weld.bean.AbstractClassBean.defaultPostConstruct(AbstractClassBean.java:398)<br>
        ... 70 more<br>
*Caused by: java.util.NoSuchElementException<br>
        at java.util.ArrayList$Itr.next(ArrayList.java:794)<br>
*       at<br>
org.kie.commons.java.nio.fs.jgit.JGitFileSystem$2$1.next(JGitFileSystem.java:149)<br>
        at<br>
org.kie.commons.java.nio.fs.jgit.JGitFileSystem$2$1.next(JGitFileSystem.java:128)<br>
        at<br>
org.uberfire.backend.server.repositories.git.GitRepositoryFactoryHelper.newRepository(GitRepositoryFactoryHelper.java:76)<br>
        at<br>
org.uberfire.backend.server.repositories.git.GitRepositoryFactoryHelper$Proxy$_$$_WeldClientProxy.newRepository(GitRepositoryFactoryHelper$Proxy$_$$_WeldClientProxy.java)<br>
        at<br>
org.uberfire.backend.server.repositories.RepositoryFactoryImpl.newRepository(RepositoryFactoryImpl.java:35)<br>
        at<br>
org.uberfire.backend.server.repositories.RepositoryFactoryImpl$Proxy$_$$_WeldClientProxy.newRepository(RepositoryFactoryImpl$Proxy$_$$_WeldClientProxy.java)<br>
        at<br>
org.uberfire.backend.server.repositories.RepositoryServiceImpl.createRepository(RepositoryServiceImpl.java:111)<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Guvnor-6-0-0-Beta2-on-Tomcat-7-should-problems-be-reported-tp4024142p4024176.html" target="_blank">http://drools.46999.n3.nabble.com/Guvnor-6-0-0-Beta2-on-Tomcat-7-should-problems-be-reported-tp4024142p4024176.html</a><br>

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>
</blockquote></div>