• 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:

Problem related to plugin config...in WAS 4

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,
I am getting the following error in the WAS 4.0.5 console:
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher
PLGN0007E: Engine Throwable
The plugin entries are ok. but i am not able to access resources. Could you suggest what could be the solution.
Stopped all servers and I deleted the plugin-cfg.xml and regenerated again, Then started All appservers. But still the same problem exists. Also restarted the machine.
Appreciate your early response.
Thanks and Regards,
Prasad
 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.. maybe you could post the complete message??? also, check if there is any port clash with other processes already running on that machine.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am getting a similar error message. Did you resovle the problem? If yes, can you share the details.
We just upgraded to WebSphere 4.06.
I added a 13th Application Server instance to my node and I started getting this error (java.lang.ArrayIndexOutOfBoundsException: 12). I thought that I exceeded the max # instances and deleted some of the old AppServer Instances and tried to regenerated the WebSphere plugin and re-booted the Server. When I start an instance, it starts without any problem, but when I try to access a jsp/servlet I get the following error:
[8/18/03 13:09:30:453 PDT] 771d479a OSEListenerDi X PLGN0007E: Engine Throwable
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U java.lang.ArrayIndexOutOfBoundsException: 12
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U at com.ibm.servlet.engine.ServletEngine.findServletHostAsWildCard(ServletEngine.java:679)
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U at com.ibm.servlet.engine.ServletEngine.findServletHostByHostname(ServletEngine.java:606)
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:100)
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:317)
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:391)
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:274)
[8/18/03 13:09:30:516 PDT] 771d479a SystemOut U at com.ibm.ws.util.CachedThread.run(ThreadPool.java:144)

Any help is appreciated.....
thank you.
 
Prasad Thirugnanam
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I also got similar plugin problem. FOr which i added an alias in the virtual host with *:9088 port number and regenerated plugin and restarted. IT started working.
Just check default host or ur virtual host settings and add the new port number and Apply. Then regenerate plugin and restart and check....
Hope this helps you.
Prasad
 
Squanch that. And squanch this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic