|
Home > Archive > Commerce Server Setup > June 2004 > Install CatalogWebService & MarketingWebService in non default sit
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 |
Install CatalogWebService & MarketingWebService in non default sit
|
|
| Ed @ AgfaMonotype 2004-06-20, 11:04 pm |
| We are building and plan to run multiple CS2002/CMS2002 MISB sites leveraging FP1 but need to run the CatalogWebService and MarketingWebService in a web site local to the one it is managing. How do we install these services in a web site other than the l
ocalhost(i.e. default web site)? When we pup and unpup to a new web site the virutals are created but when we run the http://nondefaultwebsite/catalogwebservice we get an error as follows:
Server Error in '/CatalogWebService' Application.
--------------------------------------------------------------------------------
Pipelines: The PCF file 'C:\Projects\AgfaMonotype\FontsV3\Catalo
gWebService\pipelines\basket.pcf' does not exist
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: Microsoft.CommerceServer.Runtime.CommerceException: Pipelines: The PCF file 'C:\Projects\AgfaMonotype\FontsV3\Catalo
gWebService\pipelines\basket.pcf' does not exist
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:
[CommerceException: Pipelines: The PCF file 'C:\Projects\AgfaMonotype\FontsV3\Catalo
gWebService\pipelines\basket.pcf' does not exist]
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.BuildPipesCollection() +963
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.InitializeApplication() +220
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.Init(HttpApplication appInstance) +76
System.Web.HttpApplication.InitModules() +100
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1295
System.Web.HttpApplicationFactory. GetNormalApplicationInstance(HttpContext
context) +392
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +256
System.Web.HttpRuntime. ProcessRequestInternal(HttpWorkerRequest
wr) +414
--------------------------------------------------------------------------------
| |
| Vinayak Tadas[MSFT] 2004-06-26, 10:49 am |
| These errors are not related to the FP1 CatalogWebService. The FP1
CatalogWebService does not deal with pipelines.
The error seems to come from the CS2002 Runtime and the web.config for your
web site contains the following tags
<CommerceServer>
<application siteName="SiteName" debugLevel="Checked" />
<pipelines>
<pipeline name="basket" path="pipelines\basket.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="true" />
................................
To fix your problem you should have the basket.pcf in the directory
mentioned in the below error message
(C:\Projects\AgfaMonotype\FontsV3\Catalo
gWebService\pipelines\).
--------------------[vbcol=seagreen]
default sit[vbcol=seagreen]
AgfaMonotype@discussions.microsoft.com>[vbcol=seagreen]
sit[vbcol=seagreen]
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA
03.phx.gbl[vbcol=seagreen]
microsoft.public.commerceserver.setup. deploymentoperations:3466[vbcol=seagreen
]
leveraging FP1 but need to run the CatalogWebService and
MarketingWebService in a web site local to the one it is managing. How do
we install these services in a web site other than the localhost(i.e.
default web site)? When we pup and unpup to a new web site the virutals
are created but when we run the http://nondefaultwebsite/catalogwebservice
we get an error as follows:[vbcol=seagreen]
------[vbcol=seagreen]
'C:\Projects\AgfaMonotype\FontsV3\Catalo
gWebService\pipelines\basket.pcf'
does not exist[vbcol=seagreen]
current web request. Please review the stack trace for more information
about the error and where it originated in the code.[vbcol=seagreen]
Pipelines: The PCF file
'C:\Projects\AgfaMonotype\FontsV3\Catalo
gWebService\pipelines\basket.pcf'
does not exist[vbcol=seagreen]
web request. Information regarding the origin and location of the exception
can be identified using the exception stack trace below.[vbcol=seagreen]
'C:\Projects\AgfaMonotype\FontsV3\Catalo
gWebService\pipelines\basket.pcf'
does not exist][vbcol=seagreen]
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.BuildPipesCollect
ion() +963[vbcol=seagreen]
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.InitializeApplica
tion() +220[vbcol=seagreen]
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.Init(HttpApplicat
ion appInstance) +76[vbcol=seagreen]
HttpApplicationState state, MethodInfo[] handlers) +1295[vbcol=seagreen]
System.Web.HttpApplicationFactory. GetNormalApplicationInstance(HttpContext
context) +392[vbcol=seagreen]
context) +256[vbcol=seagreen]
+414[vbcol=seagreen]
------[vbcol=seagreen]
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. Thanks
|
|
|
|
|