Starter Site deployment problem
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Commerce Server > Commerce Server Setup > Starter Site deployment problem




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Starter Site deployment problem  
Nikolay Surin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-28-05 10: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:
http://www.kbalertz.com/kb_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 sit
e
configuration.]

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

Microsoft.Solutions.Applications.WickesBrandNewSite.IsRequestURLCorrected(St
ring& outURL) in c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:889

Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeReq
uest(Object
sender, EventArgs e) in
c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:630

[Exception: The site account manager and/or Authentication provider coul
d
not be initialized.]

Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeReq
uest(Object
sender, EventArgs e) in
c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:677

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






[ Post a follow-up to this message ]



    RE: Starter Site deployment problem  
Vinayak Tadas[MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-29-05 07: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: Starter Site deployment problem
| thread-index: AcWsEsNR+3yBNdxDRkWR65b58cUfkQ==
| X-WBNR-Posting-Host: 194.67.183.7
| From: "examnotes"
<NikolaySurin@discussions.microsoft.com>
| Subject: Starter Site deployment problem
| Date: Sun, 28 Aug 2005 13:55:03 -0700
| Lines: 55
| Message-ID: <639BFE6C-5061-413D-B052-2A5F207AE2F6@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.setup.deploymentoperations
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.setup.deploymentoperations:551
| X-Tomcat-NG: microsoft.public.commerceserver.setup.deploymentoperations
|
| 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:
| http://www.kbalertz.com/kb_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 s
ite
| configuration.]
|
|
Microsoft.Solutions.Framework.SiteConfigurationSettings.GetSiteResourceSetti
ng(String name) +601
|
|
Microsoft.Solutions.Applications.WickesBrandNewSite.IsRequestURLCorrected(St
ring& outURL) in c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:889
|
|
Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeReq
uest(Object
| sender, EventArgs e) in
| c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:630
|
| [Exception: The site account manager and/or Authentication provider co
uld
| not be initialized.]
|
|
Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeReq
uest(Object
| sender, EventArgs e) in
| c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:677
|
|
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.
Execute() +60
|   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
| completedSynchronously) +87
|
|






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:27 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register