473,387 Members | 3,787 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to resolve that problem in web service

Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.IO.IOException: There is not enough space on the disk.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer)
at System.IO.FileStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBat ch(CompilerParameters options, String[] sources)
at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDo m.Compiler.ICodeCompiler.CompileAssemblyFromSource Batch(CompilerParameters options, String[] sources)
at System.CodeDom.Compiler.CodeDomProvider.CompileAss emblyFromSource(CompilerParameters options, String[] sources)
at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, XmlSerializerCompilerParameters xmlParameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAsse mbly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMap ping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.FromMapping s(XmlMapping[] mappings, Type type)
at System.Web.Services.Protocols.SoapServerType..ctor (Type type, WebServiceProtocols protocolsSupported)
at System.Web.Services.Protocols.SoapServerProtocol.I nitialize()
at System.Web.Services.Protocols.ServerProtocolFactor y.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
--- End of inner exception stack trace ---
at com.sun.xml.internal.ws.fault.SOAP11Fault.getProto colException(Unknown Source)
at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.cre ateException(Unknown Source)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandl er.invoke(Unknown Source)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandl er.invoke(Unknown Source)
at com.sun.xml.internal.ws.client.sei.SEIStub.invoke( Unknown Source)
at com.sun.proxy.$Proxy29.getGeoIP(Unknown Source)
at com.nimesh.webservices.IPLocatorFind.main(IPLocato rFind.java:21)
Feb 6 '14 #1
6 5578
please reply me soon..
Feb 6 '14 #2
Nepomuk
3,112 Expert 2GB
Hi Nimesh Rastogi and welcome to bytes.com!

The stacktrace you posted contains the line
Expand|Select|Wrap|Line Numbers
  1. System.IO.IOException: There is not enough space on the disk.
Therefore I guess you'll have to make more space available on the disk you're trying to write to.
Feb 6 '14 #3
Sir how to make a space in disk but I have more space in my disk
Feb 6 '14 #4
Nepomuk
3,112 Expert 2GB
The space problem seems to be on the server, so check which drive the server is trying to write to. If you don't have access to the server, contact someone who can and send them the stacktrace.
Feb 6 '14 #5
how to check sir plz give me suggestion briefly because I am new in that technology
Feb 6 '14 #6
Nepomuk
3,112 Expert 2GB
Phew, that depends on quite a few things... For one, do you have direct access to the server? Can you log into it somehow? Or is it administered by someone else?
If you don't have direct access, ask someone who does. If you do, the next question would be which OS is on that server; seeing as the error seems to be a C# one, chances are it's some version of Microsoft Windows. In that case you'd have to find out which directory the server is trying to write to and then check the free space on that. It should be basically full, so you'll need to make space. If there's stuff there that can be deleted, great. If not, well, you'll have to get more space I guess.
Feb 7 '14 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Jeff Davis | last post by:
After installing PostgreSQL 7.4 beta 1 from source, I decided to install the /contrib module tsearch2. I cd to the tsearch2 directory and typed "make", however I get an error that...
0
by: Ariel | last post by:
Good Morning! How to resolve problem as below: SQLCODE -497, Error: THE MAXIMUM LIMIT OF INTERNAL IDENTIFIERS HAS BEEN EXCEEDED FOR DATABASE We create many tables and delete, then we can't...
16
by: Brad | last post by:
After compiling my asp.net project I'm receiving a "BC31011 - Access is denied" error when attempting to run or debug. The only thing that seems to resolve problem is IISReset. After a reset my...
3
by: Grigs | last post by:
Hello, I have created Windows Services before using C# and have had no problems. Not to mention, the one I currently am having problems with worked great for the first 3 days. Then I added some...
1
by: Jesper | last post by:
Hi, In visual studio 2003 I made an application that ran without problems on a number of 50+ machines (all running .Net 1.1). Now I've recompiled the program using Visual studio 2005, .Net 2.0...
5
by: philip | last post by:
Here is some lines of code than I wrote. You can copy/paste theis code as code of form1 in a new project. My problem is this one : I try to write in a file a serie of bytes. BUT some bytes...
2
by: Richard Collette | last post by:
Hi, I have a service, that runs perfectly when executed outside of the web service environment. When called as a web service I get the exception listed below sporadically. A call to the web...
8
by: =?Utf-8?B?TmFkYXY=?= | last post by:
Hi, I am using COM with RunningObjectTable, take in mind the following points: 1. I have a server that runs as a service this service register an object in ROT, the object should be accesible...
5
by: =?Utf-8?B?cnZhbmdlbGRyb3A=?= | last post by:
Hello, I have a problem with our OnlineBackupService.exe. This is a Windows Service which is built in .Net 1.1 and basically grabs files from the file system and will try to upload them using...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.