• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error: not enough memory

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I made a Intranet application using
Applets.
there are no. of Applets and Servlets
in every applet Database connections are made.
every applet is called thru a Servlet
the problem is:
when i move thru the applets back and forward
in the browser,
after some time, I get the error messege:
network error
TCP/IP error not enough memory
Browser : Netscape
what could be the reason
I have overridden the destroy() method
and put a JOptionPane with message "destroy called"
I m not calling destroy from any method.
when I press the back button in browser
it show me the JOptionPane with msg "destroy called"
that means detroy() is called automatcally,
when we press the back button of browser
so why it is giving me the error of not enough memory.
please respond ASAP
Thanking You in advance
You can also respond me at my mail address
sunilkbansal@usa.net
Bansal
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
computer will boot me every 30 minutes or so with the error not enough java memory. What is problem and what can I do. HELP!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic