Build failed in Jenkins: River-trunk-QA-ubuntu-jdk7-skunk #2

2012-01-14 Thread Apache Jenkins Server
See Changes: [peter_firmstone] River-142 Affects only River 2.2.0, this bug causes a memory leak by creating new threads unnecessarily. [peter_firmstone] River-323. Refactor package locations for new classes, delete un

Re: [Fwd: Re: DGC threads issue]

2012-01-14 Thread Peter Firmstone
Brian, First checkout the main trunk (I've only just committed the fix so make sure it's updated, if you've checked it out already): svn checkout http://svn.apache.org/repos/asf/river/jtsk/trunk river Then create a build.properties file in trunk that contains something like the following:

build updates

2012-01-14 Thread Simon IJskes - QCG
I've disabled jira commenting for River-trunk, the jira commenting for River-trunk-jdk7 is still enabled. Also the skunk build is polling every 15 minutes. I've handstarted it again, because it does not restart when the build fails. Gr. Sim -- QCG, Software voor het MKB, 071-5890970, http://

Re: build updates

2012-01-14 Thread Peter Firmstone
Simon IJskes - QCG wrote: I've disabled jira commenting for River-trunk, the jira commenting for River-trunk-jdk7 is still enabled. Also the skunk build is polling every 15 minutes. I've handstarted it again, because it does not restart when the build fails. Gr. Sim Thanks Sim, The failur

RE: [Fwd: Re: DGC threads issue]

2012-01-14 Thread Bryan Thompson
Peter, Rather than testing against the trunk, I would prefer to test the change against the 2.2 release. That will allow me to avoid validating the entire state of the trunk and let me focus on whether the change fixes the specific DGC problem. It looks like [1] is the commit containing this

Problem starting the reggie service

2012-01-14 Thread Girbea Alina
Hi, I'm trying to set up the most basic Jini application, but I haven't gone very far. First I've started the Jini HTTP server using the following command line: java -jar tools.jar -dir D:\jini\apache-river-2.1.2-bin\lib-dl Now I'm trying to start the reggie lookup service on this

RE: DGC threads issue

2012-01-14 Thread Bryan Thompson
Peter, The DGC Threads are in the server JVM. They are nearly all for the exported Futures. Thanks, Bryan > -Original Message- > From: Peter Jones [mailto:p...@roundroom.net] > Sent: Friday, January 13, 2012 12:04 AM > To: u...@river.apache.org > Cc: dev@river.apache.org > Subject: Re

RE: [Fwd: Re: DGC threads issue]

2012-01-14 Thread Bryan Thompson
Peter, I would be happy to test out a fix on this. Can you point out the modified line and link me to any directions on how to rebuild the necessary jar(s)? Did you already file an issue for this? If not, I will file an issue and then update it when I test out this fix. Thanks, Bryan > ---

RE: RE: [Fwd: Re: DGC threads issue]

2012-01-14 Thread Bryan Thompson
Tom, Ok. I will fetch the code for 2.2 and work through the build process. I have filed an issue for this [1]. If someone can post a patch for that issue against 2.2, I will build the modified JARs and verify whether the problem is resolved by that change. Thanks, Bryan PS: River 2.2 is li

Re: [Fwd: Re: DGC threads issue]

2012-01-14 Thread Peter Firmstone
Bryan Thompson wrote: Peter, Rather than testing against the trunk, I would prefer to test the change against the 2.2 release. That will allow me to avoid validating the entire state of the trunk and let me focus on whether the change fixes the specific DGC problem. It looks like [1] is the

Problem starting the reggie service

2012-01-14 Thread Girbea Alina
Hi, I'm trying to set up the most basic Jini application, but I haven't gone very far. First I've started the Jini HTTP server using the following command line: java -jar tools.jar -dir D:\jini\apache-river-2.1.2-bin\lib-dl Now I'm trying to start the reggie lookup service on this ser

Re: Problem starting the reggie service

2012-01-14 Thread Tom Hobbs
Hi Girbea, I'm sorry you're still having trouble starting reggie. Can you please look at Dan's response[1] and answer the questions in it? Thanks, Tom [1] http://mail-archives.apache.org/mod_mbox/river-user/201201.mbox/%3ccampuxz8icrglhxzert-d4jrrhwi4hrfbz5oshyfeqkxgdk7...@mail.gmail.com%3e

Re: Problem starting the reggie service

2012-01-14 Thread Peter Firmstone
Hi Girbea, Jan Newmarch's online book is a good place to start; http://jan.newmarch.name/java/jini/tutorial/Jini.html Services are started using start.jar Like this: java -Djava.security.policy=D:\policy.all -jar start.jar start-transient-reggie.config Where the config file contains your c

Build failed in Jenkins: River-trunk-QA-ubuntu-jdk7-skunk #3

2012-01-14 Thread Apache Jenkins Server
See Changes: [peter_firmstone] Ensure DelegateCombinerSecurityManager only calls refresh on the Policy if absolutely necessary. [peter_firmstone] River-365 Tidy up build, removed creation of Jini 1.0 jar files and unne