error

aravind raaman <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
Hi, Attaching a file which has my error list

thanks

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com

_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
error.txt (text/plain, 7.3 KB)
ntrol-bin-2.8.2/lib/commons-httpclient-3.0.1.jar:/root/Aravind/cruisecontrol-bin-2.8.2/lib/commons-codec-1.3.jar:/root/Aravind/cruisecontrol-bin-2.8.2/lib/jetty-6.1.11.jar:/usr/java/jdk1.5.0_14/lib/tools.jar:.:/root/Aravind/cruisecontrol-bin-2.8.2/
[cc]Feb-11 12:28:00 Main          - CruiseControl Version 2.8.2 Compiled on January 12 2009 1535
[cc]Feb-11 12:28:00 LConfigManager- reading settings from config file [/root/Aravind/cruisecontrol-bin-2.8.2/config.xml]
[cc]Feb-11 12:28:01 trolController- projectName = [GamesPD]
[cc]Feb-11 12:28:01 LConfigManager- using settings from config file [/root/Aravind/cruisecontrol-bin-2.8.2/config.xml]
[cc]Feb-11 12:28:01 ProjectConfig - No previously serialized project found [/root/Aravind/cruisecontrol-bin-2.8.2/GamesPD.ser], forcing a build.
[cc]Feb-11 12:28:01 Project       - Project GamesPD starting
[cc]Feb-11 12:28:01 Project       - Project GamesPD:  idle
[cc]Feb-11 12:28:01 Project       - Project GamesPD started
[cc]Feb-11 12:28:01 Project       - Project GamesPD:  in build queue
[cc]Feb-11 12:28:01 ontrollerAgent- Starting HttpAdaptor with CC-Stylesheets
[cc]Feb-11 12:28:01 ontrollerAgent- starting httpAdaptor
[cc]Feb-11 12:28:01 ontrollerAgent- Exception starting httpAdaptor
java.net.BindException: Address already in use
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at mx4j.tools.adaptor.PlainAdaptorServerSocketFactory.createServerSocket(PlainAdaptorServerSocketFactory.java:24)
        at mx4j.tools.adaptor.http.HttpAdaptor.createServerSocket(HttpAdaptor.java:672)
        at mx4j.tools.adaptor.http.HttpAdaptor.start(HttpAdaptor.java:478)
        at net.sourceforge.cruisecontrol.jmx.CruiseControlControllerAgent.start(CruiseControlControllerAgent.java:172)
        at net.sourceforge.cruisecontrol.Main.startJmxAgent(Main.java:150)
        at net.sourceforge.cruisecontrol.Main.start(Main.java:128)
        at net.sourceforge.cruisecontrol.launch.Launcher.run(Launcher.java:259)
        at net.sourceforge.cruisecontrol.launch.Launcher.main(Launcher.java:117)
[cc]Feb-11 12:28:01 ontrollerAgent- starting rmiRegistry
[cc]Feb-11 12:28:01 ontrollerAgent- starting connectorServer
2009-02-11 12:28:01.728::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2009-02-11 12:28:01.834::INFO:  jetty-6.1.11
2009-02-11 12:28:04.317:/dashboard:INFO:  Initializing Spring root WebApplicationContext
2009-02-11 12:28:05.489:/dashboard:INFO:  Set web app root system property: 'webapp.root' = [/root/Aravind/cruisecontrol-bin-2.8.2/webapps/dashboard/]
2009-02-11 12:28:05.522:/dashboard:INFO:  Initializing Spring FrameworkServlet 'spring-ajax'
2009-02-11 12:28:05.935:/dashboard:INFO:  Initializing Spring FrameworkServlet 'spring-exceptions'
2009-02-11 12:28:06.172:/dashboard:INFO:  Initializing Spring FrameworkServlet 'spring-pages'
2009-02-11 12:28:06.438:/dashboard:INFO:  Initializing Spring FrameworkServlet 'spring-tabs'
2009-02-11 12:28:07.219::INFO:  Opened /root/Aravind/cruisecontrol-bin-2.8.2/logs/2009_02_11.request.log
2009-02-11 12:28:07.232::INFO:  Started [email protected]:8080
[cc]Feb-11 12:28:07 BuildQueue    - BuildQueue started
[cc]Feb-11 12:28:07 BuildQueue    - now adding to the thread queue: GamesPD
[cc]Feb-11 12:28:07 Project       - Project GamesPD:  bootstrapping
[cc]Feb-11 12:28:07 jectController- GamesPD Controller: build progress event: bootstrapping
[cc]Feb-11 12:28:07 Project       - Project GamesPD:  idle
[cc]Feb-11 12:28:07 jectController- GamesPD Controller: build progress event: idle
[cc]Feb-11 12:28:07 Project       - exception attempting build in project GamesPD
net.sourceforge.cruisecontrol.CruiseControlException: File specified [/root/Aravind/cruisecontrol-bin-2.8.2/http:/192.168.1.109/svn/repos/GamesPD/branches/GamesPD_Stage/build.xml] for attribute [buildfile] on plugin [net.sourceforge.cruisecontrol.builders.AntBuilder] doesn't exist.
        at net.sourceforge.cruisecontrol.util.ValidationHelper.fail(ValidationHelper.java:90)
        at net.sourceforge.cruisecontrol.util.ValidationHelper.assertExists(ValidationHelper.java:119)
        at net.sourceforge.cruisecontrol.builders.AntBuilder.validateBuildFileExists(AntBuilder.java:257)
        at net.sourceforge.cruisecontrol.builders.AntBuilder.build(AntBuilder.java:168)
        at net.sourceforge.cruisecontrol.bootstrappers.AntBootstrapper.bootstrap(AntBootstrapper.java:62)
        at net.sourceforge.cruisecontrol.Project.bootstrap(Project.java:760)
        at net.sourceforge.cruisecontrol.Project.build(Project.java:192)
        at net.sourceforge.cruisecontrol.Project.execute(Project.java:147)
        at net.sourceforge.cruisecontrol.ProjectConfig.execute(ProjectConfig.java:402)
        at net.sourceforge.cruisecontrol.ProjectWrapper.run(ProjectWrapper.java:69)
        at java.lang.Thread.run(Thread.java:595)
[cc]Feb-11 12:28:07 Project       - Project GamesPD:  next build in 30 seconds
[cc]Feb-11 12:28:07 Project       - Project GamesPD:  waiting for next time to build
[cc]Feb-11 12:28:07 jectController- GamesPD Controller: build progress event: waiting for next time to build
[cc]Feb-11 12:28:37 Project       - Project GamesPD:  in build queue
[cc]Feb-11 12:28:37 jectController- GamesPD Controller: build progress event: in build queue
[cc]Feb-11 12:28:37 BuildQueue    - now adding to the thread queue: GamesPD
[cc]Feb-11 12:28:37 Project       - Project GamesPD:  bootstrapping
[cc]Feb-11 12:28:37 jectController- GamesPD Controller: build progress event: bootstrapping
[cc]Feb-11 12:28:37 Project       - Project GamesPD:  idle
[cc]Feb-11 12:28:37 jectController- GamesPD Controller: build progress event: idle
[cc]Feb-11 12:28:37 Project       - exception attempting build in project GamesPD
net.sourceforge.cruisecontrol.CruiseControlException: File specified [/root/Aravind/cruisecontrol-bin-2.8.2/http:/192.168.1.109/svn/repos/GamesPD/branches/GamesPD_Stage/build.xml] for attribute [buildfile] on plugin [net.sourceforge.cruisecontrol.builders.AntBuilder] doesn't exist.
        at net.sourceforge.cruisecontrol.util.ValidationHelper.fail(ValidationHelper.java:90)
        at net.sourceforge.cruisecontrol.util.ValidationHelper.assertExists(ValidationHelper.java:119)
        at net.sourceforge.cruisecontrol.builders.AntBuilder.validateBuildFileExists(AntBuilder.java:257)
        at net.sourceforge.cruisecontrol.builders.AntBuilder.build(AntBuilder.java:168)
        at net.sourceforge.cruisecontrol.bootstrappers.AntBootstrapper.bootstrap(AntBootstrapper.java:62)
        at net.sourceforge.cruisecontrol.Project.bootstrap(Project.java:760)
        at net.sourceforge.cruisecontrol.Project.build(Project.java:192)
        at net.sourceforge.cruisecontrol.Project.execute(Project.java:147)
        at net.sourceforge.cruisecontrol.ProjectConfig.execute(ProjectConfig.java:402)
        at net.sourceforge.cruisecontrol.ProjectWrapper.run(ProjectWrapper.java:69)
        at java.lang.Thread.run(Thread.java:595)
[cc]Feb-11 12:28:37 Project       - Project GamesPD:  next build in 30 seconds
[cc]Feb-11 12:28:37 Project       - Project GamesPD:  waiting for next time to build
[cc]Feb-11 12:28:37 jectController- GamesPD Controller: build progress event: waiting for next time to build
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.