Hello,

At the moment we configure the application's bootstrap (i.e. global
settings, default repositories etc) programmatically.

For FINAL this will be done via an installer and hence you would not need
to connect to any GIT repository you did not want to.

Have you tried setting a proxy using JVM flags:
http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html ?

The default repository is:
https://github.com/guvnorngtestuser1/guvnorng-playground.

With kind regards,

Mike


On 6 June 2013 15:29, kappert <kapp...@hotmail.com> wrote:

> You are right! I am using Tomcat 7 on Windows, simply unzipped, not
> installed. I had the following three subdirectories in Tomcat's bin
> directory:
> *  .index
>   .niogit
>   repository
> *
>
> I have deleted these (but I can't do that in Jelastic...) and now things
> look better.
>
> But unfortunately I am behind a corporate firewall and that prevents Guvnor
> from starting because it cannot connect to GitHub. It would be nice if the
> application came up and had an option for defining a proxy, i.e. the
> connection to GitHub should not be made automatically on startup. But I
> don't know if this is possible and whether GitHub is only used for the demo
> or more...
>
> Or do you have another recommendation how users behind corporate firewalls
> should use Guvnor?
>
> *localhost.2013-06-06.log*
> 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@6e90efe2
>         at
>
> org.jboss.weld.bean.AbstractClassBean.defaultPostConstruct(AbstractClassBean.java:400)
>         at
>
> org.jboss.weld.bean.ManagedBean$ManagedBeanInjectionTarget.postConstruct(ManagedBean.java:174)
>         at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:294)
> ...<snip>...
> Caused by: java.lang.RuntimeException:
> org.eclipse.jgit.api.errors.*TransportException:
> https://github.com/guvnorngtestuser1/guvnorng-playground.git: cannot open
> git-upload-pack*
>         at
>
> org.kie.commons.java.nio.fs.jgit.util.JGitUtil.cloneRepository(JGitUtil.java:231)
>         at
>
> org.kie.commons.java.nio.fs.jgit.JGitFileSystemProvider.newFileSystem(JGitFileSystemProvider.java:446)
> ...<snip>...
> Caused by: java.net.ConnectException: *Connection time out: github.com*
>         at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:173)
>         at
> org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:459)
>
>
> *catalina.2013-06-06.log*
> INFO: Deploying web application archive
> C:\apache-tomcat-7.0.39\webapps\drools-wb-6.0.0.Beta3-tomcat7.0.war
> Jun 06, 2013 3:38:30 PM org.apache.catalina.core.StandardContext
> startInternal
> SEVERE: Error listenerStart
> Jun 06, 2013 3:38:30 PM org.apache.catalina.core.StandardContext
> startInternal
> SEVERE: Context [/drools-wb-6.0.0.Beta3-tomcat7.0] startup failed due to
> previous errors
> Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader
> clearReferencesThreads
> SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] appears to
> have started a thread named [pool-3-thread-1] but has failed to stop it.
> This is very likely to create a memory leak.
> Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader
> clearReferencesThreads
> SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] appears to
> have started a thread named [IOService(WatchService[system])] but has
> failed
> to stop it. This is very likely to create a memory leak.
> Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader
> clearReferencesThreads
> SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] appears to
> have started a thread named [Git-Daemon-Accept] but has failed to stop it.
> This is very likely to create a memory leak.
> Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader
> checkThreadLocalMapForLeaks
> SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] created a
> ThreadLocal with key of type [org.eclipse.jgit.nls.NLS$1] (value
> [org.eclipse.jgit.nls.NLS$1@60078eaf]) and a value of type
> [org.eclipse.jgit.nls.NLS] (value [org.eclipse.jgit.nls.NLS@1028b46a]) but
> failed to remove it when the web application was stopped. Threads are going
> to be renewed over time to try and avoid a probable memory leak.
> Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader
> checkThreadLocalMapForLeaks
> SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] created a
> ThreadLocal with key of type [org.eclipse.jgit.nls.NLS$1] (value
> [org.eclipse.jgit.nls.NLS$1@60078eaf]) and a value of type
> [org.eclipse.jgit.nls.NLS] (value [org.eclipse.jgit.nls.NLS@1028b46a]) but
> failed to remove it when the web application was stopped. Threads are going
> to be renewed over time to try and avoid a probable memory leak.
>
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Guvnor-6-0-0-Beta2-on-Tomcat-7-should-problems-be-reported-tp4024142p4024174.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to