• 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

No webapp can be found any longer ?!

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello !
I am working with websphere 3.5.4 under solaris 2.8.
Since I installed websphere, I have been able to create many Web Applications using the admin console, following the InfoCenter tutorial.
But now I have a big problem.
When I create an application server like usually, I cannot access to the pages and servlets of its directory :
the server is running, and when I type the page URL, nothing happens, until a timeout.
The stdout.txt file of websphere tells :
A Servlet.has.become.permanently.unavailable.for.service
for different entities (Error Reporting Facility, File Serving Enabler, Auto-Invoker, JSP 1.0 Processor).
Has anybody got any idea for help ?
Thanks,
Gaelle.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shot in the dark...what does stderr.txt report?
 
Gaelle SMITS
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for try and help me !
Well, in fact, there's nothing in stderr, but I no longer get error messages in stdout (it seems so).
The browser keeps looking for the page without ever finding it.
But there's also a strange thing I have noticed about this :
I still have one application server that works "normally", and when it's turned off andI try to reach a file from the webapp, you kno, I get this 'Internal server error' message.
But when I try the same with the new application server I have created, I don't get this 'Internal server error' message, it just keeps looking for the page indefinitly.
This I really don't undersatnd...
 
reply
    Bookmark Topic Watch Topic
  • New Topic