WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Failed to resolve plugin

    Posted Wed August 11, 2010 10:35 AM
    Failed to resolve plugin

    --------------------------------

    Im banging my head against the wall attempting to get this app running. Pres tier giving me 406 errors served from IHS.
    App tier looks fine, only error i see in startup for pres tier is

    00000023 ExtensionRegi E CWXRS0004E: Failed to resolve plug-in

    How do i check resolution? Where is the plugin referred to?

    TIA.

    Frank.

    --------------------------------

    Posted By: Frank at Jan 15 2009 4:02PM


  • 2.  Failed to resolve plugin

    Posted Wed August 11, 2010 10:43 AM
    Perhaps it (IHS) is not able to find the HTTP plugin module (the .so or .a or .dll file) using the path you've provided in the LoadModule directive?

    --------------------------------

    Posted By: jpapejr at Jan 15 2009 9:14PM


  • 3.  Failed to resolve plugin

    Posted Wed August 11, 2010 10:47 AM
    (fyi using 2 tier pres/app layer)

    But that error is pasted from SystemOut.log from the pres layer app logs. Also IHS http_plugin logs show the following:

    [Thu Jan 15 10:50:30 2009] 000040f9 ef555bb0 - DETAIL: lib_htresponse: htresponseRead: Reading the response: 8363efc
    [Thu Jan 15 10:50:30 2009] 000040f9 ef555bb0 - DETAIL: HTTP/1.1 406 Not Acceptable
    [Thu Jan 15 10:50:30 2009] 000040f9 ef555bb0 - DETAIL: Content-Type: text/html;charset=ISO-8859-1^M

    Is this being returned from the app server?

    --------------------------------

    Posted By: Frank at Jan 16 2009 8:41AM


  • 4.  Failed to resolve plugin

    Posted Wed August 11, 2010 10:47 AM
    Can't tell from this. Setup the HTTP plugin to TRACE level and run a request through. Check the trace and see if the return is coming back from WAS or the HTTP server. There will be more details in the trace that might help you answer your question.

    --------------------------------

    Posted By: jpapejr at Jan 26 2009 2:36PM


  • 5.  Failed to resolve plugin

    Posted Wed August 11, 2010 11:01 AM
    Application Extension Registry

    --------------------------------

    If you are seeing the following error in your SystemOut logs from the application server it has nothing to do with your HTTP plugin.

    >00000023 ExtensionRegi E CWXRS0004E: Failed to resolve plug-in

    The error is related to the application extension registry.

    Please `test`.`post` more details (if there is more) from the SystemOut log of the app server.

    Additionally look for a plugin.xml file within the application itself to see which extension points it my be trying to utilize or provide.

    /installedApps////*....

    --------------------------------

    Posted By: Travis Retzlaff at Jan 26 2009 4:12PM