How to see the logs of application server

Hi ,
I deployed my application on the dev server and want to find out whats goin on for a certain page . I was wondering where , what directory will have these log files for application server.
I am new .. so any other suggestions to get the log information is also welcomed ..
thanks

These threads would help
Re: App server Logs
Re: CommonAM not releasing JDBC connection
Thanks
Tapash

Similar Messages

  • How to zip the folder in application server?

    how to zip the folder in application server?

    You can use
    open dataset with filter
    link:[http://help.sap.com/abapdocu_70/en/ABAPOPEN_DATASET_OS_ADDITION.htm#!ABAP_ADDITION_2@2@]

  • How to find the log file on server

    Hi All,
    Here we have installed J2EE Engine & JDI on seperate machine.We have developed a new FPM application. The application is not working it is giving the error when run the application. It is giving the error "500 Internal Server Error Failed to process request. Please contact your system administrator". We want to see the log file what the error is, where can we find the log file.
    Regards
    Suresh

    Hi
    See this thread
    /message/1656215#1656215 [original link is broken]
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e2/75a74046033913e10000000a155106/frameset.htm">Logging</a>
    See this blogs
    <a href="/people/karsten.geiseler/blog/2005/06/06/netweaver-portal-log-configuration-viewing-part-1 Portal Log Configuration & Viewing (Part 1)</a>
    Kind Regards
    Mukesh

  • How to bring the data from application server to presentation server

    hi,
    i have one problem,i have written the program which will open the files in the application server when we run the program in the background(sm37),the same data from application server i want to bring into presentation server in the format of (.csv),how to bring the data from application to presentation server can any body help me on this  topic.folowing is the code .
    *& Report  ZPFA_HIER_LOAD
    REPORT  ZFPA_HIER_LOAD.
    *---- Declaration of Oracle connectioN
    DATA con_name LIKE dbcon-con_name VALUE 'COMSHARE'.
    DATA: MFL1(9),MFL2(5),MFL3(9),MFL4(2),MFL5(8) TYPE c.
    DATA : mfilename type string.
    data: begin of matab1 occurs 0,
          MFL1(9) TYPE C,
          MFL2(5) TYPE C,
          MFL3(9) TYPE C,
          MFL4(2) TYPE C,
          MFL5(8) TYPE C  ,
         end of matab1 .
    data: setid(8) type c.
    data: begin of source occurs 0,
          setid(8) type c,
          end of source.
    *PARAMETERS : p_pfile LIKE filename-FILEEXTERN.
    *PARAMETERS : m_bsenty(8). " type c obligatory.
    *mfilename = P_PFILE.
    EXEC SQL.
      SET CONNECTION :con_name
    ENDEXEC.
    EXEC SQL.
      CONNECT TO :con_name
    ENDEXEC.
    EXEC SQL PERFORMING get_source.
      SELECT set_id FROM UNIT_SET INTO
      :setid
      ORDER BY SET_ID
    ENDEXEC.
    start-of-selection.
    LOOP AT SOURCE.
      REFRESH matab1. CLEAR matab1.
      EXEC SQL PERFORMING evaluate.
    SELECT TO_CHAR(MEM_ID),TRIM(TO_CHAR(MEM_PID)) FROM UNIT_TREE INTO :MFL1,
    :MFL5
    where set_id = :SOURCE-SETID ORDER BY MEM_ID
      ENDEXEC.
      if SOURCE-SETID = '80000000'.
       mfilename = '/tmp/aesorg'.
      elseif SOURCE-SETID = '80000006'.
       mfilename = '/tmp/Consolidation_Manager'.
      elseif SOURCE-SETID = '80000010'.
       mfilename = '/tmp/10org'.
      elseif SOURCE-SETID = '80000012'.
       mfilename = '/tmp/20org'.
      elseif SOURCE-SETID = '80000018'.
       mfilename = '/tmp/30org'.
      elseif SOURCE-SETID = '80000025'.
       mfilename = '/tmp/40org'.
      Endif.
      mfilename = '/usr/test.dat'.
    ************************This was i tried***********************
      open dataset mfilename for output in text mode encoding default." IN
    *TEXT MODE ENCODING DEFAULT.
    if sy-subrc <> 0.
    exit.
    endif.
    close dataset mfilename.
    CALL FUNCTION 'GUI_DOWNLOAD'
       EXPORTING
         FILENAME         = MFILENAME
         FILETYPE         = 'ASC'
       TABLES
         data_tab         = matab1
       EXCEPTIONS
         file_write_error = 1
         invalid_type     = 2
         no_authority     = 3
         unknown_error    = 4
         OTHERS           = 10.
    loop at matab1 .
    transfer matab1 to mfilename.
    endloop.
      clear matab1.
    ENDLOOP.
    loop at matab1 .
    transfer matab1 to mfilename.
    endloop.
    close dataset mfilename.
         MFL5 = '0'.
       CLEAR MFL5.
    FORM evaluate.
      if MFL5 = -1.
        MFL5 = ''.
      ENDIF.
      concatenate MFL1 ','   into MFL1.
      concatenate MFL1 ','   into MFL3.
      matab1-MFL1 = MFL1.
      matab1-MFL2 = 'ZBUE,'.
      matab1-MFL3 = MFL3.
      matab1-MFL4 = ' ,'.
      matab1-MFL5 = MFL5.
      append matab1 .
      CLEAR MFL1.
      CLEAR MFL2.
      CLEAR MFL3.
      CLEAR MFL4.
      CLEAR MFL5.
    ENDFORM.
                     "evaluate
    *&      Form  GET_SOURCE
          text
    FORM GET_SOURCE.
      source-setid = setid.
      append source.
      clear source.
    ENDFORM.                    "GET_SOURCE

    Hi Rammohan,
    You cannot use OPEN DATASET to transfer data from application server to presentation server.
    You can do the following :
    <b>Do 1st point in BACKGROUND</b>
    1. Read the data file from application server into an internal table using OPEN DATASET
    <b>Do 2nd point in Foreground</b>
    2. Once you get the data into an internal table, then use FM GUI_DOWNLOAD to download it on presentation server
    You cannot use the above 2 point together in Background because its not possible. Hence you need program it partially in background and partially in foreground.
    Best regards,
    Prashant

  • How to send the file in *application server* as an email?

    Hi,
    I have a file in application server and I want to send that file as an email from application server.
    Please let me know how to do it.

    Hi Suman,
    look here:
    Re: How to send an email from Application server?
    Regards, Dieter

  • SOST - transmission requests- How to see the log in a table

    We see the messages and the log in SOST for a background job.
    We want to see the log contents in a related table.
    We checked table SOOD but can not see the log details.
    Is there any way to see / extract log details by giving the user ID , created date and job name?
    Regards,

    Hi
    If you are using the Extending classic, you can see the output details in the SOST.  suppose if you want to check whether the PO send to vendor or not viea email. 
    BR
    Satish

  • How to see the log file on the Reports Application server?

    Hi,
    I am new to this Reports, please correct me if i am wrong or in the wrong forum, we have a java based front-end application which calls oracle reports to display requested reports. We are using oracle reports (9i/10g). I need work on a report, It is working fine if i provide parameters on the report itself, but if i run from the application it is not running properly. I want to see the parameters the application is sending to this report, is there any way that i can some log file or any other one on the report server?
    thanks,

    Thank you.
    When you fire the processes to the report server you
    can trace the report with the following parameter:
    RWCLIENT.EXE SERVER=my_server
    TRACEFILE=c:\my_trace.trc
    TRACEMODE=TRACE_REPLACE
    TRACEOPTS=TRACE_ALL

  • How to see the logs in CRM IPC

    Hi Experts,
    Help me to get out from this problem. appropriate points will be rewarded
    I am new to IPC and I am using IPC4.0. In my Pricinguserexits I am writing some System.out.println and some logs (log_api.*) to debug my coding.. but I am unable to find the place where these logs are going. ?I did some R&D and I found that in the property file parameter.xml, there is one attribute called "LOGFILE" which is having some path(which I assigned),  I checked on that path but no log is coming....
    I checked in logging property files there also I have change the below parameters:
    log[Server].pattern = %t/ipcserver.%g.log
    to my new file. This new file is getting created at the mentioned path but no log is coming there I checked in my customized condition types also whether my condition is runing or not.. it is also runing during the creation of sales order .. prices are coming perfectly for the given item..
    but after doing this much also I am not getting my logs in any file. could you please let me know what can be  the reason..
    Thanks,
    Sandeep Tyagi

    Hi Experts,
    Now I am able to find out the logs but I am facing diffrent problem. during deployment of userexit.jar my server is giving this error.
    Jul 3, 2007 11:02:40 AM              com.sap.sxe.log.ExceptionLog [JCO.ServerThread-4] Warning: Exception   in SPE.ConditionFindingUserExits: Error in Pricing user exit for application Sales: no coding found for requirement number 600
    com.sap.spe.condmgnt.finding.exc.FormulaNotImplementedException: Error in Pricing user exit for application Sales: no coding found for requirement number 600
         at userexits.PricingUserExits.checkRequirement(PricingUserExits.java:50)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager._checkRequirement(ConditionFindingManager.java:1040)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.isStepRequired(ConditionFindingManager.java:1027)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.determineConditionsForStep(ConditionFindingManager.java:476)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.determineConditionsForProcedure(ConditionFindingManager.java:469)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.determineConditions(ConditionFindingManager.java:346)
         at com.sap.spe.condmgnt.finding.application.imp.ConditionFindingManager.determineConditions(ConditionFindingManager.java:319)
         at com.sap.spe.pricing.transactiondata.application.imp.PricingItem.determineConditions(PricingItem.java:1098)
         at com.sap.spe.pricing.transactiondata.application.imp.PricingItem.pricing(PricingItem.java:412)
         at com.sap.spe.pricing.transactiondata.application.imp.PricingItem.pricing(PricingItem.java:456)
         at com.sap.spe.pricing.transactiondata.application.imp.PricingDocument.addItem(PricingDocument.java:1563)
         at com.sap.spe.document.imp.Item$PricingItemConnector.updatePricingItem(Item.java:3866)
         at com.sap.spe.document.imp.Document$PricingDocumentConnector.updatePricingItems(Document.java:1746)
         at com.sap.spe.document.imp.Document$PricingDocumentConnector.updatePricingDocument(Document.java:1701)
         at com.sap.spe.document.imp.Item$PricingItemConnector.updatePricingItem(Item.java:3850)
         at com.sap.spe.document.imp.Item.pricingRecursive(Item.java:1932)
         at com.sap.spc.base.SPCItem.pricingRecursive(SPCItem.java:1783)
         at com.sap.spc.remote.server.command.CreateItems.run(CreateItems.java:968)
         at com.sap.sxe.socket.server.Command.doRun(Command.java:145)
         at com.sap.sxe.socket.server.CommandProcessor.execute(CommandProcessor.java:180)
         at com.sap.sxe.socket.server.CommandMgr._executeSingle(CommandMgr.java:156)
         at com.sap.sxe.socket.server.CommandMgr.execute(CommandMgr.java:135)
         at com.sap.sxe.socket.server.rfc.RFCConnection.work(RFCConnection.java:88)
         at com.sap.sxe.socket.server.rfc.RFCServer.handleRequest(RFCServer.java:191)
         at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:6810)
         at com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Native Method)
         at com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(MiddlewareRFC.java:1270)
         at com.sap.mw.jco.JCO$Server.listen(JCO.java:6485)
         at com.sap.mw.jco.JCO$Server.run(JCO.java:6415)
         at java.lang.Thread.run(Thread.java:534)
    could you please analyze and let me know what can be the problem.
    Thanks in advance

  • How to run the report via application server

    Report not running?
    hi All,
    I am calling the report via forms, In application server i had recompiled the reports in two different format too.
    1. myreports.rep
    2. myreports.jsp
    I have called the report from the menu and i used code like below
    Declare
          V_id Varchar2(100);
    Begin
        V_id := Run_Report_Object('myreports');
    End;but i am getting following error.
    Frm-41219:Cannot find report:Invalid ID.and subsequently an another too.
    Frm-40738:Argument 1 to builtin RUN_REPORT_OBJECT cannot be null.please guide me
    kanish

    I using Forms 10g R2, i store the recompile version in Application server.
    Good, so you can refer to the metalink note I mentioned above, as per storing the reports in the application server, the default place for running reports is not a folder in the FORMS_PATH, the REPORTS_PATH is set in the $ORACLE_HOME/bin/reports.sh file, pointing by default to the sample folder - $ORACLE_HOME/reports/samples/demo, for testing purposes you can put your report there and try it again, or you can modify the REPORTS_PATH variable in the reports.sh file to point to the directory you were mentioning.
    Note: I am calling the report throug menu using the eariler posting code.
    I would recommend to create a Form to call the Report, I am not sure if there are restrictions about invoking a report directly from the menu.
    About the code, you are missing a lot there, refer to metalink note mentioned above, here is an excerpt from that document.
    PROCEDURE TEST_REPORT IS
      repid      REPORT_OBJECT; 
      v_rep      VARCHAR2(100); 
      rep_status VARCHAR2(50); 
    BEGIN 
      repid := find_report_object('report5');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH); 
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'html');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'repserver90');
      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no pdeptno='||:dept.deptno);
      v_rep := RUN_REPORT_OBJECT(repid); 
      rep_status := REPORT_OBJECT_STATUS(v_rep); 
      WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
        LOOP
          rep_status := report_object_status(v_rep);
        END LOOP;
      IF rep_status = 'FINISHED' THEN
        /*Display report in the browser*/
        WEB.SHOW_DOCUMENT('http://<YourServerName:8888/reports/rwservlet/getjobid'||
       substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
      ELSE 
        message('Error when running report'); 
      END IF; 
    END;
    In my eariler version 6i (2 tier) when i call the report it invoke parameter form. will 10g also behave same like 6i?
    Yes, there is still a parameter Form which runs in an HTML page.
    *1. Should i want to create any Report_Path, Report_classpath ? if yes ,where should i ?* It will depend on your configuration, the easiest way is to setup the REPORTS_PATH in the $ORACLE_HOME/bin/reports.sh file, if you are configuring the reports server to use environment ids, that would not work and you would need to setup the REPORTS_PATH directly in the reports engine configuration file .. $ORACLE_HOME/reports/conf/rwserver.template.
    Edited by: Rodolfo Ferrari on Jun 3, 2009 3:19 PM

  • How to see the logged in user on the portal EP6 SP2

    Hi All,
    I am using EP6.0 SP2 Patch 5.I want to know that which users are logged on.Can I see the user id of the logged in user inthe portal.
    Any suggestions.
    Paritosh

    Hi Paritosh,
    I think SAP Note 762004 should answer your question!
    Best regards,
    Robert

  • How to see the log that the account logons sap system?

    hi, all
    I want to know that how many times  does  the account(eg,sapuser)  log on sap system in one month.
    and, when did log on in every time?
    thanks and Regards.

    To Deepak Agrawal:
        thanks very much for your answer.
        SM04 will show current users who are logged into system   ,  i know  it.
        but  now i  don't want to get the  current logon information.
        I want to get the logon information of the account(eg.sap*)  at yesterday , or at the day before yesterday. ............
    Thanks and regards

  • How to rename a file in Application server

    Hi All,
    Here I have a issue with  the present file which is being generated in application server.
    Before the completion of the file the EDI tool is extracting the file from the app server.So here I would like to generate the file with a temp name and then rename to the actual file name which EDI recognises and fetches.
    Please correct me If I am wrong and let me know how to rename the file in application server.
    Thanks,
    Vijay N

    you can try using unix command , if your application server is unix.
    use move command
    mv   <source>  <target>
    REPORT ZUNIX line-size 400
                    no standard page heading.
    data: unixcom like   rlgrap-filename.  
    unixcom = 'mv file1 file2'.
    data: begin of tabl occurs 500,
            line(400),
          end of tabl.
    data: lines type i.
    start-of-selection.
      refresh tabl.
      call 'SYSTEM' id 'COMMAND' field unixcom
                    id 'TAB'     field tabl[].
    or else you can open dataset/ read the dataset and move it to another file and delete the old file.

  • How to see the portal runtime errors and exception

    Hi friends,
    I am new to the EP. Can you plz let me know how to see the logs of the error occurs during the runtime.
    I have got the following error "Error occurs during the rendering of jsp component"
    But I am not able to see the logs.
    can you plz tell me the exact path to see the error logs
    Thanks and regards,
    Kuldeep Verma

    HI Kuldeep
    Yoiu can check the portal Logs and traces in link as the bellow.
    http://your_url:portno/nwa
    The JSP logs you can trace there.
    Just follow the following path after loged in to NWA.
    Monitoring -> Logs and Traces ->
    Then in the dropdown menu select the Default Trace
    Cheers
    Chinmaya
    Reward for helpful answers

  • How to see the Container log for debugging in netbeans 4.1

    Hi All
    I am using the netbeans 4.1 with sun applicaion server 81. as my applicaion server. I have developed one ejb module and deployed it in server. Now I want to see the EJB container log for knowing how my beans methods are being called at the time of execution. Can any one please help me on this.
    Thanks
    Ranjan Rashmi Sahoo.
    Mphasis BFL Ltd, Bangalore.
    India

    Could you tell me how to see the logger?Search for Log4J. It has a good documentation IMO.

  • How to see the change logs for billing document

    Dears,
    Could you please how to see the change logs for billing document.
    My client is using ECC 6.0 & if i use VF03 > Environment > changes > does not show the changes i had made.
    Thanks in advance
    Ranjan

    hello, friend.
    you should be able to see changes done after the initial creation and saving, by going thru Environment > Changes.  try it again, and this time make sure that changes were done to the billing document prior to posting to accounting.
    normally, when configuration of Billing is done correctly, there will be little or no instances of changing anything in the Billing document,  as saving the document after creation will post this to Accounting.  of course, inclusion of a posting block in the billing type will provide you the opportunity for changes. 
    regards.

Maybe you are looking for

  • Unable to reach Adobe servers, Please check firewall settings and try again

    I have been a creative cloud customer since it started and I've never experienced such buggy software as the app manager. The customer experience is just shocking and I wish Adobe would just offer direct downloads for the software we need rather than

  • Solaris on an Intel chip

    Hello, I am considering migrating to Solaris10, but as of yet the only 64 bit versions I have seen run on AMD's and Intel Xeon's. I have an Intel 2.8Ghz DuoCore chip on a GigaByte MB which has an Intel 975 chip set and I have not been able to figure

  • Block sold to ship field

    Hi!    I would like to Know, if is it possible to block sold to ship field in VA01. We have many sales order with the sold-to party different to the sold-to ship and in this sales document the sold to ship sould be the same that sold to party.    The

  • Powermac G5 1.8Ghz June 2004 won't boot anymore

    Hi all, Past week i've bought a second hand PM G5. At first it seems to be all ok, but right now its not working anymore. I've managed to install the OSX on the first evening i've had the PM G5. After installing evrything seemed to be fine. But after

  • HT1277 configure Blue Host with Mac Mail

    I have tried every which way to configue Mac Mail using what Blue Host has at https://box707.bluehost.com:2096/webmail/bluehost/mail/clientconf.html?domain=&r edirectdomain=&acct=zoetownm I don't know which of the four automatic options I should be u