Re: how to access the configuration page from browser.

Venkata Mulpuru <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
I think this error says that the file
root/Aravind/cruisecontrol-bin-2.8.2/projects/GamesPD/build.xml does
not exist. Are you sure you have it on the machine? Also, to free up
any ports being used by cruisecontrol, kill the cruisecontrol process.
If this is not possible, try restarting the machine and starting
cruisecontrol again. Hope this helps.

-
Manoj


On Fri, Feb 13, 2009 at 1:47 AM, aravind raaman <[email protected]> wrote:
> Atlast i am able to see jmx console but stil i keep getting address already
> in use
>
> exception attempting build in project GamesPD
> net.sourceforge.cruisecontrol.CruiseControlException: File specified
> [/root/Aravind/cruisecontrol-bin-2.8.2/projects/GamesPD/build.xml] for
> attribute [buildfile] on plugin
> [net.sourceforge.cruisecontrol.builders.AntBuilder] doesn't exist.
>
>
>
> I have added svn r jar files but still keep getting plugin error, shud i add
> any seperate plugin for ant in config.xml?
>
>
>
> On Fri, Feb 13, 2009 at 3:00 PM, aravind raaman <[email protected]>
> wrote:
>>
>> I changed jmx port to 8001, webport to 8090 and rmi to 1090, i dont get
>> httpadaptor error but 1090 error, wil try 2 change 1090 and check, in the
>> mean time if any1 got any idea of how to fix this please msg
>> thankx
>>
>> [cc]Feb-13 14:58:25 Project       - Project GamesPD starting
>> [cc]Feb-13 14:58:25 Project       - Project GamesPD:  idle
>> [cc]Feb-13 14:58:25 Project       - Project GamesPD started
>> [cc]Feb-13 14:58:25 Project       - Project GamesPD:  in build queue
>> [cc]Feb-13 14:58:25 ProjectConfig - No previously serialized project found
>> [/root/Aravind/cruisecontrol-bin-2.8.2/connectfour.ser], forcing a build.
>> [cc]Feb-13 14:58:25 Project       - Project connectfour starting
>> [cc]Feb-13 14:58:25 Project       - Project connectfour:  idle
>> [cc]Feb-13 14:58:25 Project       - Project connectfour started
>> [cc]Feb-13 14:58:25 Project       - Project connectfour:  in build queue
>> [cc]Feb-13 14:58:26 ontrollerAgent- Starting HttpAdaptor with
>> CC-Stylesheets
>> [cc]Feb-13 14:58:26 ontrollerAgent- starting httpAdaptor
>> [cc]Feb-13 14:58:26 ontrollerAgent- starting rmiRegistry
>> [cc]Feb-13 14:58:26 ontrollerAgent- Port 1090 is already in use, so no new
>> rmiRegistry is started
>> [cc]Feb-13 14:58:26 ontrollerAgent- starting connectorServer
>> [cc]Feb-13 14:58:26 ontrollerAgent- Exception starting connectorServer
>> java.io.IOException: Cannot bind to URL [jrmp]:
>> javax.naming.NameAlreadyBoundException: jrmp [Root exception is
>> java.rmi.AlreadyBoundException: jrmp]
>>         at
>> javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:814)
>>         at
>> javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431)
>>         at
>> net.sourceforge.cruisecontrol.jmx.CruiseControlControllerAgent.start(CruiseControlControllerAgent.java:190)
>>         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)
>> Caused by: javax.naming.NameAlreadyBoundException: jrmp [Root exception is
>> java.rmi.AlreadyBoundException: jrmp]
>>         at
>> com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:118)
>>         at
>> com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:127)
>>         at javax.naming.InitialContext.bind(InitialContext.java:359)
>>         at
>> javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:635)
>>         at
>> javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:427)
>>         ... 5 more
>> Caused by: java.rmi.AlreadyBoundException: jrmp
>>         at sun.rmi.registry.RegistryImpl.bind(RegistryImpl.java:123)
>>         at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
>>         at
>> sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
>>         at
>> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
>>         at sun.rmi.transport.Transport$1.run(Transport.java:153)
>>         at java.security.AccessController.doPrivileged(Native Method)
>>         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>>         at
>> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>>         at
>> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>>         at java.lang.Thread.run(Thread.java:595)
>>         at
>> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
>>         at
>> sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
>>         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
>>         at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
>>         at
>> com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116)
>>         ... 9 more
>> 2009-02-13 14:58:26.613::INFO:  Logging to STDERR via
>> org.mortbay.log.StdErrLog
>> 2009-02-13 14:58:27.749::INFO:  jetty-6.1.11
>> 2009-02-13 14:58:32.626:/dashboard:INFO:  Initializing Spring root
>> WebApplicationContext
>> 2009-02-13 14:58:33.114:/dashboard:INFO:  Set web app root system
>> property: 'webapp.root' =
>> [/root/Aravind/cruisecontrol-bin-2.8.2/webapps/dashboard/]
>> 2009-02-13 14:58:33.139:/dashboard:INFO:  Initializing Spring
>> FrameworkServlet 'spring-ajax'
>> 2009-02-13 14:58:33.392:/dashboard:INFO:  Initializing Spring
>> FrameworkServlet 'spring-exceptions'
>> 2009-02-13 14:58:34.758:/dashboard:INFO:  Initializing Spring
>> FrameworkServlet 'spring-pages'
>> 2009-02-13 14:58:34.056:/dashboard:INFO:  Initializing Spring
>> FrameworkServlet 'spring-tabs'
>> 2009-02-13 14:58:35.781::INFO:  Opened
>> /root/Aravind/cruisecontrol-bin-2.8.2/logs/2009_02_13.request.log
>> 2009-02-13 14:58:35.863::WARN:  failed [email protected]:8090
>> java.net.BindException: Address already in use
>>         at sun.nio.ch.Net.bind(Native Method)
>>         at
>> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
>>         at
>> sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
>>         at
>> org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:205)
>>         at
>> org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:304)
>>         at
>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
>>         at org.mortbay.jetty.Server.doStart(Server.java:233)
>>         at
>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
>>         at
>> net.sourceforge.cruisecontrol.web.EmbeddedJettyServer.start(EmbeddedJettyServer.java:105)
>>         at
>> net.sourceforge.cruisecontrol.Main.startEmbeddedServer(Main.java:188)
>>         at net.sourceforge.cruisecontrol.Main.start(Main.java:131)
>>         at
>> net.sourceforge.cruisecontrol.launch.Launcher.run(Launcher.java:259)
>>         at
>> net.sourceforge.cruisecontrol.launch.Launcher.main(Launcher.java:117)
>> 2009-02-13 14:58:35.866::WARN:  failed Server@4a3158
>> java.net.BindException: Address already in use
>>         at sun.nio.ch.Net.bind(Native Method)
>>         at
>> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
>>         at
>> sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
>>         at
>> org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:205)
>>         at
>> org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:304)
>>         at
>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
>>         at org.mortbay.jetty.Server.doStart(Server.java:233)
>>         at
>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
>>         at
>> net.sourceforge.cruisecontrol.web.EmbeddedJettyServer.start(EmbeddedJettyServer.java:105)
>>         at
>> net.sourceforge.cruisecontrol.Main.startEmbeddedServer(Main.java:188)
>>         at net.sourceforge.cruisecontrol.Main.start(Main.java:131)
>>         at
>> net.sourceforge.cruisecontrol.launch.Launcher.run(Launcher.java:259)
>>         at
>> net.sourceforge.cruisecontrol.launch.Launcher.main(Launcher.java:117)
>> [cc]Feb-13 14:58:35 dedJettyServer- Unable to start embedded Jetty server:
>> Address already in use
>> java.net.BindException: Address already in use
>>         at sun.nio.ch.Net.bind(Native Method)
>>         at
>> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
>>         at
>> sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
>>         at
>> org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:205)
>>         at
>> org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:304)
>>         at
>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
>>         at org.mortbay.jetty.Server.doStart(Server.java:233)
>>         at
>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
>>         at
>> net.sourceforge.cruisecontrol.web.EmbeddedJettyServer.start(EmbeddedJettyServer.java:105)
>>         at
>> net.sourceforge.cruisecontrol.Main.startEmbeddedServer(Main.java:188)
>>         at net.sourceforge.cruisecontrol.Main.start(Main.java:131)
>>         at
>> net.sourceforge.cruisecontrol.launch.Launcher.run(Launcher.java:259)
>>         at
>> net.sourceforge.cruisecontrol.launch.Launcher.main(Launcher.java:117)
>> java.lang.RuntimeException: Unable to start embedded Jetty server: Address
>> already in use
>>         at
>> net.sourceforge.cruisecontrol.web.EmbeddedJettyServer.start(EmbeddedJettyServer.java:109)
>>         at
>> net.sourceforge.cruisecontrol.Main.startEmbeddedServer(Main.java:188)
>>         at net.sourceforge.cruisecontrol.Main.start(Main.java:131)
>>         at
>> net.sourceforge.cruisecontrol.launch.Launcher.run(Launcher.java:259)
>>         at
>> net.sourceforge.cruisecontrol.launch.Launcher.main(Launcher.java:117)
>> Caused by: java.net.BindException: Address already in use
>>         at sun.nio.ch.Net.bind(Native Method)
>>         at
>> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
>>         at
>> sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
>>         at
>> org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:205)
>>         at
>> org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:304)
>>         at
>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
>>         at org.mortbay.jetty.Server.doStart(Server.java:233)
>>         at
>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
>>         at
>> net.sourceforge.cruisecontrol.web.EmbeddedJettyServer.start(EmbeddedJettyServer.java:105)
>>         ... 4 more
>>
>
>
>
> --
> ASR
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Cruisecontrol-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
>
>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
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.