|
Home > Archive > Commerce Server General > June 2004 > CatalogWebService Error - Missing DLL
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 |
CatalogWebService Error - Missing DLL
|
|
| Jason Sirota 2004-06-10, 5:28 pm |
| Hi,
When I try to run the catalog web service on a windows 2003 server
installation, I get the following errors:
Microsoft.CommerceServer.UI.ServiceConnectionException: The Catalog
Web Service "http://localhost/CatalogWebService/CatalogWebService.asmx"
is currently unavailable. The Web Service might be experiencing
technical difficulties, or you may need to adjust your connection
settings. ---> System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---> System.IO.FileNotFoundException: File or
assembly name _e6erjq0.dll, or one of its dependencies, was not found.
File name: "_e6erjq0.dll"
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String
codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean
throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(AssemblyName
assemblyRef, Boolean stringized, Evidence assemblySecurity,
StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef,
Evidence assemblySecurity)
at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[]
xmlMappings)
at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
mappings)
at System.Web.Services.Protocols.SoapServerType..ctor(Type type,
ProtocolsEnum versionsSupported)
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type
type, HttpContext context, HttpRequest request, HttpResponse response,
Boolean& abortProcessing)
=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\_e6erjq0.dll
LOG: Appbase = file:///g:/wwwroot/CatalogWebService
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/TEMP/_e6erjq0.dll.
--- End of inner exception stack trace ---
at Microsoft.CommerceServer.ServiceAgent.TryHandleWebMethodException(Exception
ex, SoapHttpClientProtocol serviceProxy)
at Microsoft.CatalogServer.WebService.Proxies.CatalogWebService.AuthorizedInvoke(String
methodName, Object[] parameters)
at Microsoft.CatalogServer.WebService.Proxies.CatalogWebService.GetServiceVersion()
at Microsoft.CatalogServer.Agent.CatalogContext.ValidateWebServiceVersion()
at Microsoft.CatalogServer.Agent.CatalogContext.Create(ServiceAgent
serviceAgent, DebugContext debugContext)
at Microsoft.CatalogServer.CatalogContext.Create(CatalogServiceAgent
catalogServiceAgent, DebugContext debugContext)
at Microsoft.CommerceServer.UI.ConnectionCheck.ConnectToCatalogService(String
catalogServiceUrl, String[] authMethods, IPromptForCredentials
credentialPrompter, IWebProxy proxy)
--- End of inner exception stack trace ---
at Microsoft.CommerceServer.UI.ConnectionCheck.ConnectToCatalogService(String
catalogServiceUrl, String[] authMethods, IPromptForCredentials
credentialPrompter, IWebProxy proxy)
at Microsoft.CommerceServer.UI.CatalogManager.NewConnection.btnOKClick(Object
sender, EventArgs e)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--
I get the exact same error every time I run it, but sometimes it is
with different dll's, the 3 dll's so far are:
_e6erjq0.dll
ll0dnefk.dll
-wnzzl1p.dll
Is there something else that needs to be installed that's not in order
to run these dlls? I've installed on windows 2003 machines before
without this problem.
Thanks!
Jason
| |
| Jason Sirota 2004-06-11, 12:01 am |
| Never mind, I read the post below where it's a problem with the IIS
Worker Process permissions if you change the default worker process.
Jason
jasonsirota@hotmail.com (Jason Sirota) wrote in message news:<303cc8d2.0406101047.56971a6c@posting.google.com>...
> Hi,
>
> When I try to run the catalog web service on a windows 2003 server
> installation, I get the following errors:
>
> Microsoft.CommerceServer.UI.ServiceConnectionException: The Catalog
> Web Service "http://localhost/CatalogWebService/CatalogWebService.asmx"
> is currently unavailable. The Web Service might be experiencing
> technical difficulties, or you may need to adjust your connection
> settings. ---> System.Web.Services.Protocols.SoapException:
> System.Web.Services.Protocols.SoapException: Server was unable to
> process request. ---> System.IO.FileNotFoundException: File or
> assembly name _e6erjq0.dll, or one of its dependencies, was not found.
> File name: "_e6erjq0.dll"
> at System.Reflection.Assembly.nLoad(AssemblyName fileName, String
> codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean
> throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark)
> at System.Reflection.Assembly.InternalLoad(AssemblyName
> assemblyRef, Boolean stringized, Evidence assemblySecurity,
> StackCrawlMark& stackMark)
> at System.Reflection.Assembly.Load(AssemblyName assemblyRef,
> Evidence assemblySecurity)
> at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
> at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
> at System.Xml.Serialization.Compiler.Compile()
> at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[]
> xmlMappings)
> at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
> mappings)
> at System.Web.Services.Protocols.SoapServerType..ctor(Type type,
> ProtocolsEnum versionsSupported)
> at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
> at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type
> type, HttpContext context, HttpRequest request, HttpResponse response,
> Boolean& abortProcessing)
>
> === Pre-bind state information ===
> LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\_e6erjq0.dll
> LOG: Appbase = file:///g:/wwwroot/CatalogWebService
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
>
> LOG: Policy not being applied to reference at this time (private,
> custom, partial, or location-based assembly bind).
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/TEMP/_e6erjq0.dll.
>
> --- End of inner exception stack trace ---
> at Microsoft.CommerceServer.ServiceAgent.TryHandleWebMethodException(Exception
> ex, SoapHttpClientProtocol serviceProxy)
> at Microsoft.CatalogServer.WebService.Proxies.CatalogWebService.AuthorizedInvoke(String
> methodName, Object[] parameters)
> at Microsoft.CatalogServer.WebService.Proxies.CatalogWebService.GetServiceVersion()
> at Microsoft.CatalogServer.Agent.CatalogContext.ValidateWebServiceVersion()
> at Microsoft.CatalogServer.Agent.CatalogContext.Create(ServiceAgent
> serviceAgent, DebugContext debugContext)
> at Microsoft.CatalogServer.CatalogContext.Create(CatalogServiceAgent
> catalogServiceAgent, DebugContext debugContext)
> at Microsoft.CommerceServer.UI.ConnectionCheck.ConnectToCatalogService(String
> catalogServiceUrl, String[] authMethods, IPromptForCredentials
> credentialPrompter, IWebProxy proxy)
> --- End of inner exception stack trace ---
> at Microsoft.CommerceServer.UI.ConnectionCheck.ConnectToCatalogService(String
> catalogServiceUrl, String[] authMethods, IPromptForCredentials
> credentialPrompter, IWebProxy proxy)
> at Microsoft.CommerceServer.UI.CatalogManager.NewConnection.btnOKClick(Object
> sender, EventArgs e)
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> --
>
> I get the exact same error every time I run it, but sometimes it is
> with different dll's, the 3 dll's so far are:
>
> _e6erjq0.dll
> ll0dnefk.dll
> -wnzzl1p.dll
>
> Is there something else that needs to be installed that's not in order
> to run these dlls? I've installed on windows 2003 machines before
> without this problem.
>
> Thanks!
> Jason
|
|
|
|
|