No, I've actually used both of these pages (sent test e-mail and bound an old project (this failed but due to another issue, duplicating entries inside the solution (*.sln) file - that's for another thread).
But... I had a few minutes and I somehow forgot the debug logging facility earlier and it looks a bit weird, it's trying to access resources not available.
This is exactly what is reported at the moment when I press "OK" in the delete-repository-ajax modal window (from Vault logfile, loglevel=Debug), fully repeatable:
Code: Select all
----2009-08-04 00:54:51 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetUserRepositories started.
----2009-08-04 00:54:51 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetUserRepositories finished.
----2009-08-04 00:54:52 admin--192.168.0.42(192.168.0.42)--SSL Disabled WEB: Could not connect to http://xxx.yyy.zzz:nnnnn/Fortress/DragnetWebService.asmx -- Web Exception The request failed with HTTP status 404: Not Found.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled WEB: Could not connect to http://localhost/Fortress/DragnetWebService.asmx -- Web Exception Unable to connect to the remote server
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetEmailSettings started.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetEmailSettings finished.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetEmailSettings started.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetEmailSettings finished.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled WEB: Could not connect to http://xxx.yyy.zzz:nnnnn/Fortress/DragnetWebService.asmx -- Web Exception The request failed with HTTP status 404: Not Found.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetEmailSettings started.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetEmailSettings finished.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled WEB: Could not connect to the Fortress item tracking web service. Tried: http://xxx.yyy.zzz:nnnnn/, http://localhost/, and http://xxx.yyy.zzz:nnnnn/
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled Uncaught Exception: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Inner Exception: Unable to connect to the Fortress item tracking web service.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.admin_repositories_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\vaultservice\dbdd2b86\7751b920\App_Web_ejk0wejt.2.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Inner Exeption Stack Trace: at VaultWebLib.RemoteDragnetService..ctor()
at VaultWebLib.RemoteDragnetService_DeleteProjectViaWorker..ctor(Int32 nPID)
at VaultService.Repositories.ButtonOK_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetUserRepositories started.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled DB: GetUserRepositories finished.
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled System.Exception: Unable to connect to the Fortress item tracking web service.
at VaultWebLib.RemoteDragnetService..ctor()
at VaultWebLib.RemoteDragnetService_DeleteProjectViaWorker..ctor(Int32 nPID)
at VaultService.Repositories.ButtonOK_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at VaultWebLib.RemoteDragnetService..ctor()
at VaultWebLib.RemoteDragnetService_DeleteProjectViaWorker..ctor(Int32 nPID)
at VaultService.Repositories.ButtonOK_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
----2009-08-04 00:54:53 admin--192.168.0.42(192.168.0.42)--SSL Disabled WEB: Finshed loading Error
Fortress, or Dragnet for that matter, is not installed. It still tries to call the DragnetWebService.asmx service, probably from the RemoteDragnetService constructor or somewhere in the neighborhood. The libraries are there in the /Fortress directory (a plain catalog - no virtual directory or application below /) but I guess Vault shares common libraries with Fortress. However, no .asmx-files or anything except "bin", "External", "Feeds", "Help" and "Style" directories are present in "Fortress".
It's an uncaught exception and it looks, according to the logfile, like it very well could be the cause of the problem?
Regards,
// Mike