[Anthill] anthill "no vss database" found
Eric Minick
eric at urbancode.com
Mon Nov 1 08:00:18 CST 2004
The only thing in your settings that jumps out is your password setting.
It is really duplicated like that?
- Eric
tp001 tp wrote:
> Hey Eric,
>
> Thanks for your quick reply.
>
> Here is what I have in my project.anthill file
>
> ================
> anthill.schedule = default
> anthill.lastBuildFailDate = 10/29/2004 16:23:45
> anthill.lastBuildSucceeded = false
> anthill.registry.format.version = 1.1
> anthill.publish.url =
> anthill.publish.dir =
> anthill.publish.script = build/release.xml
> anthill.publish.run_policy = success.only
> anthill.build.script = build/build.xml
> anthill.build.tag = all
> anthill.users.vikas = x.x at mantissa.com
> anthill.version.adapter =
> com.urbancode.anthill.adapter.ProjectPropertyFileVersionAdapter
> anthill.java.extra.options =
> anthill.mail.policy = always
> anthill.repository.adapter =
> com.urbancode.anthill.adapter.VSSRepositoryAdapter
> anthill.repository.vss.module = x/x
> anthill.repository.vss.dateFormat = MM/dd/yyyy;hh:mma
> anthill.repository.vss.branch =
> anthill.repository.vss.home = C:\Program Files\Microsoft Visual
> Studio\VSS\win32
> anthill.repository.vss.root = V:\Databases\application
> anthill.repository.vss.work.dir = work
> anthill.repository.vss.user.password =
> passwordanthill.repository.vss.anthill.user = password
> ==========
>
> I also have the SSDIR pointed to the vss.root i.e.
> "V:\Databases\application"
>
> T.
>
>> From: Eric Minick <eric at urbancode.com>
>> Reply-To: Anthill user list <anthill at lists.urbancode.com>
>> To: Anthill user list <anthill at lists.urbancode.com>
>> Subject: Re: [Anthill] anthill "no vss database" found
>> Date: Fri, 29 Oct 2004 17:36:52 -0400
>>
>> Hey TP,
>>
>> The lines in the log with:
>>
>> "D:\personal\_downloads\jakarta-tomcat-5.0.28\jakarta-tomcat-5.0.28-1\bin\"C:\Program
>> Files\Microsoft Visual Studio\VSS\win32"\ss"
>>
>> look really suspicious. You have a couple of paths glued together. I
>> would take a careful look at the vss command path in the settings and
>> see if there's anything odd there. Optionally, you could leave it off
>> and try to grab the environment variable from the OS instead.
>>
>> Regards,
>>
>> Eric
>>
>> tp001 tp wrote:
>>
>>> I am a new user to Anthill and thanks to the developers, it looks
>>> promising.
>>>
>>> I am using VSS and ran the anthill with the debug turned on and the
>>> logs are shown below. Here you see that in some cases anthill treats
>>> the command as within quotes and in some cases it does not. I tried
>>> to run the first command from the command line as was suggested in
>>> the archives and now the folder on my drive has executed the get
>>> from VSS.
>>>
>>> This seems like a very common question. So I hope that there is a
>>> common answer. Please let me know so I can make this a happy friday.
>>>
>>> Thanks.
>>>
>>> TP.
>>>
>>> ==== error message below ====
>>>
>>>
>>> 15:17:34:500 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.BuildDaemon - getProjectBeingBuilt() :
>>> com.urbancode.anthill.BuildDefinition at eafb71
>>> 15:17:34:703 [Thread - AnthillBuildDaemon] DEBUG
>>> com.urbancode.anthill.adapter.ProfileRepositoryAdapter - Checkout
>>> Command: cmd /x/c cd /d
>>> "D:\personal\_downloads\anthill-1.7.1.212\work\x\x" && set
>>> "SSDIR="V:\Databases\x"" &&
>>> "D:\personal\_downloads\jakarta-tomcat-5.0.28\jakarta-tomcat-5.0.28-1\bin\"C:\Program
>>> Files\Microsoft Visual Studio\VSS\win32"\ss" cp "$/x/x"
>>> -Y"x","password" &&
>>> "D:\personal\_downloads\jakarta-tomcat-5.0.28\jakarta-tomcat-5.0.28-1\bin\"C:\Program
>>> Files\Microsoft Visual Studio\VSS\win32"\ss" get *
>>> -Y"username","password" -R -I-Y -O-
>>>
>>> 15:17:34:765 [Thread - AnthillBuildDaemon] DEBUG
>>> com.urbancode.anthill.adapter.ProfileRepositoryAdapter - <checkout>
>>> cmd /x/c cd /d "D:\personal\_downloads\anthill-1.7.1.212\work\x\x"
>>> && set "SSDIR="V:\Databases\application"" &&
>>> "D:\personal\_downloads\jakarta-tomcat-5.0.28\jakarta-tomcat-5.0.28-1\bin\"C:\Program
>>> Files\Microsoft Visual Studio\VSS\win32"\ss" cp "$/x/x"
>>> -Y"username","password" &&
>>> "D:\personal\_downloads\jakarta-tomcat-5.0.28\jakarta-tomcat-5.0.28-1\bin\"C:\Program
>>> Files\Microsoft Visual Studio\VSS\win32"\ss" get *
>>> -Y"username","password" -R -I-Y -O-
>>>
>>> 15:17:34:828 [Thread - AnthillBuildDaemon] INFO
>>> com.urbancode.anthill.util.Execute - [checkout] cmd /x/c cd /d
>>> D:\personal\_downloads\anthill-1.7.1.212\work\x\x && set
>>> SSDIR=V:\Databases\application &&
>>> D:\personal\_downloads\jakarta-tomcat-5.0.28\jakarta-tomcat-5.0.28-1\bin\C:\Program
>>> Files\Microsoft Visual Studio\VSS\win32\ss cp $/x/x
>>> -Yusername,password &&
>>> D:\personal\_downloads\jakarta-tomcat-5.0.28\jakarta-tomcat-5.0.28-1\bin\C:\Program
>>> Files\Microsoft Visual Studio\VSS\win32\ss get * -Yusername,password
>>> -R -I-Y -O-
>>>
>>> 15:17:35:390 [Thread - AnthillBuildDaemon] ERROR
>>> com.urbancode.anthill.BuildManager - ProfileAdapter checkout failed:
>>> The filename, directory name, or volume label syntax is incorrect.
>>>
>>> com.urbancode.anthill.adapter.RepositoryException: ProfileAdapter
>>> checkout failed: The filename, directory name, or volume label
>>> syntax is incorrect.
>>>
>>> at
>>> com.urbancode.anthill.adapter.ProfileRepositoryAdapter.executeCommand(ProfileRepositoryAdapter.java:438)
>>>
>>>
>>> at
>>> com.urbancode.anthill.adapter.ProfileRepositoryAdapter.getWorkingProjectCopy(ProfileRepositoryAdapter.java:290)
>>>
>>>
>>> at
>>> com.urbancode.anthill.adapter.VSSRepositoryAdapter.getWorkingProjectCopy(VSSRepositoryAdapter.java:133)
>>>
>>>
>>> at com.urbancode.anthill.BuildManager.build(BuildManager.java:106)
>>> at
>>> com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
>>>
>>>
>>> at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
>>> at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
>>> 15:17:35:453 [Thread - AnthillBuildDaemon] DEBUG
>>> com.urbancode.pagelet.PageletFactory - Using default Pagelet Class
>>> Loader
>>> 15:17:35:453 [Thread - AnthillBuildDaemon] DEBUG
>>> com.urbancode.pagelet.PageletUtils - PageletUtils templatePath:
>>> D:\personal\_downloads\anthill-1.7.1.212\conf
>>> 15:17:35:468 [Thread - AnthillBuildDaemon] DEBUG
>>> com.urbancode.pagelet.PageletUtils - PageletUtils workDir:
>>> D:\personal\_downloads\anthill-1.7.1.212\pagelets
>>> 15:17:38:578 [Thread - AnthillBuildDaemon] DEBUG
>>> com.urbancode.anthill.ProjectProperties - x properties saved
>>> 15:17:38:578 [Thread - AnthillBuildDaemon] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - AnthillSchedule.add():
>>> com.urbancode.anthill.AnthillProject at 717323
>>> 15:18:05:078 [http-8080-Processor23] DEBUG
>>> com.urbancode.anthill.Anthill - Anthill.refreshScheduleMap
>>> scheduleFileName: default
>>> 15:18:05:078 [http-8080-Processor23] DEBUG
>>> com.urbancode.anthill.Anthill - Anthill.refreshScheduleMap
>>> scheduleFileName: stoppedSchedule
>>> 15:18:05:093 [http-8080-Processor23] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default nextBuildCalMillis: 1099080000093
>>> 15:18:05:093 [http-8080-Processor23] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default millis since start: 1085000
>>> 15:18:05:093 [http-8080-Processor23] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default intervals since start: 1.0
>>> 15:18:05:093 [http-8080-Processor23] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default nextBuildTime: 1099081800093, Oct 29, 2004 3:30:00 PM
>>> 15:18:05:093 [http-8080-Processor23] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default currentTime: 1099081085093, Oct 29, 2004 3:18:05 PM
>>> 15:18:05:093 [http-8080-Processor23] DEBUG
>>> com.urbancode.anthill.BuildDaemon - getProjectBeingBuilt() : null
>>> 15:18:35:656 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.Anthill - Anthill.refreshScheduleMap
>>> scheduleFileName: default
>>> 15:18:35:656 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.Anthill - Anthill.refreshScheduleMap
>>> scheduleFileName: stoppedSchedule
>>> 15:18:35:671 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default nextBuildCalMillis: 1099080000671
>>> 15:18:35:671 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default millis since start: 1115000
>>> 15:18:35:671 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default intervals since start: 1.0
>>> 15:18:35:671 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default nextBuildTime: 1099081800671, Oct 29, 2004 3:30:00 PM
>>> 15:18:35:671 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.AnthillSchedule - getNextBuildTime() name:
>>> default currentTime: 1099081115671, Oct 29, 2004 3:18:35 PM
>>> 15:18:35:671 [http-8080-Processor25] DEBUG
>>> com.urbancode.anthill.BuildDaemon - getProjectBeingBuilt() : null
>>>
>>> _________________________________________________________________
>>> FREE pop-up blocking with the new MSN Toolbar – get it now!
>>> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>>>
>>> _______________________________________________
>>> Anthill mailing list
>>> Anthill at lists.urbancode.com
>>> http://lists.urbancode.com/mailman/listinfo/anthill
>>>
>>>
>> _______________________________________________
>> Anthill mailing list
>> Anthill at lists.urbancode.com
>> http://lists.urbancode.com/mailman/listinfo/anthill
>
>
> _________________________________________________________________
> Check out Election 2004 for up-to-date election news, plus voter tools
> and more! http://special.msn.com/msn/election2004.armx
>
> _______________________________________________
> Anthill mailing list
> Anthill at lists.urbancode.com
> http://lists.urbancode.com/mailman/listinfo/anthill
>
>
More information about the Anthill
mailing list