Connection and reconnection taking a lot of time

Hi ppl. I am on a POC with 5 machines plus the Active Directory on a Win 2003 server,
the vdi hosts and the storage server each of them reside on a LDOM (four in total) created
on one sparc blade on a sun blade 6000, each vdi has 4 gb of memory and the storage server
has 3 gb (ARC size is 2GB) and one zfs partition of about 60gb.
The xVM server was created in a LDOM on an x68 blade on the
same sun blade 6000. Solaris 10 U7 in all of them. VDI and virtualbox installed as per
installation instructions. All vdi servers has the AD as their ntp and dns server.
The user directory is working, connected and authenticated to the AD, we are able to search
for users from the web interface.
the problem: most of the time the vdi login screen appears after less than 30 secs, but
after entering a valid (or for testing, invalid) user/password, most of the time the "connecting
to vdi" screen is displayed for 1 or more minutes, after which it either falls back to the
vdi login screen or opens a the session or shows the two VMs to pick one. After selecting
one of the VMs or entering the previous session, everything works fast, inside the win
session, but then again, when we log out,disconnect or close the session, it takes for
anoter 2 or more minutes to get the VDI login screen again, it has taken up to 5 to 6 mins
to get to the vdi screens.
I dont find any related information on the cacao.0 logs, dmesg or /var/log/syslog log files,
the vdi web admin interface shows the VM taken by the user used in the vdi login screen,
also, just got kicked out of the vdi web admin with an error (will be posted on the next
message, what can we be doing wrong? what should we look at?
thanks in advance
-Oswaldo

error:
Error Details
Here is a full stack trace of the error:
javax.servlet.ServletException: javax.faces.FacesException: org.apache.jasper.el.JspELException: /jsp/pools/PoolDesktops.jsp(187,116) '#{PoolDesktopsBean.pool.vcDesktopProvider}' Error reading 'pool' on type com.sun.vda.admin.pools.PoolDesktopsBean
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
     at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at com.sun.webui.jsf.util.UploadFilter.doFilter(UploadFilter.java:267)
     at sun.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:218)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at com.sun.vda.admin.authentication.AuthenticationFilter.doFilter(Unknown Source)
     at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:218)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.valves.RequestFilterValve.process(RequestFilterValve.java:269)
     at org.apache.catalina.valves.RemoteAddrValve.invoke(RemoteAddrValve.java:81)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
     at java.lang.Thread.run(Thread.java:595)
Caused by: javax.faces.FacesException: javax.faces.FacesException: org.apache.jasper.el.JspELException: /jsp/pools/PoolDesktops.jsp(187,116) '#{PoolDesktopsBean.pool.vcDesktopProvider}' Error reading 'pool' on type com.sun.vda.admin.pools.PoolDesktopsBean
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:675)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:647)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:681)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:647)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:681)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:647)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:681)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:647)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:681)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:647)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:681)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:647)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:681)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:647)
     at com.sun.faces.extensions.avatar.components.PartialTraversalViewRootHelper.invokeContextCallbackOnSubtrees(PartialTraversalViewRootHelper.java:596)
     at com.sun.faces.extensions.avatar.components.PartialTraversalViewRootHelper.processDecodes(PartialTraversalViewRootHelper.java:234)
     at com.sun.faces.extensions.avatar.components.PartialTraversalViewRootImpl.processDecodes(PartialTraversalViewRootImpl.java:145)
     at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
     at com.sun.faces.extensions.avatar.lifecycle.PartialTraversalLifecycle.execute(PartialTraversalLifecycle.java:94)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
     ... 54 more
Caused by: javax.faces.FacesException: org.apache.jasper.el.JspELException: /jsp/pools/PoolDesktops.jsp(187,116) '#{PoolDesktopsBean.pool.vcDesktopProvider}' Error reading 'pool' on type com.sun.vda.admin.pools.PoolDesktopsBean

