• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

error in uploading file

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I am using the oreily servlet multipart in weblogic
6.0 to upload a file. The maximum size of the file
that can be uploaded is set by myself to 10MB. When i
tried to upload a file of size greater than 10Mb the
following error came.
<Nov 29, 2001 3:33:40 PM GMT+05:30> <Error> <NT
Performance Pack> <failure in processSockets() -
GetData: 'weblogic.socket.GetData@d12e4 - fd: '1772',
numBytes:
'4096''
java.lang.NullPointerException
at
weblogic.socket.TunnelContext.getServlet(TunnelContext.java:24)
at
weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:465)
at
weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)>
<Nov 29, 2001 3:33:40 PM GMT+05:30> <Error> <HTTP>
<Connection failure
java.lang.NullPointerException
at
weblogic.socket.TunnelContext.getServlet(TunnelContext.java:24)
at
weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:465)
at
weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:638)
at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
23)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)>
i am unable to guess if this is a server error or my
application error.After the error message is flashed
on the server console the server hangs. please help me
out and suggest any solution to over come it.
Thanks and Regards,
Bbek Kumar Agarwal
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have exactly the same exception when i have tried using a jdk 1.1 applet to upload using ms vm.
However jdk 1.3 applet is running fine though.
 
Surfs up space ponies, I'm making gravy without this lumpy, tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic