Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Can't start agent service (win 2k3) except console #929

jgeorgeson ·
I have a Win2k3 machine that I'm logged into with an administrative account, and the agent service will only run in console mode. I have a system env variable JAVA_HOME set to a 1.6.0_16 JDK. The 'agent install' command works and the service is listed. We need to run the agent with the account I'm logging in with for proper access to network shares, so I change the user settings of the service and when I try to start it I'm given an error dialog stating "error 1053: The service did not respond to the start or control request in a timely fashion." I receive the same error running 'agent start'. But if I run 'agent console' it starts up fine and I see the node in the grid on the server. The console.log contains simply this for a failed launch attempt

wrapper | Unable to start the service - The service did not respond to the start or control request in a time
ly fashion. (0x41d)
  • replies 15
  • views 9326
  • stars 0
robinshen ADMIN ·
QuickBuild does not use JAVA_HOME property, please change "conf/wrapper.conf" and point property "wrapper.java.command" to location of "java.exe", for example: c:\program files\java\jdk1.6.0_16\bin\java
jgeorgeson ·
That didn't work. I first tried
wrapper.java.command=C:\Program Files\Java\jdk1.6.0_16\bin\java.exe
which produced the same error. I tried taking the .exe off and now I can't remove or re-install the service.

C:\QuickBuild\quickbuild2-agent\bin
> agent remove
wrapper | DeleteService failed - The specified service has been marked for deletion. (0x430)
Press any key to continue . . .

C:\QuickBuild\quickbuild2-agent\bin
> agent install
wrapper | CreateService failed - The specified service has been marked for deletion. (0x430)
Press any key to continue . . .


Even after I put the ".exe" back in the wrapper.conf.
robinshen ADMIN ·
Please make sure QuickBuild 2.1 is used since 2.0 has a known bug when running as service mode on Vista and 2003. If you are already using 2.1, please edit "<agent install dir>/conf/wrapper.conf" and uncomment below line followed by a re-install/re-start of the service:
# wrapper.debug=TRUE

And more information about the service will be printed into console.log
jgeorgeson ·
The remove said the service is not installed. So I guess it really was scheduled for removal and I just had a to wait for it to complete. I know it may not be under your control but an indication of when the scheduled removal is to take place would have been helpful. I have
wrapper.java.command=C:\Program Files\Java\jdk1.6.0_16\bin\java.exe
wrapper.debug=TRUE

In my wrapper.conf, installed the agent service, set the Log On properties to the account I need to run as, and started the service. Same error. The console.log is below. It goes back to 4/30, only the last 3 lines are from the debug=TRUE launch attempt. All the successful launches were using 'agent console' (hence they are all terminated by a trapped CTRL-C).

