Application hang for long time (unable to load)

hi and a very good day to all..
i am a new user of J2ME and i am currently using Sun Wireless Toolkit to run a sample program. But, there are some error occur when i open it from the Open Project in Sun Wireless Toolkit. Once i click the launch button on the emulator, it will show the graphic but with a statement 'Please Wait'. it seems like my application is going happen to hang for quite a long time (i even can't open it at all). it happen every time i open my project and i unable to load my program successfully. i want 2 ask, is it because of teh coding? or my pc? or the Sun Wireless Toolkit itself? i never change/edit the coding, since this the sample application of Mobile Compass i downloading from the internet.
there are bundle of code in my application (single application)..but the error 'Please Wait' basically come from 1 of the coding. i'll show it below:
**THE CODE**
package org.qcontinuum.compass;
import javax.microedition.lcdui.*;
import java.util.*;
abstract public class Progress extends Form implements CommandListener, Runnable {
private Displayable mParent;
private Command mCancelCommand;
private Thread mThread;
// private Timer mTimer;
public Progress(String title, Displayable parent) {
super(title);
mParent = parent;
append(new StringItem(null, "Please wait...\n"));
addCommand(mCancelCommand = new Command("Cancel", Command.CANCEL, 0));
setCommandListener(this);
mThread = new Thread(this);
public void start() {
mThread.start();
abstract public void run();
public void commandAction(Command c, Displayable d) {
if (c == mCancelCommand) {
Compass.display(mParent);
p/s: is it the above error related to java.lang.NullPointerException? this is because, with unexpected situation, suddenly the compass program able to download successfully (only sometime), but still it give some error like below, and i still can select the Time Zone for my destination chosen from the given map.
java.lang.NullPointerException
     at java.io.DataInputStream.read(+4)
     at java.io.DataInputStream.readUnsignedShort(+4)
     at java.io.DataInputStream.readUTF(+6)
     at java.io.DataInputStream.readUTF(+4)
     at org.qcontinuum.compass.TimeZone.load(+6)
     at org.qcontinuum.compass.TimeZone.<init>(+9)
     at org.qcontinuum.compass.TimeZone.getZones(+36)
     at org.qcontinuum.compass.LocationTimeZone.<init>(+89)
     at org.qcontinuum.compass.LocationMap.locationSelected(+22)
     at org.qcontinuum.compass.MapCanvas.moveImage(+282)
     at org.qcontinuum.compass.MapCanvas.keyPressed(+22)
     at javax.microedition.lcdui.Canvas.callKeyPressed(+19)
     at javax.microedition.lcdui.Display$DisplayAccessor.keyEvent(+198)
     at javax.microedition.lcdui.Display$DisplayManagerImpl.keyEvent(+11)
     at com.sun.midp.lcdui.DefaultEventHandler.keyEvent(+127)
     at com.sun.midp.lcdui.AutomatedEventHandler.keyEvent(+210)
     at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.handleVmEvent(+114)
     at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(+57)
can someone help me on this. i really need the answer for this solution. i am still new and in the process of leaning. Thanks a lot and hope all of u can help me. May God bless u. The reference for the above sample program is at http://http://qcontinuum.org/compass/index.htm
Regards,
Miss Iera

Hi,
Do you have variable replaced by another query? If that is case, you will get performance issue, when the prequery is runnig when call var screen.
Do you have variable replaced by authorization? If that is case, for the user will complicated authroization, it will take some time to fill it.
In general, when the variable screen is calling, have you check in sm66, what is the work process doing? In RSRT->run this query with statistics, which part takes most time?

Similar Messages

  • Cldg switch command hangs for long time

    Hello Experts ,
    We have renamed the veritas volumes vol1 and vol2 of disk group "dg", which is under cluster control.
    The renaming of volumes are successfully completed and modification updated in Cluster CCR (cldg sync dg) and volumes are mounted successfully in node002.
    We have switch over the disk group "dg" from node002 to node004. The disk group switch over to the node node004 successfully and able to mount the volumes.
    Again, we have switch over the disk group "dg" from node004 to node002, but the switch command is not successful and hanged for long time. When we check the /var/adm/messages in node002, the below messages appeared
    Oct 22 11:49:39 node002 scsi: [ID 107833 kern.warning] WARNING: /pci@0,600000/pci@0/scsi@1 (mpt0):
    Oct 22 11:49:39 node002 Disconnected command timeout for Target 0
    Oct 22 11:50:49 node002 scsi: [ID 107833 kern.warning] WARNING: /pci@0,600000/pci@0/scsi@1 (mpt0):
    Action plan followed for renaming the volume:*
    node002:/var/tmp/bak# umount /local/mqm/log/mq_log
    node002:/var/tmp/bak# umount /local/mqm/qmgrs/mq_qmgr
    node002:/var/tmp/bak# vxvol -g dg stop vol1
    node002:/var/tmp/bak# vxvol -g dg stop vol2
    node002:/var/tmp/bak# vxedit -g dg rename vol1 vol1_log
    node002:/var/tmp/bak# vxedit -g dg rename vol2 vol2_qmgf
    node002:/var/tmp/bak# vxvol -g dg start vol1_log
    node002:/var/tmp/bak# vxvol -g dg start vol2_qmgf
    node002:/var/tmp/bak# cldg sync dg
    Please advice on this error and how to resolve this.
    Regards,
    R. Rajesh Kannan

    But what is device mtp0? It doesn't sound like a disk name. It is having SCSI problems. I don't know if these messages are relevant though.
    I don't use VxVM as a rule, but your procedure seems reasonable to me.
    Tim
    ---

  • The PL/SQL command (select/update) was hanged for long time

    We have a proc program to access a 160 rows table (F_TRDATA), however, it always hanged for a long time, then it was retarted by our defence process.
    (1)Table structure:
    SQL> desc F_TRDATA;
    Name Null? Type
    SCP_NBR NUMBER
    A_INDEX NUMBER
    A_BITMAP LONG
    SQL> select index_name, column_name from user_ind_columns where TABLE_NAME='F_TRDATA';
    INDEX_NAME
    COLUMN_NAME
    I_F_TRDATA
    SCP_NBR
    I_F_TRDATA
    A_INDEX
    (2)Use DBLINK between two different machines:
    LONG rtc;
    char f_tabname[100];
    EXEC SQL BEGIN DECLARE SECTION;
    char srvname[100];
    char dblink_name[100];
    EXEC SQL END DECLARE SECTION;
    sprintf(srvname,"%s",(const char*)STRING(INOBJECT::srvname).ToUpper());
    EXEC SQL SELECT DB_LINK INTO :dblink_name FROM ALL_DB_LINKS WHERE OWNER=:srvname;
         db.setLastSqlCode(sqlca.sqlcode);
         if (sqlca.sqlcode!=0)
              TRACE("SELECT DB_LINK error "<<sqlca.sqlerrm.sqlerrmc)
              return VAL_ERROR;
         else
              TRACE("SELECT DB_LINK OK");
    sprintf(f_tabname,"F_%s@%s",(const char*)STRING(parent->getClassName()),(const char*)STRING(dblink_name));
    TRACE_SHOW(f_tabname);
    rtc=get_free_ri(f_tabname);
    EXEC SQL COMMIT;
    (3)get_free_ri ():
    memset(s_ln,0,800);
    sprintf(s_ln,"SELECT A_BITMAP FROM %s WHERE A_INDEX=:a AND SCP_NBR=:b \
              FOR UPDATE OF A_BITMAP",tab);
    EXEC SQL PREPARE S FROM :s_ln;
    if (sqlca.sqlcode)
    {TRACE(""<<s_ln);
    TRACE(""<<sqlca.sqlerrm.sqlerrmc);
    EXEC SQL DECLARE C_FREE_RI CURSOR FOR S;
    if (sqlca.sqlcode) {TRACE("DECLARE C_FREE_RI : "<<sqlca.sqlerrm.sqlerrmc)};
    memset(s_ln,0,800);
    sprintf(s_ln,"UPDATE %s SET A_BITMAP=:a WHERE A_INDEX=:b AND SCP_NBR=:c",
         tab);
    EXEC SQL PREPARE S FROM :s_ln;
    EXEC SQL EXECUTE S USING :bitmap,:rand_ind,:scp;
    switch(sqlca.sqlcode)
    {case 0: /* FOUND */
    (4)Trace tools:
    select SQL_TEXT from v$sql where HASH_VALUE=(select SQL_HASH_VALUE from v$session where process=10775);
    select SQL_TEXT from v$sql where HASH_VALUE=(select PREV_HASH_VALUE from v$session where process=10775);
    select XIDUSN,object_id,locked_mode from v$locked_object where object_id =
    (select l.object_id from v$locked_object l,v$session s where s.sid=l.session_id and s.process=10775);
    select s1.SEQ#,s1.P1,s1.P1TEXT,s1.P2,s1.P2TEXT,s1.P3,s1.P3TEXT,s1.EVENT,e.PARAMETER1,e.PARAMETER2,e.PARAMETER3,s1.WAIT_TIME,s1.SECONDS_IN_WAIT,s1.STATE from
    v$session_wait s1,v$session s2,v$event_name e where s1.sid=s2.sid and  e.name=s1.EVENT and s2.process=10775;
    (5)Trace info:
    SQL> start P6-3.sql1
    SQL_TEXT                                                                                           
    SELECT "A1"."A_BITMAP" FROM "F_TRDATA" "A1" WHERE "A1"."A_INDEX"=:A AND "A1"."SCP_NBR"=:B FOR UPDATE
    OF A1."A_BITMAP"                                                                                  
    SELECT "A1"."A_BITMAP" FROM "F_TRDATA" "A1" WHERE "A1"."A_INDEX"=:A AND "A1"."SCP_NBR"=:B FOR UPDATE
    OF A1."A_BITMAP"                                                                                  
    SQL_TEXT                                                                                           
    SELECT "A1"."A_BITMAP" FROM "F_TRDATA" "A1" WHERE "A1"."A_INDEX"=:A AND "A1"."SCP_NBR"=:B FOR UPDATE
    OF A1."A_BITMAP"                                                                                  
    SELECT "A1"."A_BITMAP" FROM "F_TRDATA" "A1" WHERE "A1"."A_INDEX"=:A AND "A1"."SCP_NBR"=:B FOR UPDATE
    OF A1."A_BITMAP"                                                                                  
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
          1897 1413697536 driver id                                                                 1  
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
    #bytes                                                                    0                        
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
    SQL*Net message from client                                                                        
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
    driver id                                                                                          
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
    #bytes                                                                                             
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
                                                                              0          197725        
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
    WAITING                                                                                            
          SEQ#         P1 P1TEXT                                                                   P2  
    P2TEXT                                                                   P3                        
    P3TEXT                                                                                             
    EVENT                                                                                              
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
    SQL> spool off
    SQL> start P6-4.sql1
    SQL_TEXT                                                                                           
    UPDATE "F_TRDATA" "A1" SET "A_BITMAP" = :A WHERE "A1"."A_INDEX"=:B AND "A1"."SCP_NBR"=:C           
    UPDATE "F_TRDATA" "A1" SET "A_BITMAP" = :A WHERE "A1"."A_INDEX"=:B AND "A1"."SCP_NBR"=:C           
    UPDATE "F_TRDATA" "A1" SET "A_BITMAP" = :A WHERE "A1"."A_INDEX"=:B AND "A1"."SCP_NBR"=:C           
    SQL_TEXT                                                                                           
    UPDATE "F_TRDATA" "A1" SET "A_BITMAP" = :A WHERE "A1"."A_INDEX"=:B AND "A1"."SCP_NBR"=:C           
    UPDATE "F_TRDATA" "A1" SET "A_BITMAP" = :A WHERE "A1"."A_INDEX"=:B AND "A1"."SCP_NBR"=:C           
    UPDATE "F_TRDATA" "A1" SET "A_BITMAP" = :A WHERE "A1"."A_INDEX"=:B AND "A1"."SCP_NBR"=:C           
          SEQ# EVENT                                                                                   
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
           657 SQL*Net message from client                                                             
    driver id                                                                                          
    #bytes                                                                                             
          SEQ# EVENT                                                                                   
    PARAMETER1                                                                                         
    PARAMETER2                                                                                         
    PARAMETER3                                                        WAIT_TIME SECONDS_IN_WAIT        
    STATE                                                                                              
                                                                              0          311573        
    WAITING                                                                                            
    SQL> spool off
    (6)We found no locked sessions, and the proecess was hanged when it executed SELECT and UPDATE command. However, the system CPU traffic and I/O traffic was not high.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    up?
    up ... in the sky?
    up ... my shirt sleeve?
    up ... above the streets and houses, rainbow's flying high, everyone can see a rainbow, in the sky.... paint the whole world with a RAINBOW!
    up ... yours?

  • Applications "Hung" for long time

    I'm spending massive amounts of time these days watching the rainbow wheel turning. According to the Activity Monitor, the application I am working in is "HUNG", and using over 70% cpu capacity. It happens mainly in Safari, but that's what I use most. It also happens in Word, Quicken, Entourage and others.
    This coincidently (????) started after Apple replaced my logic board because of faulty capacitors.
    Any hints?
    Thanks.

    Hi and welcome to the discussions!
    It really could be any number of things, but let's try. First, how much RAM do you have? Less than 512MB and you do not have enough.
    How much free space on your hard drive? OS X likes to have between 10-15% free to allow for maintenance and having a disk that is nearly filled can cause issues.
    Safari is a CPU and memory hog which is why I no longer use it. I prefer Camino instead. When you have this problem, open up your activity monitor and see howmuch RAM is in use and what program is demanding the most CPU cycles.
    Try running a program like Cocktail and run all the scripts.
    Is there a reason that you haven't updated to 10.4.6?
    There are other things to try, but those are a few of the easiest that can make a difference. Take a look at Dr. Smoke's FAQ on the SBBOD - Spinning Beach Ball of Death - and see if any of his suggestions make a difference.
    Be sure to post back here with any results or further questions.

  • Info pack is hanging for longer times

    Hi Gurus,
    I had a Info pack which will fetch the data from IBM Data stage to SAP BW,When i'm executing the load jobs my info pack is in yellow for hours and message in Data stage is "APT_CombinedOperatorController,0: Logging delayed metadata.".Can any body throw some light on this?The Job over view is enabling for BW but not for Source system.The same for all other options.But i can see some ALE Management i din't know which were related to my job and how to deal them.
    Regards,
    Rambabu

    Hi Ram
    Is this the first time you are running this IP?
    Please give us more details on data as well. Approximately how much data lies in the source system. At least do you have an option to check the data in source system.
    If there is no data also, the IP will have yellow status forever. In that case, you should do as below.
    Click on the below option in your IP
    Below screen will appear. Change it to Green and execute the job again
    Share the screenshots of detailed tab of the IP monitor, if nothing worked out.
    Regards
    Karthik

  • Mac - after updating creative cloud, all apps have disappeared from "apps" and attempts to install hang for long time.

    I recently updated the Creative Cloud app, and suddenly I get a message that I have not yet downloaded any apps. They are all right there in my applications folder, but not in my CC desktop app. When I attempt to install any app, it hangs at 40 or 42% forever..... Please help.

    Thanks for your response, John,
    I'm not sure what browsers and firewall have to do with this issue. I have been using Creative Cloud as a desktop app since first subscribing to the Adobe Creative Cloud, and downloaded all of the apps that I use on a daily basis way back then. The only change between seeing all of my apps and not seeing any of them was updating the actual Creative Cloud app itself. There were no other changes. Here is a screen shot of what I saw when attempting to update Acrobat. Below that are two screen shots that may be a signal that my Creative Cloud app is corrupt. Please let me know how to proceed.
    This hung at 42% for about half an hour....
    This seems quite odd....
    InDesign seems normal...

  • Deploying application takes a long time

    Deploying en exploded EAR takes unually long time and thread
    dumps and directory listings show that WebLogic
    1. jars whole app in it's internal folder
    2. unjars ear it just created back to the exploded form
    Dimitri

    Hi James,
    Thank You for your suggestion. I have some doubts.
    1) You suggested to revert back to old parameter and restart jDEV. What is the parameter i need to revert? I have only changed the max,min and perm size in opmn.xml because I keep getting perm gen error quite often. Did you mean those parameters ?
    2)Restarting jDev will solve the issue of longer deployment time for applications. But when I restart the SOA itself, it fails to start.I get the Time out error. On removing the application which took longer time to deploy from server.xml, SOA starts without error. No other changes have been made. So the question is why is the application which is successfully deployed from jdeveloper like many other applications stopping the SOA to start.?
    3)Or is the load during SOA startup is high, which results in it failing to start? If so how can I overcome this issue.
    Thanks,
    Ananth
    Edited by: user8655700 on Sep 14, 2009 10:25 PM

  • Why does my jdev hang for some time

    Hi,
    I want to know the reason why my jdev 10.1.3.4.0 hang for some time in some scenario's?
    like:
    whenever i start standalone oc4j server, after using the application in server' url, if i go to jdev it will hang for a min or so.
    normal usage also it will hang for some thrice a day or so??
    can any one tell..
    Thanks,

    Hello John,
    Thank you for providing all the information about what is going on with the SuperDrive issue you are experiencing.
    I recommend resetting the System Management Controller (SMC) on your iMac:
    Resetting the SMC for Mac Pro, Intel-based iMac, Intel-based Mac mini, or Intel-based Xserve
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    You can find the full article here:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/HT3964
    If you are still having trouble with playing audio, I recommend the following article:
    Apple Computers: Troubleshooting the slot-loading SuperDrive
    http://support.apple.com/kb/HT2801
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • Application hangs for few seconds

    I have problem since i have installed window 10 . It makes the application hangs for few seconds and then come back to normal .. what should i do

    Hard to believe, the problem is back!
    Everything worked just fine last night. This morning I turn the iMac on and the problems are back: Extremely long time to startup, application hangs, everything super slow.
    Any ideas?
    I restarted in verbose mode and took some pictures, in case that helps...
    http://gallery.me.com/cjanz#100008

  • When request is submitted it goes for pending standby for long time

    Hi all,
    Does anyone have any idea about this?
    When im running oracle standard report on production its going to Pending Standby for long time and then it works normally whereas when i run the same report on clone server it directly runs without making any wait. Can anyone advice me what could be the issue related to this. Im unable to get to the root cause, so need your advice.
    Ours is 12.1.2 EBS - RAC (11.1.0.7) - HPux (11.31) env for production
    12.1.2 (EBS) -- Single node(11.1.0.7)-Hpux (11.31) env for Clone.
    thanks in advance.

    increase some processes in cuncurrent manager.
    Reagrds,

  • Application hangs for non existing value

    Hi,
    At the DB level I tried to query non existing value from the table, query came out with "no rows selected" . But when I try to do the same from front end, application hangs! I just checked in the statspack report it shows like query is taking more cpu time to execute. what could be the reason for this?
    when I join the v$session,v$sql to get the currently running query on database, it shows the query which try to execute from the application as active.
    why it is hanging in application and why not in DB?
    can any one brief me on this regard? why does application hangs for non exsting value?
    With Regards
    Boo

    Hi,
    At the DB level I tried to query non existing value from the table, query came out with "no rows selected" . But when I try to do the same from front end, application hangs! I just checked in the statspack report it shows like query is taking more cpu time to execute. what could be the reason for this?
    when I join the v$session,v$sql to get the currently running query on database, it shows the query which try to execute from the application as active.
    why it is hanging in application and why not in DB?
    can any one brief me on this regard? why does application hangs for non exsting value?
    With Regards
    Boo

  • Long time required to load variable screen

    Hi Experts,
    I going to start with the question and after I will explain the details. Is there any way in which I can preload in Cache "program" generated by the query?
    When I run my queries is taking a long time just to load the variable screen. I think I know the reason what I need is your help to find a solution.
    This happens in the big queries. These queries are defined on a Multiprovider, they have lots of selected/calculated key figures and for now I did all I could to optimize them. I used RSRT1 to check the technical information of the queries and in the generation limits I could see the load size is about 1 MB.
    Again, the problem is even before I select the data. Is the re anyway to avoid this long load time?
    I really appreciate your help I am about going live and this could be a big issue.
    Thanks very much for your help,
    Raimundo Alvarez

    Hi,
    Do you have variable replaced by another query? If that is case, you will get performance issue, when the prequery is runnig when call var screen.
    Do you have variable replaced by authorization? If that is case, for the user will complicated authroization, it will take some time to fill it.
    In general, when the variable screen is calling, have you check in sm66, what is the work process doing? In RSRT->run this query with statistics, which part takes most time?

  • Custom web parts in SharePoint 2013 becomes inactive when the session is idle for long time.

    Hi,
    We have a search center site with custom web parts and custom master pages. When the session is inactive for long time all the custom web parts in the page doesn't work, unless we close the browser and open it. Where as this is not the case with the
    OOB web parts. We are not able to identify the root cause as it works with OOB web parts and not the custom web parts.We were able to find that by increasing the session timeout of the web application we can avoid this issue.We do not want to increase the
    session timeout as the OOB web part works perfectly even when the user session is idle for long time.Is there any other alternative where we can acheive the same for custom web parts when the session is idle for long time?
    Thanks,
    Saranya

    Hi Saranya,
    According to your descirption, my understanding is that when the session is long time idle ,then custom web part will not work.
    I suggest you check if you have enable the session in the Page Level in the web.config. By default SharePoint disable the session state.
    In the web.config, you will see <page enableSessionState> tag. You can modify like below and test if it works.
    <pages enableSessionState=”true” ….. />
    Here is a detailed thread for your reference:
    Use Session State in SharePoint
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Automatic logout after lock screen for long time?

    When I leave my mac screen locked for long time, sometimes I see the following message after unlocking screen:
    "Logout has timed out because the application [x] failed to quit...."
    Where [x] is some application trying to quit, and is waiting for user confirmation. This happens even when the computer is plugged in to AC. Has anyone else seen this problem? TIA

    Found it:
    http://www.askdavetaylor.com/canmac_automatically_log_out_user_afterinactivity.html
    D'uh

  • DISASSEMBLE is being executed for long time in SPAM

    Hi ,
    I am trying to applying SAP_BASIS patch in new XI 3.0 server .But it got hanged in <b>DISASSEMBLE is being executed</b> for long time in SPAM.
    Can any one will me to solve in this issue.
    Thank You !
    Gopnath.G

    Hi
    The following Patch manager may be useful
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCUPGOCSSPAM/BCUPGOCSSPAM.pdf
    Regards,
    Sai

Maybe you are looking for

  • Using PL/SQL to send alert email error

    Hi All , This is from one of my earlier posting : DECLARE l_mailhost VARCHAR2(64) := 'mail.mycompany.com'; l_from VARCHAR2(64) := '[email protected]'; l_to VARCHAR2(64) := '[email protected]'; l_mail_conn UTL_SMTP.connection; BEGIN l_mail_conn := UTL

  • To send sales order header text in mail description

    Hi all, my requirement is to send the sales order header texts(which have text ids as 0001,002,003 and text object :VBBK) as the description in the mail step. Please help me. Regards, Sravanthi Chilal

  • PlugIn/Effect Question

    I am somewhat new to FCE. I've been playing with it for about four months now, and I have made some great movies so far. Most of my editing has been pretty basic. I am slowly hoping to learn more about newer plug-ins/effects, as I would like to use t

  • How to blend firefox 4 with computer themes

    whenever I apply a theme to my computer firefox 4 doesn't blend with the theme

  • Admin doesn't show up at login

    When I turn on my macbook, the login window keeps telling me to type my name and my password. When I click "back", my admin username is not there and the only thing it shows is the "Other..." account. I have the display login window checked as "list