Webservd -v returns error message - no response

good afternoon
I've found an issue on my Sparc system running Solaris 9. I have WebServer 6.1 SP2 installed. If I run the "webservd -v" command, I immediately get the response on-screen of:
ld.so.1 : ./webservd: fatal: libldap50.so: open failed: no such file or directory
Is there a "patch" that I may be missing. Any hints appreciated.
Thanks and have a good day.

Are you trying to check the version? If yes, you can use the "start" script of the instance as follows:
# ./start -version
Sun Microsystems, Inc.
Sun ONE Web Server 6.1SP2 B04/07/2004 16:09
Thanks
Manish

Similar Messages

  • After upgrading to Lion the bookmarks in Preview returns error message.

    After upgrading to Lion the bookmarks in Preview returns error message : The File "****" couldn't be opened because you don't have permission to view it. To change the perimssion, select the item in finder and Choose File info.  I have bookmarked plenty of files in Preview.  How to overcome this error message???

    Doesn't work Steve. I think it is an issue with Preview being sandboxed (check the sandbox column in Activity Monitor: Preview = Yes). Sandboxed apps restrict file access to those the user has explicitly selected. My theory is that this causes the unfortunate side effect of bookmarked or linked PDFs not working. A simple test: open a file with bookmarks, manually open the bookmarked file and then select the bookmark in the first file - it should open with no complaints about permissions (which leads to a weak workaround: open all the PDFs you intend to work with!).

  • AuditActivityReport  returned error message

    Hi!
    i'd like to get Audit Activity Report, but return error message "An error has occurred during report processing. (rsProcessingAborted)
    Query execution failed for data set 'ActivityData'. (rsErrorExecutingCommand)
    For more information about this error navigate to the report server on the local server machine, or enable remote errors "
    this problem in BPC 5.1 MS, SQL 2003
    thanks
    Arai

    thanks
    i solved this problem. mistake was in string connection for OsoftDataAudit

  • Can't access a mailbox - error message "unexpected response format"

    I went to look at mail message in one mailbox. At first it said that it was having difficulty downloading from the server. I closed and opened the mail program and then I couldn't even get that message. I went over to ".mac" to see if I could view the message there, and I am now seeing an error message - "unexpected response format".
    I have already tried to "rebuild" the mailbox. That didn't work. I've had some problems that were similar, and I've deleted a mail message that was causing the thing to be stuck. This time, I can't even get in. Need serious help, thanks.

    The thing is, this appears to be a .Mac issue that none of us can do anything about, and for which one of the .Mac Forums may be more appropriate...

  • Returning error messages to shell with TERMOUT OFF

    Hi all,
    I did a search in this forum and I couldn't find the answer.
    I am unloading (spooling) a table using SQLPLUS. Since I don't want to display these records on screen I am using set termout off.
    But I want to see error messages on the screen. I used whenever sql error exit sql.sqlcode. It is displaying the error messages in the spool file. But I would like to have these on screen so that I can capture all my errors in to a log file.
    Thanks in advance,
    Naren

    There is no setting in SQL*Plus to separate
    errors from other text.
    There is a general risk using sql.sqlcode.
    The OS may not be able to cope with large numbers,
    the returned value may be modulus the maxium
    return code allowed. The risk is that the final
    value may be the same as a successful return value.
    For safety I exit with FAILURE and then
    check the output file for the exact error.
    -- CJ

  • Returning error messages to sheel with termout off

    Hi,
    I did a search in this forum and I couldn't find the answer.
    I am unloading (spooling) a table using sqlplus. Since I don't want to display these records on screen I am using set termout off.
    But I want to see error messages on the screen. I used whenever sql error exit sql.sqlcode. It is displaying the error messages in the spool file. But I would like to have these on screen so that I can capture all my errors in to a log file.
    Thanks in advance,
    Naren

    There is no setting in SQL*Plus to separate
    errors from other text.
    There is a general risk using sql.sqlcode.
    The OS may not be able to cope with large numbers,
    the returned value may be modulus the maxium
    return code allowed. The risk is that the final
    value may be the same as a successful return value.
    For safety I exit with FAILURE and then
    check the output file for the exact error.
    -- CJ

  • How to get the returned error messages in the Try/Catch block in DS 3.0?

    A customer sent me the following questions when he tried to implement custom error handling in DS 3.0. I could only find the function "smtp_to" can return the last few lines of trace or error log file but this is not what he wants. Does anyone know the answers? Thanks!
    I am trying to implement the Try/Catch for error handling, but I have
    hard time to get the return the msg from DI, so I can write it to out
    custom log table.
    Can you tell me or point me to sample code that can do this, also, can
    you tell me which tables capture these info if I want to query it from
    DI system tables

    Hi Larry,
    In Data Services XI 3.1 (GAd yesterday) we made several enhancements for our Try/Catch blocks. One of them is the additional of functions to get details on the error that was catched :
    - error_message() Returns the error message of the caught exception
    - error_number() Returns the error number of the caught exception
    - error_timestamp() Returns the timestamp of the caught exception.
    - error_context() Returns the context of the caught exception. For example, "|Session Datapreview_job|Dataflow debug_DataFlow|Transform Debug"
    In previous versions, the only thing you could do was in the mail_to function specify the number of lines you want to include from the error_log, which would send the error_log details in the body of the mail.
    Thanks,
    Ben.

  • Ping iTunes server returns error message

    Help!! I have tried to ping the server following the instructions on the Tech Specs page (http://www.apple.com/itunes/podcasts/techspecs.html), but whenever I put the URL w/podcast id into my browser, I simply get an error message back from Apple and the XML file is not updated immediately.
    Here's the URL I used:
    https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=108627247 where the id is my podcast (Harpeth Hall LIbrary). Am I missing something?
    Here's the error message:
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    An invalid character was found in text content. Error processing resource 'https://phobos.apple.com/WebObjects/MZFinance.wo...

    scoutwert
    The call was intended to be basically a one-way notification. No real return value per se other than the http 200 success header if your message is received. Having said that, it's certainly pretty gross looking if you ping in a browser. A bug has been filed against this behavior so that in the future you can get a more friendly assurance in a web browser that your ping went through. In the meantime you might consider just pinging on the command line like this:
    curl -I https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=108627247
    If it was received by the iTMS server, you'll see:
    HTTP/1.1 200 OK
    in the output. That 200 means the ping was received not that it has run yet.
    d

  • Web service error message ' Invalid Response Code: (403) Forbidden'

    Hi Experts,
    I created a webservice, and it working fine in Development and Quality systems. But it is not working in Production system. When trying to click on 'Open Web Service navigator for selected binding' for testing it's giving the following error message.
    Cannot download WSDL from http://na00stgerp01.systems.corbis.net:8003/sap/bc/srt/wsdl/bndg_DFCA9B84C8D5A7F1A013001C23C37FBD/wsdl11/allinone/standard/document?sap-client=120: Invalid Response Code: (403) Forbidden. The requested URL was:"http://na00stgerp01.systems.corbis.net:8003/sap/bc/srt/wsdl/bndg_DFCA9B84C8D5A7F1A013001C23C37FBD/wsdl11/allinone/standard/document?sap-client=120"
    Please suggest me any solution.
    Thanks
    Lakshminarayana

    Hi Lakshminarayana,
    there may be lots of reasons.
    [http://lmgtfy.com/?q=http%20%2B%20403]
    Regards, Hubert

  • CALL Transaction 'MIRO' return error messages in MESSTAB

    Dear All,
    We have created a test function module to call transaction 'MIRO', the function works fine on one server but the same give error messages on other server.
    The messages returned by call transaction is as follows
    ======================================================
    Messages retunrned by 'CALL Transaction MIRO' as on server I (success)
    ======================================================
    1 MIRO SAPLMR1M 6000 I E F5 096 1,002,010.00 INR Advance to Vendors CTU
    2 MIRO SAPLMR1M 6000 S E F5A 034 BusA CTU
    3 MIRO SAPLMR1M 6000 S E M8 060 5200000423 CTU
    ======================================================
    Messages retunrned by 'CALL Transaction MIRO' as on server II (error)
    ======================================================
    1 MIRO SAPLMR1M 6000 S E F5 480 RE Doc. Header Text CTU
    2 MIRO SAPLMR1M 6000 I E M8 584 CTU
    3 MIRO SAPLMR1M 6000 S E F5 480 RE Doc. Header Text CTU
    4 MIRO SAPLMR1M 6000 S E 7Q 333 1008473 CTU
    5 MIRO SAPLMR1M 6000 E E F5 480 RE Doc. Header Text CTU
    In fact, when the MIRO screen is displayed to user and user enter the data in MIRO and simulate, there is no error.
    But when we post the transaction the screen is exited without displaying the invoice document number.
    Where as if we call MIRO directly, it works fine without any error.
    Kindly help.
    Regards
    Ruhi Hira

    The sample code is
    FUNCTION Z_TEST_MIRO.
    ""Local Interface:
    *"  EXPORTING
    *"     REFERENCE(ERRCODE) TYPE  N
    *"     REFERENCE(INVOICENUMBER) TYPE  C
    *"     REFERENCE(OLDINVOICENUMBER) TYPE  C
        DATA: BEGIN OF tran_opts,
            dismode   TYPE ctu_params-dismode VALUE 'A',
            updmode   TYPE ctu_params-updmode VALUE 'S',
            cattmode  TYPE ctu_params-cattmode,
            defsize   TYPE ctu_params-defsize ,
            racommit  TYPE ctu_params-racommit,
            nobinpt   TYPE ctu_params-nobinpt VALUE 'X',
            nobiend   TYPE ctu_params-nobiend,
        END OF tran_opts.
        DATA: BEGIN OF MESSTAB OCCURS 10.
            INCLUDE STRUCTURE BDCMSGCOLL.
        DATA: END OF MESSTAB.
        ERRCODE = 0.
        GET PARAMETER ID 'RBN' FIELD OldInvoiceNumber.
        DATA BEGIN OF BDCDATA OCCURS 1.
            INCLUDE STRUCTURE BDCDATA.
        DATA END OF BDCDATA.
        CALL TRANSACTION 'MIRO' USING BDCDATA OPTIONS FROM tran_opts MESSAGES INTO MESSTAB.
        LOOP AT MESSTAB.
            WRITE: / MESSTAB-TCODE,
            MESSTAB-DYNAME,
            MESSTAB-DYNUMB,
            MESSTAB-MSGTYP,
            MESSTAB-MSGSPRA,
            MESSTAB-MSGID,
            MESSTAB-MSGNR,
            MESSTAB-msgv1,
            MESSTAB-msgv2,
            MESSTAB-msgv3,
            MESSTAB-msgv4.
            IF MESSTAB-MSGTYP = 'S' AND MESSTAB-msgid = 'M8' AND MESSTAB-msgnr = '060'.
                invoicenumber = messtab-msgv1.
            ENDIF.
        ENDLOOP.
        IF OldInvoiceNumber = InvoiceNumber OR InvoiceNumber IS INITIAL.
            ERRCODE = 1.
        ELSE.
            ERRCODE = 0.
        ENDIF.
        REFRESH BDCDATA.
    ENDFUNCTION.

  • Getting a "Return" error message when compiling

    I have the following code below that works when I don't use any methods.
    When I insert the side method(), I always get an error message "missing return statement".
    I can't figure out what I am doing wrong.
    It runs fine as it is but I am trying to modify it by using separate methods (just to learn how to use and call methods).
    I am trying to replace what I have in the main method in separate method called "side".
    Here is the code
    import javax.swing.*;
    public class Round
    private String output = "";
        //message error occurs when this method is added;   
       public String side()
             for (int row  = 1; row <=5 ; row ++)
               if (row == 1 || row == 5)
                return output += "      * *  \n"; 
        public static void main(String args[])
            String output = "";
      //the for loop (before the else) is copied into the side method. 
             for (int row  = 1; row <=5 ; row ++)
               if (row == 1 || row == 5)
                 output += "      * *  \n"; 
               else
                 if (row == 2 || row ==4)
                 output += " *           * \n"; 
               else                     
                 output += "*              *\n";
            JOptionPane.showMessageDialog(null,output); 
            System.exit(0);
    }Thanks for your help.

    I did as you suggested and still get the same results.
    I also tried using on one return statement after the for loop but still got an error message.
    Do you know how I can fix this?
    thanks
         public String side()
             for (int row  = 1; row <=5 ; row ++)
               if (row == 1 || row == 5)
                return output += "      * *  \n"; 
               else
                 if (row == 2 || row ==4)
                 return output += " *           * \n"; 
               else                     
                return output += "*              *\n";
    [\code]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • ITunes returns Error Message cannot sync apps installed on iPad because the apps installed could not be determined

    Hello,
    I have been trying to fix this problem with no success for awhile. When I try and backup and sync my iPad Air iOS 7.1.1 iTunes keeps returning the error message
    " iTunes cannot sync apps to the iPad because the apps installed on the iPad could not be determined"  iTunes is current with all updates and is running on a MacBook Pro 8,3 running OS X 10.9.3.

    Hi RayCanada,
    Welcome to the Support Communities!  I'm not sure what steps you have taken so far to troubleshoot this issue, but I have a couple of suggestions for you to try.  The first thing I would suggest is to quit all apps and sign out of the iTunes Store on your iPad, disconnect it from your Macbook Pro, and turn it off.    Then restart your Macbook Pro.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/HT1311?viewlocale=en_US
    Tap Settings > iTunes & App Stores.
    Tap your Apple ID.
    Tap Sign Out.
    Turn your iPad Air on, and sign into your iTunes Store account using the same Apple ID you used to purchase the apps.  Connect it to the MacBook Pro using the Apple USB cable that it came with.  Try to sync again with your iTunes library on your Macbook Pro.
    Alternatively, you can download any iTunes Store purchased content using the same Apple ID directly to your iPad.  Here's how:
    Download past purchases
    http://support.apple.com/kb/HT2519
    Not sure which Apple ID you used to make purchases?  You can review your entire purchase history using your computer:
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers
    http://support.apple.com/kb/ht2727
    I hope this information helps ....
    - Judy

  • V8.16 returns error message upon opening database.

    When opening a database using V8.16 support files and drivers the following error message is returned. "ODBC - Tunnel Error ORA-01456: may not perform insert/delete/update operation inside a READ ONLY transaction.
    This error does not occur using V8.15.
    What is the cause of this problem?

    You don't by any chance have the 'connect in read-only mode' option checked on your DSN do you?
    Justin Cave

  • How to validate and return error message

    JDev 9.0.5.2 ADF UIX and Struts
    Scenario:
    I have a uix input page with 2 view objects (VO1-updates an entity object, VO2-sql viewobject, no entity).
    I have a Save button and its event where I want to handle the validation check and then commit the data. I need to manually check the VO2 fields in java and if none of them are populated, I need to stay on the same page and return a message. If one of the fields is populated, I need to save the data in VO1 and insert the values in VO2 into a table using java.
    I have been looking at the dataForwardAction class for the page but I am not sure if I should be overriding methods and which ones, as well as how to remain on the page if VO2 does not have at least 1 value populated with a message to the user.
    Any help is greatly appreciated.

    Hmm, I believe while, ActionError.GLOBAL_ERROR is a static string variable, it is used to hold the value that identifies the global error properties. I know I add multiple errors to global errors. Regardless, instead of ActionErrors.GLOBAL_ERROR you can use your own property, such as "test". Then on your jsp page you can use this tag: <html:errors property="test"/> and it should pull the relevant action error information. The value "context.errors.password.bad" by the way refers to a value in your ApplicationResources.properties file or whatever message resource file you have designated in your struts config as default.

  • How to return error message using macro or others ways

    Hi !
    I need your help to find a technical solution.
    We have an alv object with 2 parameters (a checkbox and a writable field which is for address mail.) When you push the button B1, the function module SX_INTERNET_ADDRESS_TO_NORMAL is called to verify the email address.
    If I use the classic way to show the exceptions returned by the function module, the user can read the message but when he does an action on the program this dump. (The program has been killed.)
    I am looking for a way to show the error message and the possibility to change the email address. I think that using a popup information would work but I do not find this way very nice. Can I use macro to have the message on the status? In positive case, could you explain me how to use it?
    Thanks!

    check the context in which the message statement is running, [here in sap library - message processing|http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbaae335c111d1829f0000e829fbfe/frameset.htm], you will get the answer why!

Maybe you are looking for

  • Laser Jet 1020 will no longer print Internet/email. Error message is res://ieframe/dll/preview.js

    Laser Jet 1020 used to print just fine from internet explorer. Suddenly it quit printing and I get an error message res://ieframe.dll/preview.js  The bottom of the error message asks if I want to cancel script. Prints fine from other windows applicat

  • Maintenance of  Condition records in CRM

    Hi all, Environment CRM 4.0, R/3 4.6c, where do i create condition records in CRM? we have pricing procedure,Document pricing procedure,Customer pricing procedure and Sales area in place and also configured Pricing procedure determination, assigned D

  • How do I create a Contact sheet in CS6

    How do I create a Contact sheet in CS6 using Mac OSX 10.9.2? I have used the 'video help' but my drop down menu doesn't correspond to the advice given.

  • How do I convert albums to folders?

    I have about 15,000 high-res photographs in maybe 20-30 albums in my iPhoto library and am finding that iPhoto falls sorely short in managing them for me. I want to stop using iPhoto altogether and maybe move to Aperture or Lightroom. My issue now is

  • Problems whith Apache bridge

    I Try to install module weblogic in httpd.conf of apache . I got this modules whith weblogic service pack 6 . The problem is that libraries doesn't run ok cause this : "Added DSO modules /mod_wl.so uses plain Apache 1.3 API ,this module might crash u