wrapper  | QuickBuild Build Agent installed.
wrapper | The QuickBuild Build Agent service was not running.
wrapper | --> Wrapper Started as Console
wrapper | Java Service Wrapper Standard Edition 32-bit 3.3.9
wrapper | Copyright (C) 1999-2009 Tanuki Software, Ltd. All Rights Reserved.
wrapper | http://wrapper.tanukisoftware.org
wrapper | Licensed to PMEase Inc. for QuickBuild
wrapper |
wrapper | Launching a JVM...
jvm 1 | WrapperManager: Initializing...
jvm 1 | 2010-04-30 10:16:34,225 INFO - Updating framework...
jvm 1 | 2010-04-30 10:16:34,319 INFO - Downloading new bundle 'org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar'...
jvm 1 | 2010-04-30 10:16:34,366 INFO - Downloading new bundle 'org.eclipse.osgi.services_3.2.0.v20090520-1800.jar'...
jvm 1 | 2010-04-30 10:16:34,428 INFO - Downloading new bundle 'org.mortbay.jetty.util_6.1.15.v200905182336.jar'...
jvm 1 | 2010-04-30 10:16:34,475 INFO - Downloading new bundle 'org.mortbay.jetty.server_6.1.15.v200905151201.jar'...
jvm 1 | 2010-04-30 10:16:34,553 INFO - Downloading new bundle 'org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800.jar'...
jvm 1 | 2010-04-30 10:16:34,569 INFO - Downloading new bundle 'org.eclipse.osgi_3.5.0.v20090520.jar'...
jvm 1 | 2010-04-30 10:16:34,710 INFO - Updating plugins...
jvm 1 | 2010-04-30 10:16:34,725 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.authenticator.ldap_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:34,803 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.findbugs_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:34,850 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.scm.perforce_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:34,882 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.scm.vss_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:34,897 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.nunit_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:34,913 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.mbunit_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:34,913 INFO - Downloading new bundle 'com.pmease.quickbuild.jetty_2.1.0.jar'...
jvm 1 | 2010-04-30 10:16:34,944 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.engine_2.1.12.jar'...
jvm 1 | 2010-04-30 10:16:35,038 INFO - Downloading new bundle 'com.pmease.quickbuild_2.1.20.jar'...
jvm 1 | 2010-04-30 10:16:37,054 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.notifier.jabber_2.1.1.jar'...
jvm 1 | 2010-04-30 10:16:37,163 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.basis_2.1.4.jar'...
jvm 1 | 2010-04-30 10:16:37,210 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.fxcop_2.1.1.jar'...
jvm 1 | 2010-04-30 10:16:37,288 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.versionupdater_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:37,304 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.htmlreport_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:37,319 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.builder.rake_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:37,319 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.scm.accurev_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:37,335 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.checkstyle_2.1.5.jar'...
jvm 1 | 2010-04-30 10:16:37,366 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.builder.maven_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:37,366 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.testng_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:37,397 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.buildstats_2.1.1.jar'...
jvm 1 | 2010-04-30 10:16:37,413 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.ncover_2.1.1.jar'...
jvm 1 | 2010-04-30 10:16:37,460 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.notifier.passive_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:37,475 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.emma_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:37,475 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.scm.clearcase_2.1.4.jar'...
jvm 1 | 2010-04-30 10:16:37,507 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.cpd_2.1.5.jar'...
jvm 1 | 2010-04-30 10:16:37,538 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.scm.filesystem_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:37,538 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.pmd_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:37,554 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.builder.nant_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:37,554 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.builder.ant_2.1.5.jar'...
jvm 1 | 2010-04-30 10:16:37,554 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.scm.starteam_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:37,585 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.junit_2.1.7.jar'...
jvm 1 | 2010-04-30 10:16:37,585 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.scm.subversion_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:37,616 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.scm.cvs_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:37,616 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.artifact_2.1.2.jar'...
jvm 1 | 2010-04-30 10:16:37,632 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.notifier.msn_2.1.0.jar'...
jvm 1 | 2010-04-30 10:16:37,679 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.cobertura_2.1.3.jar'...
jvm 1 | 2010-04-30 10:16:37,694 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.changes_2.1.4.jar'...
jvm 1 | 2010-04-30 10:16:37,694 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.report.customstats_2.1.4.jar'...
jvm 1 | 2010-04-30 10:16:37,710 INFO - Downloading new bundle 'com.pmease.quickbuild.plugin.notifier.email_2.1.1.jar'...
jvm 1 | 2010-04-30 10:16:37,710 INFO - Updating libs...
jvm 1 | 2010-04-30 10:16:37,725 INFO - Downloading new lib 'starteam104.jar'...
jvm 1 | 2010-04-30 10:16:38,022 INFO - Downloading new lib 'jtds-1.2.2.jar'...
jvm 1 | 2010-04-30 10:16:38,054 INFO - Downloading new lib 'mysql-connector-java-5.1.5-bin.jar'...
jvm 1 | 2010-04-30 10:16:38,085 INFO - Downloading new lib 'mysql-connector-java-3.1.12-bin.jar'...
jvm 1 | 2010-04-30 10:16:38,132 INFO - Downloading new lib 'QBIVYPlugin.jar'...
jvm 1 | 2010-04-30 10:16:38,147 INFO - Updating resource files...
jvm 1 | 2010-04-30 10:16:38,163 INFO - Downloading new resource file 'CAUTION!!.txt'...
jvm 1 | 2010-04-30 10:16:38,179 INFO - Downloading new resource file 'batch-download.zip'...
jvm 1 | 2010-04-30 10:16:38,179 INFO - Downloading new resource file 'html_notification.vm'...
jvm 1 | 2010-04-30 10:16:38,194 INFO - Downloading new resource file 'velocity.properties'...
jvm 1 | 2010-04-30 10:16:38,210 INFO - Downloading new resource file 'default_html_notification.vm'...
jvm 1 | 2010-04-30 10:16:38,210 INFO - Downloading new resource file 'release'...
jvm 1 | 2010-04-30 10:16:38,210 INFO - Downloading new resource file 'default_plain_notification.vm'...
jvm 1 | 2010-04-30 10:16:38,225 INFO - Booting QuickBuild from 'C:\QuickBuild\quickbuild2-agent'...
jvm 1 | 2010-04-30 10:16:38,225 INFO - Starting framework...
jvm 1 | 2010-04-30 10:16:39,976 INFO - Starting QuickBuild agent...
jvm 1 | 2010-04-30 10:16:39,976 INFO - Starting IOC container...
jvm 1 | 2010-04-30 10:16:40,429 INFO - Initializing velocity...
jvm 1 | 2010-04-30 10:16:41,132 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.subversion'...
jvm 1 | 2010-04-30 10:16:41,460 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.accurev'...
jvm 1 | 2010-04-30 10:16:41,476 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.rake'...
jvm 1 | 2010-04-30 10:16:41,491 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.cpd'...
jvm 1 | 2010-04-30 10:16:41,522 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.pmd'...
jvm 1 | 2010-04-30 10:16:41,538 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.nant'...
jvm 1 | 2010-04-30 10:16:41,569 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.mbunit'...
jvm 1 | 2010-04-30 10:16:41,585 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.ncover'...
jvm 1 | 2010-04-30 10:16:41,601 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.fxcop'...
jvm 1 | 2010-04-30 10:16:41,632 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.testng'...
jvm 1 | 2010-04-30 10:16:41,647 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.changes'...
jvm 1 | 2010-04-30 10:16:41,663 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.filesystem'...
jvm 1 | 2010-04-30 10:16:41,679 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.nunit'...
jvm 1 | 2010-04-30 10:16:41,710 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.passive'...
jvm 1 | 2010-04-30 10:16:41,913 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.msn'...
jvm 1 | 2010-04-30 10:16:41,929 INFO - Starting plugin 'com.pmease.quickbuild.bootstrap'...
jvm 1 | 2010-04-30 10:16:41,929 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.cvs'...
jvm 1 | 2010-04-30 10:16:41,960 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.email'...
jvm 1 | 2010-04-30 10:16:41,976 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.cobertura'...
jvm 1 | 2010-04-30 10:16:41,991 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.starteam'...
jvm 1 | 2010-04-30 10:16:42,007 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.junit'...
jvm 1 | 2010-04-30 10:16:42,022 INFO - Starting plugin 'com.pmease.quickbuild.plugin.artifact'...
jvm 1 | 2010-04-30 10:16:42,054 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.engine'...
jvm 1 | 2010-04-30 10:16:42,069 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.perforce'...
jvm 1 | 2010-04-30 10:16:42,085 INFO - Starting plugin 'com.pmease.quickbuild.plugin.authenticator.ldap'...
jvm 1 | 2010-04-30 10:16:42,101 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.vss'...
jvm 1 | 2010-04-30 10:16:42,132 INFO - Starting plugin 'com.pmease.quickbuild.plugin.htmlreport'...
jvm 1 | 2010-04-30 10:16:42,147 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.ant'...
jvm 1 | 2010-04-30 10:16:42,163 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.checkstyle'...
jvm 1 | 2010-04-30 10:16:42,179 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.clearcase'...
jvm 1 | 2010-04-30 10:16:42,210 INFO - Starting plugin 'com.pmease.quickbuild.plugin.basis'...
jvm 1 | 2010-04-30 10:16:42,226 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.jabber'...
jvm 1 | 2010-04-30 10:16:42,241 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.emma'...
jvm 1 | 2010-04-30 10:16:42,257 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.maven'...
jvm 1 | 2010-04-30 10:16:42,288 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.buildstats'...
jvm 1 | 2010-04-30 10:16:42,304 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.customstats'...
jvm 1 | 2010-04-30 10:16:42,319 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.findbugs'...
jvm 1 | 2010-04-30 10:16:42,585 INFO - QuickBuild agent started.
wrapper | CTRL-C trapped. Shutting down.
jvm 1 | 2010-04-30 10:17:34,962 INFO - Stopping QuickBuild agent...
jvm 1 | 2010-04-30 10:17:34,962 INFO - Disconnecting from server...
jvm 1 | 2010-04-30 10:17:34,962 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.subversion'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.accurev'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.rake'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.cpd'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.pmd'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.nant'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.mbunit'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.ncover'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.fxcop'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.testng'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.changes'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.filesystem'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.nunit'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.passive'...
jvm 1 | 2010-04-30 10:17:34,977 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.msn'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.cvs'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.email'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.cobertura'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.starteam'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.junit'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.artifact'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.engine'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.perforce'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.authenticator.ldap'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.vss'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.htmlreport'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.ant'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.checkstyle'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.clearcase'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.basis'...
jvm 1 | 2010-04-30 10:17:34,993 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.jabber'...
jvm 1 | 2010-04-30 10:17:35,009 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.emma'...
jvm 1 | 2010-04-30 10:17:35,009 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.maven'...
jvm 1 | 2010-04-30 10:17:35,009 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.buildstats'...
jvm 1 | 2010-04-30 10:17:35,009 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.customstats'...
jvm 1 | 2010-04-30 10:17:35,009 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.findbugs'...
jvm 1 | 2010-04-30 10:17:35,009 INFO - Stopping task scheduler...
jvm 1 | 2010-04-30 10:17:36,024 INFO - Cleaning up temp files...
jvm 1 | 2010-04-30 10:17:36,024 INFO - QuickBuild agent stopped.
wrapper | <-- Wrapper Stopped
wrapper | QuickBuild Build Agent removed.
wrapper | QuickBuild Build Agent installed.
wrapper | Starting the QuickBuild Build Agent service...
wrapper | Unable to start the service - The service did not respond to the start or control request in a timely fashion. (0x41d)
wrapper | --> Wrapper Started as Console
wrapper | Java Service Wrapper Standard Edition 32-bit 3.3.9
wrapper | Copyright (C) 1999-2009 Tanuki Software, Ltd. All Rights Reserved.
wrapper | http://wrapper.tanukisoftware.org
wrapper | Licensed to PMEase Inc. for QuickBuild
wrapper |
wrapper | Launching a JVM...
jvm 1 | WrapperManager: Initializing...
jvm 1 | 2010-04-30 10:20:19,358 INFO - Updating framework...
jvm 1 | 2010-04-30 10:20:19,420 INFO - Updating plugins...
jvm 1 | 2010-04-30 10:20:19,420 INFO - Updating libs...
jvm 1 | 2010-04-30 10:20:19,420 INFO - Updating resource files...
jvm 1 | 2010-04-30 10:20:19,436 INFO - Booting QuickBuild from 'C:\QuickBuild\quickbuild2-agent'...
jvm 1 | 2010-04-30 10:20:19,436 INFO - Starting framework...
jvm 1 | 2010-04-30 10:20:21,233 INFO - Starting QuickBuild agent...
jvm 1 | 2010-04-30 10:20:21,233 INFO - Starting IOC container...
jvm 1 | 2010-04-30 10:20:22,186 INFO - Initializing velocity...
jvm 1 | 2010-04-30 10:20:22,545 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.subversion'...
jvm 1 | 2010-04-30 10:20:22,858 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.accurev'...
jvm 1 | 2010-04-30 10:20:22,873 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.rake'...
jvm 1 | 2010-04-30 10:20:22,905 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.cpd'...
jvm 1 | 2010-04-30 10:20:22,920 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.pmd'...
jvm 1 | 2010-04-30 10:20:22,951 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.nant'...
jvm 1 | 2010-04-30 10:20:22,967 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.mbunit'...
jvm 1 | 2010-04-30 10:20:22,983 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.ncover'...
jvm 1 | 2010-04-30 10:20:23,014 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.fxcop'...
jvm 1 | 2010-04-30 10:20:23,030 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.testng'...
jvm 1 | 2010-04-30 10:20:23,045 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.changes'...
jvm 1 | 2010-04-30 10:20:23,076 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.filesystem'...
jvm 1 | 2010-04-30 10:20:23,092 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.nunit'...
jvm 1 | 2010-04-30 10:20:23,108 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.passive'...
jvm 1 | 2010-04-30 10:20:23,311 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.msn'...
jvm 1 | 2010-04-30 10:20:23,326 INFO - Starting plugin 'com.pmease.quickbuild.bootstrap'...
jvm 1 | 2010-04-30 10:20:23,326 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.cvs'...
jvm 1 | 2010-04-30 10:20:23,358 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.email'...
jvm 1 | 2010-04-30 10:20:23,373 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.cobertura'...
jvm 1 | 2010-04-30 10:20:23,389 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.starteam'...
jvm 1 | 2010-04-30 10:20:23,405 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.junit'...
jvm 1 | 2010-04-30 10:20:23,436 INFO - Starting plugin 'com.pmease.quickbuild.plugin.artifact'...
jvm 1 | 2010-04-30 10:20:23,467 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.engine'...
jvm 1 | 2010-04-30 10:20:23,483 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.perforce'...
jvm 1 | 2010-04-30 10:20:23,498 INFO - Starting plugin 'com.pmease.quickbuild.plugin.authenticator.ldap'...
jvm 1 | 2010-04-30 10:20:23,530 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.vss'...
jvm 1 | 2010-04-30 10:20:23,545 INFO - Starting plugin 'com.pmease.quickbuild.plugin.htmlreport'...
jvm 1 | 2010-04-30 10:20:23,561 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.ant'...
jvm 1 | 2010-04-30 10:20:23,592 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.checkstyle'...
jvm 1 | 2010-04-30 10:20:23,608 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.clearcase'...
jvm 1 | 2010-04-30 10:20:23,623 INFO - Starting plugin 'com.pmease.quickbuild.plugin.basis'...
jvm 1 | 2010-04-30 10:20:23,670 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.jabber'...
jvm 1 | 2010-04-30 10:20:23,686 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.emma'...
jvm 1 | 2010-04-30 10:20:23,701 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.maven'...
jvm 1 | 2010-04-30 10:20:23,717 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.buildstats'...
jvm 1 | 2010-04-30 10:20:23,748 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.customstats'...
jvm 1 | 2010-04-30 10:20:23,780 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.findbugs'...
jvm 1 | 2010-04-30 10:20:23,998 INFO - QuickBuild agent started.
wrapper | CTRL-C trapped. Shutting down.
jvm 1 | 2010-04-30 10:24:52,054 INFO - Stopping QuickBuild agent...
jvm 1 | 2010-04-30 10:24:52,054 INFO - Disconnecting from server...
jvm 1 | 2010-04-30 10:24:52,054 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.subversion'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.accurev'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.rake'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.cpd'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.pmd'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.nant'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.mbunit'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.ncover'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.fxcop'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.testng'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.changes'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.filesystem'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.nunit'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.passive'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.msn'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.cvs'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.email'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.cobertura'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.starteam'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.junit'...
jvm 1 | 2010-04-30 10:24:52,069 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.artifact'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.engine'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.perforce'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.authenticator.ldap'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.vss'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.htmlreport'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.ant'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.checkstyle'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.clearcase'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.basis'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.jabber'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.emma'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.maven'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.buildstats'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.customstats'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.findbugs'...
jvm 1 | 2010-04-30 10:24:52,085 INFO - Stopping task scheduler...
jvm 1 | 2010-04-30 10:24:53,101 INFO - Cleaning up temp files...
jvm 1 | 2010-04-30 10:24:53,101 INFO - QuickBuild agent stopped.
wrapper | <-- Wrapper Stopped
wrapper | Starting the QuickBuild Build Agent service...
wrapper | Unable to start the service - The service did not respond to the start or control request in a timely fashion. (0x41d)
wrapper | QuickBuild Build Agent removed.
wrapper | QuickBuild Build Agent installed.
wrapper | QuickBuild Build Agent removed.
wrapper | CreateService failed - The specified service has been marked for deletion. (0x430)
wrapper | DeleteService failed - The specified service has been marked for deletion. (0x430)
wrapper | CreateService failed - The specified service has been marked for deletion. (0x430)
wrapper | DeleteService failed - The specified service has been marked for deletion. (0x430)
wrapper | --> Wrapper Started as Console
wrapper | Java Service Wrapper Standard Edition 32-bit 3.3.9
wrapper | Copyright (C) 1999-2009 Tanuki Software, Ltd. All Rights Reserved.
wrapper | http://wrapper.tanukisoftware.org
wrapper | Licensed to PMEase Inc. for QuickBuild
wrapper |
wrapper | Launching a JVM...
jvm 1 | WrapperManager: Initializing...
jvm 1 | 2010-05-03 09:44:04,771 INFO - Updating framework...
jvm 1 | 2010-05-03 09:44:04,943 INFO - Updating plugins...
jvm 1 | 2010-05-03 09:44:04,974 INFO - Updating libs...
jvm 1 | 2010-05-03 09:44:04,990 INFO - Updating resource files...
jvm 1 | 2010-05-03 09:44:05,006 INFO - Booting QuickBuild from 'C:\QuickBuild\quickbuild2-agent'...
jvm 1 | 2010-05-03 09:44:05,021 INFO - Starting framework...
jvm 1 | 2010-05-03 09:44:06,756 INFO - Starting QuickBuild agent...
jvm 1 | 2010-05-03 09:44:06,756 INFO - Starting IOC container...
jvm 1 | 2010-05-03 09:44:07,037 INFO - Initializing velocity...
jvm 1 | 2010-05-03 09:44:07,396 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.subversion'...
jvm 1 | 2010-05-03 09:44:07,709 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.accurev'...
jvm 1 | 2010-05-03 09:44:07,724 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.rake'...
jvm 1 | 2010-05-03 09:44:07,756 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.cpd'...
jvm 1 | 2010-05-03 09:44:07,787 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.pmd'...
jvm 1 | 2010-05-03 09:44:07,803 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.nant'...
jvm 1 | 2010-05-03 09:44:07,834 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.mbunit'...
jvm 1 | 2010-05-03 09:44:07,849 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.ncover'...
jvm 1 | 2010-05-03 09:44:07,865 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.fxcop'...
jvm 1 | 2010-05-03 09:44:07,896 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.testng'...
jvm 1 | 2010-05-03 09:44:07,912 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.changes'...
jvm 1 | 2010-05-03 09:44:07,959 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.filesystem'...
jvm 1 | 2010-05-03 09:44:07,974 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.nunit'...
jvm 1 | 2010-05-03 09:44:07,990 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.passive'...
jvm 1 | 2010-05-03 09:44:08,193 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.msn'...
jvm 1 | 2010-05-03 09:44:08,209 INFO - Starting plugin 'com.pmease.quickbuild.bootstrap'...
jvm 1 | 2010-05-03 09:44:08,209 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.cvs'...
jvm 1 | 2010-05-03 09:44:08,224 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.email'...
jvm 1 | 2010-05-03 09:44:08,256 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.cobertura'...
jvm 1 | 2010-05-03 09:44:08,271 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.starteam'...
jvm 1 | 2010-05-03 09:44:08,287 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.junit'...
jvm 1 | 2010-05-03 09:44:08,303 INFO - Starting plugin 'com.pmease.quickbuild.plugin.artifact'...
jvm 1 | 2010-05-03 09:44:08,334 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.engine'...
jvm 1 | 2010-05-03 09:44:08,349 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.perforce'...
jvm 1 | 2010-05-03 09:44:08,381 INFO - Starting plugin 'com.pmease.quickbuild.plugin.authenticator.ldap'...
jvm 1 | 2010-05-03 09:44:08,396 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.vss'...
jvm 1 | 2010-05-03 09:44:08,412 INFO - Starting plugin 'com.pmease.quickbuild.plugin.htmlreport'...
jvm 1 | 2010-05-03 09:44:08,443 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.ant'...
jvm 1 | 2010-05-03 09:44:08,459 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.checkstyle'...
jvm 1 | 2010-05-03 09:44:08,474 INFO - Starting plugin 'com.pmease.quickbuild.plugin.scm.clearcase'...
jvm 1 | 2010-05-03 09:44:08,490 INFO - Starting plugin 'com.pmease.quickbuild.plugin.basis'...
jvm 1 | 2010-05-03 09:44:08,521 INFO - Starting plugin 'com.pmease.quickbuild.plugin.notifier.jabber'...
jvm 1 | 2010-05-03 09:44:08,537 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.emma'...
jvm 1 | 2010-05-03 09:44:08,553 INFO - Starting plugin 'com.pmease.quickbuild.plugin.builder.maven'...
jvm 1 | 2010-05-03 09:44:08,584 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.buildstats'...
jvm 1 | 2010-05-03 09:44:08,599 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.customstats'...
jvm 1 | 2010-05-03 09:44:08,615 INFO - Starting plugin 'com.pmease.quickbuild.plugin.report.findbugs'...
jvm 1 | 2010-05-03 09:44:08,818 INFO - QuickBuild agent started.
wrapper | CTRL-C trapped. Shutting down.
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping QuickBuild agent...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Disconnecting from server...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.subversion'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.accurev'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.rake'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.cpd'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.pmd'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.nant'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.mbunit'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.ncover'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.fxcop'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.testng'...
jvm 1 | 2010-05-03 09:44:13,287 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.changes'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.filesystem'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.nunit'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.passive'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.msn'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.cvs'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.email'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.cobertura'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.starteam'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.junit'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.artifact'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.engine'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.perforce'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.authenticator.ldap'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.vss'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.htmlreport'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.ant'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.checkstyle'...
jvm 1 | 2010-05-03 09:44:13,303 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.scm.clearcase'...
jvm 1 | 2010-05-03 09:44:13,318 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.basis'...
jvm 1 | 2010-05-03 09:44:13,318 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.notifier.jabber'...
jvm 1 | 2010-05-03 09:44:13,318 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.emma'...
jvm 1 | 2010-05-03 09:44:13,318 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.builder.maven'...
jvm 1 | 2010-05-03 09:44:13,318 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.buildstats'...
jvm 1 | 2010-05-03 09:44:13,318 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.customstats'...
jvm 1 | 2010-05-03 09:44:13,318 INFO - Stopping plugin 'com.pmease.quickbuild.plugin.report.findbugs'...
jvm 1 | 2010-05-03 09:44:13,318 INFO - Stopping task scheduler...
jvm 1 | 2010-05-03 09:44:14,334 INFO - Cleaning up temp files...
jvm 1 | 2010-05-03 09:44:14,334 INFO - QuickBuild agent stopped.
wrapper | <-- Wrapper Stopped
wrapper | DeleteService failed - The specified service has been marked for deletion. (0x430)
wrapper | The QuickBuild Build Agent service is not installed - The specified service does not exist as an installed service. (0x424)
wrapper | Service command: C:\QuickBuild\quickbuild2-agent\bin\wrapper-windows-x86-32.exe -s C:\QuickBuild\quickbuild2-agent\conf\wrapper.conf
wrapper | QuickBuild Build Agent installed.
wrapper | Starting the QuickBuild Build Agent service...
wrapper | Unable to start the service - The service did not respond to the start or control request in a timely fashion. (0x41d)

