He he, we're getting closer.

Have you tried deleting the infamous .niogit folder again?

The reason being our programmatic bootstrap is "sensitive" I.e. it doesn't
check for partial configuration in the event bootstrapping failed mid-way
(e.g. cloning a repo).

Sent on the move
On 6 Jun 2013 17:12, "kappert" <[email protected]> wrote:

> Thanks a lot for your feedback, Mike!
>
> I /think/ I finally managed to pass on the proxy settings to the Guvnor
> application. I had tried with CATALINA_OPTS, but obviously (at least now)
> one must use JAVA_OPTS for this purpose.
>
> catalina.bat:
> set JAVA_OPTS="-Dhttp.useProxy=true -Dhttp.proxyHost=webproxy.bigcorp.com
> -Dhttp.proxyPort=8080 -Dhttps.proxyHost=webproxy.bigcorp.com
> -Dhttps.proxyPort=8080 -Dhttp.nonProxyHosts=127.0.0.1|localhost"
>
> Unfortunately the effect is still the same (Guvnor not starting).
> But at least there is now a different error message for the basic cause. I
> have difficulties interpreting this.
> Does this still look like a firewall issue to you?
>
> SEVERE: Exception sending context initialized event to listener instance of
> class org.jboss.weld.environment.servlet.Listener
> org.jboss.weld.exceptions.DeploymentException: Exception List with 1
> exceptions:
> Exception 0 :
> org.jboss.weld.exceptions.WeldException: WELD-000049 Unable to invoke
> [method] @PostConstruct public
> org.drools.workbench.backend.server.AppSetup.assertPlayground() on
> org.drools.workbench.backend.server.AppSetup@6d2cc7e1
>         at
>
> org.jboss.weld.bean.AbstractClassBean.defaultPostConstruct(AbstractClassBean.java:400)
> ...<snip>...
> Caused by: java.lang.reflect.InvocationTargetException
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:601)
>         at
>
> org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:267)
>         at
>
> org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52)
>         at
>
> org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137)
>         at
>
> org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:263)
>         at
>
> org.jboss.weld.introspector.jlr.WeldMethodImpl.invoke(WeldMethodImpl.java:174)
>         at
>
> org.jboss.weld.bean.AbstractClassBean.defaultPostConstruct(AbstractClassBean.java:398)
>         ... 70 more
> *Caused by: java.util.NoSuchElementException
>         at java.util.ArrayList$Itr.next(ArrayList.java:794)
> *       at
>
> org.kie.commons.java.nio.fs.jgit.JGitFileSystem$2$1.next(JGitFileSystem.java:149)
>         at
>
> org.kie.commons.java.nio.fs.jgit.JGitFileSystem$2$1.next(JGitFileSystem.java:128)
>         at
>
> org.uberfire.backend.server.repositories.git.GitRepositoryFactoryHelper.newRepository(GitRepositoryFactoryHelper.java:76)
>         at
>
> org.uberfire.backend.server.repositories.git.GitRepositoryFactoryHelper$Proxy$_$$_WeldClientProxy.newRepository(GitRepositoryFactoryHelper$Proxy$_$$_WeldClientProxy.java)
>         at
>
> org.uberfire.backend.server.repositories.RepositoryFactoryImpl.newRepository(RepositoryFactoryImpl.java:35)
>         at
>
> org.uberfire.backend.server.repositories.RepositoryFactoryImpl$Proxy$_$$_WeldClientProxy.newRepository(RepositoryFactoryImpl$Proxy$_$$_WeldClientProxy.java)
>         at
>
> org.uberfire.backend.server.repositories.RepositoryServiceImpl.createRepository(RepositoryServiceImpl.java:111)
>
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Guvnor-6-0-0-Beta2-on-Tomcat-7-should-problems-be-reported-tp4024142p4024176.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> [email protected]
> https://lists.jboss.org/mailman/listinfo/rules-users
>
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to