Delete app server file

Hi,
      Can i delete application server files in development server, i put the data using opendataset. so the folder is overloaded. how can i delete the files

Hi Raja,
u can delete the file on the application server .
DELETE DATASET
Syntax
DELETE DATASET <dset. >
Effect
This statement deletes the file specified in dset. dset is expected to be a character-type data object that contains the platform-specific name of the file. The file can be opened or closed.
Return Value
sy-subrc Meaning
0 File deleted.
4 File could not be deleted.

Similar Messages

  • HT1391 How does one delete apps or files from iCloud Permanently so I may re-download without retrieving existing cloud file?for example the U2 Marketing fast , an Album I have no interest in...is now in my Cloud.. How can I remove this File from iPhone &

    How does one delete apps or files from iCloud Permanently so I may re-download without retrieving existing cloud file?for example the U2 Marketing fast , an Album I have no interest in...is now in my Cloud.. How can I remove this File from iPhone & cloud

    Hey there Matt.dvs1,
    Although there is not a way to remove past purchases from your iTunes account completely, you can hide them so that you don't have to see them if you don't want to. This article will help you do that:
    iTunes Store: Hiding and unhiding purchases - Apple Support
    Hide your purchases
    Open iTunes on your Mac or PC.
    From the Store menu, choose Store > Sign In, and then enter your Apple ID and password.
    Go to the iTunes Store.
    Click Purchased from the Quick Links section on the right side of the iTunes Store.
    Choose a content type by clicking Music, Movies, TV Shows, Apps, or Books from the top of the window.
    A list of your purchased items for the content type you are viewing will appear. Mouse over the item you want to hide until an X appears its top-left corner.
    A confirmation dialog will appear once you click the X.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Comparison b/w itable and app server file

    Hi All,
    I have Postal code data (KNA1-PSTLZ) in internal table. And I have input file in the app server, in that I have a data of Postal code in range like
    Postal code FROM     Postal code TO
      (KNA1-PSTLZ)        (KNA1-PSTLZ)
      20001                           22999
      35001                           38599
    And so on……..so my requirement is I have to compare with internal table postal code to that file postal code, if it matches I have to do something, other wise I have to ignore, pls give me brief logic hw to compare.
    Akshitha.

    " to get the data from app server to internal table.
    OPEN DATASET p_ufile FOR INPUT IN TEXT MODE.
    IF sy-subrc <> 0.
    EXIT.
    ENDIF.
    DO.
    READ DATASET p_ufile INTO in_file.
    IF sy-subrc <> 0.
    EXIT.
    ENDIF.
    APPEND in_file.
    CLEAR in_file.
    ENDDO.
    CLOSE DATASET p_ufile.
    LOOP AT in_file.
    SPLIT in_file AT c_tab INTO
    wa_citm_b-type
    wa_citm_b-vbeln
    wa_citm_b-posnr
    wa_citm_b-uepos.
    APPEND wa_citm_b TO lt_citm_b.
    ENDLOOP.
    loop at table_appsrv.
    if KNA1-PSTLZ eq table_appsrv-postal code..
    "do our something here.
    else.
    skip.
    endif.
    endloop.
    Award points if helpful

  • I want to free up pc disk space. Can i delete app data/files from my pc now I use iCloud??

    Hi
    I have not been able to find a relevant thread, if there is one please direct me.
    Sorry if my use of jargon/process is not that clear.
    I am using iCloud.
    Can I, and how do I, delete app data from my laptop and keep all apps running normally and still on my ipad and ipod as they currently are?
    My computer is overflowing and I see iCloud as a chance to clear some hard disk space.
    If i delete the apps from my itunes browser on PC then it deletes them from my entire Itunes account. Can I just go into my itunes folder and delete the base application files?
    If I remove files/apps and I sync my devices using my pc for music/video/photos etc then will it pick up that the apps and app data is missing from my pc?
    Thanks in advance
    lach

    Im trying to get an answer to this same question. My poor pc is almost out of hard drive space bc of all the iphone backups pre icloud. I want to know if I go into the itunes file on my pc and delete all those files will they still be safe considering they are on icloud now? Its frustrating bc I cant seem to get an answer to this question. Have you come across any information on this issue since posting this question? Thanks so much!

  • Deleted apps preference file

    How would one delete an apps preference file when the app is deleted.
    Thanks

    I'd like to think so, but I have deleted apps that have preferences in the setting that are still there.
    These have been deleted from both the Ipad and Itunes.

  • Windows 8.1 client cannot delete shared server files.

    We have one office that has a Windows 8.1 client on the network that cannot delete files in a shared folder on their server.
      The folder is a catch all folder for the copier to scan to and contains all the PDF files it creates.  When the one user tries to delete any of the PDF files they get an error saying the file is in use.  We have tested by deleting files from
    the server and also from other workstations.
      We have rebooted the computer and also tried to resolve it by specifically giving the user full rights to the folder, but the problem remains persistent.

    Hi,
    There are several possible reasons for your situation, you might don’t have a permission of this folder, the folder is in use, a corrupted file is in current folder.
    http://windows.microsoft.com/en-hk/windows/cant-delete-file-folder#1TC=windows-7  (Also applies for Windows 8.1)
    First, I suggest to log on the computer with an administrator account to delete the folder and disconnect the network connection if possible, second, Run your computer in safe mode to delete the folder or files, to run computer in safe mode:
    Restart your computer, meanwhile press F8 until you see the safe mode screen.
    Hit enter at safe mode, log on the system as an administrator.
    Find the folder or file you want delete.
    Regards
    Wade Liu
    TechNet Community Support

  • Code to pickup app.server file and Email the same!!!

    Hi,
    I need to write an ABAP code to pickup a file in application server and Email the same file to the intended receipients--
    Can i get the code pls?

    Hi Simran,
    Please search the forum. There are many sample codes available for reading data in application server and mail sending.
    User statements OPEN DATASET, READ DATASET and CLOSE DATA SET to get the application server data. Check F1 on these. You will come to know many interesting things.
    Below is the sample code for mail sending.
    DATA: li_reclist  TYPE STANDARD TABLE OF somlreci1,
          li_objpack  TYPE STANDARD TABLE OF sopcklsti1,
          li_content  TYPE STANDARD TABLE OF solisti1,
          lwa_reclist TYPE somlreci1,
          lwa_objpack TYPE sopcklsti1,
          lwa_content TYPE solisti1,
          lwa_doc     TYPE sodocchgi1,
          l_lines     TYPE i.
    REFRESH: li_reclist[], li_objpack[],
             li_content[].
    CLEAR: lwa_reclist, lwa_objpack,
           lwa_content, lwa_doc.
    lwa_reclist-receiver = "Give ur mail ID here.
    lwa_reclist-rec_type = 'U'.
    APPEND lwa_reclist TO li_reclist.
    "Here Loop at ur internal table and populate the data
    lwa_content = 'Please Check with your sales team for more details'.
    APPEND lwa_content TO li_content.
    CLEAR l_lines.
    DESCRIBE TABLE li_content LINES l_lines.
    READ TABLE li_content INTO lwa_content INDEX l_lines.
    lwa_doc-doc_size = ( l_lines - 1 ) * 255 + STRLEN( lwa_content ).
    lwa_doc-obj_langu  = 'E'.
    CONCATENATE 'Sales order' vbak-vbeln 'deleted.' INTO lwa_doc-obj_descr
             SEPARATED BY space.
    CLEAR lwa_objpack-transf_bin.
    lwa_objpack-head_start = 1.
    lwa_objpack-head_num = 0.
    lwa_objpack-body_start = 1.
    lwa_objpack-body_num = l_lines.
    lwa_objpack-doc_type = 'RAW'.
    APPEND lwa_objpack TO li_objpack.
    *Sending the mail
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        DOCUMENT_DATA                    = lwa_doc
    *   PUT_IN_OUTBOX                    = ' '
       COMMIT_WORK                      = 'X'
    * IMPORTING
    *   SENT_TO_ALL                      =
    *   NEW_OBJECT_ID                    =
      TABLES
        PACKING_LIST                     = li_objpack
    *   OBJECT_HEADER                    =
    *   CONTENTS_BIN                     =
       CONTENTS_TXT                     = li_content
    *   CONTENTS_HEX                     =
    *   OBJECT_PARA                      =
    *   OBJECT_PARB                      =
        RECEIVERS                        = li_reclist
    EXCEPTIONS
       TOO_MANY_RECEIVERS               = 1
       DOCUMENT_NOT_SENT                = 2
       DOCUMENT_TYPE_NOT_EXIST          = 3
       OPERATION_NO_AUTHORIZATION       = 4
       PARAMETER_ERROR                  = 5
       X_ERROR                          = 6
       ENQUEUE_ERROR                    = 7
       OTHERS                           = 8
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks,
    Vinod.

  • Calling Editor to Read App server files.

    Dear SDN,
    I have come across a complex requirement. I need to Open text files from the Application Server onto some Editor like notepad , modify them and save them back to the Application Server.
    I don't want to download the files to the local machine and then modify them.
    Is it possible to achieve it using ABAP?
    Ideas welcome!!!
    Please let me know if it is do able this way?
    Thanks,
    Manu Kapur

    upload the file into one of the SAP Controls 'Text-edit'.
    In package SAPTEXTEDIT there are several sample reports to be found.
    Edited by: Micky Oestreich on Feb 6, 2009 4:26 PM

  • Java.exe in ORACLE_HOME\jdk\bin locking app server files when trying to apply patch 5983622

    Hi All,
    I have a problem while installing patch 5983622,
    There is a java.exe stored in oracle_home\jdk\bin that is locking the dll files, when i try to end this i get an access denied error message,
    I have tested the files an none of them show a locking handle and this only happens when installing this specific patch,
    Please tell me the information you need.
    Thanks,
    Gavin

    Hi Luz,
    All services were stopped,
    Windows services and OPMN.
    Thanks,
    Gavin

  • App.server date and time

    is it possible to fetch app server files for the particular date and time?

    Hi,
    Please explain your requirement in detail..
    Thanks,
    Naren
    Message was edited by: Narendran Muthukumaran

  • Delete file from app server

    hi, i am running a background job in bw and for that created a file on the application server.now how do i delete that file.to create the file i just gave the name in the bw and the file got created.i am not able to find how to delete it.
    or
    rather than deleting the file how can we delete the data it is containing.please do let me know

    hi,
    but using DELETE DATASET u can remove file for app server.
    If u want to delete the data alone then give the same name without data it will overwrite.
    U can check it in AL11.
    regards
    md zubair sha
    U can also use the function module - EPS_DELETE_FILE
    Message was edited by:
            md zubair sha

  • System exception while deleting the file from app server in background job

    Hi All,
    I have a issue while the deleting the file from application server.
    I am using the statement DELETE DATASET in my program to delete the file from app server.
    I am able to delete the file from the app server when i run the program from app server.
    When i run the same report from background job i am getting the message called System exception.
    Is there any secuirity which i need to get the issue.
    Thank You,
    Taragini

    Hi All,
    I get all the authorization sto delete the file from application serever.
    Thing is i am able to run the program sucessfully in foreground but not in the background .
    It i snot giving any short dump also just JOB is cancelled with the exception 'Job cancelled after system exception ERROR_MESSAGE'.
    Can anybody please give me suggestion
    Thanks,
    Taragini

  • Delete a file from App Server

    Hi,
    Can some one tell me how to delete a specific file on the app server ?

    REPORT  zdlc_delete_files                       .
    DATA: wa_summary      TYPE yloadsummary.
    DATA: BEGIN OF tab1 OCCURS 500,
    line(600),
    END OF tab1.
    DATA: unixcom LIKE rlgrap-filename.
    DATA: lines TYPE i,
          p_patho1(60).
    SELECTION-SCREEN BEGIN OF BLOCK blk0 WITH FRAME TITLE text-u01.
    PARAMETERS: p_patho(60) LOWER CASE
                DEFAULT '/export/SAPtf/dlcinc/new/' OBLIGATORY,
                p_sfile LIKE rlgrap-filename OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK blk0.
    p_patho1 =  p_patho.
    CONCATENATE 'ls [D]  '' ' p_patho1 INTO p_patho1.
    unixcom = p_patho1.
    REFRESH tab1.
    CALL 'SYSTEM' ID 'COMMAND' FIELD unixcom
    ID 'TAB' FIELD tab1[].
    CASE p_sfile.
    *To delete all .Read files.
      WHEN '*.read'.
        LOOP AT tab1.
          SEARCH tab1-line FOR '.read'.
          IF sy-subrc = 0.
            CONCATENATE p_patho tab1-line INTO wa_summary-data_file.
            DELETE DATASET wa_summary-data_file.
            IF sy-subrc = 0.
              WRITE :/'File Successfully deleted :', wa_summary-data_file.
            ENDIF.
          ENDIF.
        ENDLOOP.
    *To delte all .conv files.
      WHEN '*.conv'.
        LOOP AT tab1.
          SEARCH tab1-line FOR '.conv'.
          IF sy-subrc = 0.
            CONCATENATE p_patho tab1-line INTO wa_summary-data_file.
            DELETE DATASET wa_summary-data_file.
            IF sy-subrc = 0.
              WRITE :/'File Successfully deleted :', wa_summary-data_file.
            ENDIF.
          ENDIF.
        ENDLOOP.
      WHEN OTHERS.
    *To delete a specified file.
        CONCATENATE p_patho p_sfile INTO wa_summary-data_file.
        DELETE DATASET wa_summary-data_file.
        IF sy-subrc = 0.
          WRITE :/ 'File Successfully deleted :', wa_summary-data_file.
        ELSE.
          WRITE :/ 'File does not exist: ', wa_summary-data_file.
        ENDIF.
    ENDCASE.
    CHECK THIS CODE

  • Deploying a WAR file to Sun App Server 8.1 PE

    So I thought that if I downloaded Sun App Server PE 8.1 and put it on my soon-to-be production machine, it should be pretty easy right?
    Nope. So I have JSC update 6 (which includes Sun Application Server 8.0) (God how I wish there was a catchy name like Tomcat or something)
    And I have a machine running a good copy, installed and everything, of Sun Application Server 8.1 Platform Edition (another catchy name) up on the production target.
    I create a WAR file in JSC, scp it up.
    Then try to deploy it - so I get bit by the no DB connection thing.
    Ok, but when I copy each of my connection's attributes (the driver (which I did copy up to the lib directory) is MySQL's Connector/J)
    I copy the username, password, URL and DriverClass attributes to the connection pool.
    I still get a
    "Operation 'pingConnectionPool' failed in 'resources' Config Mbean. Target exception message: Class name is wrong or classpath is not set for : com.sun.sql.datasource.DriverAdapter"
    when I try to Ping the ConnectionPool
    I have javax.sql.DataSource as the resource type... (same as 8.0 uses)
    what JAR file is DriverAdapter in? anyone know?
    cheers,
    Kris

    Okay. mysql folks - this works......
    here's what happened, on the production server, different from the dev machine....
    mysql 4.1.9
    sun application server platform edition PE 8.1
    connector/j - latest
    and on the dev machine: JSC Update 6 and the app works fine on the dev machine.
    first, there is a JAR file in ~whatever/Create/SunAppServer/lib/ named
    driveradaptor.jar
    and it it comtains
    com.sun.sql.datasource.DriverAdapter
    which 8.1 ain't got
    and should be copied up to
    /installdir/SunAppServer/domains/domain1/lib/ext/driveradapter.jar
    (domain1 is your app svr domain that runs your app.)
    your Connector/J JAR needs to go here too. I used:
    mysql-connector-java-3.2.0-alpha-bin.jar
    downloaded from mysql.com.
    and then there is the whole thing about Added Properties in the Connection Pool page inside the 8.1 Admin Console (which is nice work guys). Gawd, I added a bunch of properties and am, frankly, not sure which ones actually work (for the Ping, for the initial connection creation and the eventual successful connection all seem to use different combinations...)
    and I found this in the domain's domain.xml once all the admin console page filling was done - but you'll need to add each one as a Property in the connection pool:
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" [blah...]
    <property name="Username" value="root"/>
    <property name="Password" value="secret"/>
    <property name="ValidationQuery" value="SELECT 1"/>
    <property name="DriverClassName" value="com.mysql.jdbc.Driver"/>
    <property name="LoginTimeout" value="0"/>
    <property name="Url" value="jdbc:mysql://localhost/databasename?autoReconnect=true"/>
    <property name="User" value="root"/>
    <property name="password" value="secret"/>
    <property name="PasswordCredential" value="secret"/>
    </jdbc-connection-pool>
    (and you see how User and Username and username are all the same thing? well, different parts of 8.1 seem to use different attributes...)
    Just keep Adding Properties in the connection pool until you get them all....
    Oh and, the two key class references for the pool are:
    datasource class: com.sun.sql.datasource.DriverAdapter
    resource type: javax.sql.ConnectionPoolDataSource
    Finally: in the /installdir/SunAppServer/domains/domain1/applications/j2ee-modules/YourAppName/WEB-INF/
    your 'sun-web.xml' (don't delete it, like some have advocated, I think that wrong) needs to look like:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 8.1 Servlet 2.4//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_4-1.dtd">
    <sun-web-app xmlns="http://java.sun.com/xml/ns/j2ee">
    <context-root>/yourcontext</context-root>
    <resource-ref>
    <res-ref-name>jdbc/Yourname</res-ref-name>
    <jndi-name>jdbc/Yourname</jndi-name>
    <default-resource-principal>
    <name>root</name>
    <password>secret</password>
    </default-resource-principal>
    </resource-ref>
    </sun-web-app>
    and I think that's all of it. the only Bug I would I would say is that the sun-web.xml should have the right res-ref-name, but then I think the Creator Team knows this and will fix it sometime soon.
    cheers,
    and Roger Federer lost in the Aussie Open. (I think he lost tomorrow too, that whole time zone thing being so damn Einsteinian...)
    -Kristofer

  • Issue with lock file in Oracle 10g app server - MDB not running

    Hi,
    I have Oracle 10g & MQ 6 on my laptop. I generated JNDI bindings for app server-MQ by giving ip address of my machine first. Then i changed it to "localhost" & generated new set of .bindings file.
    With this new set i am able to send messages from my program to a queue. I also have an MDB which should listen to the same queue.
    However now my mdb is not listening to the queue & i suspect it is due to host address change, - because each time i start the server, i see a lock file created "OracleASRouter_store.lock" - under j2ee\home\persistance. And below is the content of the same -
    "O10.1.4.245:/C:/Program Files/Oracle/oc4j_extended_101330/j2ee/home/persistence/"
    As per few suggestions on this site, I deleted this file & restated app server, deleted whole content of persistance folder, restarted app server. But each time i see this file created and also see the ip address in log.xml under j2ee\home\log\oc4j
    Error message in this log.xml file is
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-09-19T11:22:35.265-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_ID>J2EE EJB-02009</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>IFLEXNY-EXT99</HOST_ID>
    <HOST_NWADDR>10.1.4.245</HOST_NWADDR>
    <MODULE_ID>ejb.runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>chetanmi</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.1.4.245:65858:1190215355296:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>[STGMQ:STGMQEJB:TestMDB] Unexpected exception by JMS provider: javax.jms.MessageEOFException: initializeConnection.</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[javax.jms.MessageEOFException: initializeConnection
         at com.evermind.server.jms.JMSUtils.make(JMSUtils.java:1075)
         at com.evermind.server.jms.JMSUtils.toJMSException(JMSUtils.java:1155)
         at com.evermind.server.jms.TCPJMSRemoteServer.initializeConnection(TCPJMSRemoteServer.java:154)
         at com.evermind.server.jms.TCPJMSRemoteServer.initializeConnection(TCPJMSRemoteServer.java:110)
         at com.evermind.server.jms.TCPJMSRemoteServer.<init>(TCPJMSRemoteServer.java:68)
         at com.evermind.server.jms.EvermindConnection.<init>(EvermindConnection.java:122)
         at com.evermind.server.jms.EvermindQueueConnection.<init>(EvermindQueueConnection.java:70)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.unprivileged_createQueueConnection(EvermindQueueConnectionFactory.java:101)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.access$000(EvermindQueueConnectionFactory.java:44)
         at com.evermind.server.jms.EvermindQueueConnectionFactory$1.execute(EvermindQueueConnectionFactory.java:81)
         at com.evermind.server.jms.InContainerProxy.doSecureOp(InContainerProxy.java:157)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.createQueueConnection(EvermindQueueConnectionFactory.java:78)
         at com.evermind.server.jms.EvermindQueueConnectionFactory.createQueueConnection(EvermindQueueConnectionFactory.java:69)
         at com.evermind.server.ejb.MessageDrivenConsumer.createNonXAResources(MessageDrivenConsumer.java:567)
         at com.evermind.server.ejb.MessageDrivenConsumer.initializeJMSResources(MessageDrivenConsumer.java:491)
         at com.evermind.server.ejb.MessageDrivenConsumer.processMessages(MessageDrivenConsumer.java:208)
         at com.evermind.server.ejb.MessageDrivenConsumer.run(MessageDrivenConsumer.java:169)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.EOFException
         at java.io.DataInputStream.readInt(DataInputStream.java:358)
         at com.evermind.server.jms.JMSRemoteServer.readCheck(JMSRemoteServer.java:678)
         at com.evermind.server.jms.JMSRemoteServer.readProtocol(JMSRemoteServer.java:696)
         at com.evermind.server.jms.TCPJMSRemoteServer.initializeConnection(TCPJMSRemoteServer.java:134)
         ... 16 more
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-09-19T11:22:35.312-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_ID>J2EE EJB-02014</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>IFLEXNY-EXT99</HOST_ID>
    <HOST_NWADDR>10.1.4.245</HOST_NWADDR>
    <MODULE_ID>ejb.runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>chetanmi</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.1.4.245:65858:1190215355296:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>[STGMQ:STGMQEJB:TestMDB] All message consumer threads have terminated due to provider errors, stopping MDB.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    And my MDB is NOT WORKING. Please let me know how to deal with this.
    Your suggestions would be much appreciated.
    Regard,
    Chetan

    Line # 127 is creating a new application object using ApplicationFactory.
    ApplicationFactory aFactory =
    (ApplicationFactory) FactoryFinder.getFactory(
    FactoryFinder.APPLICATION_FACTORY);
    application = aFactory.getApplication();
    The only way that can throw a null pointer is when aFactory is NULL. I really doubt this case because, the same thing is doen in init() of FacesServlet. If it had failed there, the exception should have occured during server startup.
    This leaves me more and more confused....I am desperate for some help now :((
    Ramesh

Maybe you are looking for

  • ABAP 写的小游戏,供大家娱乐

    code} *& Report  Z_BUTTON_GAME                                               * REPORT z_button_game . INCLUDE <icon>. TABLES : sscrfields. internal table for storing the list of icons temporarily DATA : BEGIN OF i_icons OCCURS 1000, id LIKE icon-id,

  • Converting CMYK design to K+1PMS

    Hello, My design was originally created as a CMYK. Now, it needs to be converted to a Black + one PMS. Using channels, then copying and pasting portions into a new PMS channel, I thought I had it. However, two portions of the design are not looking r

  • Trying to reinstall using "setup.exe" in fixing 64-bit Adobe PDF printing error...?

    Greetings.  I found the following solution to my problem in the Adobe forums: http://helpx.adobe.com/creative-suite/kb/error-file-adobepdf-dll-needed.html The text is: Manually extract the file "adobepdf.dll_64" from the data1.cab file before install

  • PC Clients are unable to see or open PDF attachments

    I have seen an increase in my clients unable to open or see my pdf attachments. I work as a professional designer and rely on pdf email proofing. I am careful to click on the "widows friendly attachments" option and yet I'm still getting about 30% of

  • Appleworks database to Access help

    I have an unusual challenge. I have a disk that was created in a very old copy of Appleworks (Apple IIgs). It contains database information that I would like to move to Access. I still have my Apple IIgs, old Appleworks disk and amazingly enough, it