robinshen ADMIN ·
According to my test, the remove command removes service immediately. This is odd that the service won't start on this machine, do you have a change to test QuickBuild 2.1 agent on some other win2003 machine?
jgeorgeson ·
We do have several other machines running the same agent version successfully on Win2k3. I have %JAVA_HOME%\bin in my PATH so I've reverted that property back to the default 'java' value. I removed/installed the agent service again and tried starting it with the system account and that worked. So it seems to be something with the account I'm trying to run the service with, but only on my two machines (one 32 bit and one 64 bit, should be the same otherwise). So it's not something global to this account. Are there any other environment variables you think I should check?
robinshen ADMIN ·
Does the account have the permission to start as service?
jgeorgeson ·
Yes, the QB1 service is running as the same account (I did try stopping QB1 to see if that was somehow blocking QB2, no help).
robinshen ADMIN ·
QuickBuild relies on Java Service Wrapper to run as NT service. Please download below test package to see if it works:
http://wrapper.tanukisoftware.org/downl ... -3.4.0.zip

If not, it might be an issue of JSW, and we will contact JSW support to see if they have some idea.

Thanks
jgeorgeson ·
Sorry, didn't receive an email notice for your response. Seemed like the test went ok. The only suspect output is when I ran the 'TestWrapper' script and it said a socket was already bound. Is there a particular workflow you want me to try out with it?


