<div dir="ltr"><div><div>Hello,<br><br>At the moment we configure the application's bootstrap (i.e. global settings, default repositories etc) programmatically.<br><br>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.<br>
<br></div>Have you tried setting a proxy using JVM flags: <a href="http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html">http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html</a> ?<br><br>
</div><div>The default repository is: <a href="https://github.com/guvnorngtestuser1/guvnorng-playground">https://github.com/guvnorngtestuser1/guvnorng-playground</a>.<br></div><div><br></div>With kind regards,<br><br>Mike<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 6 June 2013 15:29, kappert <span dir="ltr"><<a href="mailto:kappert@hotmail.com" target="_blank">kappert@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You are right! I am using Tomcat 7 on Windows, simply unzipped, not<br>
installed. I had the following three subdirectories in Tomcat's bin<br>
directory:<br>
* .index<br>
.niogit<br>
repository<br>
*<br>
<br>
I have deleted these (but I can't do that in Jelastic...) and now things<br>
look better.<br>
<br>
But unfortunately I am behind a corporate firewall and that prevents Guvnor<br>
from starting because it cannot connect to GitHub. It would be nice if the<br>
application came up and had an option for defining a proxy, i.e. the<br>
connection to GitHub should not be made automatically on startup. But I<br>
don't know if this is possible and whether GitHub is only used for the demo<br>
or more...<br>
<br>
Or do you have another recommendation how users behind corporate firewalls<br>
should use Guvnor?<br>
<br>
*localhost.2013-06-06.log*<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@6e90efe2<br>
at<br>
org.jboss.weld.bean.AbstractClassBean.defaultPostConstruct(AbstractClassBean.java:400)<br>
at<br>
org.jboss.weld.bean.ManagedBean$ManagedBeanInjectionTarget.postConstruct(ManagedBean.java:174)<br>
at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:294)<br>
...<snip>...<br>
Caused by: java.lang.RuntimeException:<br>
org.eclipse.jgit.api.errors.*TransportException:<br>
<a href="https://github.com/guvnorngtestuser1/guvnorng-playground.git" target="_blank">https://github.com/guvnorngtestuser1/guvnorng-playground.git</a>: cannot open<br>
git-upload-pack*<br>
at<br>
org.kie.commons.java.nio.fs.jgit.util.JGitUtil.cloneRepository(JGitUtil.java:231)<br>
at<br>
org.kie.commons.java.nio.fs.jgit.JGitFileSystemProvider.newFileSystem(JGitFileSystemProvider.java:446)<br>
...<snip>...<br>
Caused by: java.net.ConnectException: *Connection time out: <a href="http://github.com" target="_blank">github.com</a>*<br>
at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:173)<br>
at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:459)<br>
<br>
<br>
*catalina.2013-06-06.log*<br>
INFO: Deploying web application archive<br>
C:\apache-tomcat-7.0.39\webapps\drools-wb-6.0.0.Beta3-tomcat7.0.war<br>
Jun 06, 2013 3:38:30 PM org.apache.catalina.core.StandardContext<br>
startInternal<br>
SEVERE: Error listenerStart<br>
Jun 06, 2013 3:38:30 PM org.apache.catalina.core.StandardContext<br>
startInternal<br>
SEVERE: Context [/drools-wb-6.0.0.Beta3-tomcat7.0] startup failed due to<br>
previous errors<br>
Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader<br>
clearReferencesThreads<br>
SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] appears to<br>
have started a thread named [pool-3-thread-1] but has failed to stop it.<br>
This is very likely to create a memory leak.<br>
Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader<br>
clearReferencesThreads<br>
SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] appears to<br>
have started a thread named [IOService(WatchService[system])] but has failed<br>
to stop it. This is very likely to create a memory leak.<br>
Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader<br>
clearReferencesThreads<br>
SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] appears to<br>
have started a thread named [Git-Daemon-Accept] but has failed to stop it.<br>
This is very likely to create a memory leak.<br>
Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader<br>
checkThreadLocalMapForLeaks<br>
SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] created a<br>
ThreadLocal with key of type [org.eclipse.jgit.nls.NLS$1] (value<br>
[org.eclipse.jgit.nls.NLS$1@60078eaf]) and a value of type<br>
[org.eclipse.jgit.nls.NLS] (value [org.eclipse.jgit.nls.NLS@1028b46a]) but<br>
failed to remove it when the web application was stopped. Threads are going<br>
to be renewed over time to try and avoid a probable memory leak.<br>
Jun 06, 2013 3:38:30 PM org.apache.catalina.loader.WebappClassLoader<br>
checkThreadLocalMapForLeaks<br>
SEVERE: The web application [/drools-wb-6.0.0.Beta3-tomcat7.0] created a<br>
ThreadLocal with key of type [org.eclipse.jgit.nls.NLS$1] (value<br>
[org.eclipse.jgit.nls.NLS$1@60078eaf]) and a value of type<br>
[org.eclipse.jgit.nls.NLS] (value [org.eclipse.jgit.nls.NLS@1028b46a]) but<br>
failed to remove it when the web application was stopped. Threads are going<br>
to be renewed over time to try and avoid a probable memory leak.<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-tp4024142p4024174.html" target="_blank">http://drools.46999.n3.nabble.com/Guvnor-6-0-0-Beta2-on-Tomcat-7-should-problems-be-reported-tp4024142p4024174.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></div>