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

cannot find server - but console shows debugs

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hello ,
I am posting a near duplicate of an earlier post ( in servlets forum )
However - I have a few more observations to make :

The problem : Sometimes a particular web page in the application that I am developing - gives a screen - "Cannot find server "
Nothing comes up in the logs
( I am using ATG Dynamo )
I was wondering if this has anything to do with multibyte characters - since
the screen was containing japanese text

However I am seeing the same happening in an another page ( sometimes )
This page has no multibye characters

This only happens when I use Internet explorer IE6.x
I also have observed that the System.out.println() statements that I have put at the end of file are being printed on the console !!!
but the browser reports - Cannot find server

Please help
-anagha
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please continue any discussion in the original post.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    Bookmark Topic Watch Topic
  • New Topic