Internal Server failure, NSAI Plugin. Cannot Continue

Friends,
I am posting this message hoping for a solution.
We have web application running on Iplanet 6.1 -> weblogic 9.2. The initial request hits the iplanet webserver and then the request is redirected to weblogic 9.2 server with the wlproxy plugin configured on iplanet webserver.
Our system architecture is simple, we don't have any cluster configurations on it.
User gets following error message sporadically, Interesting fact of this issue is that, part of the webpage gets this message (Message from NSAPI plugin) and while on refresh the browser error message doesnt show up:
Message from NSAPI plugin:
Internal Server failure, NSAI Plugin. Cannot Continue. Change Number: 755164.
Please help me with solution/debuging strategies if any for the same.
Thanks in Advance.
-DhilliP

looks like, some issue with 3rd party nsapi plugin. u might want to post this question to web logic plugin forum as well as looks like they possibly have some issues with their plugin.
If u r needs are simple, then can u not use the reverse proxy plugin provided by sun and forward the requests to weblogic.
http://docs.sun.com/app/docs/doc/819-6510/6n8h5jos2?a=view
here is the link on how to get this plugin
http://www.sun.com/download/products.xml?id=3f567f91

Similar Messages

  • Internal Server failure, NSAPI plugin

    Problem: I Get the following message after a HTTP POST
    Failure of WebLogic NSAPI plugin: Internal Server failure, NSAPI
    plugin. Cannot continue. Failure at line 369 of file proxy.cpp
    Environment: Weblogic 5.1.0. Service Pack 4 Netscape-Enterprise/3.6
    SP3
    The above problem appears if there is a post from a browser (only
    netscape)or from an application program. If I post using IE5 browswer
    then the post is successful.
    POSTING FROM A JAVA APPLICATION:
    I get the NSAPI plugin problem if I post the following string from
    my java application. I can reach the weblogic server directly and
    I can post the following string successfully.
    "POST /servlets/eol/EolPost HTTP/1.0" + "\n\n" + " Host: testpulpweb0.ecomtest.enron.com:5454
    " + "\r\n" + "Content-type: text/html" +"\r\n" + "Content-Length:
    " content.length() "\n" +content; *************************************************
    POSTING FROM BROWSERS
    I turned on both the Debug and DebugConfigInfo parameters. Following
    is the debug info I get in wlproxy.log after a successful post
    from IE5 ************************************************ Fri Mar
    16 10:25:32 2001 Sending header to WLS [referer]=[http://localhost/eolfo
    rm.htm] Fri Mar 16 10:25:32 2001 Sending header to WLS [accept-language]=[en-us]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [content-type]=[text/plain]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [accept-encoding]=[gzip,
    deflate] Fri Mar 16 10:25:32 2001 Sending header to WLS [user-agent]=[Mozilla/4.0
    (compat ible; MSIE 5.01; Windows NT 5.0)] Fri Mar 16 10:25:32 2001
    Sending header to WLS [host]=[testpulpweb0.ecomtest.enr on.com:5454]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [content-length]=[7]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [cookie]=[SITESERVER=ID=ebee2594a
    7d91523d4f83d5301864ed6] Fri Mar 16 10:25:32 2001 Sending header
    to WLS [X-WebLogic-Force-Cookie]=[true] Fri Mar 16 10:25:32 2001
    Sending header to WLS [Proxy-Client-IP]=[172.16.128.68] Fri Mar
    16 10:25:32 2001 Sending header to WLS [Proxy-Path-Translated]=[/opt/dyn
    amictrade21/cp_eol/servlets/eol/EolPost/ __WebLogicBridgeConfig]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [Proxy-Path-Translated-Base]=[/op
    t/dynamictrade21/cp_eol] Fri Mar 16 10:25:32 2001 WLS info before
    parseHeaders : 127.0.0.1:8001 Fri Mar 16 10:25:32 2001 Header received
    from WLS : [HTTP/1.1 200 OK] = [] Fri Mar 16 10:25:32 2001 Header
    received from WLS : [Server] = [WebLogic 5.1.0 Service Pack 4 06/29/2000
    18:18:23 #74560] Fri Mar 16 10:25:32 2001 Header received from
    WLS : [Content-Type] = [text/html ] Fri Mar 16 10:25:32 2001 Header
    received from WLS : [Connection] = [Close] Fri Mar 16 10:25:32
    2001 Headers from WLS [Server]=[WebLogic 5.1.0 Service Pack 4 06/29/2000
    18:18:23 #74560] Fri Mar 16 10:25:32 2001 Headers from WLS [Content-Type]=[text/html]
    Fri Mar 16 10:25:32 2001 Headers from WLS [Connection]=[Close]
    Fri Mar 16 10:25:32 2001 request [servlets/eol/EolPost/__WebLogicBridgeConfig]
    processed .................. ***********************************************
    If I post using netscape then I get the "Internal Server failure,
    NSAPI plugin. Cannot continue." message
    Following is the message in wlproxy.log.
    Fri Mar 16 10:30:12 2001 ==================== New Request [servlets/eol/EolPost/__WebLogicBridgeConfig]
    ===================== **************************************************
    Maybe someone of you has an idea?
    Thanks in advance,
    Satish

    First of all, i would suggest you to try the latest WLS service pack and NSAPI plugin come with the service
    pack.
    Let us know if the problem re-appears.
    Kumar
    Satish Jonnavithula wrote:
    Problem: I Get the following message after a HTTP POST
    Failure of WebLogic NSAPI plugin: Internal Server failure, NSAPI
    plugin. Cannot continue. Failure at line 369 of file proxy.cpp
    Environment: Weblogic 5.1.0. Service Pack 4 Netscape-Enterprise/3.6
    SP3
    The above problem appears if there is a post from a browser (only
    netscape)or from an application program. If I post using IE5 browswer
    then the post is successful.
    POSTING FROM A JAVA APPLICATION:
    I get the NSAPI plugin problem if I post the following string from
    my java application. I can reach the weblogic server directly and
    I can post the following string successfully.
    "POST /servlets/eol/EolPost HTTP/1.0" + "\n\n" + " Host: testpulpweb0.ecomtest.enron.com:5454
    " + "\r\n" + "Content-type: text/html" +"\r\n" + "Content-Length:
    " content.length() "\n" +content; *************************************************
    POSTING FROM BROWSERS
    I turned on both the Debug and DebugConfigInfo parameters. Following
    is the debug info I get in wlproxy.log after a successful post
    from IE5 ************************************************ Fri Mar
    16 10:25:32 2001 Sending header to WLS [referer]=[http://localhost/eolfo
    rm.htm] Fri Mar 16 10:25:32 2001 Sending header to WLS [accept-language]=[en-us]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [content-type]=[text/plain]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [accept-encoding]=[gzip,
    deflate] Fri Mar 16 10:25:32 2001 Sending header to WLS [user-agent]=[Mozilla/4.0
    (compat ible; MSIE 5.01; Windows NT 5.0)] Fri Mar 16 10:25:32 2001
    Sending header to WLS [host]=[testpulpweb0.ecomtest.enr on.com:5454]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [content-length]=[7]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [cookie]=[SITESERVER=ID=ebee2594a
    7d91523d4f83d5301864ed6] Fri Mar 16 10:25:32 2001 Sending header
    to WLS [X-WebLogic-Force-Cookie]=[true] Fri Mar 16 10:25:32 2001
    Sending header to WLS [Proxy-Client-IP]=[172.16.128.68] Fri Mar
    16 10:25:32 2001 Sending header to WLS [Proxy-Path-Translated]=[/opt/dyn
    amictrade21/cp_eol/servlets/eol/EolPost/ __WebLogicBridgeConfig]
    Fri Mar 16 10:25:32 2001 Sending header to WLS [Proxy-Path-Translated-Base]=[/op
    t/dynamictrade21/cp_eol] Fri Mar 16 10:25:32 2001 WLS info before
    parseHeaders : 127.0.0.1:8001 Fri Mar 16 10:25:32 2001 Header received
    from WLS : [HTTP/1.1 200 OK] = [] Fri Mar 16 10:25:32 2001 Header
    received from WLS : [Server] = [WebLogic 5.1.0 Service Pack 4 06/29/2000
    18:18:23 #74560] Fri Mar 16 10:25:32 2001 Header received from
    WLS : [Content-Type] = [text/html ] Fri Mar 16 10:25:32 2001 Header
    received from WLS : [Connection] = [Close] Fri Mar 16 10:25:32
    2001 Headers from WLS [Server]=[WebLogic 5.1.0 Service Pack 4 06/29/2000
    18:18:23 #74560] Fri Mar 16 10:25:32 2001 Headers from WLS [Content-Type]=[text/html]
    Fri Mar 16 10:25:32 2001 Headers from WLS [Connection]=[Close]
    Fri Mar 16 10:25:32 2001 request [servlets/eol/EolPost/__WebLogicBridgeConfig]
    processed .................. ***********************************************
    If I post using netscape then I get the "Internal Server failure,
    NSAPI plugin. Cannot continue." message
    Following is the message in wlproxy.log.
    Fri Mar 16 10:30:12 2001 ==================== New Request [servlets/eol/EolPost/__WebLogicBridgeConfig]
    ===================== **************************************************
    Maybe someone of you has an idea?
    Thanks in advance,
    Satish

  • Internal Server failure, ISAPI plugin

    Hi,
    With WL 6.1 and the ISAPI plugin under W2K SP2, we sometimes get the
    following error page from the plugin:
    HTTP/1.1 503 Server Error Server: Microsoft-IIS/5.0 Date: Wed, 22 Aug 2001
    13:27:36 GMT Connection: close Content-Type: text/html
    Message from the ISAPI plugin:
    Internal Server failure, ISAPI plugin. Cannot continue.
    Build date/time: Jun 22 2001
    Unfortunately, there is no systematic way to duplicate the problem. Note
    that it happens even under extremely light load (a single user).
    In one case, the whole WL server just died after it happened, i.e. the JVM
    (installed as a service) exited - no message was written into any log file.
    Is there any way to debug this ?
    Thanks,
    Alain.
    Alain Rogister
    http://www.ubiquity.be

    I'm having the same problem with wl sp5 with the server crashing
    without any error messages. How did you resolve your problem?
    On 27 Aug 2001 20:08:23 -0800, "Jong Lee" <[email protected]> wrote:
    >
    to debug: add "Debug=ALL" in iisproxy.ini and look at c:\temp\wlproxy.log.
    Also run the isapi with the option of:
    "Cached ISAPI applicaiton" and set the isolation level to "HIGH"
    thanks
    Jong
    "Alain Rogister" <[email protected]> wrote:
    Hi,
    With WL 6.1 and the ISAPI plugin under W2K SP2, we sometimes get the
    following error page from the plugin:
    HTTP/1.1 503 Server Error Server: Microsoft-IIS/5.0 Date: Wed, 22 Aug
    2001
    13:27:36 GMT Connection: close Content-Type: text/html
    Message from the ISAPI plugin:
    Internal Server failure, ISAPI plugin. Cannot continue.
    Build date/time: Jun 22 2001
    Unfortunately, there is no systematic way to duplicate the problem. Note
    that it happens even under extremely light load (a single user).
    In one case, the whole WL server just died after it happened, i.e. the
    JVM
    (installed as a service) exited - no message was written into any log
    file.
    Is there any way to debug this ?
    Thanks,
    Alain.
    Alain Rogister
    http://www.ubiquity.be

  • Message from the NSAPI plugin: "Internal Server Failure"

    Can someone explain the possible causes of the following message displayed when rendering a page:
    Message from the NSAPI plugin:
    Internal Server failure, NSAPI plugin. Cannot continue.
    Build date/time: Nov 10 2005 15:25:36
    Change Number: 673701
    Thanks

    you are probably using a custom NSAPI plugin from a 3rd party company that is emitting this message. to get more information on this issue, you can look into the NSAPI plugins loaded by <https-hostname>/config/magnus.conf and find out which nsapi plugin is causing this error. nsapi plugins bundled within web server like j2eeplugin or fastcgi does not emit this error
    also, you can increase the server log verbosity (by setting <log-level>finest</log-level> in config/server.xml and restarting the server
    hth

  • CP6 internal server reporting modifications - Post Results - Continue button

    I have searched the forum for similar issues, and have posed one or two questions, but I am struggling to get a clear direction as to how to post quiz results to an internal server automatically (including user variables), without the name/email dialog screen appearing. In addtion, to CLOSE the browser, on the Quiz Results slide,I have tried multiple options with the continue button, including a javascript command of: 
    top.window.close();
    (courtesy of Colday213)
    But this did not work for me when I tried to enter the script into the quiz preferences area (can't directly edit the continue button on the quiz results slide).
    I have already been posting practice results to my website using the standard INTERNAL SERVER reporting method.
    BUT --- here is my wish list --- to modify the process
    1. Capture user variables (First name, Last name, student ID and student number) and post them with the quiz results. I have a slide setup to to do this.
    2. Post results AUTOMATICALLY to the internal server without showing the Quiz Results slide at all.
    3. Have the quiz exit the browser completely once the quiz has been taken.
    My quiz results slide has TWO renamed buttons: SEND EXAM (Post results) and EXIT (Continue). My preferences on either pass or fail are "Continue". I have even made the "score" tiny font, and invisible (black text on black background), so the reults page shows (and which I wish did not appear).
    Perhaps only a LMS is the method to allow the above, but I may not have an LMS option --- hence, the internal server method..

    I will investigate the google spreadsheet option as that may solve the first two issues.
    Regarding the last item, EXITING the quiz (closing the browser) --- since the user gets to an ending slide that asks them if they are satisfied with their user variables entered at the start, perhaps I can program the javascript "exit" command on that slide, once the use varifies the data is correct?  Currently, a "continue" button appears after user data is verified, and then the button advances to the RESULTS slide, so that the resuls can be posted, which invokes the standard name/email dialog.
    If the widget posts the quz results to the google spreadsheet after the last question has bee answered, then I can either HIDE (skip) the results slide, or choose "don't show" (uncheck) the quiz results box in the preferences, and have the verification slide appear. Then, I just need to make the browser close from there (probably with a button).
    I will experiment with this option.
    I was also wondering if I can edit the PHP file that collects the quiz results to include the user variables?

  • Windows 2012R2 Server Image. Setup cannot continue due to a corrupted installation file.

    Hello!
    When I try to deploy Windows Server 2012R2 64bit on a local machine from my WDS server. I get this error :
    "Setup cannot continue due to a corrupted installation file. Contact the vendor of your Windows installation disc or your system administrator for assistance"
    This message appear at the last step of the installation. (Finishing Install)
    When I burn the image to a DVD I can install it problem free on my Machines. But when I capture said image and try to deploy it, this message appears.
    The same message also appears when I try to deploy a Windows 8.1 image.
    If I try to install this image with an unattended file. I get an error during "Install features" that there was a problem in "offline Servicing" even tough that field is Empty in my XML file.
    The server i'm using has Windows 2012 standard 64bit. And the Image files was downloaded through MSDN.

    Glad to hear the issue has been resolved.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Mirage Server Failure

    Hello Everyone,
    Here is my query " In a single Mirage server environment consider server failure occurs and mirage admins doesn't knows the cause for the server failure and he cannot estimate the time that will take to fix the server.
    We know that the network operations between client and server will be paused.
    Can anybody suggest me what is the best practice to maintain a backup server here in this case? and also suggest if customer is not ready to have one more server as a backup server"?
    Regards,
    Bathesha c

    Our best practice is always to have one extra Mirage server ("N+1").
    The cluster of Mirage servers should be connected to endpoints by a Loadbalancer.
    If one server stops running, clients will be rerouted to another server. As the servers are stateless, any operation will continue seamlessly.

  • Failure: Cannot connect to retrieve Database/current.zip: Internal Server E

    Hello
    I have installed an update connection proxy and I have registered it
    smpatch get
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source - https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""
    patchsvr setup -l
    Patch source URL: file:/patchsvr
    Cache location: /export/home/proxycashe
    I also did smpatch analyze > file
    and I downloaded the patches (*.jar) and copied them to
    /patchsvr/Patches
    But I don't really now from where to get the files: current.zip and detectors.jar
    I searched for them on the server and I found :
    /var/sadm/spool/cache/Database/https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2Fcurrent.zip
    /var/sadm/spool/cache/https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar
    and I copyed them in /patchsvr/Database and /patchsvr/Misc
    On an update connection client I did:
    #smpatch set patchpro.patch.source=http://192.168.0.71:3816/solaris/
    #smpatch analyze
    Failure: Cannot connect to retrieve Database/current.zip: Internal Server Error
    Can you please help me.
    Thanks.

    On the proxy I cannot execute:
    # rm /var/sadm/spool/patchsvr/*current.zip
    # rm /var/sadm/spool/patchsvr/*detectors.jar
    because /var/sadm/spool/patchsvr/ is empty.
    # patchsvr setup -l
    Patch source URL: file:/patchsvr
    Cache location: /export/home/proxycashe
    On the client:
    I removed the current.zip and detectors.jar
    # smpatch get
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source http://192.168.0.71:3816/ https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""
    # smpatch analyze -C patchpro.log.level=3 -C patchpro.debug=true
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a GUUS server
    ... ... Hostname of URL is 192.168.0.71
    ... ... Filename of URL is /xml/motd.xml
    ... ... File path portion of URL is /xml/motd.xml
    Defining request header : IF_MODIFIED_SINCE... valueThu Jan 01 02:00:00 EET 1970
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 404
    ((HttpURLConnection)connection).getResponseMessage() : motd.xml not found
    Error: Unable to download document : "xml/motd.xml"
    Cannot connect to retrieve motd.xml: motd.xml not found
    Unable to display any message of the day notices from Sun Microsystems. Refer to the log file for additional information.
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a GUUS server
    ... ... Hostname of URL is 192.168.0.71
    ... ... Filename of URL is /detector/detectors.jar
    ... ... File path portion of URL is /detector/detectors.jar
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    Last Modified Date read: Thu Jan 01 02:00:00 EET 1970
    ... Submitting download request against a GUUS server
    ... ... Hostname of URL is 192.168.0.71
    ... ... Filename of URL is /database/current.zip
    ... ... File path portion of URL is /database/current.zip
    Defining request header : IF_MODIFIED_SINCE... valueThu Jan 01 02:00:00 EET 1970
    Key 1 : Content-Type = application/java-archive
    Key 2 : Content-Length = 3750071
    Key 3 : content-disposition = attachment; filename=detectors.jar
    Key 4 : Date = Thu, 26 Jul 2007 05:26:25 GMT
    Key 5 : Server = Apache Tomcat/4.0.5 (HTTP/1.1 Connector)
    Key 6 : Content-length = 3750071
    Defining request header : IF_MODIFIED_SINCE... valueThu Jan 01 02:00:00 EET 1970
    Key 1 : Content-Type = application/zip
    Key 2 : Content-Length = 323247
    Key 3 : content-disposition = attachment; filename=current.zip
    Key 4 : Date = Thu, 26 Jul 2007 05:26:26 GMT
    Key 5 : Server = Apache Tomcat/4.0.5 (HTTP/1.1 Connector)
    Key 6 : Content-length = 323247
    Last Modified Date value written to /var/sadm/spool/cache/Database/http%3A%2F%2F192.168.0.71%3A3816%2F%2FDatabase%2Fcurrent.zip.lmd is 0
    Date format for this value: Thu Jan 01 02:00:00 EET 1970
    Last Modified Date file updated : /var/sadm/spool/cache/Database/http%3A%2F%2F192.168.0.71%3A3816%2F%2FDatabase%2Fcurrent.zip.lmd
    Last Modified Date value written to /var/sadm/spool/cache/http%3A%2F%2F192.168.0.71%3A3816%2F%2Fdetectors.jar.lmd is 0
    Date format for this value: Thu Jan 01 02:00:00 EET 1970
    Last Modified Date file updated : /var/sadm/spool/cache/http%3A%2F%2F192.168.0.71%3A3816%2F%2Fdetectors.jar.lmd
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a GUUS server
    ... ... Hostname of URL is 192.168.0.71
    ... ... Filename of URL is /entitlement/
    ... ... File path portion of URL is /entitlement/
    Defining request header : IF_MODIFIED_SINCE... valueThu Jan 01 02:00:00 EET 1970
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 404
    ((HttpURLConnection)connection).getResponseMessage() : default not found
    Error: Unable to download entitlement information using the update server proxy.
    Cannot connect to retrieve : default not found
    # ls -laR /var/sadm/spool/cache
    /var/sadm/spool/cache:
    total 7358
    drwxr-xr-x 6 root sys 512 Jul 26 08:25 .
    drwxr-xr-x 3 root sys 512 Jul 19 00:25 ..
    drwxr-xr-x 2 root root 512 Jul 26 08:25 Database
    drwxr-xr-x 2 root root 512 Jul 26 08:26 entitlement
    -rw-r--r-- 1 root root 3750071 Jul 26 08:25 http%3A%2F%2F192.168.0.71%3A3816%2F%2Fdetectors.jar
    -rw-r--r-- 1 root root 14 Jul 26 08:25 http%3A%2F%2F192.168.0.71%3A3816%2F%2Fdetectors.jar.lmd
    drwxr-xr-x 3 root sys 512 Jul 19 00:35 updatemanager
    drwxr-xr-x 2 root root 512 Jul 26 08:26 xml
    /var/sadm/spool/cache/Database:
    total 662
    drwxr-xr-x 2 root root 512 Jul 26 08:25 .
    drwxr-xr-x 6 root sys 512 Jul 26 08:25 ..
    -rw-r--r-- 1 root root 323247 Jul 26 08:25 http%3A%2F%2F192.168.0.71%3A3816%2F%2FDatabase%2Fcurrent.zip
    -rw-r--r-- 1 root root 14 Jul 26 08:25 http%3A%2F%2F192.168.0.71%3A3816%2F%2FDatabase%2Fcurrent.zip.lmd
    /var/sadm/spool/cache/entitlement:
    total 4
    drwxr-xr-x 2 root root 512 Jul 26 08:26 .
    drwxr-xr-x 6 root sys 512 Jul 26 08:25 ..
    /var/sadm/spool/cache/updatemanager:
    total 6
    drwxr-xr-x 3 root sys 512 Jul 19 00:35 .
    drwxr-xr-x 6 root sys 512 Jul 26 08:25 ..
    drwxr-xr-x 2 root sys 512 Jul 19 00:35 analysis.results
    /var/sadm/spool/cache/updatemanager/analysis.results:
    total 4
    drwxr-xr-x 2 root sys 512 Jul 19 00:35 .
    drwxr-xr-x 3 root sys 512 Jul 19 00:35 ..
    /var/sadm/spool/cache/xml:
    total 4
    drwxr-xr-x 2 root root 512 Jul 26 08:26 .
    drwxr-xr-x 6 root sys 512 Jul 26 08:25 ..

  • Cannot run PAPI in Weblogic Server 10g - Error 500--Internal Server Error

    I use Jdev 11g to create an ADF (PAPI) and deploy it to Weblogic 10g.
    The code is copied from Jdev 10g. The PAPI works fine in when running in Jdev 10g
    However, after I deploy the ADF (PAPI) created using Jdev 11g to the Weblogic server. The following error appears.
    How to modify the code? Should I add the fuego lib to the weblogic domain?
    I try to add the fuegopapi-client.jar to Weblogic Server. But it shows error: Unable to access the selected application. java.lang.NullPointerException
    BPM is running in BPM standalone. I do not use PAPI webservice
    Sincerely
    Error 500--Internal Server Error
    javax.faces.el.EvaluationException: fuego.directory.exception.DirectoryNotAvailableException: Unable to connect to the Directory Service. If the problem persists, contact your system administrator.
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:458)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:763)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:640)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:275)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:175)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:61)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:279)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:239)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:196)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:139)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: fuego.directory.exception.DirectoryNotAvailableException: Unable to connect to the Directory Service. If the problem persists, contact your system administrator.
         at fuego.directory.exception.DirectoryNotAvailableException.wrapDNAException(DirectoryNotAvailableException.java:33)
         at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:81)
         at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:34)
         at fuego.directory.provider.jdbc.JDBCPersistenceManager.getConnection(JDBCPersistenceManager.java:437)
         at fuego.directory.provider.jdbc.JDBCPersistenceManager.checkConnectivity(JDBCPersistenceManager.java:91)
         at fuego.directory.provider.DirectorySessionImpl.connect(DirectorySessionImpl.java:242)
         at fuego.directory.provider.Factory.startSession(Factory.java:405)
         at fuego.directory.Directory.startAnonymousSession(Directory.java:214)
         at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
         at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
         at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
         at fuego.papi.ProcessService.create(ProcessService.java:335)
         at hypapai2.view.backing.P1.commandButton1_action(P1.java:54)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
         ... 32 more
    Caused by: fuego.connector.ConnectorException: External resource [fuego] of type [SQL] is not initialized.
    Detail:External resource [fuego] cannot be used because it failed to initialize correctly at service startup.
    That failure generated a warning in the server log.
    Check the logs for the details on the failure.
         at fuego.connector.ConnectorException.connectorNotInitialized(ConnectorException.java:60)
         at fuego.connector.ConnectorService.getConnectorInterface(ConnectorService.java:527)
         at fuego.connector.CompositeConnectorService.getDirectoryConnectorInterface(CompositeConnectorService.java:446)
         at fuego.connector.CompositeConnectorService.getConnectorInterface(CompositeConnectorService.java:293)
         at fuego.connector.ConnectorTransaction.registerConnectorInterfaceCoordinator(ConnectorTransaction.java:656)
         at fuego.connector.ConnectorTransaction.getResource(ConnectorTransaction.java:315)
         at fuego.directory.jdbc.JDBCConnectionProvider.getEntry(JDBCConnectionProvider.java:68)
         ... 50 more

    While still using PAPI, try also adding b1oracle.jar, b1base.jar and b1util.jar to your ADF project.
    These jars could be found from your BPM Studio installation.
    HTH

  • OS X server (10.10.1) Imap Internal login failure

    I have a problem with my main server on a OS X server 10.10.1 (Mac mini)
    Clients cannot log in to the IMAP side of an account on the server.
    So when using the mail client Connection Doctor the SMTP is successful and the IMAP portion not.
    This happens with both accounts Local as with the accounts in the Open Directory service
    The log of the Open Directory service indicates that ist was an successful login.
    The IMAP log shows.
    error Jan 17 18:44:04 imap-login: Info: Internal login failure (pid=93306 id=27) (internal failure, 1 successful auths): user=<test>, method=PLAIN, rip=10.0.0.101, lip=10.0.0.101, mpid=93310, TLS
    The user test is local users.
    The server was up-grade from Maverick to Yosemite a few months ago.
    It runs 10.10.1 and Server 4.0.3
    Any suggestion?
    Thanks and regards,
    Jacob

    The reason that I wanted to use WGM was because it allows you to configure a maximum backup volume size per machine. If you just configure through TM, a single machine could fill the entire volume with backups.
    I know that there's a way to use hdiutil to max the sparsebundle size that is created when you don't use WGM, but lets face it folks - if the option is there, then apple should support it!

  • Sync failure because itunes cannot connect to the sync server PLEASE HELP!!

    HELP! I cannot get my info back into my iphone.
    During sync I get an error message that says 'sync failure because itunes cannot connect to the sync server''
    I have had this problem today so i restored the iphone and it has synched the ipod portion but will not sync calenders, contacts , email accounts or bookmarks.
    The restore erased all of these and now i cannot replace them.
    Thank you in advance for any help in solving this crisis.

    I had the same problem (not from day one but within the past couple months). Anyway, I wish I had made note of everything that the quick-and wonderful-Apple support did when I finally decided to give them a call today-after getting tired of not being able to update calendars and contacts and not seeing any helpful info here-unfortunately, I continue that legacy (as I can't remember everything I had to do to fix-sorry) Ultimately involves creating a new user I called mine IPHONE...then doing some of this and that-and finally merging info and going to "Terminal" and typing in some code...then deleting some of the old files, Took about twenty-minutes on the phone. Sorry I didn't think ahead for others and write al this down...but just know the Apple people were great. I talked to a gal for about ten minutes very methodically trouble-shooting. When nothing worked she shifted me over to a real nice guy who calmly and politely guided me through all the steps to fix this annoying problem. I hate to say it, but just get on the phone and-if you have the same experience as me-you will get 5 Star treatment and your sync will work like a dream. Every time I have to contact Apple Support (which isn't that often) my experience is nothing but the best. Unbelievable customer service! Methodical, Personable, and truly knowledgeable! There is a fix and it works like a dream. Not that hard but you'll need customer service to walk you through it-as I can't (sorry I can't be of much help...) Good luck!

  • SCOM - -500 Internal Server Error - There is a problem with the resource you are looking for, and it cannot be displayed

    Hi There,
    Need your assistance on the issue that we are facing in prod environment.
    We are able to open web console from remote machine and able to view monitoring pane as well as my workplace folders from console . Able to view and access alerts and other folder in the monitoring pane. We are able to view and access My Workplace folder
    and able to view the reports in Favorite Reports folder. But when I click on run Report we  are getting the below error  "500 Internal Server Error - There is a problem with the resource you are looking for, and it cannot be displayed."
    In our environment we have 3 servers one is SQL server and two are SCOM servers. Please advise how to fix this issue. Do we have to do any thing from SQL End?
    Errors: Event ID 21029: Performance data from the OpsMgr connector could not be collected since opening the shared data failed with error "5L".
     Event ID 6002 : Performance data from the Health Service could not be collected since opening the shared data failed with error 5L (Access is denied.).
    Regards,
    Sanjeev Kumar

    Duplicate thread:
    http://social.technet.microsoft.com/Forums/en-US/7675113e-49f0-4b3a-932b-4aceb3cfa981/scom-500-internal-server-error-there-is-a-problem-with-the-resource-you-are-looking-for-and-it?forum=operationsmanagerreporting
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Failure (HTTP 500 Internal Server Error) while buy...

    I tried to buy an online number (for Netherlands) but after completing and confirming my company details the following page (https://manager.skype.com/buy/online-number/data-c​ollection) give a HTTP 500 Internal Server Error.
    Could someone from Skype contact me about this problem?
    Regards, Maikel

    Adcfgclone scripts on both DB and App Tiers, as well as Adautocfg scripts, complete successfully but I am faced with a "HTTP 500 Internal Server Error" and "The website cannot display the page" through IE when starting R12 Apps post clone. So far I have run a script on the cloned environment to synchronize the Workflow tables with APPS user, and re-ran autoconfig on both DB and App Tiers, but I still see the 500 error.
    Any other pointers? Thanks in advance!What does "adopmnctl.sh status" return?
    The error you are getting "HTTP 500 Internal Server Error" is a generic one, please check Apache log files and the application.log file for details about the error.
    R12: Troubleshooting 500 Internal Server Error in Oracle E-Business suite [ID 813523.1]
    Http 500 : Internal Server Error When Login To A New Cloned Environment [ID 781413.1]
    Also, please confirm that you have no errors in the database log file.
    Thanks,
    Hussein

  • Premier Elements 12 Cannot burn DVD Get error message of internal software failure

    Cannot butn DVD with Premier Elements 12 Get error message of internal software failure.

    Great news JMD103.
    There should be a big red pop-up, when one adds a Stop Marker to the end of the Timeline, saying "Do NOT do that!" That Stop Marker will almost always yield a failed Project output to DVD.
    Good luck, and happy editing,
    Hunt

  • Cannot open the Infoview error " HTTP 500 - Internal server error  Internet

    Hi All,
    I am new to Business Object XI, now i have a situation where i cannot open Infoview from one the four IBM web sphere, but i can open from rest of the there web sphere and all the other links are working properly in the same websphere. its giving the error "   HTTP 500 - Internal server error  Internet ".

    Hi all,
    Can anyone help me regards this issue, did anyone has faced the issue previously..........

Maybe you are looking for

  • Error while posting SOAP request

    Hi All,    I am working on one SOAP to RFC syncronous scenario, when i am checking the scenario using XML spy i am getting following error, Please help me <?xml version="1.0"?> <!-- see the documentation --> <SOAP:Envelope xmlns:SOAP="http://schemas.

  • Really need some !!HELP!! ALMOST 6 MONTHS WITH OUT BURNING A CD

    I've posted before about my problem but but i still have not gotten an answer. This might be my last atempt to get any help before i end up taking my laptop to a repair shop so here we go. I've recently ran a diagnostic with i tunes and here it is: M

  • Sub-contracting Purchase order not functioning properly

    Hi     We are having issues with a PO 45007xxxxx. This PO is set-up as a subcontracting PO. In the component section I have a material 1232  that it is supposed to consume material 1232 when material 97 is received against this order. At the end of M

  • Can't get iMovie to open

    I'm just back from the Genius Bar. My appt was to get help on not being able to get iMovie to open. The genius said to download all the current software updates and that would solve the problem. He said that post-updates I would have OSX10.5.4. But I

  • Need one abap program.....pls help

    Hi all, i have need one ABAP program , which can dispaly how many same number of charecter are there. ex : my input is  suresh. output is,,, 2 - s 1 - u 1 - r just like that.. pls help me.. thanks in advance. indu