Similar Messages

  • I have installed iPhoto for iPad and its taking a lot of time to sync the photos from the library

    I have been waiting for like 3 hours and iPhoto App can't sync all my albums. I don't have a lot of photos and its weird because the App hangs many times. I have the new iPad.

    iPhoto for iOS does not sync your photos. To sync photos you use iTunes on your computer and connect your iPad.
    When iPhoto for iOS runs it checks your photo library. If there have been changes to your photos iPhoto needs to update the library. It will compare the library in existence with the photos on your pad and update the reference to those things which have changed. If you have a lot of photos this will take some time. If iPhoto for iOS shuts down during this process you might have some corrupt photos on your ipadthat need to be fixed or deleted first.

  • Startup taking a LOT of Time

    Hi All,
    We have our application on Weblogic Server 8.1 SP5 and its taking a lot of time while starting up.
    What I found that these lines are the ones which are taking up majority of the time.
    Kindly Suggest how we can improve on this.
    ####<Jun 15, 2009 4:14:59 PM GMT+05:30> <Info> <Deployer> <sunbom4> <cgServer> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server cgServer.>
    This line took more than 2 min.
    ####<Jun 15, 2009 4:16:50 PM GMT+05:30> <Info> <Deployer> <sunbom4> <cgServer> <main> <<WLS Kernel>> <> <BEA-149060> <Module MLAppCoreWL610.jar of application IntellectMM successfully transitioned from unprepared to prepared on server cgServer.>
    ####<Jun 15, 2009 4:18:23 PM GMT+05:30> <Info> <Deployer> <sunbom4> <cgServer> <main> <<WLS Kernel>> <> <BEA-149060> <Module OpenFXWrapperEJB.jar of application IntellectMM successfully transitioned from unprepared to prepared on server cgServer.>
    The above 2 lines are taking 1.5min each.

    I suggest that you take some thread dumps 10-15 secs apart during the time it's slow. The log timing alone won't tell you where the threads are spending time.

  • I rented a movie (dark shadows) but I can not see it, because a message appear "Problem loading...try again later". Is not a problem connection. I tried a lot of times to watch the movie and I didn't can.

    I rented a movie (dark shadows) but I can not see it, because a message appear "Problem loading...try again later". Is not a problem connection. I tried a lot of times to watch the movie and I didn't can.
    Thanks
    Celeste

    I rented a movie (The Hobbit)...but  it stops loading.
    The movie costs CHF 7.50.
    A phone call to the support team costs CHF 46.-- !!!!!
    What do you think I will do?
    Pisella Verde

  • My ipod was disabled and i tried to restore it, now i am downloading an apple software update which is taking a **** lot of time and ipod is still disabled.. will it be ok after the download ends? help please..!!

    my ipod was disabled and i tried to restore it, now i am downloading an apple software update which is taking a **** lot of time and ipod is still disabled.. will it be ok after the download ends? help please..!!

    We need to know more about your system, please download EtreCheck and run the report and please post it on your next reply. Then we can see how your system is configured, what apps are on it and look for anything obvious. We will look forward to seeing your report.

  • My Ideapad N581 is taking a lot of time to start up ....Can experts help?

    My laptop is taking a lot of time to start up.It just shows the Lenovo screen and stops there.What could be the problem?
    Thanksin advance.

    hi mamuninayak,
    The system might be experiencing a boot or a POST issue.
    - Remove all USB devices.
    - Remove the AC adapter and battery then held down the power button for 15 sec.
               Reconnect just the AC and try.
    -See if BIOS can be reset.
             Start hiting F2 when while powering the system on.
                     If succesfull in booting into BIOS. Hit F9 the F10
    Try Removing the Harddrive and turn the system on, See if there will be any changes.
    Hope this helps
    Cheers!
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • My iPad is taking a lot of time to factory reset..What should I do?

    Hello,
                  I am currently factory resetting my iPad , but i forgot to do it using my pc , so I did it without using iTunes , I did it using the option in the iPad's settings but it is taking a lot of time , so far it has been 2 hours ... What should I do if it takes more than 5 hours or so?
                                                                                         Thanks in advance,

    hi mamuninayak,
    The system might be experiencing a boot or a POST issue.
    - Remove all USB devices.
    - Remove the AC adapter and battery then held down the power button for 15 sec.
               Reconnect just the AC and try.
    -See if BIOS can be reset.
             Start hiting F2 when while powering the system on.
                     If succesfull in booting into BIOS. Hit F9 the F10
    Try Removing the Harddrive and turn the system on, See if there will be any changes.
    Hope this helps
    Cheers!
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Simple select query is taking a lot of time

    hi gems...
    my table has 7267563 rows...and i am doing a simple select * from table;
    but it is taking a lot of time nearly 25minutes but not completed...
    when i did select count(1) from table then it gave the result instantly also select * from table where rownum < 10 is also fine...even when i am selecting all the records using rownum i.e. select * from table where rownum < 7267563 is also giving result instantly...
    but the entire table is not getting result i.e. select * from table...also there is no lock in the table(though i know that select is nothing to do with lock)..
    what may be the issue..please suggest...thanks in advance...
    Edited by: user12780416 on Dec 12, 2011 11:08 PM

    Hi;
    Please see below thread
    query takes too long ...
    help in solving long run query
    HOW TO: Post a SQL statement tuning request - template posting
    Hope it helps
    Regard
    Helios

  • Mac taking a lot more time

    My Mac is taking a lot more time to load photos from iPhone and iPad than was taking before.What can be the reason of it ?
    Thanks

    DO NOT INSTALL MACKEEPER or any other so called 'cleaning ' application.  Please read the following user tip:
    https://discussions.apple.com/docs/DOC-3036
    Look for reasons in this user tip for your issues of slow operation:
    https://discussions.apple.com/docs/DOC-3521
    Ciao.

  • Select Command taking a lot of time to execute

    Dear Experts,
    My below SELECT command taking a lot of time to execute.
          SELECT wid
                       matl_desc
                       INTO TABLE open_wid FROM zwb_table
                       WHERE ( weight2 = 0 OR weight2 IS NULL ).
    Table : zwb_table contains around 7 Lacs records. That's why taking a lot of time . I have also Indexed the table zwb_table with field WID & WEIGHT2 . (zwb_table contains only WID as Primary Key Field)
    Structure of Internal Table : open_wid ->
                                             wid LIKE zwb_table-wid,
                                             matl_desc LIKE zwb_table-matl_desc,
    Please suggest me how to Improve the Performance of the above Select command.
    Thanks in Advance
    JACK

    Hi Jack,
    you are having morethan 7lack records in z table. it is not good practice fetching all the records into internal table and restricting with where clause in loop statement.
    I hope you already created secondary index combination of primary key.
    check you select query fetching records based on index you have created in ST05.
    Refer below link for your program is using index that you have created.
    Re: Indexing
    Regards,
    Peranandam
    Edited by: peranandam chinnathambi on Apr 7, 2009 8:38 AM

  • Can we optimize the query  :  It is taking a lot of time

    the following query is taking a lot of time ...
    Can anyone suggest to make it run faster ???
    table B has 12 million records
    table a has 10000 records
    CREATE TABLE less_time
         PARALLEL
         NOLOGGING
         AS
         SELECT a.user_id,a.mp_id, COUNT(product_id) product _count
         FROM table a,table b
         WHERE TRUNC(a.call_time) < TRUNC(SYSDATE) - 1
         AND a.history_id = b.call_id
         AND b.product_type = 1
         AND b..product_status= 50
         AND user_id IS NOT NULL
         GROUP BY user_id,mp_id;

    analyze index indx_mtx compute statistics
    thanks for explaining David ...
    Actually I somewhat bettered it
    i made a consolidated index on table b
    like create index indx_ty on table b (call_id,mp_id,user_id,b.product_type,product_status)
    now the explain plan shows that the query is much much faster also i did one trick in the query
    SELECT a.user_id,a.mp_id, COUNT(product_id) product _count
    i changed to SELECT a.user_id,a.mp_id, COUNT(1) product _count
    to enable it to do FFS
    thanks anyways ....

  • Background task taking a lot of time to execute

    Hi,
    There is a background task in my workflow which is taking a lot of time to execute.
    I have tested it in dialog mode.. and it works fine.. takes just 2 mins.
    Only when the task is executed from background.. it takes about 10 mins.
    Is this a config problem? How do I check if it is so?

    you could try activating a trace (sql) and see what the differences are,.
    you could check if maybe user parameters are influencing this. Or ask your basis team if there are a lot of differences between syystem users and dialog users in terms of resource allocation.
    Did you find anything different whilst debugging it?
    Kind regards, Rob Dielemans

  • Expdp is taking a lot of time

    hi,
    I have a small schema in a database housing lots of users.
    The expdp is taking a lot of time for this schema eventhough the old exp takes 1/10 th time.
    When i switched on the trace i see its stuck at below on <SID>dw0115741.trc trace file
    KUPW: 03:40:41.551: 1: DBMS_LOB.TRIM returned
    KUPW: 03:40:41.551: 1: DBMS_METADATA.FETCH_XML_CLOB called
    its stuck at
    Starting "USER"."USER_JOB": USER/******** dumpfile=USER.dp logfile=USER.log job_name=USER_job parallel=4 exclude=grant,index,trigger,constraint,statistics,index_statistics trace=1FF0300 directory=EXPDP_BKP
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    I have replaces the actual username with USER
    sga_target 2147483648
    sga_max_size 2634022912
    streams_pool_size 0
    Does any one has any suggestion?
    I tried the metalink as well but didnt find anything useful
    Thanks
    Shipra

    Pl post details of OS and database versions
    Pl see is MOS Doc 453895.1 (Checklist for Slow Performance of Export Data Pump (expdp) and Import DataPump (impdp)) - "Defects 10/11" - can help
    HTH
    Srini

  • Generic Extraction : Taking a lot of time

    HI Experts
    I have created ZKONV a generic extracter which is a copy of KONV table. It has around 16,00,000 records .When I´m pulling the data in to ODS it is taking a lot of time. it is taking around 5+ hours to load the data. Is there anything wrong with my Datasource why it is taking so much of time.
    Kindly provide some inputs
    Thanks
    NLN

    Hi Lakshminarayana
    You got to check couple of things.
    First goto the source system and see, how long the extract program is running. The long time may be due to poor source system performance or huge processing at the BW system side. If the job in the source system is running for a long time, then check the source system resource. Build proper index on the mentioned table and see whether it has improved the performance. You can ask the basis people for the SQL trace and they let u know what kindof indexes u can build on the tables.
    If the processing is taking more time, then u have to imrpove the start/update routine in the BW side. Please let us know, where exactly u have the problem. Then we can think of resolving it.
    Sriram

  • Concurrent request is taking a lots of time to run

    Hi,
    I have one query regarding ICM.
    one of the concurrent request is taking a lots of time to run. How can I solve the issue.
    Is there any steps to diagnose this issue?
    Please reply.
    Regards,
    Manish

    Hi,
    How we can find that particular request are taking long time?See your other thread.
    Concurrent request taking long time
    Concurrent request taking long time
    what is "gather statistrics schema" concurent program and what it does?See (Note: 419728.1 - How To Gather Statistics On Oracle Applications 11.5.10(and above) - Concurrent Process,Temp Tables, Manually).
    Regards,
    Hussein

Maybe you are looking for

  • Adobe Media Encoder renders in Lossless, such as After Effects?

    Adobe Media Encoder renders Lossless like After Effects too?

  • Can I set up a Mac Pro as a server using OSX Server for my current Windows-based office?

    I have a small business, and our office currently has a Windows-based network.  I love my Mac and it's ease of use, and for now I have to use Remote Desktop to log on to my server, and then run my MRP/ERP business software from that.  Is there an App

  • Error in transaction code S_ALR_87013611

    Hi All while running the transaction code S_ALR_87013611                                     For  -  Cost Centers: Actual/Plan/Variance    Its not running and flashing a ERROR Message   - Library 1VK does not exist. Please Help

  • Seagate Backup Plus won't show up anymore

    I have a 1TB Seagate Backup Plus for Mac Portable Drive. I bought less than a year ago. It had been working great. Until recently. Since the last week or so, when I plug it in my Macbook Pro (10.9.5), the external drive lights up but it doesn't show

  • Auto clear of customer thru tcode F-32

    Hi All, My automatic open item clearing has three criteria for customer clearance: 1. Assignment 2. Business Area 3. Trading partner when i subtotal the customer account on the basis of subtotal of Business area it is showing 0 for one business area.