Console output not getting flushed - Causing server to hang - WLS 6.1 sp1

I am running WLServer 6.1 sp1 on Win 2000.
I start up the server from a Windows command prompt.
A web-app is deployed and some output is written to the console
The application functions correctly for a while and then stops
functioning. The browser keeps waiting for output. When I go to the console window
and hit the ENTER key a bunch of log statements that the app logged appear and
then the page on the browser also gets displayed. Seems like a problem with flushing
the output. Any help is appreciated.
Thanks
Anand

Yes. This is a Windows2000 problem. It doesn't happen on NT or Solaris. It
will often happen if you scroll the DOS window up to look at something in
the DOS window buffer and it gets cleared by pressing the enter key as you
point out.
Tom
"Anand Narayan" <[email protected]> wrote in message
news:[email protected]..
>
I am running WLServer 6.1 sp1 on Win 2000.
I start up the server from a Windows command prompt.
A web-app is deployed and some output is written to the console
The application functions correctly for a while and then stops
functioning. The browser keeps waiting for output. When I go to theconsole window
and hit the ENTER key a bunch of log statements that the app logged appearand
then the page on the browser also gets displayed. Seems like a problemwith flushing
the output. Any help is appreciated.
Thanks
Anand

Similar Messages

  • Output not getting displayed in Forms

    Hi,
    I have created a sample VC application using  BAPI_BANK_GETDETAIL BAPI.
    I am passing bank key and bank Country as inputs to the Bapi using the input form and this bapi returns
    Bank Details and Address Details. I am trying to display the address details into a form...
    The data service is working fine.
    But When I deploy, after entering the input fields and submitting the corresponding address details are not getting displyed in the output form.
    I am not able to understand the problem with forms... If the output is in the form of a table it is working fine.. But for forms it is not working... I tried with so many other BAPIS..it is the same case for output forms...
    Request you to kindly ket me of if you have any idea for the above mentioned problem.
    Regards,
    Shilpa B.V

    Hi Sandeep,
    I have Selected 5 fields to be displayed in the form and they are automatically mapped...
    I am not getting if I am missing anything here... Beacuse is it very straight forward, but still it is not working..
    No, I am not getting any message!
    Kindly let me know if you have any more ideas...
    Regards,
    Shilpa B.V

  • Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition

    I am trying to consume an ASMX Web Service in a console app, its working fine in Windows 7,Windows Server 2012 Standard,Windows Server 2008 R2 DataCenter,Windows Server 2008 R2 Enterprise, But its not working in Windows Server 2008 R2 Standard Edition which
    is the deployment server.
    I tried consuming the ASMX web service using Web Reference and Service Reference as well but its not helping. Its throwing up the following error,
    Message:There is an error in XML document (1, 331491).
    Inner Exception : System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 331491.
    The scenario is that i call the web service and it returns me an XML i am not able to receive the XML on Windows Server 2008 R2 Standard Edition.
    Please provide suggestions on this I need to resolve this ASAP.

    Hi,
    This question is better asked here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=asmxandxml
    Experts here are more familiar about it and they can give you more efficient suggestion.
    Thank you.

  • Output not getting proposed from a Purchase Order just for One vendor

    Hi All,
    We have an issue where in we have maintained a condition record with the access as "Purchase Doc type (NB) and Purchase Organization(XXXX):" pointing towards a "LS" partner function (ALE) and "4"
    We have also maintained Partner configuration correctly. The issue which happens only in Production and not in TEst systems which is " only for ONE VENDOR the output is not getting proposed and for the other vendors it is getting proposed correctly. We also have a requirement attached to the Output and we do not have any vendor specific logic.
    We also checked /Compared both the test and production system on Output Configuration as well as master data for VEndor and Info records and they seem to be ok.
    Does any one faced a similar situation why an Output would not propose just for one specific vendor?
    Would appreciate if any one can reply asap.
    Thanks,

    Then check with the requirement you are using bd64 is distribution model.
    Check with ur output type, requirement and output determination. ale service comes only in picture partner profile with outbound parameters.
    have u done the correct entries under message control in outbound parameters.
    thanks
    Aman

  • Db Console service  not getting started

    Hello,
    I am trying to start DB console from services and also from the command prompt.Its not getting start from both.
    The database is up and running. Even the Isqlplus service is running successfully. Any idea why the DB Console could not be getting started.
    Regards,
    Faiz
    [email protected]

    Hi,
    I have this same issue of not able to start my Oracle 10g DBConsole on my windows xp machine.
    this is what happened. the dbconsole was starting up fine until we had to change the IP address of our systems.
    from the moment we changed IP address of our systems, the dbconsole is not functioning at all.
    i have even update the hosts file under window system32 folder. but still dbconsole is not starting.
    initially i was getting error as ORACLE_SID not set. so i set the environment variable. and then when i try to start dbconsole at command prompt as
    c:>emctl start dbconsole
    i get error as
    "OC4J Configuration issue. C:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole
    _DECK_AAORCL not found."
    Can someone help me solve this.
    Thanks,
    Philip.

  • Output not getting properly

    Dear All,
    i am getting problem in  At new command, in my out put i am getting '****'  after first field, i refer some threads also then also not getting plz any body help me.
    Thanks.
    REPORT  ZLC_REP no standard page heading.
    line-size 250
    *line-count 36(4).
    TABLES : LFA1,BKPF,BSEG,BSAD.
    SELECT-OPTIONS : DATE FOR BKPF-BLDAT,
                     LC  FOR  BKPF-XBLNR.
    *SELECT-OPTIONS :
    TYPES : BEGIN OF TY_FINAL,
            XBLNR TYPE BKPF-XBLNR,
            BELNR TYPE BKPF-BELNR,
            LIFNR TYPE LFA1-LIFNR,
           LAND1 TYPE LFA1-LAND1,
            NAME1 TYPE LFA1-NAME1,
            BLDAT TYPE BKPF-BLDAT,
            BKTXT TYPE BKPF-BKTXT,
            dmbtr TYPE BSEG-dmbtr,
            END OF TY_FINAL.
    TYPES :  BEGIN OF TY_BKPF,
             BUKRS TYPE BUKRS,       "Company Code
             BELNR TYPE BKPF-BELNR,      "Doc.Number
             XBLNR TYPE XBLNR,
             BLDAT TYPE BLDAT,       "Vendor Invoice Date
             BKTXT TYPE BKTXT,
             END OF TY_BKPF.
    TYPES : BEGIN OF TY_BSEG,
            BUKRS TYPE BUKRS,      "Company Code
            BELNR TYPE BSEG-BELNR,
            dmbtr TYPE dmbtr,
            umskz type umskz,
            LIFNR TYPE BSEG-LIFNR,      "Vendor Number
            END OF TY_BSEG.
    TYPES  :BEGIN OF TY_LFA1,
            LIFNR TYPE LIFNR,
            NAME1 TYPE NAME1,
           LAND1 TYPE LAND1,
            END OF TY_LFA1.
    DATA : T_FINAL TYPE STANDARD TABLE OF TY_FINAL INITIAL SIZE 1,
           W_FINAL TYPE TY_FINAL.
    DATA : M_FINAL TYPE STANDARD TABLE OF TY_FINAL INITIAL SIZE 1,
           W1_FINAL TYPE TY_FINAL.
    DATA : T_BKPF TYPE STANDARD TABLE OF TY_BKPF INITIAL SIZE 1,
           W_BKPF TYPE TY_BKPF.
    DATA : T_BSEG TYPE STANDARD TABLE OF TY_BSEG INITIAL SIZE 1,
           W_BSEG TYPE TY_BSEG.
    DATA : T_LFA1 TYPE STANDARD TABLE OF TY_LFA1 INITIAL SIZE 1,
           W_LFA1 TYPE TY_LFA1.
           data : res type i.
    SELECT BUKRS
           BELNR
           XBLNR
           BLDAT
           BKTXT
           FROM BKPF INTO TABLE T_BKPF
           where BLDAT IN DATE
           AND XBLNR in  LC.
    IF T_BKPF IS NOT INITIAL.
    SELECT    BUKRS
              BELNR
              dmbtr
              umskz
              LIFNR
              FROM BSEG INTO TABLE T_BSEG
              FOR ALL ENTRIES IN  T_BKPF
             WHERE  BUKRS = T_BKPF-BUKRS
               WHERE BELNR = T_BKPF-BELNR
              and umskz = 'L'.
    ENDIF.
    IF T_BSEG IS NOT INITIAL.
      SELECT LIFNR
           LAND1
             NAME1
             FROM LFA1 INTO TABLE T_LFA1
             FOR ALL ENTRIES IN T_BSEG
             WHERE LIFNR = T_BSEG-LIFNR.
             ENDIF.
    *&       Sending Data to  Final Internal table                         *
    LOOP AT T_BKPF INTO W_BKPF.
    READ TABLE T_BSEG INTO W_BSEG WITH KEY BELNR = W_BKPF-BELNR.
    READ TABLE T_LFA1 INTO W_LFA1 WITH KEY  LIFNR = W_BSEG-LIFNR.
    W_FINAL-XBLNR = W_BKPF-XBLNR.
    W_FINAL-BELNR = W_BKPF-BELNR.
    *W_FINAL-LAND1 = W_LFA1-LAND1.
    W_FINAL-NAME1 = W_LFA1-NAME1.
    W_FINAL-BLDAT = W_BKPF-BLDAT.
    W_FINAL-BKTXT = W_BKPF-BKTXT.
    W_FINAL-dmbtr = W_BSEG-dmbtr.
    APPEND W_FINAL TO T_FINAL.
    delete adjacent duplicates from t_final comparing  belnr  dmbtr.
    ENDLOOP.
    clear w_final.
    SORT T_FINAL.
    lOOP AT T_FINAL INTO W_FINAL.
             AT NEW XBLNR.
             WRITE : 05  W_FINAL-XBLNR ,
                   15 W_FINAL-LIFNR, 30 W_final-name1.
             uline : /05(60).
             endat.
              WRITE : /05 w_FINAL-BELNR,
                     20 w_FINAL-LIFNR,
                      35 w_FINAL-BLDAT,
                      50 w_FINAL-BKTXT,
                      80 w_final-dmbtr.
                     90 w_final-name1.
             AT END OF XBLNR.
             SUM.
             uline /80(20).
             WRITE : /60 'LC TOTAL:',W_FINAL-XBLNR,80 W_FINAL-dmbtr.
             uline /80(20).
            res = sy-linct - sy-linno.
            reserve res lines.
             ENDAT.
             AT LAST.
             SUM.
             WRITE : /65 'GRAND TOTAL:',80 W_FINAL-dmbtr.
             uline /80(20).
             uline /80(20).
            res = sy-linct - sy-linno.
            reserve res lines.
             ENDAT.
             ENDLOOP.
            ENDLOOP.
             clear w_final.
    TOP-OF-PAGE.
    write :50 'LETTER OF CREDIT'.
    uline /05(150).
      WRITE : /05 'DOCUMENTNO',
             20 'VENDORNO',
              35 'DOCDATE',
              50 'DESCRIPTION',
              85 'AMOUNT'.
    uline /05(150).
      END-OF-PAGE.
      uline /05(50).
      write :/05 'end of page:',sy-pagno.

    Hi Mohamed
    Suppose I have a internal table itab and it has three field A B C
    now :
    Loop at itab.
    At new B.
    Write:itab-c.
    Endat.
    Endloop.
    If I will get **** in the output coz for control break statement all the fields on the right of the B will be showing **** for character fields.
    inorder to solve this pass it to work area.
    loop at itab into wa_itab.
    wa_itab1 = wa_itab.
    At new B.
    Use wa_itab1 inside the control break statement.
    Endat.
    Endloop.
    This is your code modified:
    REPORT ZLC_REP no standard page heading.
    line-size 250
    *line-count 36(4).
    TABLES : LFA1,BKPF,BSEG,BSAD.
    SELECT-OPTIONS : DATE FOR BKPF-BLDAT,
    LC FOR BKPF-XBLNR.
    *SELECT-OPTIONS :
    TYPES : BEGIN OF TY_FINAL,
    XBLNR TYPE BKPF-XBLNR,
    BELNR TYPE BKPF-BELNR,
    LIFNR TYPE LFA1-LIFNR,
    LAND1 TYPE LFA1-LAND1,
    NAME1 TYPE LFA1-NAME1,
    BLDAT TYPE BKPF-BLDAT,
    BKTXT TYPE BKPF-BKTXT,
    dmbtr TYPE BSEG-dmbtr,
    END OF TY_FINAL.
    TYPES : BEGIN OF TY_BKPF,
    BUKRS TYPE BUKRS, "Company Code
    BELNR TYPE BKPF-BELNR, "Doc.Number
    XBLNR TYPE XBLNR,
    BLDAT TYPE BLDAT, "Vendor Invoice Date
    BKTXT TYPE BKTXT,
    END OF TY_BKPF.
    TYPES : BEGIN OF TY_BSEG,
    BUKRS TYPE BUKRS, "Company Code
    BELNR TYPE BSEG-BELNR,
    dmbtr TYPE dmbtr,
    umskz type umskz,
    LIFNR TYPE BSEG-LIFNR, "Vendor Number
    END OF TY_BSEG.
    TYPES :BEGIN OF TY_LFA1,
    LIFNR TYPE LIFNR,
    NAME1 TYPE NAME1,
    LAND1 TYPE LAND1,
    END OF TY_LFA1.
    ****Added by Neha
    Data : BEGIN OF Wa_FINAL1,
    XBLNR TYPE BKPF-XBLNR,
    BELNR TYPE BKPF-BELNR,
    LIFNR TYPE LFA1-LIFNR,
    LAND1 TYPE LFA1-LAND1,
    NAME1 TYPE LFA1-NAME1,
    BLDAT TYPE BKPF-BLDAT,
    BKTXT TYPE BKPF-BKTXT,
    dmbtr TYPE BSEG-dmbtr,
    END OF Wa_FINAL1.
    DATA : T_FINAL TYPE STANDARD TABLE OF TY_FINAL INITIAL SIZE 1,
    W_FINAL TYPE TY_FINAL.
    DATA : M_FINAL TYPE STANDARD TABLE OF TY_FINAL INITIAL SIZE 1,
    W1_FINAL TYPE TY_FINAL.
    DATA : T_BKPF TYPE STANDARD TABLE OF TY_BKPF INITIAL SIZE 1,
    W_BKPF TYPE TY_BKPF.
    DATA : T_BSEG TYPE STANDARD TABLE OF TY_BSEG INITIAL SIZE 1,
    W_BSEG TYPE TY_BSEG.
    DATA : T_LFA1 TYPE STANDARD TABLE OF TY_LFA1 INITIAL SIZE 1,
    W_LFA1 TYPE TY_LFA1.
    data : res type i.
    SELECT BUKRS
    BELNR
    XBLNR
    BLDAT
    BKTXT
    FROM BKPF INTO TABLE T_BKPF
    where BLDAT IN DATE
    AND XBLNR in LC.
    IF T_BKPF IS NOT INITIAL.
    SELECT BUKRS
    BELNR
    dmbtr
    umskz
    LIFNR
    FROM BSEG INTO TABLE T_BSEG
    FOR ALL ENTRIES IN T_BKPF
    WHERE BUKRS = T_BKPF-BUKRS
    WHERE BELNR = T_BKPF-BELNR
    and umskz = 'L'.
    ENDIF.
    IF T_BSEG IS NOT INITIAL.
    SELECT LIFNR
    LAND1
    NAME1
    FROM LFA1 INTO TABLE T_LFA1
    FOR ALL ENTRIES IN T_BSEG
    WHERE LIFNR = T_BSEG-LIFNR.
    ENDIF.
    *& Sending Data to Final Internal table *
    LOOP AT T_BKPF INTO W_BKPF.
    READ TABLE T_BSEG INTO W_BSEG WITH KEY BELNR = W_BKPF-BELNR.
    READ TABLE T_LFA1 INTO W_LFA1 WITH KEY LIFNR = W_BSEG-LIFNR.
    W_FINAL-XBLNR = W_BKPF-XBLNR.
    W_FINAL-BELNR = W_BKPF-BELNR.
    *W_FINAL-LAND1 = W_LFA1-LAND1.
    W_FINAL-NAME1 = W_LFA1-NAME1.
    W_FINAL-BLDAT = W_BKPF-BLDAT.
    W_FINAL-BKTXT = W_BKPF-BKTXT.
    W_FINAL-dmbtr = W_BSEG-dmbtr.
    APPEND W_FINAL TO T_FINAL.
    delete adjacent duplicates from t_final comparing belnr dmbtr.
    ENDLOOP.
    clear w_final.
    SORT T_FINAL.
    lOOP AT T_FINAL INTO W_FINAL.
    wa_final1 = W_FINAL.  "Added by Neha
    AT NEW XBLNR.
    **Changed by Neha
    WRITE : 05 Wa_FINAL1-XBLNR ,
    15 Wa_FINA1L-LIFNR, 30 Wa_final1-name1.
    uline : /05(60).
    endat.
    WRITE : /05 w_FINAL-BELNR,
    20 w_FINAL-LIFNR,
    35 w_FINAL-BLDAT,
    50 w_FINAL-BKTXT,
    80 w_final-dmbtr.
    90 w_final-name1.
    AT END OF XBLNR.
    SUM.
    uline /80(20).
    WRITE : /60 'LC TOTAL:',W_FINAL-XBLNR,80 W_FINAL-dmbtr.
    uline /80(20).
    res = sy-linct - sy-linno.
    reserve res lines.
    ENDAT.
    AT LAST.
    SUM.
    WRITE : /65 'GRAND TOTAL:',80 W_FINAL-dmbtr.
    uline /80(20).
    uline /80(20).
    res = sy-linct - sy-linno.
    reserve res lines.
    ENDAT.
    ENDLOOP.
    ENDLOOP.
    clear w_final.
    TOP-OF-PAGE.
    write :50 'LETTER OF CREDIT'.
    uline /05(150).
    WRITE : /05 'DOCUMENTNO',
    20 'VENDORNO',
    35 'DOCDATE',
    50 'DESCRIPTION',
    85 'AMOUNT'.
    uline /05(150).
    END-OF-PAGE.
    uline /05(50).
    Regards
    Neha
    Edited by: Neha Shukla on Dec 13, 2008 7:05 PM
    Edited by: Neha Shukla on Dec 13, 2008 7:13 PM

  • Socket Programming-Not getting response from server.

    Hi,
    I am trying to communicate with server using java socket programming, I am getting the response for first two times third time when I am trying to write some thing I am not getting any response from the server,
    I am writing to migrate the vb code to Java the vb is using a c++ dll to communicate with the server and we tried accessing the dll from java using JNI then it is working fine, this dll is dependent on windows so we want to avoid the dependency with windows that is why we are going for socket programming, Please help on this.

    Hi,
    I am writing the data in forms of string
    like
    Socket sockt = new Socket(ipAddress, portNo);     
    out= new DataOutputStream(sockt.getOutputStream());
    in = new DataInputStream(sockt.getInputStream());
    out.writeBytes("Serv");
    out.writeBytes("Serv,32");
    out.writeBytes("home,serv32,run.prg,sucess");
    these are the strings to communicate with server.
    I am trying to read the same
    StringBuffer buf = new StringBuffer();
              byte b = '\0';
                        try {
                   while ((b = in.readByte()) != '\0')
                        char ch = (char) b;
                        buf.append(ch);
              } catch (Exception e) {
                   System.out.println(e.getStackTrace());
    we are getting the response for the first two strings, but for the third string it is getting stucked for some time and returing some junk values like '???' we are sending the same string using JNI and it is working.

  • Mails are not getting deleted from server

    Hi
    I am reading a mail from using java mail from my mail server.
    When i am setting the message.setFlag(Flag.DETELED,true);
    the mail is not getting deleted from the server.
    I am not able to trace the problem, please help me solving this problem. It's a bit urgent.
    store = session.getStore("pop3");
    store.connect(hName, portNo, uName, pWord);
    folder = store.getFolder("INBOX");
    folder.open(Folder.READ_WRITE);
    Message message[] = folder.getMessages();
    System.out.println("Unread Msg Count : " + folder.getUnreadMessageCount());
    int n = message.length;
    for (int i = 0; i < n; i++) {
    fromMsg = (message.getFrom()[0]).toString();
    subMsg = (message[i].getSubject()).toString();
    if (folder instanceof POP3Folder) {
    POP3Folder pf = (POP3Folder) folder;
    Part messagePart = message[i];
    content = messagePart.getContent();
    if (content instanceof Multipart)
    messagePart = ((Multipart) content).getBodyPart(0);
    String contentType = messagePart.getContentType();
    Part messagePart = message[i];
    content = messagePart.getContent();
    if (content instanceof Multipart){
    messagePart = ((Multipart) content).getBodyPart(0);
    String contentType = messagePart.getContentType();
    message[i].setFlag(Flag.DELETED, true);
    store.close();
    Thanks and Regards,
    Luv Amieee...
    xx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    yeah true...
    i did not close the folder.
    i got to know from sun faq only later on yesterday.
    but still.. thanks a lot...
    luv amieee..
    xx

  • I can not send messages because the server is wrong. but I also can not get into the server configurations

    Hello there
    I can not send e-mails because the server configurations are wrong, but I can not get into the configurations by the normal way

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try a Reset - iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    Or this - Delete the account in Mail and then set it up again.
     Cheers, Tom

  • Mail Will Not Quit and causes finder to hang.

    Yesterday my mail app started to give me the spinning wheel while receiving new mail and will not quit no matter how I try to force quit. This includes forcing a quit through the activity monitor, force quitting through the finder and right clicking > force quit. It has since continued and now in its wake other apps have started to randomly hang as well. Even Thunderbird has done the same thing a couple times. Up to this point I have never had any issues with Mail.
    I removed any third party add-ons from the bundles folder and no improvement.
    I copied the mail folder to the desktop from user/library/ (Which causes the finder to hang but appears on the desktop once I relaunch the finder. This also happened when I copied the mail preference file to the desktop as well)
    What the **** is going on here? Should I be worried about worms at this point? Could one corrupt file affect the system this drastically if it is indeed a corrupted file i received?
    Anyone have an idea what might be happening here? I really am trying to avoid reinstalling system software here as I have no idea if re-importing my mail folders will yield the same problem.

    The new info is really important, and I am glad you reported it. It sounds very much like something corrupted preferences for Mail, but interesting if only one account was lost.
    With what you call you secondary account, have there ever been any changes made by the provider, such as a change in server names that you made as an update to account set up info? When that happens the account folder does not get renamed, and when preferences are lost, and you set up as though new, the old account folder is no longer recognized.
    Were you using any applications that could have temporarily used nearly all available disk space in some session of work?
    I think you need to purge the preferences file for Mail, but we need to know what may be needed to reconnect to both account folders.
    Quit Mail, and in the Finder make a Duplicate of the Mail folder that you found in the Home folder, and drag the copy to the Desktop for temporary backup. Next open Home/Library/Preferences and find the com.apple.mail.plist file and either delete it or drag it out to be on the Desktop.
    Relaunch Mail, and set up your accounts again, and decline to import anything even though prompted, and Mail should if all else is well rediscover both account folders.
    Please keep us posted.
    Ernie

  • Emctl start db console is not getting started

    hi all
    i trid to open 10g db em in browser vt http://servername:portno/em
    but it displays page cannot displaed
    emctl stauts dbconsole is showing
    oralce Em 10g is not running
    so i tried emctl start dbconsole from command line
    then i got message below
    Oracle Enterprice Manager 10g Database control release 1.20.1.1.0
    copy r-----------
    http://localhost:1158/em/console/aboutapplcation
    starting oracle enterprice manager 10g database control... the oralce dbconsoleorcl service is starting
    The oralceDBconsoleorcl service could not be started
    A system error has occured
    System error 3 has occured
    the system Cannot find the path specified
    How we can solve this pblem
    thanks & regards

    I have just wrote this reply to another thread, take a look at it, maybe you can solve your stuff with the instructions below:
    ----------------------------------Other thread paste below
    The EM is kind of sensitive with network change's, I had a similar issue a few days ago, try to check all this parameters if it helps.
    1. Get the machine name and go to c:\windows\system32\drivers\etc\hosts and hardcode the ip address and the hostname there, you should be able to ping <hostname> and get the anwsers back from the cmd.
    2. Go in your oracle home and check if the agent is pointing to the right ip and ports. The file is on $OH\<hostname>\sysman\emd\targets.xml
    3. Go in the OEM conf file and check out if you can connect with the same exacly connection string showed in the file $OH\<hosthame>\sysman\config\emoms.properties
    You can try to put the connection string on your tnsnames.ora and try to connect to the database.
    4. The listener should be registered into the instance, so you may look at the local_listener parameter (can't remember the parameter name for sure) and check if your listener is registered.
    5. You should also look at the lsnrctl application and see if the Service the OEM is trying to reach is there, if is not, you should modify your listener.ora.
    6. Last you could try the emctl reconfigure option emca -reconfig dbcontrol db
    There are other options to re-create the repository but I never had to take that far.
    Of course there should be more places to look and some steps are not need to solve your problem but I tryed to list all the places I had to reconfigure by the time I changed my network settings.
    In my case was a production server so no reboot, shutdown or stuff like that was an option.
    By last, remember to stop the service emctl stop dbconsole and emctl stop agent before doing changes to configuration.
    Have a nice day! Hope it helps!
    Ricardo Rodriguez

  • IMAP not getting mail off server

    Hi,
    This is my scenario. I have just installed office 2014 for a client and set up outlook to use imap server. All was fine and working then after a day she noticed that her mail was not coming down to her system but she was receiving it on her phone? I got
    onto her system and although it showed connected.  using the send receive button did not bring down the mail. "Synchronising" would flash up but no mail would arrive. I switched to "offline" and back to "Online" and the mail
    arrived. I have just had a call from my client saying it keeps doing this and that she has to switch offline/online to get her mail. Any ideas as to whats going on

    Hi,
    Based on the description, the emails can be downloaded if you switch from "Offline" to "Online", so I don't think it is related to the account configuration - If it is, you shouldn't be able to receive the emails at all.
    I suggest you check the settings in the Send/Receive Groups: SEND/RECEIVE tab -> Send/Receive Groups -> Define Send/Receive Groups -> Double click on "All Accounts" group and make sure the IMAP account is included in this group.
    If the issue persists, please browse to this folder:
    C:\Users\%username%\AppData\Roaming\Microsoft\Outlook\
    Find a .srs file and rename it to .old. Outlook keeps the send/receive settings in the .srs file. If this file gets corrupted somehow, you may have some issues when sending/receiving emails. When Outlook starts and find this file missing, it will generate
    a new one. Check the result if the issue persists.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Adobe form output not getting displayed for the whole length of the page

    Hi All,
    I have developed an adobe form using webdynpro application. While testing, the output(pdf) does not occupy the entire page/screen from end-user side. But when I test the same from my side, the output appears fine . Could anyone suggest me on this?
    Regards,
    Allwin.

    Did you check the resolution at end user side? Is it different from your resolution?
    To overcome this check what is the height and width you have specified for InteractiveFormUI element in your Web Dynpro application. Have you specified in pixels like 300px? You need to enter it as 100% for both.
    Chintan

  • Sent mail not getting saved on server

    I have an IMAP email account that I am accessing using Mail. I have the preference set to save a copy of the sent mail on the server. When I check my email at work (not on this mac), I do not see any sent mails that were sent from the mac. Is there something else I must do? I do see sent mails from my work pc showing up in the sent mail folder of the IMAP account (not under the Mailboxes -> sent mail folder).

    Figured it out. Select the sent mail folder on the server and do Mailbox->Use this mailbox for->Sent

  • Console output not coming with JEasyTest

    I am using JEasyTest plugin in eclipse...but when I run my unit tests, I cant see any printlns on my console..Is there any workaround to this??

    I have the same problem.. have you figured it out ?

Maybe you are looking for