Re: Help with Installation - Scrum for Team System
Welcome to Scrum for Team System Sign in | Join

Scrum for Team System - v1.x Discusions

Started by MrEs at 11-04-2008 11:05 . Topic has 9 replies.

Print Search
Sort Posts:    
   11-04-2008, 11:05
MrEs is not online. Last active: 10/11/2008 16:56:00 MrEs

Top 150 Posts
Joined on 10-30-2008
Melbourne, Australia
Posts 7
Help with Installation

Attachment: sftsinstall.log
Hey SfTS team,


I'm having a bit of trouble getting SfTS installed...


I was initially having the "IIS Table not found" error but I solved this. I found that we had a website named "Default Web Site" rather than "DefaultWebSite"... I'm not sure why it was like this as it's not my IIS installation (it existed before me arrival) so I just created another website by the later name and we got passed that... :)


Now I’m stuck with a new error where installation just 'ends prematurely'... I've got the installation logs and I can't really understand what the issue is so I was wondering if somebody could see the attached file and let me know where things are going pear shaped.


   Report 
   11-05-2008, 2:06
MrEs is not online. Last active: 10/11/2008 16:56:00 MrEs

Top 150 Posts
Joined on 10-30-2008
Melbourne, Australia
Posts 7
Re: Help with Installation
I think this is where it is falling over...?
MSI (s) (F4:CC) [13:02:43:288]: Doing action: UpdateVirtualDirectoryToAspNet2.Command
Action 13:02:43: UpdateVirtualDirectoryToAspNet2.Command.
Action start 13:02:43: UpdateVirtualDirectoryToAspNet2.Command.
MSI (s) (F4:CC) [13:02:43:288]: PROPERTY CHANGE: Adding QtExecCmdLine property. Its value is '"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" -sn "W3SVC/1/Root/Scrum.Eventing.Service"'.
Action ended 13:02:43: UpdateVirtualDirectoryToAspNet2.Command. Return value 1.
MSI (s) (F4:CC) [13:02:43:304]: Doing action: UpdateVirtualDirectoryToAspNet2.Execute
Action 13:02:43: UpdateVirtualDirectoryToAspNet2.Execute. Updating Scrum.Eventing.Service to run under ASP.NET 2.0
Action start 13:02:43: UpdateVirtualDirectoryToAspNet2.Execute.
MSI (s) (F4:48) [13:02:43:304]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI27B9.tmp, Entrypoint: CAQuietExec
MSI (s) (F4!1C) [13:02:43:476]: PROPERTY CHANGE: Deleting QtExecCmdLine property. Its current value is '"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" -sn "W3SVC/1/Root/Scrum.Eventing.Service"'.
CAQuietExec:  Start registering ASP.NET scriptmap (2.0.50727) at W3SVC/1/Root/Scrum.Eventing.Service.
CAQuietExec:  Installation stopped because the specified path (W3SVC/1/Root/Scrum.Eventing.Service) is invalid.
CAQuietExec:  Error 0x8007006d: Failed to read from handle.
CAQuietExec:  Error 0x80070001: Command line returned an error.
CAQuietExec:  Error 0x80070001: CAQuietExec Failed
Action ended 13:02:43: UpdateVirtualDirectoryToAspNet2.Execute. Return value 3.

   Report 
   11-05-2008, 2:22
MrEs is not online. Last active: 10/11/2008 16:56:00 MrEs

Top 150 Posts
Joined on 10-30-2008
Melbourne, Australia
Posts 7
Re: Help with Installation
In event viewer i see this
Event Type:    Error
Event Source:    PTInstaller
Event Category:    None
Event ID:    0
Date:        5/11/2008
Time:        1:09:37 PM
User:        N/A
Computer:    TFSSERVER
Description:
TF30076: The server name TFSSERVER provided does not correspond to a server URI that can be found. Confirm that the server name is correct.
   at Microsoft.TeamFoundation.Client.TeamFoundationServer.GetUriForName(String name)
   at Microsoft.TeamFoundation.Client.TeamFoundationServer.get_Uri()
   at Microsoft.TeamFoundation.Proxy.BisRegistrationService..ctor(TeamFoundationServer tfsObject)
   at Microsoft.TeamFoundation.Client.TeamFoundationServer.CreateInternalProxy(Type serviceType)
   at Microsoft.TeamFoundation.Client.TeamFoundationServer.GetService(Type serviceType)
   at Conchango.TeamSystem.Scrum.PTInstaller.PTInstallHelper.UnloadTemplate(String methodologyTemplateFile)
   at Conchango.TeamSystem.Scrum.PTInstaller.PTInstaller.Main(String[] args)


   Report 
   11-05-2008, 2:41
