Hi Dan,
The suggest to add the option: "-postenabled false" to the command
line worked., and it resolved the warning messages.However Dashboard
was working OK.I could browse the address
: http://localhost:8080/dashboard [1] successfully. Can you please
help me use the Dashboard without the warning messages?
Below are my files.Thanks,Ilana.
BELOW IS MY DASHBOARD FILE:
CRUISECONTROL.BAT: set CCDIR=%~dp0
:checkJava if not defined JAVA_HOME goto noJavaHome set
JAVA_PATH="%JAVA_HOME%binjava" set CRUISE_PATH=%JAVA_HOME%libtools.jar
goto setCruise
:noJavaHome echo WARNING: You have not set the JAVA_HOME environment
variable. Any tasks relying on the tools.jar file (such as "") will
not work properly. set JAVA_PATH=java
:setCruise set LIBDIR=%CCDIR%lib
set LAUNCHER=%LIBDIR%cruisecontrol-launcher.jar
set JETTY_LOGS=%CCIDR%logs
set CC_OPTS="-Ddashboard.config=./dashboard-config.xml"
set EXEC=%JAVA_PATH% %CC_OPTS%
-Djavax.management.builder.initial=mx4j.server.MX4JMBeanServerBuilder
"-Djetty.logs=%JETTY_LOGS%" -jar "%LAUNCHER%" %* -jmxport 8000
-webport 8080 -rmiport 1099 echo %EXEC% %EXEC%
----- Original Message -----
From: [email protected]
To:
Cc:
Sent:Wed, 25 May 2011 16:59:03 -0400
Subject:Re: [Cruisecontrol-user] WARN: /dashboard/buildloop/listener,
BuildLoopInformation as it does not have a no-args constructor
Hi Ilana,
You may want to try changing the command line options used to launch
CruiseControl according these documents:
http://cruisecontrol.sourceforge.net/gettingstartedbindist.html#Command_Line_Options
[2]
Specifically, if the default value for '-dashboardurl' is not valid
in
you environment (http://localhost:8080/dashboard [3]), maybe try
launching
with a different URL.
Or, if you are not using dashboard, try:
-postenabled false
Dan
Date: Tue, 24 May 2011 14:50:04 -0700
From: [email protected] [4]
Subject: [Cruisecontrol-user] WARN: /dashboard/buildloop/listener
BuildLoopInformation as it does not have a no-args constructor
To: [email protected] [5]
Hi,
Your help is?appreciated!I am running cruisecontrol.bat [6] and I am
getting the following warning every 5 seconds.How [7] can I resolve
this
warning? what am I missing in my configuration?Below is the warning.
Thanks for your help!,Ilana.
Below is the warning that I am getting every 5 seconds:
2011-05-19 16:28:33.886::WARN:
?/dashboard/buildloop/listenercom.thoughtworks.xstream.converters.ConversionException:
[8]
Cannot construct net.sourceforge.cruisecontrol.BuildLoopInformation
[9] as
it does not have a no-args constructor---- Debugging information
----message ? ? ? ? ? ? : Cannot construct
net.sourceforge.cruisecontrol.BuildLoopInformation [10] as it does
not have
a no-args constructorcause-exception ? ? :
com.thoughtworks.xstream.converters.reflection.ObjectAccessExceptioncause-message
[11]
? ? ? : Cannot construct
net.sourceforge.cruisecontrol.BuildLoopInformation [12] as it does
not have
a no-args constructorclass ? ? ? ? ? ? ? :
net.sourceforgecruisecontrol.BuildLoopInformationrequired-type [13]
? ?
? : net.sourceforge.cruisecontrol.BuildLoopInformationpath [14] ? ?
?
? ? ? ? ?: /buildloopline number ? ? ? ? :
1-------------------------------? ? ? ? at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:63)?
[15]
? ? ? at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:45)?
[16]
? ? ? at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:46)?
[17]
? ? ? at
com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:117)?
[18]
? ? ? at
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmarshal(ReferenceByXPathMarshallingStrategy.java:29)?
[19]
? ? ? at
com.thoughtworks.xstream.XStream.unmarshal(XStream.java:846)? [20] ?
?
? at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:833)?
[21]
? ? ? at
com.thoughtworks.xstream.XStream.fromXML(XStream.java:781)? [22] ? ?
?
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:773)? [23]
? ?
? at
net.sourceforge.cruisecontrol.util.BuildInformationHelper.toObject(BuildInformationHelper.java:32)?
[24]
? ? ? at
net.sourceforge.cruisecontrol.dashboard.web.BuildLoopController.handleRequestInternal(BuildLoopController.java:28)?
[25]
? ? ? at
org.springframework.web.servlet.mvcAbstractController.handleRequest(AbstractController.java:153)?
[26]
? ? ? at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapterhandle(SimpleControllerHandlerAdapter.java:48)?
[27]
? ? ? at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:858)?
[28]
? ? ? at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:792)?
[29]
? ? ? at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)?
[30]
? ? ? at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441)?
[31]
? ? ? at
javax.servlet.http.HttpServlet.service(HttpServlet.java:727)? [32] ?
?
? at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)?
[33]
? ? ? at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)?
[34]
? ? ? at
org.mortbay.jetty.servletServletHandler.handle(ServletHandler.java:362)?
[35]
? ? ? at
org.mortbayjetty.security.SecurityHandler.handle(SecurityHandler.java:216)?
[36]
? ? ? at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)?
[37]
? ? ? at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729)?
[38]
? ? ? at
orgmortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
[39]
? ? ? ? at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollectionjava:206)?
[40]
? ? ? at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)?
[41]
? ? ? at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)?
[42]
? ? ? at org.mortbay.jetty.Server.handle(Server.java:324)? [43] ? ?
? at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)?
[44]
? ? ? at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:843)?
[45]
? ? ? at
org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:647)? [46] ? ?
?
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)?
[47]
? ? ? at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)?
[48] ?
? ? at
org.mortbay.io.nioSelectChannelEndPoint.run(SelectChannelEndPoint.java:395)?
[49]
? ? ? at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)Caused
[50]
by:
com.thoughtworks.xstream.converters.reflection.ObjectAccessException:?Cannot
[51]
construct net.sourceforge.cruisecontrol.BuildLoopInformation [52] as
it
doesnot have a no-args constructor? ? ? ? at
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.newInstance(PureJavaReflectionProvider.java:59)?
[53]
? ? ? at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.instantiateNewInstance(AbstractReflectionConverter.java:257)?
[54]
? ? ? at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:124)?
[55]
? ? ? at
com.thoughtworks.xstreamcore.TreeUnmarshaller.convert(TreeUnmarshaller.java:56)?
[56]
? ? ? ... 35 more
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
http://p.sf.net/sfu/quest-d2dcopy1 [57]
_______________________________________________
Cruisecontrol-user mailing list
[email protected] [58]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user [59]
Links:
------
[1] http://localhost:8080/dashboard
[2]
http://cruisecontrol.sourceforge.net/gettingstartedbindist.html#Command_Line_Options
[3] http://localhost:8080/dashboard
[4] mailto:[email protected]
[5] mailto:[email protected]
[6] http://cruisecontrol.bat
[7] http://seconds.How
[8]
http://listenercom.thoughtworks.xstream.converters.ConversionException
[9] http://net.sourceforge.cruisecontrol.BuildLoopInformation
[10] http://net.sourceforge.cruisecontrol.BuildLoopInformation
[11]
http://com.thoughtworks.xstream.converters.reflection.ObjectAccessExceptioncause-message
[12] http://net.sourceforge.cruisecontrol.BuildLoopInformation
[13]
http://net.sourceforge.cruisecontrol.BuildLoopInformationrequired-type
[14] http://net.sourceforge.cruisecontrol.BuildLoopInformationpath
[15] http://sitemail.hostway.com/http:?
[16] http://sitemail.hostway.com/http:?
[17] http://sitemail.hostway.com/http:?
[18] http://sitemail.hostway.com/http:?
[19] http://sitemail.hostway.com/http:?
[20] http://sitemail.hostway.com/http:?
[21] http://sitemail.hostway.com/http:?
[22] http://sitemail.hostway.com/http:?
[23] http://sitemail.hostway.com/http:?
[24] http://sitemail.hostway.com/http:?
[25] http://sitemail.hostway.com/http:?
[26] http://sitemail.hostway.com/http:?
[27] http://sitemail.hostway.com/http:?
[28] http://sitemail.hostway.com/http:?
[29] http://sitemail.hostway.com/http:?
[30] http://sitemail.hostway.com/http:?
[31] http://sitemail.hostway.com/http:?
[32] http://sitemail.hostway.com/http:?
[33] http://sitemail.hostway.com/http:?
[34] http://sitemail.hostway.com/http:?
[35] http://sitemail.hostway.com/http:?
[36] http://sitemail.hostway.com/http:?
[37] http://sitemail.hostway.com/http:?
[38] http://sitemail.hostway.com/http:?
[39] http://sitemail.hostway.com/http:
[40] http://sitemail.hostwaycom/http:?
[41] http://sitemail.hostway.com/http:?
[42] http://sitemail.hostway.com/http:?
[43] http://sitemail.hostway.com/http:?
[44] http://sitemail.hostway.com/http:?
[45] http://sitemail.hostway.com/http:?
[46] http://sitemail.hostway.com/http:?
[47] http://sitemail.hostway.com/http:?
[48] http://sitemail.hostway.com/http:?
[49] http://sitemail.hostway.com/http:?
[50] http://sitemail.hostway.com/http:
[51]
http://com.thoughtworks.xstream.converters.reflection.ObjectAccessException?Cannot
[52] http://net.sourceforge.cruisecontrol.BuildLoopInformation
[53] http://sitemail.hostway.com/http:?
[54] http://sitemail.hostway.com/http:?
[55] http://sitemail.hostway.com/http:?
[56] http://sitemail.hostway.com/http:?
[57] http://p.sf.net/sfu/quest-d2dcopy1
[58] mailto:[email protected]
[59] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.