Compiling out of process... and wait until run app problem

Hi
jdev 11.1.1.5
When I run my app in sometimes it is very time consuming and in log I see
12:25:37 PM] Appc compilation begin
Compiling out of process...
C:\Oracle\Middleware\jdk1.6.0_30\jre\bin\javaw.exe -Xms128m -Xmx512m -Xverify:none -client -classpath C:\Oracle\Middleware\jdk1.6.0_30\lib\tools.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar -Dweblogic.jsp.diagnosticWithAbsolutePath=true -Dweblogic.classloader.noJarSigners=true weblogic.appc "@C:\Users\M_Ahari\AppData\Local\Temp\appcCommandList9207331811198721392.txt"
In some cases for example 1 hour till application run and we found if we end process javaw.exe in process explorer then application go up very fast .
what is the problem ??
Thanks

Check this if its helpful.
http://jobinesh.blogspot.com/2011/08/compiling-large-projects-from.html
https://cn.forums.oracle.com/forums/thread.jspa?threadID=990499
Error: compilation aborted by user

Similar Messages

  • Bought Premier Elements yesterday. EVERY time I try to open a set of clips with Editor, I am told I have to sign into my Adobe first. I do this and wait for several minutes for the password dialogue box to open, enter my password. then wait and wait until

    Bought Premier Elements 13 yesterday. EVERY time I try to open a set of clips with Editor, I am told I have to sign into my Adobe first. I do this and wait for several minutes for the password dialogue box to open, enter my password. then wait and wait until my pw is recognized. Accept agreement. Agreement screen disappears and I'm back where I started. Try to open video clips with editor again and get the same demand to log in. Please advise asap. thx

    Oldcameraman
    Please do not duplicate a thread. The threads are answered as soon as possible. We are not Adobe. Just user to user.
    I have answered your most recent of the duplicates
    Premier Elements 13 Organizer Works. Editor doesn't. Log in doesn't work
    It is uncertain just how far we can go to help you since you do not appear to have Premiere Elements any
    longer.Seems you demanded a refund from Adobe Chat, got it, and now are left with a non purchased program which I
    am not sure can be used.
    Duplicates tend to confuse the person asking the question as well as those attempting to reply. As I suggested in the
    above mentioned thread, try to sort out your situation with Adobe via its Adobe Chat.
    ATR

  • Yesterday I ran Disk Utility and came up with hundreds of permissions that needed repair.  I hit the "repair permissions" button and waited until it said they were repaired, but just for fun I hit the v

    Yesterday I ran Disk Utility and came up with hundreds of permissions that needed repair.  I hit the "repair permissions" button and waited until it said they were repaired, but just for fun I hit the "verify permissions" button again, and they all came back!  I did this several more times and every time I would hit "verify permissions" I would get the same list.  What's up?  I've always suspected diagnostic programs, but this is Apple's own!

    Ignore them. They aren't errors. You will keep seeing the same ones. As long as you get the message "Permissions repair complete," you're OK.
    http://support.apple.com/kb/TS1448?viewlocale=en_US

  • I killed my computer with coffee. It's out of waranty and applecare has run out. It's a 4 year old Macbook Pro. Any idea whether it makes sense to try and fix it?

    I killed my computer with coffee. It's out of waranty and applecare has run out. It's a 4 year old Macbook Pro. Any idea whether it makes sense to try and fix it?

    Nothing works at all. When I spilled the coffee I shut it down, unplugged everything, turned it over and put paper towels beneath it to drain. Made the mistake of turning it back on after a couple of hours. It worked but emitted strange noises from the internal speakers. Turned it back off, but have not been able to turn it back on since. I disassembled the entire macbook yesterday, found coffee stains on the keyboard components. Tried to turn it on and get nothing. The only sign of life is the battery indicator. When I press the button the series of green lights come on, but that's it. Thanks for your responses. Jaylloyd

  • HT4623 I updated my mini, but some of my apps are no longer available. One of them I purchased from the Apple store.  They are grayed out with the word "waiting" underneath the app.  Any suggestions?

    I updated my mini, but some of my apps are no longer available. One of them I purchased from the Apple store.  They are grayed out with the word "waiting" underneath the app.  Any suggestions?

    If there are multiple apps trying to download at once, only one can download at a time and the rest say "Waiting" until it is then their turn. Try this. Double tap the icon of the Waiting app, and it should resume the download.
    How to Solve the Problem of An iPad App Download Stuck on “Waiting”
    http://ipadacademy.com/2012/06/how-to-solve-the-problem-of-an-ipad-app-download- stuck-on-waiting
    How To Get Rid Of Your iPad App Download Frozen Problem
    http://www.sidelineapple.com/how-to-get-rid-of-your-ipad-app-download-frozen-pro blem-and-not-lose-years-of-your-life-video/
    Another thing to try - Turn the iPad Off & then back ON.
    If that doesn't work:
    •  Log out of your iTunes store account.  Go to Settings > Store > Sign Out Then press the Home button.
    • Then press and hold the Home and Sleep buttons simultaneously and don't release them when it brings up the Turn Off screen; keep holding them until the Apple logo appears.
    • After restart, the Waiting should be gone.
     Cheers, Tom

  • How many days I have to wait until Blackberry App world complete my vendor registration?

    Hello comunity some days ago I sent my official Government Issued Identification to [email protected] (in order to the next step for completing my registration) does anyone know how many days I have to wait until Blackberry App world complete my vendor registration?
    Regardd 

    This is not the AppWorld vendor section of the forum.
    I will ask a moderator to please move your thread to the correct area.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Launchin an application and waiting until it has quit

    Hi,
    I'm trying to use automator to swap different users settings before launching an application. This much is straight forward. What I would like to do is to save the settings when the application is closed.
    But I can't work out how to launch the application and then have the workflow wait until it closes again before backing up the user settings. Is this possible just using automator or do I need to start using apple scripts?
    Thanks
    Nic

    Well, yes, you could have a workflow wait until an application closes. The workflow would loop forever checking to see if the app is running, and if isn't then backup the settings and stop looping. Hmm, you'd want to use some AppleScript for that. I used "TextEdit" as the application to test this, so you'd want to change that to the name of the app you are checking. It pauses for 5 seconds, but feel free to adjust that to whatever.
    repeat
    if application "TextEdit" is not running then exit repeat
    delay 5
    end repeat
    Add the action "Run AppleScript" (Utilities category, or Automator app) as the first action before your actions that backup the settings. Just delete everything in the "Run AppleScript" action and then add the above script. The default script in "Run AppleScript" is for passing stuff from a previous action to the next action, but since this is the first action you don't need the default script. (It shouldn't hurt to leave it, either, but you don't need it.)
    When the workflow is run, it'll stay stuck in the first action waiting for TextEdit (or your app) to quit. When it finally does, the workflow will move to the next actions you've provided for backing up the settings.
    Hmm. Thinking a bit...
    One alternative to this would be to create a workflow to quit the application, and then have it backup the settings. You would have to use the workflow instead of quitting the app normally, that is you couldn't quit from the menu nor use Cmd-Q. There's an action called "Quit Application" in Utilities category (or Finder action). Use that as your first action, then possibly the "Pause" action (Utilities category, Automator app) set to 5 or 10 seconds to make sure the app has quit, and then
    your actions to make the backup for the settings.
    A couple of ideas there.

  • Return Code value using 'starting new task' and 'wait until'

    I'm having a minor issue with some return code values in my ABAP.
    This is what part of it used to look like before I modified it:
    With Code in version 1, the sy-subrc was not always zero, sometimes it would be 4.
    That was fine, and my abap would do something based on the non-zero RC.
    had a need to implement an RFC timeout, the only way I could see to do it was to use 'starting new task' etc as seen in Version 2.
    However, with my changes, sy-subrc is always zero.
    The ABAP runs fine but I know that sy-subrc should sometimes be 4, even when it returns within the allotted 60 seconds.
    Maybe I've coded it incorrectly.
    Can someone point me in the right direction?
    #>> Start of VERSION 1
      call function 'MY_FUNCTION_MODULE'
           destination RFCDEST
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
    if sy-subrc is initial.
      * do some stuff as RC was 0
    else.
    * log non-zero return code etc
    endif.
    * << End of Version 1

    And now Version 2.
    I didn't put this into the 1st post as the formatting goes bonkers.
    #>> Start of VERSION 2
      call function 'MY_FUNCTION_MODULE'
           destination RFCDEST
           starting new task 'taskname'
           performing receive_result on end of task
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
      WAIT UNTIL results_received = 'X' UP TO 60 SECONDS.
    if sy-subrc is initial.   << Now this is always ZERO
      * do some stuff as RC was 0
    else.
    * log non-zero return code etc
    endif.
    FORM receive_result USING iv_taskname.
      RECEIVE RESULTS FROM FUNCTION 'MY_FUNCTION_MODULE'
           tables
                orders_list          = t_orders_packet
                apo_orders_list      = t_apo_orders
                apo_resources        = t_apo_resources
           exceptions
                COMMUNICATION_FAILURE    = 1 MESSAGE MSG_TEXT
                SYSTEM_FAILURE           = 2 MESSAGE MSG_TEXT
                NO_ORDERS_SUPPLIED       = 3
                NO_PEGGED_ORDERS_FOUND   = 4
                ORDERID_CONVERSION_ERROR = 5
                OTHERS                   = 6.
      results_received = 'X'.
    endform.                    "receive_result
    * < End of Version 2

  • Can process and icon of iPhone app be hidden?

    Hi guys!
    i was always worried about the security of iPhone 3GS since i stored most of my id/password on it. recently i had a little concern that maybe some apps i installed on my phone didnt have an icon and i couldnt see the process via sbsetting as well. so that means there're some apps on my phone that i can never get access to and i dont even know what they are doing.
    and as a developer, im quite interested how can process and icon hidden be achieved by code. so my question is, am i thinking too much or process and icon hidden really exist in iPhone? if the answer is yes, how can i do this by code? any clues are welcome!
    thx a lot!
    cheers

    For a non-development answer, if you have more apps than can be displayed in the limited number of pages allowed they will not be shown but are still available when you use search which is located to the left of the first page. You can also move apps to folders, allowing more apps to be visible on the pages.
    Any other type of hiding of an app would be difficult as there would be no way easy way of launching it. Remember as well, that apps cannot run in the background except for limited functionality.

  • Why Do the App Switcher and Dock Hide Running Apps?

    I've come to realize—to my great annoyance—that the behavior of the command-tab app switcher has changed.
    If I have an app launched that has no documents currently open, the app doesn't appear in the app switcher or the dock. The only way I can see it's open is by looking at DragThing, my third-party launcher. Since I return to Pages and Preview throughout the day, opening and closing documents as I need them, this is really an inconvenience for me.
    Does anyone know of a way to disable this behavior and have both command-tab and the dock show all running apps the way it always did before Mavericks?

    Because my dock's already too full with apps that are even more frequently used. Using the app switcher became part of my workflow long ago, and I'm sorry to lose it.

  • Schedule reports and wait until the report complete

    I have wrote a java program to call BO SDK to schedule several crystal reports (same report, run at once with different parameters) to an unmanage disk. The program run successfully and can generate the reports. I would like to add an email notification function once all the reports are generated. How can I know the status of all the reports is completed?
    Does anyone know the answer? Many thanks.

    Hi Grace,
    BO CMC has feature for e-mail notification
    goto CMC
    navigate to that report.
    rigth click>> Manage->>Default Settings-->>Notification. (Email Notification: )
    Email notification based on:
          A job has been run successfully .
                      Configure notification message
                                               Use the Job Server's defaults
                                               Set the values to be used here:
        A job has failed to run 
                       Configure notification message
                                            Use the Job Server's defaults
                                            Set the values to be used here:
    I dont know about doing all this through SDKs but you can try doing this step by step frist through CMC and then going for infovie and then your java program.
    See if this could achieve your reqiurements
    Thanks,
    Praveen.

  • What does it mean "Will Install" when I tried to install/sync an iOS app in iTunes and how long is the wait until the app is installed/Sync on my iOS device

    I am testing an iOS app developed by my team.  When I tried to update the new version, I kept receiving the "Will Install" status.  What do I have to do to get it installed as soon as I sync the device?  If I have to wait for whatever reasons, how long do I have to wait for the status to change.  I am using iTunes 11.0.1 (12).  Thanks

    I found that I had "restrictions" turned on under general settings. Turned them off, rebooted the iPad and it was able to install apps from iTunes.
    Hope this helps you.

  • 8GB ipod touch keeps freezing up and won't run apps correctly

    I have an 8GB ipod touch that is almost a year old and it keeps freezing up.  Some apps that use the motion side to side to move objects, doodlejump for example, won't work.  I have reloaded apps and restored the ipod and it is still having a problem.  What would be the issue and can it be fixed?

    If the restore you did was from backup. restore to factory defaults/new iPod since you may have corruption that is now in your backup.  If you then still have problems I wold make an appointment at the Genius Bar of an Apple store.  If they determine it is a hardware problem and it is within warranty they should give you a replacment iPod.

  • IOS 6 and 6.0.1 App Problems

    Hi, I've got an iPod touch 4th gen. It is updated to the latest software, IOS 6.0.1. Upon updating it to IOS 6 back when it first came out, I experienced problems with numerous apps such as Facebook, Instagram, FaceTime, as well as the App Store itself. The update for the IOS did not fix anything.
    Facebook, when I attempt to log in, will either appear with the "Session Timed Out" popup, or "error code 1 FBAPIErrordomain". If I am logged in it will not load any messages or notifications and is very slow about pulling up the news feed.
    Instagram will not let me upload any photos at all, they just appear to have failed in uploading (however the edits are still saved to my camera roll).
    FaceTime will ring for a very long time, to whoever I'm attempting to call, and then say that they're unavailable.
    The App Store would load for a long time and finally show a "Unable to Connect to iTunes Store" popup.
    I have just recently reset my iPod to its factory settings, and only the app store problem has been fixed.
    My apps work under different networks just fine, as they're expected to, so it could possibly be a problem with my router ( which is a Belkin N150).
    Does anyone have an idea about what could be wrong? Please and thanks!
    Kaitlyn

    Most likely the device has a hardware issue.
    Restore as new to rule out a software/setting issue.
    If it's still occurring, take the device to Apple for evaluation and possible replacement.

  • How to make VI wait until data is saved before it can open and read data

    I have developed two VIs for continuous monitoring. First VI is for acquiring raw strain data and saving it into a folder, let's say, every 10 minutes or every 100 Mbyte of data (for example, after monitoring for an hour, the folder will have 6 files, each of which contains 10 minutes of data). Second VI is for opening/reading/processing data files collected by the first VI.   Right now, this second VI can handle only one file at a time. What I am trying to do is to have this second VI open the files one after another automatically. Also (here is what I think will be difficult part), I want the second VI recognize that a file is saved by the first VI before opening it (i.e., wait until the first 10 minutes of data file is saved by first VI, open and process this first data, wait until the second 10 minutes of data file is saved by first VI, open this second file and process it, wait until the third 10 minutes of data file is saved by first VI, open and process it........). Any help or comments would be appreciated.
    Thanks in advance for your help.
    Brdg.

    Basically, If your purpose is to keep one thread from opening the file until the DAQ thread has finished with it, then the queue is what I would use.
    All functions are on the ADVANCED | SYNCHRONIZATION | QUEUE palette.
    Use the OBTAIN QUEUE to create the queue. Set the DATA TYPE to a PATH constant. This creates a queue of paths.
    Pass the QUEUE REFNUM to both the DAQ VI, and the PROCESSING vi.
    In the DAQ VI, when you write a file, take the PATH from the CLOSE FILE function and use ENQUEUE ELEMENT to put it into the queue (use the refnum you passed in).
    In the processing thread, use DEQUEUE ELEMENT to fetch the path from the queue. You probably should use a timeout value of 1000 mSec or so. If you timed out, go check your PROGRAM RUNNING flag (so you can stop without waiting forever on the queue), and if you're not stopped, try again.
    If the DEQUEUE ELEMENT returns WITHOUT a timeout, then open the path it gives you - the file is guaranteed to be closed, since you closed it before you enqueued it.
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

Maybe you are looking for

  • .ics calendar attachments sent from R/3

    Hi. Does anyone know if it is possible to set the content type of a file attachment to an email sent from R/3?  Specifically, I need to set the content type to "text/calendar" when generating notifications from bsp that contain an MS Outlook calendar

  • Since maverick upgrade itunes keeps quiting and mac mail want let be change the font,

    Since upgrade to 10.9 itunes keeps quiting and i cant change the front in mac mail (is it just me or was this upgrade a waste of time)

  • Subject Areas for Manufacturing Analytics

    Hi All, I am having a BI Apps image which is compatible for Manufacturing Analytics. Could anyone help me to provide the list of Subject Areas that needs to be loaded to BI DW for Mfg Analytics? Thanks, Harish Nunna

  • Netflix not playing after adobe update

    I just updated adobe and as soon as I did my Netflix stopped playing. It keeps coming up saying the destination is unavailable. I have just updated silverlight and all Plug in's are accepted etc so no problems there. Can someone please help me. So fr

  • IPhoto slideshows on my iPad

    I have seen one of my iPhoto slideshows on my iPad so I know it is there.  It was put together in iPhoto with music and I THOUGHT I viewed it in my video app.  I cannot find anything in my video app now except two purchased videos.  I have the latest