Error Soap exception : Server was unable to process request.

H

Henrik Laursen

Hi
We are haveing a problem with a webservice. Sometimes it generate a SOAP
exception.
We found a lot of information about giving users access to the temp folder,
(using google) - but that did not solve the problem.

I hope that one of you guys could help me/us.
In the bottom of this post, i have attached the exception information.

Greetings
Henrik


Exception information:

Exception type: SoapException

Exception message: System.Web.Services.Protocols.SoapException: Server was
unable to process request. ---> System.IO.FileNotFoundException: Could not
find file 'C:\WINDOWS\TEMP\ono4qyop.dll'.

File name: 'C:\WINDOWS\TEMP\ono4qyop.dll'

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access,
Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share)

at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters
options, String[] fileNames)

at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters
options, String[] sources)

at
Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters
options, String[] sources)

at
System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters
options, String[] sources)

at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
CompilerParameters parameters, Evidence evidence)

at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[]
xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
CompilerParameters parameters, Assembly assembly, Hashtable assemblies)

at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings,
Type[] types, String defaultNamespace, String location, Evidence evidence)

at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
mappings, Evidence evidence)

at System.Web.Services.Protocols.SoapServerType..ctor(Type type,
WebServiceProtocols protocolsSupported)

at System.Web.Services.Protocols.SoapServerProtocol.Initialize()

at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response, Boolean&
abortProcessing)

--- End of inner exception stack trace ---
 
R

recoil

Have you tried running ntfilemon on the application to see whether the
exception is because of a security permission (and if so it will log it as
Access denied and if you scroll allthe way to the right it will tell you what
user it was trying to atuhenticate as. Or if the file was not actuallyfound
then it will specify.

http://www.sysinternals.com/Utilities/Filemon.html

Henrik Laursen said:
Hi
We are haveing a problem with a webservice. Sometimes it generate a SOAP
exception.
We found a lot of information about giving users access to the temp folder,
(using google) - but that did not solve the problem.

I hope that one of you guys could help me/us.
In the bottom of this post, i have attached the exception information.

Greetings
Henrik


Exception information:

Exception type: SoapException

Exception message: System.Web.Services.Protocols.SoapException: Server was
unable to process request. ---> System.IO.FileNotFoundException: Could not
find file 'C:\WINDOWS\TEMP\ono4qyop.dll'.

File name: 'C:\WINDOWS\TEMP\ono4qyop.dll'

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access,
Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share)

at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters
options, String[] fileNames)

at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters
options, String[] sources)

at
Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters
options, String[] sources)

at
System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters
options, String[] sources)

at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
CompilerParameters parameters, Evidence evidence)

at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[]
xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
CompilerParameters parameters, Assembly assembly, Hashtable assemblies)

at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings,
Type[] types, String defaultNamespace, String location, Evidence evidence)

at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
mappings, Evidence evidence)

at System.Web.Services.Protocols.SoapServerType..ctor(Type type,
WebServiceProtocols protocolsSupported)

at System.Web.Services.Protocols.SoapServerProtocol.Initialize()

at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response, Boolean&
abortProcessing)

--- End of inner exception stack trace ---
 
H

Henrik Laursen

We have already tried that - and it just gives us a "file not found"

--
Henrik Laursen
IT-Developer




Have you tried running ntfilemon on the application to see whether the
exception is because of a security permission (and if so it will log it as
Access denied and if you scroll allthe way to the right it will tell you what
user it was trying to atuhenticate as. Or if the file was not actuallyfound
then it will specify.

http://www.sysinternals.com/Utilities/Filemon.html

Henrik Laursen said:
Hi
We are haveing a problem with a webservice. Sometimes it generate a SOAP
exception.
We found a lot of information about giving users access to the temp folder,
(using google) - but that did not solve the problem.

I hope that one of you guys could help me/us.
In the bottom of this post, i have attached the exception information.

Greetings
Henrik


Exception information:

Exception type: SoapException

Exception message: System.Web.Services.Protocols.SoapException: Server was
unable to process request. ---> System.IO.FileNotFoundException: Could not
find file 'C:\WINDOWS\TEMP\ono4qyop.dll'.

File name: 'C:\WINDOWS\TEMP\ono4qyop.dll'

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access,
Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share)

at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters
options, String[] fileNames)

at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters
options, String[] sources)

at
Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters
options, String[] sources)

at
System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters
options, String[] sources)

at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
CompilerParameters parameters, Evidence evidence)

at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[]
xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
CompilerParameters parameters, Assembly assembly, Hashtable assemblies)

at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings,
Type[] types, String defaultNamespace, String location, Evidence evidence)

at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
mappings, Evidence evidence)

at System.Web.Services.Protocols.SoapServerType..ctor(Type type,
WebServiceProtocols protocolsSupported)

at System.Web.Services.Protocols.SoapServerProtocol.Initialize()

at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response, Boolean&
abortProcessing)

--- End of inner exception stack trace ---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top