aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/main/java/org/sonar/process/ProcessWrapper.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4898 - Modularized sonar-process for testsStephane Gamard2014-08-081-345/+0
* SONAR-4898 - Robustness (scheduled rate rather than delay).Stephane Gamard2014-08-081-1/+1
* SONAR-4898 remove customization of RMI timeoutsSimon Brandhof2014-08-071-9/+0
* SONAR-4898 remove props temporary file as soon as possibleSimon Brandhof2014-08-041-3/+1
* SONAR-4898 fix support of properties that don't start with "sonar."Simon Brandhof2014-08-041-6/+5
* SONAR-4898 improve support of JMX IP address in multihomed serversSimon Brandhof2014-08-011-1/+4
* SONAR-4898 experimental test for fixing RMI IP addressSimon Brandhof2014-08-011-9/+4
* Fix test and regression on java 6Simon Brandhof2014-08-011-17/+5
* SONAR-4898 fix compatibility with Java 6Simon Brandhof2014-08-011-8/+23
* SONAR-4898 fix IP interface of JMX portsSimon Brandhof2014-08-011-3/+7
* SONAR-4898 increase max process startup timeout to 5 minutesSimon Brandhof2014-08-011-1/+1
* SONAR-4898 improve System.out/err loggingSimon Brandhof2014-07-311-4/+5
* SONAR-4898 fix IP interface for RMISimon Brandhof2014-07-311-15/+22
* SONAR-4898 - Using Address instead of hostanme (robustness) after @infra remarksStephane Gamard2014-07-311-1/+1
* SONAR-4898 fix logsSimon Brandhof2014-07-301-3/+4
* SONAR-4898 fix handling of server early terminationSimon Brandhof2014-07-301-3/+6
* SONAR-4898 remove misleading warning logSimon Brandhof2014-07-301-2/+2
* SONAR-4898 fix application.logSimon Brandhof2014-07-301-2/+0
* SONAR-4898 rename Terminatable to TerminableSimon Brandhof2014-07-301-1/+1
* SONAR-4898 improve reliabilitySimon Brandhof2014-07-301-50/+91
* SONAR-4898 - Fixed logger levels and messagesStephane Gamard2014-07-281-2/+4
* SONAR-4898 - Fixed hangs when exiting after a failure.Stephane Gamard2014-07-241-2/+7
* SONAR-4898 improve loggingSimon Brandhof2014-07-241-6/+2
* SONAR-4898 - fixed lagging exit of sonar-applicationStephane Gamard2014-07-241-8/+6
* SONAR-4898 improve default settingsSimon Brandhof2014-07-231-4/+3
* SONAR-4898 - Updated logging for top level and cleaned terminationStephane Gamard2014-07-231-2/+1
* SONAR-4898 - Fixed gracefull shutdown with JSWStephane Gamard2014-07-231-2/+9
* SONAR-4898 few improvementsSimon Brandhof2014-07-231-15/+3
* SONAR-4898 some refactoringSimon Brandhof2014-07-231-9/+11
* SONAR-4898 - updated stop method for top level processStephane Gamard2014-07-231-7/+2
* SONAR-4898 some refactoringSimon Brandhof2014-07-231-153/+167
* Working the assembly for packaging.Stephane Gamard2014-07-231-1/+3
* Experimental forkSimon Brandhof2014-07-231-11/+8
* SONAR-5410 - Fixed process hang when child fails to startStephane Gamard2014-07-211-2/+0
* SONAR-5410 - Fix multiple properties in JAVA_OPTSStephane Gamard2014-07-211-1/+4
* SONAR-5408 - reading properties from sonar.properties for child processesStephane Gamard2014-07-181-18/+9
* SONAR-5408 - Process and ProcessWrapper working with temp properties filesStephane Gamard2014-07-181-0/+4
* SONAR-5408 - ProcessWrapper passes properties file as args[0]Stephane Gamard2014-07-181-3/+6
* SONAR-5408 - Reduced JMX connection trials to 5Stephane Gamard2014-07-181-5/+5
* SONAR-5408 - ProcessWrapper provides properties with a temp file.Stephane Gamard2014-07-181-19/+74
* SONAR-4898 - Using parent JVM in processWrapperStephane Gamard2014-07-181-4/+7
* SONAR-5408 - two-way ping for wrapper & process with isReady and JMX retryStephane Gamard2014-07-181-68/+79
* SONAR-5408 - Set SONAR_HOME from ProcessWrapper for child ProcessStephane Gamard2014-07-181-0/+1
* SONAR-5408 - Added workingDirectory to ProcessWrapperStephane Gamard2014-07-181-3/+15
* SONAR-4898 - Adjusting timeouts & fix possible NPE when ES is not readyStephane Gamard2014-07-151-9/+16
* fix tests and outputs.Stephane Gamard2014-07-151-1/+1
* SONAR-5409 - Using JMX to connect to wrapped ProcessStephane Gamard2014-07-151-38/+136
* SONAR-5410 - Updated shutdownStephane Gamard2014-07-151-1/+8
* SONAR-5409 - Coherent logs for process monitoringStephane Gamard2014-07-111-1/+2
* SONAR-4898 - Added shutdown & interupt to shutdown hookStephane Gamard2014-07-111-0/+1