NWDS (7.31) issue at first load - timed out

Hello,
we upgraded our Portal to 7.40.   According to note 1791485 - NWDS 7.3 EHP1 as development environment for SAP NetWeaver 7.4
I installed NWDS 7.31.
Problem is that first load of NWDS takes 40 minutes !!! With a lot of Timed Out message.  But if I close NWDS (when finally loaded) and restart it the load is in less then 1 minute...
According to this documentation:
Viewing the Error Log File
http://help.sap.com/saphelp_nwce10/helpdata/en/46/8bf063332600fde10000000a11466f/content.htm
I checked the log file.  And I found Timed Out messages:
!SESSION 2015-03-18 11:36:51.846 -----------------------------------------------
eclipse.buildId=@qualifier@
java.version=1.6.0_31
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
Command-line arguments:  -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 2 1 2015-03-18 11:38:29.790
!MESSAGE NLS missing message: SERVICE_REFERENCE_BOUND in: org.eclipse.equinox.internal.ds.SCRmessages
!ENTRY org.eclipse.osgi 2 0 2015-03-18 11:38:51.281
!MESSAGE While loading class "org.eclipse.ui.application.WorkbenchAdvisor", thread "Thread[main,5,main]" timed out waiting (5000ms) for thread "Thread[Component Resolve Thread,5,main]" to finish starting bundle "org.eclipse.ui.workbench_3.5.2.M20100113-0800 [1375]". To avoid deadlock, thread "Thread[main,5,main]" is proceeding but "org.eclipse.ui.application.WorkbenchAdvisor" may not be fully initialized.
!STACK 0
!ENTRY org.eclipse.osgi 2 0 2015-03-18 11:38:59.317
!MESSAGE While loading class "org.eclipse.ui.PlatformUI", thread "Thread[main,5,main]" timed out waiting (5000ms) for thread "Thread[Component Resolve Thread,5,main]" to finish starting bundle "org.eclipse.ui.workbench_3.5.2.M20100113-0800 [1375]". To avoid deadlock, thread "Thread[main,5,main]" is proceeding but "org.eclipse.ui.PlatformUI" may not be fully initialized.
!STACK 0
!ENTRY org.eclipse.osgi 2 0 2015-03-18 11:57:51.476
!MESSAGE While loading class "com.sap.ide.dii05.lib.internal.dc.core.EmfDcUtil", thread "Thread[main,6,main]" for thread "Thread[org.eclipse.jdt.internal.ui.text.JavaReconciler,1,main]" to finish starting bundle "com.sap.ide.dii05.lib_2.0.0.141209113915 [197]". To avoid deadlock, thread "Thread[main,6,main]" is proceeding but "com.sap.ide.dii05.lib.internal.dc.core.EmfDcUtil" may not be fully initialized.
!STACK 0
...  and at the end:
!ENTRY com.sap.ide.jvm.check 1 0 2015-03-18 12:03:34.055
!MESSAGE JVM Version Check succeeded.
And the second run:
!SESSION 2015-03-18 12:20:19.226 -----------------------------------------------
eclipse.buildId=@qualifier@
java.version=1.6.0_31
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
Command-line arguments:  -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.ui 2 0 2015-03-18 12:20:24.956
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2015-03-18 12:20:24.956
!MESSAGE Cannot bind to an undefined command: plug-in='com.sap.ide.esr.tools.core.ui', id='com.sap.ide.esr.tools.ui.runchecks'
!ENTRY com.sap.ide.jvm.check 1 0 2015-03-18 12:20:37.161
!MESSAGE JVM Version Check succeeded.
!ENTRY com.tssap.util.ui 1 0 2015-03-18 12:20:37.754
!MESSAGE Sap NetWeaver Developer Studio - Platform Feature Version: UNKNOWN
!ENTRY com.tssap.util.ui 1 0 2015-03-18 12:15:37.974
!MESSAGE Sap NetWeaver Developer Studio - Platform Feature Version: UNKNOWN
==> Any idea ?
Best regards.
Vincent.