MrEs is not online. Last active: 10/11/2008 16:56:00 MrEs

Top 150 Posts
Joined on 10-30-2008
Melbourne, Australia
Posts 7
Re: Help with Installation
If I visit http://TFSSERVER/Scrum.Eventing.Service/SprintBacklogItemChanged.asmx
I see 1 WebService with one method:
Notify
POST /Scrum.Eventing.Service/SprintBacklogItemChanged.asmx HTTP/1.1 Host: coral Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <Notify xmlns="http://schemas.microsoft.com/TeamFoundation/2005/06/Services/Notification/03"> <eventXml>string</eventXml> <tfsIdentityXml>string</tfsIdentityXml> </Notify> </soap12:Body> </soap12:Envelope>

Sorry for all the posts i just want to give you as much information as possible.

   Report 
   11-06-2008, 10:25
Crispin Parker is not online. Last active: 08/07/2010 08:34:09 Crispin Parker

Top 10 Posts
Joined on 11-13-2007
Posts 977
Re: Help with Installation
Hi MrEs,

Just like you, the SfTS version 1 template existed before I arrived so I am also dealing with legacy code. I think the problem is with:

"c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" -sn "W3SVC/1/Root/Scrum.Eventing.Service"'.

Installation stopped because the specified path (W3SVC/1/Root/Scrum.Eventing.Service) is invalid.

It appears that the installer is trying to register the "Scrum.Eventing.Service" web site under whatever web has an index of "1" (W3SVC/1). As you have created a new web site "DefaultWebSite" this does not have the correct index. Not sure how you could fix this, is it possible to rename the inital web site and enable it instead of creating a new one?


Regards,

Crispin Parker,
Techncial Consultant,
Conchango.

"It is better to light a candle than to curse the darkness"
   Report 
   11-06-2008, 11:06
MrEs is not online. Last active: 10/11/2008 16:56:00 MrEs

Top 150 Posts
Joined on 10-30-2008
Melbourne, Australia
Posts 7
Re: Help with Installation
Thanks Crispin,
that gives me something to look at and hopefully some direction, I'll try and play with the indexes.. the index of my new 'DefaultWebSite' is 182127061 ...What the!? heh

Do you foresee any issues if I renamed "Default Web Site" to  "DefaultWebSite" for the installation and then renamed it back? I'm not sure as to any potential repercussions of renaming websites in IIS so I'm a bit reluctant to keep it changed after the install.

Thanks again!

   Report 
   11-10-2008, 6:58
MrEs is not online. Last active: 10/11/2008 16:56:00 MrEs

Top 150 Posts
Joined on 10-30-2008
Melbourne, Australia
Posts 7
Re: Help with Installation

Attachment: sftsinstall-10112008-01.log
Ok we seem to be getting closer....

I'm once again attaching the logs/output from the installation....

