Editing triggers / conditions fails under Windows 7 after reboot

Using FinalBuilder Server 6.3.0.731 under Windows 7 Enterprise encounters webserver errors after a reboot.

This maybe a configuration error somewhere, I'm not sure.  Further directions to diagnose this would be helpful.

  1. Computer Reboots.
  2. Logon to Website ( setup as a site rather than a virtual directory ).
  3. Edit a project ( doesn't matter which project ).
  4. Edit a trigger ( doesn't matter which trigger, tried Perforce and Time; adding a trigger likewise does not work ).

 

At this point the webserver returns a fairly uniformative error message and I'll post it next time I see it.

To clear the error and edit triggers again:

  1. Stop the Website under Computer Management > Services & Applications > IIS > Sites > FBServer6.
  2. Stop ( at most ) the FinalBuilder "Management Service" and "Build Service" from the "FinalBuilder Service Configuration" "Services" tab.
  3. Start the FinalBuilder "Management Service" and "Build Service".
  4. Start the Website.

At this point everything seems to work.  I'm not sure if this occurs after every reboot, but it happens often enough.  This might also be related to triggers failing due to the other post I just made regarding "no profile loaded on this computer" domain logon problems.

Thanks

Here is the text of the error message:

Server Error in '/' Application.

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 169.254.207.238:59006

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 169.254.207.238:59006

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SocketException (0x274c): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 169.254.207.238:59006]   System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +10258154   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +539   VSoftTechnologies.FinalBuilderServer.ServerAPI.UpdatableObject.BaseRegistry`1.GetControlPath(String displayName) +0   VSoftTechnologies.FinalBuilderServer.Web.TriggerEdit.AddTriggerCustomControl(TriggerDef trigger) +97   VSoftTechnologies.FinalBuilderServer.Web.TriggerEdit.Page_Load(Object sender, EventArgs e) +868[ApplicationException: Failed to load trigger control: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 169.254.207.238:59006]   VSoftTechnologies.FinalBuilderServer.Web.TriggerEdit.Page_Load(Object sender, EventArgs e) +1256   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42   System.Web.UI.Control.OnLoad(EventArgs e) +132   VSoftTechnologies.FinalBuilderServer.Web.Classes.CommonPage.OnLoad(EventArgs e) +363   VSoftTechnologies.FinalBuilderServer.Web.Classes.ProjectPage.OnLoad(EventArgs e) +16   System.Web.UI.Control.LoadRecursive() +66   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927

 

The link local address 169.254.xxx.xxx would seem to indicate that the service might be starting before the TCP interface fully started.  One of the new features of Windows 7 is the parallelized startup...

Hi John,

Could you have a look in the Windows Event Log for error messages from either FinalBuilderServer.exe or FinalBuilder web site, the stack trace you’ve posted suggests that the build service was down which usually indicates an underlying problem.

Regards,
Paul.