C:\Documents and Settings\renobuild\Desktop\wrapper-windows-x86-32-3.4.0\bin
> InstallTestWrapper-NT.bat
wrapper | Test Wrapper Sample Application service installed.

C:\Documents and Settings\renobuild\Desktop\wrapper-windows-x86-32-3.4.0\bin
> StartTestWrapper-NT.bat
wrapper | Starting the Test Wrapper Sample Application service...
wrapper | Test Wrapper Sample Application started.

C:\Documents and Settings\renobuild\Desktop\wrapper-windows-x86-32-3.4.0\bin
> QueryTestWrapper-NT.bat
wrapper | The Test Wrapper Sample Application service is installed.
wrapper | Start Type: Automatic
wrapper | Interactive: No
wrapper | Running: Yes
Press any key to continue . . .
C:\Documents and Settings\renobuild\Desktop\wrapper-windows-x86-32-3.4.0\bin
> PauseTestWrapper-NT.bat
wrapper | Attempt to pause the Test Wrapper Sample Application service failed. Status: RUNNING
Press any key to continue . . .
C:\Documents and Settings\renobuild\Desktop\wrapper-windows-x86-32-3.4.0\bin
> TestWrapper.bat
wrapper | --> Wrapper Started as Console
wrapper | Java Service Wrapper Community Edition 32-bit 3.4.0
wrapper | Copyright (C) 1999-2010 Tanuki Software, Ltd. All Rights Reserved.
wrapper | http://wrapper.tanukisoftware.org
wrapper |
wrapper | Launching a JVM...
jvm 1 | TestWrapper: Initializing...
jvm 1 | WrapperManager: Initializing...
jvm 1 | TestWrapper: start()
jvm 1 | TestWrapper: An action was not specified. Default to "dialog". Use "help" for list of actions.
jvm 1 | TestWrapper: Unable to open the action server socket: Address already in use: JVM_Bind
jvm 1 | TestWrapper:
jvm 1 | TestWrapper: Showing dialog...
jvm 1 | TestWrapper: stop(0)
wrapper | <-- Wrapper Stopped

