Re: NPE while executing Drool methods - Integration tests are failing

2015-10-06 Thread Reka Thirunavukkarasu
Hi Imesh, On Wed, Oct 7, 2015 at 5:46 AM, Imesh Gunaratne wrote: > GroupMonitor: > > ApplicationMonitor applicationMonitor = > AutoscalerContext.getInstance(). > getAppMonitor(appId); > > [161] //When the application is getting un-deployed, need to avoid > [162]

Jenkins build is back to normal : Stratos-41x-Nightly-Build #29

2015-10-06 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Stratos-41x-Nightly-Build » Apache Stratos - Common #29

2015-10-06 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Stratos-41x-Nightly-Build » Apache Stratos - Integration Tests #29

2015-10-06 Thread Apache Jenkins Server
See

Re: NPE while executing Drool methods - Integration tests are failing

2015-10-06 Thread Imesh Gunaratne
GroupMonitor: ApplicationMonitor applicationMonitor = AutoscalerContext.getInstance(). getAppMonitor(appId); [161] //When the application is getting un-deployed, need to avoid [162] // checking the minimum count sanctification [163] if (!applicationMonitor.isTerm

Re: NPE while executing Drool methods - Integration tests are failing

2015-10-06 Thread Thanuja Uruththirakodeeswaran
Hi Akila, On Wed, Oct 7, 2015 at 1:09 AM, Akila Ravihansa Perera wrote: > Hi Thanuja, > > Thanks for the update. > > In both of those cases, did you observe any build failures? If so, what > are the tests that failed? > For the complete stratos build, following test cases are failing with NPE

Re: NPE while executing Drool methods - Integration tests are failing

2015-10-06 Thread Akila Ravihansa Perera
Hi Thanuja, Thanks for the update. In both of those cases, did you observe any build failures? If so, what are the tests that failed? I noticed the same behavior as you have explained. When I check the log file in /test-integration/target//repository/logs/wso2carbon.log, I didn't see any NPE's r

Re: NPE while executing Drool methods - Integration tests are failing

2015-10-06 Thread Akila Ravihansa Perera
Hi, It seems integration tests are failing intermittently regardless of NPE's thrown from Drool files. I've added more debug logs to troubleshoot the issue. I've set the default log level in AS and CC packages to DEBUG in integration tests. This will help us to identify the root causes of integrat

Re: Build failed in Jenkins: Stratos-41x-Nightly-Build #25

2015-10-06 Thread Akila Ravihansa Perera
Hi, It seems Stratos nightly build on 4.1.x branch is constantly failing due to a JVM crash. This happens while building the "Commons" component at every time. I've raised a ticket [1] in ASF Infra regarding this. Let's see if we can get access to JVM crash report and troubleshoot what is causing

Build failed in Jenkins: Stratos-41x-Nightly-Build » Apache Stratos - Common #28

2015-10-06 Thread Apache Jenkins Server
See -- [INFO] [INFO]

Build failed in Jenkins: Stratos-41x-Nightly-Build #28

2015-10-06 Thread Apache Jenkins Server
See Changes: [ravihansa3000] Fixing STRATOS-1582: Re-initialize Git repo credentials on [ravihansa3000] Increasing timeout for integration test assertions -- [...truncated 3645 lines...]

Jenkins build is back to normal : Stratos-41x-Commit-Build » Apache Stratos - Common #71

2015-10-06 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Stratos-41x-Commit-Build #71

2015-10-06 Thread Apache Jenkins Server
See

Re: NPE while executing Drool methods - Integration tests are failing

2015-10-06 Thread Thanuja Uruththirakodeeswaran
Hi Akila, I'll check this and let you know. Thanks. On Tue, Oct 6, 2015 at 12:31 PM, Akila Ravihansa Perera wrote: > Hi Thanuja, > > I noticed that integration tests are failing in stratos-4.1.x branch due > to an issue in Drools files. It seems there have been couple of > modifications done f

NPE while executing Drool methods - Integration tests are failing

2015-10-06 Thread Akila Ravihansa Perera
Hi Thanuja, I noticed that integration tests are failing in stratos-4.1.x branch due to an issue in Drools files. It seems there have been couple of modifications done for Drools files with new metering dashboard feature. Perhaps it is incompatible with autoscaler APIs. Could you look into that pl