Commerce Server Solution Sites - CS2002 Starter Site deployment problem

This is Interesting: Free IT Magazines  
Home > Archive > Commerce Server Solution Sites > October 2005 > CS2002 Starter Site deployment problem





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author CS2002 Starter Site deployment problem
Nikolay Surin

2005-08-28, 5:49 pm

We developed a custom web site on top of the CS2002 Starter Site.
When we unpacked the site and run it we got next error (see stack trace
below).

Could not get site address from Commerce Server site configuration.
Exception Details Microsoft.Solutions.Framework.FrameworkException Could not
get site address from Commerce Server site configuration.

After some googling I found similar error
httpwww.kbalertz.comkb_898460.aspx

But our situation a little bit different from one described in the article.
We installed site not in the root folder and we have only 1 site on the
server.

Can you help us to solve this issue Maybe there is someone who saw errors
like this and known how to fix them

Thanks in advance


-------------------- Detailed Stack Trace
------------------------------------------------

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


[FrameworkException Could not get site address from Commerce Server site
configuration.]

Microsoft.Solutions.Framework.SiteConfigurationSettings.GetSiteResourceSetting(String name) +601

Microsoft.Solutions.Applications.WickesBrandNewSite.IsRequestURLCorrected(String& outURL) in cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs889

Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeRequest(Object
sender, EventArgs e) in cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs630

[Exception The site account manager andor Authentication provider could not
be initialized.]

Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeRequest(Object
sender, EventArgs e) in cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs677

System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87
Vinayak Tadas[MSFT]

2005-08-29, 2:50 am

Did you try the hot fix?

The hotfix is supposed to fix the following problem and might not
necessarily be related to the root folder issue.
"Microsoft.Solution.Shared.dll specifically deals with the "/". A problem
in that if there is a / for s_virtualrootname in the resourceprops table
for the application. The fix allows the code to properly the "/".
Previously it was treated as null."

Can you check if the s_virtualrootname property in the resourceprops table
in the MSCS_Admin db for your site contains a "/"



Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
Thread-Topic: CS2002 Starter Site deployment problem
thread-index: AcWsE3TnPW5Aznt7RK+7YdIHcvACcQ==
X-WBNR-Posting-Host: 194.67.183.7
From: "=?Utf-8?B?Tmlrb2xheSBTdXJpbg==?="
<NikolaySurin@discussions.microsoft.com>
Subject: CS2002 Starter Site deployment problem
Date: Sun, 28 Aug 2005 14:00:01 -0700
Lines: 52
Message-ID: <ADF0D239-FA5E-483B-BCE2-9826650022CA@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.solutionsites
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.solutionsites:638
X-Tomcat-NG: microsoft.public.commerceserver.solutionsites

We developed a custom web site on top of the CS2002 Starter Site.
When we unpacked the site and run it we got next error (see stack trace
below).

Could not get site address from Commerce Server site configuration.
Exception Details Microsoft.Solutions.Framework.FrameworkException Could
not
get site address from Commerce Server site configuration.

After some googling I found similar error
httpwww.kbalertz.comkb_898460.aspx

But our situation a little bit different from one described in the article.
We installed site not in the root folder and we have only 1 site on the
server.

Can you help us to solve this issue Maybe there is someone who saw errors
like this and known how to fix them

Thanks in advance


-------------------- Detailed Stack Trace
------------------------------------------------

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


[FrameworkException Could not get site address from Commerce Server site
configuration.]

Microsoft.Solutions.Framework.SiteConfigurationSettings.GetSiteResourceSetti
ng(String name) +601

Microsoft.Solutions.Applications.WickesBrandNewSite.IsRequestURLCorrected(St
ring& outURL) in cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs889

Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeReq
uest(Object
sender, EventArgs e) in
cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs630

[Exception The site account manager andor Authentication provider could not
be initialized.]

Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeReq
uest(Object
sender, EventArgs e) in
cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs677

System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.
Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87

Vincent W

2005-10-31, 5:55 pm

We are running into the same issue with the starter site (W2k3, SQL 2k+SP3)

[FrameworkException Could not get site address from Commerce Server site
configuration.]

Can this hotfix be downloaded from microsoft site? Anyone has this hotfix?

Has any one else encountered this problem, and how did they resovle the
problem?

THx

""Vinayak Tadas[MSFT]"" wrote:

> Did you try the hot fix?
>
> The hotfix is supposed to fix the following problem and might not
> necessarily be related to the root folder issue.
> "Microsoft.Solution.Shared.dll specifically deals with the "/". A problem
> in that if there is a / for s_virtualrootname in the resourceprops table
> for the application. The fix allows the code to properly the "/".
> Previously it was treated as null."
>
> Can you check if the s_virtualrootname property in the resourceprops table
> in the MSCS_Admin db for your site contains a "/"
>
>
>
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security. Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: CS2002 Starter Site deployment problem
> thread-index: AcWsE3TnPW5Aznt7RK+7YdIHcvACcQ==
> X-WBNR-Posting-Host: 194.67.183.7
> From: "=?Utf-8?B?Tmlrb2xheSBTdXJpbg==?="
> <NikolaySurin@discussions.microsoft.com>
> Subject: CS2002 Starter Site deployment problem
> Date: Sun, 28 Aug 2005 14:00:01 -0700
> Lines: 52
> Message-ID: <ADF0D239-FA5E-483B-BCE2-9826650022CA@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.solutionsites
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl
> microsoft.public.commerceserver.solutionsites:638
> X-Tomcat-NG: microsoft.public.commerceserver.solutionsites
>
> We developed a custom web site on top of the CS2002 Starter Site.
> When we unpacked the site and run it we got next error (see stack trace
> below).
>
> Could not get site address from Commerce Server site configuration.
> Exception Details Microsoft.Solutions.Framework.FrameworkException Could
> not
> get site address from Commerce Server site configuration.
>
> After some googling I found similar error
> httpwww.kbalertz.comkb_898460.aspx
>
> But our situation a little bit different from one described in the article.
> We installed site not in the root folder and we have only 1 site on the
> server.
>
> Can you help us to solve this issue Maybe there is someone who saw errors
> like this and known how to fix them
>
> Thanks in advance
>
>
> -------------------- Detailed Stack Trace
> ------------------------------------------------
>
> 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
>
>
> [FrameworkException Could not get site address from Commerce Server site
> configuration.]
>
> Microsoft.Solutions.Framework.SiteConfigurationSettings.GetSiteResourceSetti
> ng(String name) +601
>
> Microsoft.Solutions.Applications.WickesBrandNewSite.IsRequestURLCorrected(St
> ring& outURL) in cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs889
>
> Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeReq
> uest(Object
> sender, EventArgs e) in
> cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs630
>
> [Exception The site account manager andor Authentication provider could not
> be initialized.]
>
> Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeReq
> uest(Object
> sender, EventArgs e) in
> cinetpubdev1.mandragora.svrmiptprotoglobal.asax.cs677
>
> System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.
> Execute() +60
> System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously) +87
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com