C:\Documents and Settings\renobuild\Desktop\wrapper-windows-x86-32-3.4.0\bin
> UninstallTestWrapper-NT.bat
wrapper | Service is running. Stopping it...
wrapper | Test Wrapper Sample Application service stopped.
wrapper | Test Wrapper Sample Application service removed.

C:\Documents and Settings\renobuild\Desktop\wrapper-windows-x86-32-3.4.0\bin
>
robinshen ADMIN ·
Please do the following:
1. StopTestWrapper-NT.bat
2. UninstallTestWrapper-NT.bat
3. TestWrapperCommand install
4. TestWrapperCommand start

After this run "telnet loalhost 9999" to see if the port 9999 is active. If yes, the service is started successfully.
robinshen ADMIN ·
Also please run the same steps for JSW 3.3.9 (the version QuickBuild currently uses) to see if it works:
http://wrapper.tanukisoftware.org/downl ... e=download
jgeorgeson ·
The 3.3.9 version doesn't have a TestWrapperCommand.bat script. Neither one will start with the account I need to use. They both work with the system account.
robinshen ADMIN ·
This seems to me very like an account issue. Can you please create a test account with administrative privilege to see if it can be used to start service?
jgeorgeson ·
I made myself an admin, installed the agent, installed the service, configured the service to run as me, and that worked. And as previously stated I can run QB1 with this service account on this machine, and can run QB2 with this account on other machines. So it is absolutely a problem with the local profile of the service account. I've already enlisted our IT staff and they couldn't find anything in the accounts domain settings.