Solved.
It was due to anti-virus...

Similar Messages

  • Issue with flat file loading timing out

    Hello
    I have a scenario, where I am loading a flat file with 65k records into a cube. The problem is, in the loading process, I have to look up the 0Material table which has a million records.
    I do have an internal table in the program, where I select a subset of the Material table ie around 20k to 30k records. But my extraction process takes more than 1 1/2 hrs and is failing (timed out).
    How can i address this issue? I tried building indexes on the Material table and its not helping.
    Thanks,
    Srinivas.

    Unfortunately, this is BW 3.5, so there is no END routine option here. And I tried both .csv and notepad file methods, and both are creating problems for us.
    This is the total code, do you guyz see any potential issues:
    Start Routine (main code)
    refresh i_oldmats.
    refresh ZI_MATL.
    data: wa_datapak type transfer_structure.
    loop at datapak into wa_datapak. (** I collect all the old material numbers from my flat file into an internal table i_oldmats**)
       i_oldmats-/BIC/ZZOLDMATL = wa_datapak-/BIC/ZZOLDMATL.
       collect i_oldmats.
    endloop.
    sort i_oldmats.
      SELECT /BIC/ZZOLDMATL MATERIAL (** ZI_MATL only has recs. where old materials exist, this gets about 300k records out of 1M**)
             FROM /BI0/PMATERIAL
             INTO ZI_MATL FOR ALL
             ENTRIES in i_oldmats WHERE
              /BIC/ZZOLDMATL = i_oldmats-/BIC/ZZOLDMATL .
                collect    ZI_MATL.
      Endselect.
      Sort ZI_MATL.
    Transfer rule routine (main code)
    IF TRAN_STRUCTURE-MATERIAL = 'NA'.
        READ TABLE ZI_MATL INTO ZW_MATL
        WITH KEY /BIC/ZZOLDMATL = TRAN_STRUCTURE-/BIC/ZZOLDMATL
        BINARY SEARCH.
        IF SY-SUBRC = 0.
          RESULT = ZW_MATL-MATERIAL.
        ENDIF.
      ELSE.
        RESULT = TRAN_STRUCTURE-MATERIAL.
      ENDIF.
    Regards,
    Srinivas.

  • [SOLVED] Issue with eth0 (eth0: timed out)

    Hi there people, just installed Arch on my PC (again). The first time I had no problems with this, but now it is really bothering me. Well, my PC only access the net via wireless, so I have no wired connection for it. Here's my /etc/rc.conf:
    # /etc/rc.conf
    eth0="dhcp"
    wlan0="dhcp"
    wlan_wlan0="wlan0 essid MySpot key ABCDEFABCDEF1234567ABCDEFC"
    INTERFACES=(eth0 wlan0)
    Well, everything is working fine, I can get access to the internet on bootup. My only concern is that my system is taking awfully long to boot. It takes about 1-2 minutes on "::Starting Network", then it shows me "eth0: timed out". Then it takes about 10 secs to start my wlan0 interface and the system finishes booting. I had previously installed Arch 2008.12, and the Starting Network only took about 10 secs to start my wlan0. I have already tried commenting out the eth0 line and putting a ! in front of eth0 on INTERFACES, but doing that only shows me an error message for my wlan0 and render my internet unusable on system bootup. So, my questions are:
    1) Do I really need the eth0 interface for my connection (since I'm using wlan0 for wireless connection) ? Why can't I comment it out?
    2) If I really need eth0, how can I make my boot time go faster, or how can I make it not time out?
    Thanks in advance for any help given...
    EDIT: problem solved, see Post 8 below for answers...
    Last edited by gabscic (2009-03-25 03:40:43)

    Thanks for answering. Well, I think eth0 is being detected correctly. Here is the output for ifconfig:
    eth0    Link encap: Ethernet    Hwaddr  00:18:F3:87:97:41
              UP BROADCAST MULTICAST  MTU: 1500 Metric: 1
              RX packets:0  errors:0 dropped:0 overruns:0 frame:0
              TX packets:0  errors:0 dropped:0 overruns:0 carrier:0
              collisions:0  txqueuelen:1000
              RX bytes:0 (0.0 b)    TX bytes:0 (0.0 b)
              Interrupt:19
    lo        Link encap: Local Loopback
              inet addr:127.0.0.1    Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU: 16436 Metric: 1
              RX packets:0  errors:0 dropped:0 overruns:0 frame:0
              TX packets:0  errors:0 dropped:0 overruns:0 carrier:0
              collisions:0  txqueuelen:1000
              RX bytes:0 (0.0 b)    TX bytes:0 (0.0 b)
    wlan0  Link encap: Ethernet    Hwaddr  00:15:AF:09:BC:E7
              inet addr: 192.168.0.100  Bcast:192.168.0.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU: 1500 Metric: 1
              RX packets:1903  errors:0 dropped:0 overruns:0 frame:0
              TX packets:7  errors:0 dropped:0 overruns:0 carrier:0
              collisions:0  txqueuelen:1000
              RX bytes:615024 (606.6 Kb)    TX bytes:1020 (1020.0 b)
    wmaster0    Link encap: UNSPEC    Hwaddr  00-15-AF-09-BC-E7-00-00-00-00-00-00-00-00-00-00
                      UP BROADCAST RUNNING MULTICAST  MTU: 1500 Metric: 1
                      RX packets:0  errors:0 dropped:0 overruns:0 frame:0
                      TX packets:0  errors:0 dropped:0 overruns:0 carrier:0
                      collisions:0  txqueuelen:1000
                      RX bytes:0 (0.0 b)    TX bytes:0 (0.0 b)
    Well, I hope that can help. Searched the net and the forums, and every problem related to this is with people who are actually trying to use the eth0 interface for connection. In my case, I don't think I need it, I only need the wlan0. What I'm trying to do is get rid of eth0 while letting wlan0 work.

  • Delta load timed out problem

    HI FOLKS,
    i am loading data to a DSO but the load gets timed out.One datapacakge fails but there is no error reported.
    Plese help us..
    Edited by: padugula srinivas on Sep 17, 2008 2:39 PM

    Hi,
    Since the last data package is giving error, you can check the package for data consistency.
    You can also Debug that package, ie. go to the DTP and in the Execution Tab, select the Processing type as Serially in the Dialog Process (for debugging).
    Please try this.

  • IR - Connection Issue to Essbase, client timed out

    Ref: essbase server problem
    Ref2: Unable to add Essbase Server from Administration Services
    I have the same problem as the posts above. There are no conclusions for above posts, does anyone here know how to fix this problem as it seems very common.
    In my situation, I'm sure essbase is setup well and everything ran well. I started using IR connecting to essbase and done about 10 reports.
    Until today, I am trying to test these reports by sending huge amount of data to Essbase.
    Then retrieving the problem below when downloading to results:
    Network error [10061]:unable to connect to [server c-noia-131 1423]
    the client timed out waiting to connect to analytic services agent using TCP/IP check your connections also make sure that server and port values are correct
    Any ideas how to solve this problem?

    Hey.
    Adapter unable to recorginise the Jar file you have deployed, Did you mentioned the JAR file in Provider.xml file ?
    Are you able to ping the DB2  server ?
    Cheers
    Agasthuri

  • Download issue - error .3259 "connection timed out"

    Hi guys hope someone can help 'cos this is doing my head in !!
    Everytime I try and download a track it comes up with the above message.
    I have disconnected all firewall connections, on the suggestion of iTunes,and this hasn't helped at all.
    Anyone got any suggestions?
    Thanks
    Millymanor
    Dell desktop   Windows XP  

    Thanks for your help. It pointed me in the right direction and the problem was to do with the permissions on Norton spyware.
    Dell desktop   Windows XP  
    Dell desktop   Windows XP  

  • Request timed out when purchasing music. Fresh install of Win7.

    For the past couple months I have have not been able to purchase music off iTunes without first going into Add/Remove programs and doing a "Repair" to iTunes. Windows Firewall wasn't blocking anything from Apple and even with the firewall totally disabled I would still get the "Request timed out" error. And at the same time I'm getting these errors, a Podcast can be in the background downloading or I can be previewing a song! I eventually gave up and just figured its some random windows bug that isn't very common or its just another example of iTunes sucking for Windows and Apple not caring. I just purchased most of my music off AmazonMP3 which I've been doing more and more of anyway.
    Yesterday I installed a new HDD and installed a fresh copy of Windows 7 Home Premium from my retail disc. I Installed all the updates then proceeded to install my software and put all my media back in-place. I'm a backup neat-freak so all this happen pretty easily and fast. I purchased a song off iTunes and was pleased to see it working again. Well here I am again suddenly having the issue with the connection timing out when purchasing a song. Firewall is configured fine and again I even disabled it. I know its not Windows now as there haven't been any new Drivers or Updates installed since I last purchased a song. I even tried different network adapters! What the heck is going on?

    This error is specific to RAS. The default CORBA request timeout is 10 minute = 600000 ms. When the RAS SDK does not get the reponse back from RAS server in 600000 ms it throws this message. Why it works in InfoView\CMC what I believe you refer to as "Front End' application is because InfoView\ CMC don't use RAS.
    1. First make sure that a smaller report wich runs pretty fast ( 1-2 min) works. This will confirm that there is no connectivitiy issues between RAS and RAS SDK.
    2. If you get the efrror for every single report, even the smaller ones, make sure the box running RAS and RAS SDK code( in case they are 2 different) can ping each other with IP, shortname and FQDN. If there is a firewall between them, the RAS port needs to be opened for bidirectional communication. By default RAS chooses a random port for communication with SDK but within CMC you can configure it to use a specific port and open it.
    3. If the issue is specific only to reports that are long running, typically more than 10 minutes, then you need to inclease the CORBA timeout to a value more than what the reports typically would take to process. This is done on client code side or IIS in this case.
    Here are the steps:
    Make the following changes on the application server/system.
    Open RegEdit by going to Start > Run and typing in regedit.exe. Then click Ok.
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Report Application Server\Client SDK\CorbaAdapter
    Change the value of SendRequestTimeout(ms) to 100000.
    Change the value of WaitReplyTimeout(ms) to 6,000,000 ms. The default value is 600,000 ms and may not be long enough.
    Restart IIS by going to Start > Run and typing in iisreset. Then click Ok.
    Retry the failing application.
    See note:  1296656
    This error should be easy to fix
    Edited by: Aasavari Bhave on Feb 2, 2012 11:20 AM

  • SMTP connection is timing out.

    I've checked with both our ISP and GoDaddy. I have run traceroutes / telnet / digs everything. Neither knows why it's timing out.
    Anyone out there experiencing the same issue? Linc you seem to be the all knowing. Any ideas? Only thing I have done lately is two patch updates to OSX. That's it. I'm also noticing issues when using either Chrome / FF and Safari that on certain pages on GoDaddy I get dead pages. For instance, if I sign into our account and click Support tab it won't load. GD states no known issues on their end. I'm just so confused.
    traceroute smtp.secureserver.net
    traceroute to smtp.secureserver.net (72.167.238.201), 64 hops max, 52 byte packets
    1 - 0.0.0.0 (0.0.0.0)  9.560 ms  8.958 ms  8.155 ms
    2 - 67.59.249.25 (67.59.249.25)  11.908 ms  7.999 ms  8.269 ms
    3 - rtr1-ge1-7.mhe.whplny.cv.net (67.83.231.129)  9.850 ms  10.182 ms  28.789 ms
    4 - 65.19.121.41 (65.19.121.41)  11.445 ms
           rtr1-ge9-19.cst.whplny.cv.net (65.19.121.177)  11.361 ms
           r1-ge6-1.cst.nrwlct.cv.net (65.19.121.161)  14.918 ms
    5 - 64.15.0.230 (64.15.0.230)  9.523 ms
          64.15.2.190 (64.15.2.190)  10.202 ms
          64.15.3.113 (64.15.3.113)  16.107 ms
    6 - 64.15.3.70 (64.15.3.70)  36.040 ms
          64.15.3.153 (64.15.3.153)  36.124 ms  37.660 ms
    7 - xe-4-0-0.er2.ord7.us.above.net (64.125.12.161)  65.246 ms  36.121 ms  36.190 ms
    8 - ae4.cr2.ord2.us.above.net (64.125.20.41)  37.201 ms  36.912 ms  35.324 ms
    9 - xe-2-0-0.cr2.dfw2.us.above.net (64.125.25.138)  62.395 ms  62.419 ms  62.176 ms
    10 - xe-7-0-0.cr2.iah1.us.above.net (64.125.21.138)  68.461 ms  69.081 ms  67.193 ms
    11 - ae0.mpr4.phx2.us.above.net (64.125.28.73)  91.415 ms  92.252 ms  94.062 ms
    12 - 209.66.64.6.t01121-04.above.net (209.66.64.6)  85.937 ms  85.947 ms  85.183 ms
    13 - 184.168.0.113 (184.168.0.113)  93.000 ms  94.338 ms  96.671 ms
    14 - 184.168.0.113 (184.168.0.113)  93.244 ms  92.064 ms  92.780 ms
    telnet smtp.secureserver.net 25
    Trying 72.167.238.201...
    telnet: connect to address 72.167.238.201: Operation timed out
    telnet: Unable to connect to remote host
    telnet smtp.secureserver.net 465
    Trying 72.167.238.201...
    telnet: connect to address 72.167.238.201: Operation timed out
    telnet: Unable to connect to remote host

    Yes, I am having the exact same problem.. it has been going on for two weeks.. I have reimaged my macbook air as GD says it is an apple issue, and low and behold there is a lot of the GD site saying folks are having similar problems. Something is happening with Apple Mail and GD.. and it is extremely frustrating. I have lost four days of work messing around with this issue. Changed ports, deleted emails, reloaded accounts, etc.. same issue.. hosts are timing out...

  • The operation has timed out

    Hello Forum,
    I was running a report that was built on report builder at some point an error message of the operation has timed out will come up.
    I have set the time out to 0 values and more than 600 seconds too.
    On SQL the report ran within 6 minute.
    Will be glad for quick response.
    Thank you.
    Disu Ridwan

    Hi Disu,
    I assumed that you open the report builder from the report manager or you have connectted to the report server.
    As you have mentioned that set the timeout value of the dataset didn't work. Please reference to the similer thread below to set the other time out in the configuration file and so on:
    Report Builder 2.0 / 3.0 errors out with 'The operation
    has timed out' when previewing a report saved in Report Server takes more than 10 minutes
    Steps to Resolve SSRS Timeout Issues
    "The operation has timed out" when rendering a report
    If you problem still exists, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Reading azure table - The request has timed out

    Hi,
    I am developing a Windows store application with offline synchronization using Azure Mobile services. Have a table called
    IMobileserviceSyncTable<PRODUCT> ProductTbl= App.MobileServiceClient.GetSyncTable<PRODUCT>();
    When I am calling ProductTbl.PullAsync("ProductSync_Table", productTbl.Where(x => x.SKU == pItem.SKU);
    The PullAsync() method is resulting an exception as Request Timed out with Service Code 503: Service Unavailable.
    PRODUCT table has 7million records in azure but for this query results only one record.
    Under Mobile Service logs have the following exception:
    Error
    Exception=System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception: The wait operation timed out
    --- End of inner exception stack trace ---
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
    at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
    at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
    at System.Data.SqlClient.SqlDataReader.get_MetaData()
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
    at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
    at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
    at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
    at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<Reader>b__c(DbCommand t, DbCommandInterceptionContext`1 c)
    at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
    at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext)
    at System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior)
    at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
    at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
    --- End of inner exception stack trace ---
    at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
    at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues)
    at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__6()
    at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
    at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()
    at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
    at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
    at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
    at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
    at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
    at System.Web.Http.OData.Query.TruncatedCollection`1..ctor(IQueryable`1 source, Int32 pageSize)
    at System.Web.Http.OData.Query.ODataQueryOptions.LimitResults[T](IQueryable`1 queryable, Int32 limit, Boolean& resultsLimited)
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    at System.Web.Http.OData.Query.ODataQueryOptions.LimitResults(IQueryable queryable, Int32 limit, Boolean& resultsLimited)
    at System.Web.Http.OData.Query.ODataQueryOptions.ApplyTo(IQueryable query, ODataQuerySettings querySettings)
    at System.Web.Http.OData.EnableQueryAttribute.ApplyQuery(IQueryable queryable, ODataQueryOptions queryOptions)
    at System.Web.Http.OData.EnableQueryAttribute.ExecuteQuery(Object response, HttpRequestMessage request, HttpActionDescriptor actionDescriptor)
    at System.Web.Http.OData.EnableQueryAttribute.OnActionExecuted(HttpActionExecutedContext actionExecutedContext)
    at System.Web.Http.Filters.ActionFilterAttribute.OnActionExecutedAsync(HttpActionExecutedContext actionExecutedContext, CancellationToken cancellationToken)
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Web.Http.Controllers.AuthenticationFilterResult.<ExecuteAsync>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext(), Id=39b9d12d-ce59-4f0f-af96-68d07ebd6eb4, Category='App.Filters'
    Can anyone please tell me how to get out of this issue.

    If this is timing out on you:
        var items=ProductTbl.Where(x => x.SKU == pItem.SKU).ToCollectionAsync();
    Then you most likely need to add an index on your SKU column, or use another filter that can have it avoid needing to look at all 7 million records.
    Have you timed how long the raw query takes to do directly on your SQL db? 
    Most likely you may need to setup some indices to use.  For offline sync, it will want to sort & filter by "__updatedAt" in addition to your filters.  So that
    is something to take in mind when optimizing your SQL performance.  

  • Collab CopyProjectMetaData - the operation has timed out

    For the life of me, I can't get the CopyProjectMetaData to run w/o timing out. It'll work about 1 in 10 trys if that. I'm using CopyProjectContent on the same two projects successfully everytime. But CopyProjectMetaData is basically useless. Anyone?

    Hi Disu,
    I assumed that you open the report builder from the report manager or you have connectted to the report server.
    As you have mentioned that set the timeout value of the dataset didn't work. Please reference to the similer thread below to set the other time out in the configuration file and so on:
    Report Builder 2.0 / 3.0 errors out with 'The operation
    has timed out' when previewing a report saved in Report Server takes more than 10 minutes
    Steps to Resolve SSRS Timeout Issues
    "The operation has timed out" when rendering a report
    If you problem still exists, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Long time to load a first page, get "the connection has timed out" frequently.

    Frequently takes a long time to get to first page. Even a "speed test" to check my DSL connection. Usually can get to "google.com" quickly but it did come up slow today (just a test for a simple page).
    I have a wireless N router with it's own Firewall (which I didn't want) and I think I've turned it off. Symantec firewall, don't think WinXP firewall is on.
    Tried refresh of Adobe Flash Player per suggestion in this forum, no help.
    Would like to have a tool to see how long each step of getting to the web takes so I can see if there's a bottleneck.
    Occasionally "try again" button works on the "connection has timed out" message.
    My PC is 6 yr old. xp-home, lots of ram, HDD available. Run Symantec AV/MBAM frequently. Ran Housecall and Dr. Web- no problems.
    Talked to my DSL provider and Symantec in depth. Similar lethargy when I get IE running but not as frequent as under FF. Measured my DSL speed - 5MB as promised.
    When the lag occurs, Task Manager does not show FF taking a lot of processor time.
    Have done the things suggested in FAQ to help with performance.
    Also going to bleepingcomputer.com to see if there are suggestions there.
    I'm hoping someone has experienced an analog to this and has a suggestion to diagnose and solve. Thanks - Mike.

    Here's your sign! This is my problem and its solution. Let me know if someone needs help to interpret.
    If you frequently get "connection timed out", go to your ISP and get Manual DNS addresses. Then beat them till they put a real fix on their system.
    Problem is in the DNS server service provided by my DSL provider, Bell South/AT&T. Result of a poor performing DNS is that one can't get thru to the selected site.
    If you do a web search +dsl +"time out" you will see the history with Windstream. THEY finally issues a system-wide fix which, it appears, flattened the issue. Then add +AT&T to see that experience. I did not read it all thru, I'm wasted chasing this problem. I don't give AT&T ANY credit for customer service or heading off problems for their customers on this one.
    AT&T support offers me:
    ==================================== start quote.
    How do I check and update my DNS settings, if my DNS settings are not "server assigned"?
    When you visit a Web site, your browser sends the site's alphabetic domain name to a DNS server. The DNS server translates the domain into a numeric IP address, then responds to your computer with the Internet location of the Web site. Incorrect DNS settings on your computer can disrupt this information flow and cause your Internet browsing to slow down or fail.
    If you have trouble browsing the Internet, check your DNS settings. You likely have your DNS settings as "server-assigned." This allows DNS information to be automatically sent to your computer, which may improve your browsing experience. However, you may need to have your DNS settings manually entered
    Note: If you are using a router to connect to your Internet service, check with your manufacturer's web site for instructions on updating your DNS settings with the following information:
    Primary DNS: 68.94.156.1
    Secondary DNS: 68.94.157.1
    1. Click the Start button and select Control Panel from the menu.
    2. Select Network and Internet Connections.
    3. Double-click the Network Connections icon at the lower right.
    4. Under the LAN or High-Speed Internet section, right-click the Local Area Connection icon and select Properties.
    5. From the "Components checked are used by this connection" list, select Internet Protocol (TCP/IP), then click the Properties button.
    6. Read the current DNS setting on the lower half of the TCP/IP properties screen. If the radio button Obtain DNS server address automatically is selected, you do not need to update your DNS settings. Otherwise, please continue.
    7. Input the new Preferred DNS server of 68.94.156.1 and the Alternate DNS server of 68.94.157.1.
    8. Click OK.
    9. Return to the Network Connections screen. If you have a DSL Connection icon in the Broadband section, proceed to next step otherwise you have completed updating your DNS settings.
    10. Under the Broadband section, right-click the DSL Connection icon and select Properties.
    11. Select the Networking tab.
    12. From the "This connection uses the following items" list, select Internet Protocol (TCP/IP) and click the Properties button.
    13. Read the current DNS setting on the lower half of the TCP/IP properties screen. If the radio button Obtain DNS server address automatically is selected you do not need to up date your DNS settings. Otherwise, please continue.
    14. Input the new Preferred DNS server of 68.94.156.1 and the Alternate DNS server of 68.94.157.1.
    15. Click OK.
    ================================= end quote.
    So it appears I can't put screen shots in here. Well I hope you get the gist.
    In fact this is a bit hosed up.
    It says if you user "automatic dns" you're OK, that's opposite of my experience.
    I changed to the specified DNS addresses and things seem 99.9% fixed.
    I also changed my Router (wireless) settings.
    If there's a survey of my experience here I'll take it.
    Mike Hardy

  • I bought  my MacBook Pro in 2010. This is the first Mac I have owned and recently it is having some difficulty loading we pages, often timing out. This Mac environment is entirely different for me and I am not sure where to begin troubleshooting/clean-up.

    I bought  my MacBook Pro in 2010. This is the first Mac I have owned and recently it is having some difficulty loading we pages, often timing out. This Mac environment is entirely different for me and I am not sure where to begin troubleshooting and/ or clean-up. I have moderate computer skills and try not to download or access questionable material, however recently I visited the Ap Store and purchased a couple of different aps to use in record keeping and for making a flyer. I am not even sure how to remove these programs to see if it helps.
    Any tips or tricks are appreciated.
    Thank you!

    Time to see about the PRAM battery.
    By the way iOS and OS X are different systems.
    iOS is the operating system for iPads, iPhones, and iPod touch.
    Mac OS X is the operating system for Mac labelled computers.

  • Server timed out while loading the home page.Loads when refreshed.

    Hi All
    I have developed my application in .Net framework. I tried to deploy the application in PlumTree Portal server. The application gets timed out when run for the first time ( i.e, as soon as user logs in). It gets loaded when the page is refreshed. I tried inreasing the portlet timeout in web service, but of no use.
    I have used "Response.Redirect" in my home page to load the screen as per the user. Could this be a problem? Or is there a problem an someother place.
    Any help or suggestion is welcome
    Thanks,
    Karthick

    Hey jennifer,
    Did you ever have this issue solved? If so, please post how did you figured it out. I'm having the same problem.
    Regards,
    Alonso

  • Slow reports giving "An error has occurred: Request timed out" on first run

    I have BO XI R1 SP4 installed on Windows 2003 R2 SP3 with .Net 1.1 installed.
    Most of our reports are quite large (>60000 rows returned) and will timeout in InfoView when first run and give the message in the subject. When you close the window and re-run them then they come up almost straight away.
    This tells me that the report runs and it gets stored in the cache server, which is fine, but I want to be able to eliminate the timeout for the users.
    I found a solution if .Net 2.0 is installed (HOW TO: Resolve 'An error has occurred: Request timed out' issue) but my server only has .Net 1.1.
    Is there a change to a timeout I can made to the server as it is, or should I install .Net 2.0 and change IIS to use that version of .Net then make the solution change already suggested?
    TIA
    I should add that the timeout is after around 5 minutes, so the normal changes recommended at note 1198539 doesn't seem to apply, as the timeout happens after the normal 90 seconds expires for some time.
    Edited by: Geoff Croxson on Sep 3, 2009 2:02 PM

    Will something like this work on an iPhone and where would I locate it?  My App Store was working just fine and this last week it's been slower and slower, plus difficulties with downloading and updates. Both my downloads and updates start and then pop up a 'can't install at this time'. I thought it might b my storage space so I started deleting. Well I have plenty of space now and still get same problem.
    Now over the last two days I will type in a search to reinstall the apps that I removed and the App Store tells me request timed out.
    Help please

Maybe you are looking for

  • Ipod shuffle not detected in Windows 7 64 bit SP1

    OS - Windows 7 64 bit SP1 Itunes version - 10.5.3.3 Ipod is detected as USB Mass Storage device under Device Manager and as IPOD under the category Unspecified device in Device and Printers. It does not get detected in Itunes and also does not show u

  • IPhoto Library very slow to open

    Hi all, I am having a very difficult time with iPhoto5 and the size and therefore performance of my library. I have years worth of photo's (>10,000) and iPhoto takes forever to open and do simple tasks. Please help me with a two part question. 1) Is

  • Time tracking in a work centre

    Hi Experts, I am staging components for a process order using a posting change request, due to this I am unable use VAS order in a production work-center (VAS order is applicable only for inbound/outbound deliveries), But I would like to track time f

  • Data load in Production Issue

    Hi All ! 1) Loaded data from datasource 2LIS_11_VAITM to PSA. Successfully. 2) While loading PSA to data target, the activation fails due to invalid characters. I have few options: 1) It has 200 datapackets. Correcting manually is not possible due tw

  • Do we need nodemanager for SOA server installation?

    Hi All, I am installing both Weblogic Server ans SOA suite (SOA Server) in the same machine. What I red on net and nodemanager is required if managed server is installed on a different machine from the machine where weblogic server is installed. So i