CatalogWebService Error - Missing DLL
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 General > CatalogWebService Error - Missing DLL




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

    CatalogWebService Error - Missing DLL  
Jason Sirota


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


 
06-10-04 10: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(Excepti
on
ex, SoapHttpClientProtocol serviceProxy)
at Microsoft.CatalogServer.WebService.Proxies.CatalogWebService.AuthorizedIn
voke(String
methodName, Object[] parameters)
at Microsoft.CatalogServer.WebService.Proxies.CatalogWebService.GetServiceVe
rsion()
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(Strin
g
catalogServiceUrl, String[] authMethods, IPromptForCredentials
credentialPrompter, IWebProxy proxy)
--- End of inner exception stack trace ---
at Microsoft.CommerceServer.UI.ConnectionCheck.ConnectToCatalogService(Strin
g
catalogServiceUrl, String[] authMethods, IPromptForCredentials
credentialPrompter, IWebProxy proxy)
at Microsoft.CommerceServer.UI.CatalogManager.NewConnection.btnOKClick(Objec
t
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





[ Post a follow-up to this message ]



    Re: CatalogWebService Error - Missing DLL  
Jason Sirota


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


 
06-11-04 05: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@p
osting.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(Ex
ception
> ex, SoapHttpClientProtocol serviceProxy)
>    at Microsoft.CatalogServer.WebService.Proxies.CatalogWebService.Authori
zedInvoke(String
> methodName, Object[] parameters)
>    at Microsoft.CatalogServer.WebService.Proxies.CatalogWebService.GetServ
iceVersion()
>    at Microsoft.CatalogServer.Agent.CatalogContext.ValidateWebServiceVersi
on()
>    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





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:46 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