The install goes for quite a while now, sets up all the virtual directories, registers them, restarts IIS...
But then falls over somewhere here (I think):
CAQuietExec: 
CAQuietExec:  Attempting stop...
CAQuietExec: 
Internet services successfully stopped
CAQuietExec: 
Attempting start...
CAQuietExec: 
Internet services successfully restarted
CAQuietExec: 
CAQuietExec:  Error 0x8007006d: Failed to read from handle.
Action ended 17:52:54: IISReset.Execute. Return value 1.
MSI (s) (A4:2C) [17:52:54:974]: Doing action: CreateEventSourceInstall.Command
Action 17:52:54: CreateEventSourceInstall.Command.
Action start 17:52:54: CreateEventSourceInstall.Command.
MSI (s) (A4:2C) [17:52:54:974]: PROPERTY CHANGE: Adding QtExecCmdLine property. Its value is '"c:\Program Files\Conchango\Scrum for Team System\tools\\CreateEventSource.exe" "Scrum for Team System"'.
Action ended 17:52:54: CreateEventSourceInstall.Command. Return value 1.
MSI (s) (A4:2C) [17:52:54:974]: Doing action: CreateEventSourceInstall.Execute
Action 17:52:54: CreateEventSourceInstall.Execute. Creating Event Source: Scrum for Team System
Action start 17:52:54: CreateEventSourceInstall.Execute.
MSI (s) (A4:24) [17:52:54:974]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI4D08.tmp, Entrypoint: CAQuietExec
MSI (s) (A4!0C) [17:52:55:052]: PROPERTY CHANGE: Deleting QtExecCmdLine property. Its current value is '"c:\Program Files\Conchango\Scrum for Team System\tools\\CreateEventSource.exe" "Scrum for Team System"'.
CAQuietExec:  Error 0x8007006d: Failed to read from handle.
Action ended 17:52:55: CreateEventSourceInstall.Execute. Return value 1.
MSI (s) (A4:2C) [17:52:55:208]: Doing action: RebuilderSetupInstall.Command
Action 17:52:55: RebuilderSetupInstall.Command.
Action start 17:52:55: RebuilderSetupInstall.Command.
MSI (s) (A4:2C) [17:52:55:208]: PROPERTY CHANGE: Adding QtExecCmdLine property. Its value is '"c:\Program Files\Conchango\Scrum for Team System\tools\\RebuilderSetup.exe"'.
Action ended 17:52:55: RebuilderSetupInstall.Command. Return value 1.
MSI (s) (A4:2C) [17:52:55:208]: Doing action: RebuilderSetupInstall.Execute
Action 17:52:55: RebuilderSetupInstall.Execute. Creating Rebuilder Service registry entries
Action start 17:52:55: RebuilderSetupInstall.Execute.
MSI (s) (A4:B4) [17:52:55:208]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI4D09.tmp, Entrypoint: CAQuietExec
MSI (s) (A4!1C) [17:52:55:286]: PROPERTY CHANGE: Deleting QtExecCmdLine property. Its current value is '"c:\Program Files\Conchango\Scrum for Team System\tools\\RebuilderSetup.exe"'.
CAQuietExec:  Error 0x8007006d: Failed to read from handle.
CAQuietExec:  Error 0x80070001: Command line returned an error.
CAQuietExec:  Error 0x80070001: CAQuietExec Failed
Action ended 17:52:58: RebuilderSetupInstall.Execute. Return value 3.
Action ended 17:52:58: INSTALL. Return value 3.
Any pointers in the right direction would be much appreciated! :)
Thanks!

   Report 
   11-10-2008, 12:54
Stuart Preston is not online. Last active: 12/01/2010 21:13:36 Stuart Preston

Top 10 Posts
Joined on 03-25-2006
Posts 225
Re: Help with Installation
To progress further with this installation issue, please could you have a look in the registry at:

HKLM\SOFTWARE\Conchango\Agile Software Development with Scrum

And list out any subkeys or values?

Also, if the installation has left the RebuilderSetup.exe on your system, please can you execute it at the command line with 'rebuildersetup.exe /i' and paste in any information you see at the command line and in the application event log.

Many thanks, Stuart.
   Report 
   11-11-2008, 2:22
MrEs is not online. Last active: 10/11/2008 16:56:00 MrEs

Top 150 Posts
Joined on 10-30-2008
Melbourne, Australia
Posts 7
Re: Help with Installation
Thanks Stuart,
There doesn't seem to be much in the registry (p.s. I've removed the real domain name):
[HKEY_LOCAL_MACHINE\SOFTWARE\Conchango\Agile Software Development with Scrum]

[HKEY_LOCAL_MACHINE\SOFTWARE\Conchango\Agile Software Development with Scrum\EventSubscriptions]
"WorkItemChangedEvent"="164"

[HKEY_LOCAL_MACHINE\SOFTWARE\Conchango\Agile Software Development with Scrum\RebuilderService]
"AccessAccount"="DOMAIN\\TFSSERVICE"

Running "rebuildersetup.exe /i" displayed nothing in the console nor in the Application Event Log (at all!)
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\>cd \Program Files\Conchango\Scrum for Te
am System\tools\

C:\Program Files\Conchango\Scrum for Team System\tools>rebuildersetup.exe /i

C:\Program Files\Conchango\Scrum for Team System\tools>


   Report 
   11-11-2008, 8:19
Stuart Preston is not online. Last active: 12/01/2010 21:13:36 Stuart Preston

Top 10 Posts
Joined on 03-25-2006
Posts 225
Re: Help with Installation
We've experienced in the past an issue where the tool cannot write to the registry from the installer (see http://scrumforteamsystem.com/cs/forums/776/ShowPost.aspx), but that doesn't seem to be the case here. Assuming the setup doesn't roll back you should now have a fully working system as running this tool is the last line of the installer.

In fact, the Rebuilder Service in v1.2 is only used when you perform a migration from v1.1 to v1.2 and require a refresh of all data in your data warehouse to get the reports to display correctly.

Have you tried creating a team project yet?
   Report 
Scrum for Team ... » Version 1.2 - T... » Scrum for Team ... » Re: Help with Installation

Powered by Community Server, by Telligent Systems