• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

getting error in Cruise Control

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While running CruiseControl-config.xml file.........the build started successfully........it is giving error like "Authroization failed: server 192.100.0.153 rejected access used empty password; try "cvs login" with a real password.

could u tell me what could be the reason to give error liek this...

Thanks
Paul
 
author
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The user ID your CC software was running under hasn't been logged into CVS... perhaps you logged in while running as another user?

Try doing a "cvs login" from a command prompt and logging into CVS. Be sure you can do things like checkout the code from the command line before you go back to CruiseControl. Be sure you are doing your "cvs login" as the same user that is running CC.
 
reply
    Bookmark Topic Watch Topic
  • New Topic