EJB Status Not Loaded

Does anyone know how to fix this issue?
I deploy an EAR. The EAR deploys successfully using the web console. 3 session beans and 1 BMP entity bean. Session beans load and BMP does not. Because it does load I cannot access the BMP through JNDI call.
Any help would be appreciated.
This same EAR works fine on Jboss and BEA
Joel Werginz sends

Hi,
In several days since I deploy that EAR file, the application is loaded.
I think this cause some wait and running process for that.
Is someone happening the same?
Thanks.
Hakim.

Similar Messages

  • Status : Not Loaded Problem

    I tried deploying a WAR File in OAS 10G R2. It says that the file deployment was successful. But when in the Enterprise Manager I get a Not Loaded status. I'm attaching the following details for more information
    application.log (shows that the file was deployed properly)
    07/11/21 19:02:18 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))
    07/11/21 19:02:24 Started
    07/11/21 19:02:26 SFAP: jsp: init
    07/11/21 19:02:26 SFAP: context: init
    07/11/21 19:02:26 SFAP: Loading Spring root WebApplicationContext
    07/11/21 19:02:28 SFAP: Started
    I added log4j logging to add additional trace and I get the following Errors. The hibernate.properties not found INFO is handled in my applicationContext-Hibernate.xml (I'll be adding both my web.xml and applicationContext-Hibernate.xml).
    19:01:54,109 INFO (org.hibernate.cfg.Environment:479) - Hibernate 3.1.1
    19:01:54,140 INFO (org.hibernate.cfg.Environment:509) - hibernate.properties not found
    19:01:54,140 INFO (org.hibernate.cfg.Environment:525) - using CGLIB reflection optimizer
    19:01:54,140 INFO (org.hibernate.cfg.Environment:555) - using JDK 1.4 java.sql.Timestamp handling
    19:01:54,328 INFO (org.hibernate.connection.ConnectionProviderFactory:72) - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
    19:01:54,781 WARN (org.hibernate.util.JDBCExceptionReporter:71) - SQL Error: 604, SQLState: 60000
    19:01:54,781 ERROR (org.hibernate.util.JDBCExceptionReporter:72) - ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
    19:01:54,781 WARN (org.hibernate.cfg.SettingsFactory:103) - Could not obtain connection metadata
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: invalid or unknown NLS parameter value specified
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:647)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:307)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:150)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:291)
         at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:277)
         at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:259)
         at org.springframework.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:241)
         at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.getConnection(LocalDataSourceConnectionProvider.java:80)
         at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:72)
         at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1869)
         at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1162)
         at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:800)
         at org.springframework.orm.hibernate3.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:726)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1059)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:363)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:269)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:320)
         at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:134)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
         at org.springframework.web.context.ContextLoaderServlet.init(ContextLoaderServlet.java:83)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
         at com.evermind.server.Application.getHttpApplication(Application.java:890)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:438)
         at com.evermind.server.http.HttpSite.invalidateHttpApplications(HttpSite.java:1209)
         at com.evermind.server.http.HttpServer.invalidateHttpApplications(HttpServer.java:790)
         at com.evermind.server.ApplicationServer.doCheckForUpdates(ApplicationServer.java:2920)
         at com.evermind.server.ApplicationServer.forceCheckForUpdates(ApplicationServer.java:2731)
         at com.evermind.server.administration.DefaultApplicationServerAdministrator.checkForUpdates(DefaultApplicationServerAdministrator.java:241)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
         at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    19:01:54,843 INFO (org.hibernate.dialect.Dialect:103) - Using dialect: org.hibernate.dialect.OracleDialect
    19:01:54,968 INFO (org.hibernate.transaction.TransactionFactoryFactory:31) - Using default transaction strategy (direct JDBC transactions)
    19:01:54,968 INFO (org.hibernate.transaction.TransactionManagerLookupFactory:33) - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    19:01:54,968 INFO (org.hibernate.cfg.SettingsFactory:125) - Automatic flush during beforeCompletion(): disabled
    19:01:54,968 INFO (org.hibernate.cfg.SettingsFactory:129) - Automatic session close at end of transaction: disabled
    19:01:54,984 INFO (org.hibernate.cfg.SettingsFactory:144) - Scrollable result sets: disabled
    19:01:54,984 INFO (org.hibernate.cfg.SettingsFactory:152) - JDBC3 getGeneratedKeys(): disabled
    19:01:54,984 INFO (org.hibernate.cfg.SettingsFactory:160) - Connection release mode: on_close
    19:01:54,984 INFO (org.hibernate.cfg.SettingsFactory:187) - Default batch fetch size: 1
    19:01:54,984 INFO (org.hibernate.cfg.SettingsFactory:191) - Generate SQL with comments: disabled
    19:01:54,984 INFO (org.hibernate.cfg.SettingsFactory:195) - Order SQL updates by primary key: disabled
    19:01:54,984 INFO (org.hibernate.cfg.SettingsFactory:338) - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    19:01:55,000 INFO (org.hibernate.hql.ast.ASTQueryTranslatorFactory:21) - Using ASTQueryTranslatorFactory
    19:01:55,015 INFO (org.hibernate.cfg.SettingsFactory:203) - Query language substitutions: {}
    19:01:55,015 INFO (org.hibernate.cfg.SettingsFactory:209) - Second-level cache: enabled
    19:01:55,015 INFO (org.hibernate.cfg.SettingsFactory:213) - Query cache: disabled
    19:01:55,015 INFO (org.hibernate.cfg.SettingsFactory:325) - Cache provider: org.hibernate.cache.EhCacheProvider
    19:01:55,015 INFO (org.hibernate.cfg.SettingsFactory:228) - Optimize cache for minimal puts: disabled
    19:01:55,031 INFO (org.hibernate.cfg.SettingsFactory:237) - Structured second-level cache entries: disabled
    19:01:55,046 INFO (org.hibernate.cfg.SettingsFactory:257) - Echoing all SQL to stdout
    19:01:55,046 INFO (org.hibernate.cfg.SettingsFactory:264) - Statistics: disabled
    19:01:55,046 INFO (org.hibernate.cfg.SettingsFactory:268) - Deleted entity synthetic identifier rollback: disabled
    19:01:55,046 INFO (org.hibernate.cfg.SettingsFactory:283) - Default entity-mode: pojo
    19:01:55,125 INFO (org.hibernate.impl.SessionFactoryImpl:153) - building session factory
    19:01:55,156 WARN (net.sf.ehcache.config.Configurator:126) - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: classloader:/ehcache-failsafe.xml
    19:01:55,187 INFO (org.hibernate.impl.SessionFactoryObjectFactory:82) - Not binding factory to JNDI, no JNDI name configured
    19:02:18,937 INFO (org.hibernate.impl.SessionFactoryImpl:728) - closing
    I'm using ojdbc driver for oracle 9i and the database I'm connecting to is Oracle9i Database.
    web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
         "http://java.sun.com/dtd/web-app_2_2.dtd">
    <web-app>
    <display-name>New Struts Test</display-name>
         <!-- Spring/Hibernate -->
         <context-param>
              <param-name>contextConfigLocation</param-name>
              <param-value>/WEB-INF/applicationContext-hibernate.xml</param-value>
         </context-param>
         <servlet>
         <servlet-name>context</servlet-name>
         <servlet-class>
              org.springframework.web.context.ContextLoaderServlet
         </servlet-class>
         <load-on-startup>1</load-on-startup>
         </servlet>
         <!-- Spring/Hibernate -->
    <filter>
    <filter-name>struts2</filter-name>
    <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>struts2</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    applicationContext-Hibernate.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
    <beans>
         <!-- ========================= RESOURCE DEFINITIONS ========================= -->
         <!-- Local DataSource that works in any environment -->     
         <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
              <property name="driverClassName"><value>oracle.jdbc.driver.OracleDriver</value></property>
              <property name="url"><value>jdbc:oracle:thin:@192.168.0.11:1521:ORCL</value></property>
              <property name="username"><value>scott</value></property>
              <property name="password"><value>admin</value></property>
         </bean>
         <!-- JNDI DataSource for J2EE environments -->
         <!-- Hibernate SessionFactory -->
         <bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
              <property name="dataSource"><ref local="dataSource"/></property>
              <property name="mappingResources">
              <list>
                   <value>asia/online/co/ph/safp/model/Users.hbm.xml</value>
              </list>
              </property>
              <property name="hibernateProperties">
                   <props>
                        <prop key="hibernate.dialect">org.hibernate.dialect.OracleDialect</prop>
                        <prop key="hibernate.show_sql">true</prop>
                   </props>
              </property>
         </bean>
         <!-- Transaction manager for a single Hibernate SessionFactory (alternative to JTA) -->
         <bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager">
              <property name="sessionFactory"><ref local="sessionFactory"/></property>
         </bean>
         <!-- ========================= BUSINESS OBJECT DEFINITIONS ========================= -->
         <!--
         Data access object: Hibernate implementation.
    -->
         <bean id="LGNService" class="service.LGNImpl" >
              <property name="sessionFactory"><ref local="sessionFactory"/></property>
         </bean>     
    </beans>
    Hope you guys can help. Thanks in advance

    hmmm seems the problem i got was a bit weird. the first server that I was using was only a Windows 2000 Professional Edition. When I installed both database and OAS in a Windows 2000 Server , I was able to deploy the WAR file properly and no NLS error was displayed. However, I'm still getting the servlet not deployed problem.
    I'm getting this in the status display of the WAR File
    context Not Loaded Servlet org.springframework.web.context.ContextLoaderServlet 0 0 0 1

  • Oracle AS 10.1.2.3 - Application/Web Service 'not loaded'

    I've successfully deployed my application against OAS 10.1.3.3 with no problems. Unfortunately, my target platform is 10.1.2.3 and I cannot upgrade.
    When I deploy my application against OAS 10.1.2.3, it does not start/load. When I look at the application in the Enterprise Manager, I can see that it says "Status - not loaded" and "Auto Start - true".
    Any suggestions as to why it would start okay in one and not in the other? The .ear file is the same for both of them.
    Thanks!

    The certification from metalink says for 10.1.2
    OAS Ver DB Ver Cerftified?
    10g (10.1.2.0.2)      11gR1 64-bit      Certified      
    10g (10.1.2.0.2)      11gR1 64-bit      Certified      
    For 10.1.3 the DB does not apply, but the Certificaction matrix xls file says that 10.1.3 is also certified for DB 11, you just need to check the issues or any related thing about it.
    Link:[http://www.oracle.com/technology/software/products/ias/files/oracle%20fusion%20middleware%2011gr1%20%2811%201%201%201%200%29%20certification%20matrix.xls]
    Greetings.

  • When deploying an ear file the status is not loaded

    I have installed Oracle application server 10g on a Linux CentOS 4.6 server.
    When I went to deploy an ear file, it was a success; however, the status in the application at OC4J:home indicates "Not Loaded" and auto start is true. I have searched every where and cannot find the cause of this problem.
    The development server on a windows machines works fine when the same file is deplyoed.
    Does anyone know what might be the cause. Is there something that I have to configure that I am not aware of?
    Any help would be appreciated. Been working on this for two days.
    TIA
    Mike

    Hi, thanks for the response. I have over 20 EJBs in my ear file. I tried to use the verifier and here is the message that I am getting once I tried to deploy my ear file.
    Error
    Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- Failed to load deployment descriptor for: account cause: Error parsing J2EE-specific application deployment descriptor: Element type "application" is not declared.
    I checked my application.xml and it looks fine to me. please help.

  • My phone will not load past the apple icon when trying to turn on. all it has on the screan is apple icon and a blank status bar. whats wrong? and what can i do?

    my phone will not load past the apple icon when trying to turn on. all it has on the screan is apple icon and a blank status bar. whats wrong? and what can i do?

    Hi, Just put phone in the recovery mode and restore to the factory settings. It should work.

  • Not Loaded status after deploying a EAR file in Oracle 10g application serv

    Hi,
    I am deployed a simple ear file in Oracle App Server 10g. The deployment went on well. But when i use the enterprise manager to see the status , it shows 'Not Loaded'.
    Can any body kindly give me a suggestion on why this is happening.
    Any help is highly appreciated.
    Thanks
    SK

    Hi,
    You have to register your Portlet provider.
    How to register new portlet in Oracle Portal 10g ?
    Here are the steps -
    1- Go to your oracle portal home page e.g. http://oracleportal.com/pls/portal
    2- Login into the oracle portal by clicking on 'login' link
    3- Go to the Builder and then Administer
    4- Click on Portlets tab
    5- Click on 'Register a Provider' in 'Remote Providers' portlet.
    6- Enter the provider URL and other information and click finish. Normally the provider URL for portlets developed using JPDK is in the form of http://[your portal]/[context root]/providers/
    Please note that you must have deployed the portlet before trying to register the provider for the portlet.
    Best Regards,
    Kevin

  • Pages not loading, suddenly today, status bar at bottom of page has red "J" for Java and I cannot figure out why or what to do

    After using Firefox successfully for months, it started not loading full pages today, but showing "done" in the status bar at the bottom. I also noticed icons for Javascript, Java, Silverlight, etc., on the right side of status bar, JAVA one is red, but I don't know what that means.

    See View > [X] Status Bar

  • Document library, List content does not load in certain computers with Javascript error in status bar. Any solution?

    Hi All,
    The document library, list, discussion board contents are not loading only in certain computers.  Javascript error also appears in status bar.  How to resolve it? any suggestions?

    Hi,
    Do you have any updates?
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • After loading the latest Aperture 3 update, aperture will not load and it appears to have corrupted 10.6.  10.6.7 now appears to be missing from the computer and my administrator status has changed to standard.

    After loading the latest Aperture 3 update, aperture will not load and it appears to have corrupted 10.6.7. and now appears to be missing from the computer and my administrator status has changed to standard.  Update Software says I need to do update to 10.6.7 which I can't do because administrator privileges are gone.   I didn't back-up with Time Machine ,BAD, but I have all files backed-up on another hard drive.  Should I just reformat and start over?  Any ideas or help would be appreciated.

    PROBLEM SOLVED! For me at least!
    Apple Support gave me the clue - I had run Migration Assistant, and it had obligingly replaced a system file (/Library/Frameworks/PluginManager.framework/Versions/B/PluginManager) with the equivalent from my old system.
    I reinstalled 10.6.7 using the DVD supplied and all is well.
    The moral is - don't use Migration Assistant.
    Along the way Apple Support provided me with a link to download Combo update 10.6.7: this could not be installed on my iMac.
    Hope this helps.

  • TS1702 The appstore in my iPad is not working properly. It's not downloading either updates or new purchases of apps, stucks at "waiting" status an do not load them.

    The appstore in my iPad is not working properly. It's not downloading either updates or new purchases of apps, stucks at "waiting" status an do not load them. I had to go through iTunes in my computer and sync.

    bunjamin wrote:
    There is now a new line in BBM that wasn't there before which covers the message that I am typing, so I can't actually see what I am typing.
    Hi bunjamin,
    just go to BlackBerry World, and update all your apps including BBM.
    bunjamin wrote:
    Every time I unlock my phone, my screen enlarges so I can't really see much on the hub/notification screen and it defaults to the hub which it didn't do before).
    you can turn off the magnifying glass :
    device settings >> accessibility >> magnify mode >> OFF
    you can deactivate the "reset to Hub view" :
    hub >> overflow (bottom right button) >> Settings >> Display and actions >> Return to Default View When Idle >> OFF
    bunjamin wrote:
    my ringtone is much softer than it was previously
    yes, BlackBerry has acknowledged this bug in this article from the public knowledge base:
    KB36755 After upgrading BlackBerry 10 OS to version 10.3.1 the volume for notifications is noticed to be significantly lower than in the previous version
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • When I click on a mail message in Yahoo! Mail the message does not load even though the status indicates 'Done.'

    I'm running v3.6.11 & am using Yahoo! Mail (sbcglobal.net). When I click on an eMail in my Inbox to load the full eMail message, the message does NOT load but the 'status' in the lower left hand corner of the webpage indicates 'Done.'
    This is a similar problem to the page not loading that I've seen in the Support Forum

    Odd.
    Before taking your last suggest I "tested" to see if the problem still existed and it has gone away.
    I've not changed any settings.
    (Can't remember if the problem is on my work computer or home computer. I'll test the home computer later today.)
    Mark

  • Application not Loaded, Internal Server Error

    I am trying to Deploy EAR application in Oracle Application Server 9.0.4. The application is contain WAR and EJB Jar file.
    When it finish to deploy and instance is running but in that page display Internal Server Error. Etc.
    I am seeing in web application WAR the status is not loaded, but the EJB jar file is loaded.
    I have search for logs in my application but not show any error, this is error log from apache/logs/error.xxxxx.
    ==========================================
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0015: recv() returns 0. There has no message available to be received and oc4j has gracefully (orderly) closed the connection.
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0054: Failed to call network routine to receive an ajp13 message from oc4j.
    [Wed May 12 15:11:36 2010] [error] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0033: Failed to receive an ajp13 message from oc4j.
    [Wed May 12 15:11:36 2010] [warn] [client 127.0.0.1] [ecid: 172.16.4.54:45551:1273651896869,2] MOD_OC4J_0078: Network connection errors happened to host: aegisapp2.acc.co.id and port: 3301 while receiving the first response from oc4j. This request is recoverable.
    Anyone know something about this?
    Thanks,
    Hakim.

    Hi,
    In several days since I deploy that EAR file, the application is loaded.
    I think this cause some wait and running process for that.
    Is someone happening the same?
    Thanks.
    Hakim.

  • ICloud connection error, iTunes Store not loading, update server not responding. Please Help.

    Please Help! I am in desperate need to access my email. Thank you.
    whenever I sign in iCloud, this happens:
    APPLICATION NAME
    cloudos
    ERROR
    authDidNotConnect
    TYPE
    server
    APP STATECHART
    SC.Statechart:sc915
      initialized: true
      name: cloudos-statechart
      current-states: [
        active.authUI.fieldsEditable
      state-transition:
        active: false
        suspended: false
      handling-event: false
    BUILD NUMBER
    14C.131409
    TIME
    Fri May 02 2014 21:03:39 GMT+1000 (EST)        (1399028619503)
    HOST
    www.icloud.com
    USER AGENT
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:28.0) Gecko/20100101 Firefox/28.0
    ENVIRONMENT
    PROD
    RECENT LOG MESSAGES
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: SC.Module: Attempting to load 'cloudos_foundation/springboard'
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: SC.Module: Module 'cloudos_foundation/springboard' already loaded.
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: SC.Module: Evaluating JavaScript for module 'cloudos_foundation/springboard'.
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: CloudOS.main() already has localized strings, proceeding to run CloudOS.run() now.
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: Loading localized strings and metrics
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: -->  Request 1:   GET to /applications/pages/current/info.json,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: -->  Request 2:   GET to /applications/numbers/current/info.json,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: -->  Request 3:   GET to /applications/keynote/current/info.json,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN initialize statechart
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN gotoState: __ROOT_STATE__
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: starting from current state: ---
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states before: ---
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: __ROOT_STATE__
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: loading
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states after: loading
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END gotoState: __ROOT_STATE__
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN gotoState: validatingAuth
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: starting from current state: loading
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states before: loading
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: pivot state = __ROOT_STATE__
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: <-- exiting state: loading
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: validatingAuth
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: validatingAuth.gettingReply
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: COS: Sending validate POST request to https://setup.icloud.com/setup/ws/1/validate
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: -->  Request 4:   POST to https://setup.icloud.com/setup/ws/1/validate?clientBuildNumber=14C.131409&client Id=CA53A6CC-FA79-4150-AF39-248318487608,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states after: validatingAuth.gettingReply
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END gotoState: validatingAuth
    Fri, 02 May 2014 10:22:58 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END initialize statechart
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: Language check: null -> en-us. We WILL relocalize.
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: SC.Module: Module 'cloudos_foundation/springboard' has completed loading, invoking callbacks.
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: <--  Response 1:  200  (417ms),  headers: Accept-Ranges=bytes, Cache-Control=no-cache, no-store, private, Connection=keep-alive, Content-Encoding=gzip, Content-Language=en-us, Content-Length=162, Content-Type=application/json, Date=Fri, 02 May 2014 10:22:58 GMT, Etag="b8-4f7da4953c300", Expires=Sat, 02 May 2015 10:22:58 GMT, Last-Modified=Fri, 25 Apr 2014 09:06:52 GMT, Server=Apache, Strict-Transport-Security=max-age=31536000; includeSubDomains, Vary=Accept-Encoding  body: (omitted)
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: Setting up appInfo for pages
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 1 conditions. Requirement was: dynamic app pages
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: <--  Response 2:  200  (432ms),  headers: Accept-Ranges=bytes, Cache-Control=no-cache, no-store, private, Connection=keep-alive, Content-Encoding=gzip, Content-Language=en-us, Content-Length=164, Content-Type=application/json, Date=Fri, 02 May 2014 10:22:58 GMT, Etag="bc-4f7da4953c300", Expires=Sat, 02 May 2015 10:22:58 GMT, Last-Modified=Fri, 25 Apr 2014 09:06:52 GMT, Server=Apache, Strict-Transport-Security=max-age=31536000; includeSubDomains, Vary=Accept-Encoding  body: (omitted)
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: Setting up appInfo for numbers
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 1 conditions. Requirement was: dynamic app numbers
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: <--  Response 3:  200  (451ms),  headers: Accept-Ranges=bytes, Cache-Control=no-cache, no-store, private, Connection=keep-alive, Content-Encoding=gzip, Content-Language=en-us, Content-Length=165, Content-Type=application/json, Date=Fri, 02 May 2014 10:22:58 GMT, Etag="bc-4f7da4953c300", Expires=Sat, 02 May 2015 10:22:58 GMT, Last-Modified=Fri, 25 Apr 2014 09:06:52 GMT, Server=Apache, Strict-Transport-Security=max-age=31536000; includeSubDomains, Vary=Accept-Encoding  body: (omitted)
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: Setting up appInfo for keynote
    Fri, 02 May 2014 10:22:58 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 1 conditions. Requirement was: dynamic app keynote
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Prefetching module 'cloudkit/error_catcher'.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Loading CSS file in 'cloudkit/error_catcher' -> '/system/cloudos/14C.131409/cloudkit/error_catcher/14C.131409/en-us/stylesheet. css'
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudkit/error_catcher' -> '/system/cloudos/14C.131409/cloudkit/error_catcher/14C.131409/en-us/javascript- strings.js'
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Prefetching module 'cloudos_foundation/language'.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudos_foundation/language' -> '/system/cloudos/14C.131409/cloudos_foundation/language/14C.131409/en-us/javasc ript-strings.js'
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Prefetching module 'coreweb/date_formatter'.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'coreweb/date_formatter' -> '/system/cloudos/14C.131409/coreweb/date_formatter/14C.131409/en-us/javascript- strings.js'
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Prefetching module 'cloudos_foundation/alarms'.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Loading CSS file in 'cloudos_foundation/alarms' -> '/system/cloudos/14C.131409/cloudos_foundation/alarms/14C.131409/en-us/styleshe et.css'
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudos_foundation/alarms' -> '/system/cloudos/14C.131409/cloudos_foundation/alarms/14C.131409/en-us/javascri pt-strings.js'
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' finished loading.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' was prefetched, not evaluating until needed.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Module 'cloudos_foundation/language' finished loading.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Module 'cloudos_foundation/language' was prefetched, not evaluating until needed.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Module 'coreweb/date_formatter' finished loading.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Module 'coreweb/date_formatter' was prefetched, not evaluating until needed.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Module 'cloudos_foundation/alarms' finished loading.
    Fri, 02 May 2014 10:22:59 GMT:  DEBUG: SC.Module: Module 'cloudos_foundation/alarms' was prefetched, not evaluating until needed.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: <--  Response 4:  0  (timed out),  headers:   body: (empty)
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: COS: invoking validateDidFail
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN sendEvent: 'authDidNotConnect'
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: validatingAuth.gettingReply: will handle event 'authDidNotConnect'
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN gotoState: active.authUI
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: starting from current state: validatingAuth.gettingReply
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states before: validatingAuth.gettingReply
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: pivot state = __ROOT_STATE__
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: <-- exiting state: validatingAuth.gettingReply
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: <-- exiting state: validatingAuth
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: active
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: active.authUI
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: active.authUI.downloadingAuthModule
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Attempting to load 'cloudkit/auth_ui'
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Module 'cloudkit/auth_ui' is not loaded, loading now.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: 'cloudkit/auth_ui' depends on 'cloudkit/photo', loading dependency…
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Attempting to load 'cloudkit/photo'
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Module 'cloudkit/photo' is not loaded, loading now.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudkit/photo' -> '/system/cloudos/14C.131409/cloudkit/photo/14C.131409/en-us/javascript.js'
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Loading CSS file in 'cloudkit/auth_ui' -> '/system/cloudos/14C.131409/cloudkit/auth_ui/14C.131409/en-us/[email protected] '
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudkit/auth_ui' -> '/system/cloudos/14C.131409/cloudkit/auth_ui/14C.131409/en-us/javascript-string s.js'
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states after: active.authUI.downloadingAuthModule
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END gotoState: active.authUI
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END sendEvent: 'authDidNotConnect'
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Module 'cloudkit/photo' finished loading.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Evaluating and invoking callbacks for 'cloudkit/photo'.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Module 'cloudkit/photo' has completed loading, invoking callbacks.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Module 'cloudkit/auth_ui' finished loading.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Evaluating and invoking callbacks for 'cloudkit/auth_ui'.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: SC.Module: Module 'cloudkit/auth_ui' has completed loading, invoking callbacks.
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN gotoState: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: starting from current state: active.authUI.downloadingAuthModule
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states before: active.authUI.downloadingAuthModule
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: pivot state = active.authUI
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: <-- exiting state: active.authUI.downloadingAuthModule
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states after: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:23:28 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END gotoState: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Preloading background images, but every image was already loaded. Running callback immediately.
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: At long last, SpringboardView is now allowed to generate button instances!
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 9 conditions. Requirement was: initial set of buttons
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 8 conditions. Requirement was: Button for mail
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 7 conditions. Requirement was: Button for contacts
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 6 conditions. Requirement was: Button for notes
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 5 conditions. Requirement was: Button for reminders
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 4 conditions. Requirement was: Button for find
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 3 conditions. Requirement was: Button for pages
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 2 conditions. Requirement was: Button for numbers
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: A wait condition became satisfied. Still waiting on 1 conditions. Requirement was: Button for keynote
    Fri, 02 May 2014 10:23:28 GMT:  DEBUG: Springboard: Springboard View has become ready to show! All of its wait conditions have been satisfied.
    Fri, 02 May 2014 10:23:36 GMT:  DEBUG: Sending stats to feedbackws
    Fri, 02 May 2014 10:23:36 GMT:  DEBUG: -->  Request 5:   POST to https://feedbackws.icloud.com/reportStats,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:23:51 GMT:  DEBUG: Sending stats to feedbackws
    Fri, 02 May 2014 10:23:51 GMT:  DEBUG: -->  Request 6:   POST to https://feedbackws.icloud.com/reportStats,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:24:54 GMT:  DEBUG: <--  Response 5:  200  (78147ms),  headers: Cache-Control=no-cache, no-store, private, Content-Type=application/json; charset=UTF-8  body: (omitted)
    Fri, 02 May 2014 10:24:54 GMT:  INFO:  Successfully sent stats to feedbackws
    Fri, 02 May 2014 10:24:58 GMT:  DEBUG: <--  Response 6:  200  (66699ms),  headers: Cache-Control=no-cache, no-store, private, Content-Type=application/json; charset=UTF-8  body: (omitted)
    Fri, 02 May 2014 10:24:58 GMT:  INFO:  Successfully sent stats to feedbackws
    Fri, 02 May 2014 10:29:18 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:29:40 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:30:34 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN sendEvent: 'userDidSubmit'
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: active.authUI.fieldsEditable: will handle event 'userDidSubmit'
    Fri, 02 May 2014 10:30:41 GMT:  DEBUG: CloudKit: Sending login POST request to https://setup.icloud.com/setup/ws/1/login
    Fri, 02 May 2014 10:30:41 GMT:  DEBUG: -->  Request 7:   POST to https://setup.icloud.com/setup/ws/1/login?clientBuildNumber=14C.131409&clientId= CA53A6CC-FA79-4150-AF39-248318487608,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN gotoState: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: starting from current state: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states before: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: pivot state = active.authUI
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: <-- exiting state: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states after: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END gotoState: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:30:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END sendEvent: 'userDidSubmit'
    Fri, 02 May 2014 10:31:00 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:31:11 GMT:  DEBUG: <--  Response 7:  0  (timed out),  headers:   body: (empty)
    Fri, 02 May 2014 10:31:11 GMT:  DEBUG: COS: invoking loginDidFail
    Fri, 02 May 2014 10:31:11 GMT:  WARN:  Auth: No auth bag or recognized status code
    Fri, 02 May 2014 10:31:11 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN sendEvent: 'authDidNotConnect'
    Fri, 02 May 2014 10:31:11 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: active.authUI.attemptIsSubmitted: will handle event 'authDidNotConnect'
    Fri, 02 May 2014 10:31:11 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END sendEvent: 'authDidNotConnect'
    Fri, 02 May 2014 10:31:19 GMT:  DEBUG: Sending stats to feedbackws
    Fri, 02 May 2014 10:31:19 GMT:  DEBUG: -->  Request 8:   POST to https://feedbackws.icloud.com/reportStats,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:31:24 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:32:05 GMT:  DEBUG: <--  Response 8:  200  (46127ms),  headers: Cache-Control=no-cache, no-store, private, Content-Type=application/json; charset=UTF-8  body: (omitted)
    Fri, 02 May 2014 10:32:05 GMT:  INFO:  Successfully sent stats to feedbackws
    Fri, 02 May 2014 10:34:54 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:37:33 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:37:35 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN gotoState: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:37:35 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: starting from current state: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:37:35 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states before: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:37:35 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: pivot state = active.authUI
    Fri, 02 May 2014 10:37:35 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: <-- exiting state: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:37:35 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:37:35 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states after: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:37:35 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END gotoState: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:37:35 GMT:  DEBUG: CloudKit: ErrorCatcher dialog invoked.
    Fri, 02 May 2014 10:37:36 GMT:  DEBUG: SC.Module: Attempting to load 'cloudkit/error_catcher'
    Fri, 02 May 2014 10:37:36 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' already loaded.
    Fri, 02 May 2014 10:37:36 GMT:  DEBUG: SC.Module: Evaluating JavaScript for module 'cloudkit/error_catcher'.
    Fri, 02 May 2014 10:37:36 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' has completed loading, invoking callbacks.
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN sendEvent: 'userDidSubmit'
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: active.authUI.fieldsEditable: will handle event 'userDidSubmit'
    Fri, 02 May 2014 10:37:43 GMT:  DEBUG: CloudKit: Sending login POST request to https://setup.icloud.com/setup/ws/1/login
    Fri, 02 May 2014 10:37:43 GMT:  DEBUG: -->  Request 9:   POST to https://setup.icloud.com/setup/ws/1/login?clientBuildNumber=14C.131409&clientId= CA53A6CC-FA79-4150-AF39-248318487608,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN gotoState: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: starting from current state: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states before: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: pivot state = active.authUI
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: <-- exiting state: active.authUI.fieldsEditable
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states after: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END gotoState: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 10:37:43 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END sendEvent: 'userDidSubmit'
    Fri, 02 May 2014 10:37:43 GMT:  DEBUG: Sending stats to feedbackws
    Fri, 02 May 2014 10:37:43 GMT:  DEBUG: -->  Request 10:   POST to https://feedbackws.icloud.com/reportStats,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:37:55 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:37:59 GMT:  DEBUG: autoUpdate: Running latest build, 14C.131409
    Fri, 02 May 2014 10:38:03 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:38:14 GMT:  DEBUG: <--  Response 9:  0  (timed out),  headers:   body: (empty)
    Fri, 02 May 2014 10:38:14 GMT:  DEBUG: COS: invoking loginDidFail
    Fri, 02 May 2014 10:38:14 GMT:  WARN:  Auth: No auth bag or recognized status code
    Fri, 02 May 2014 10:38:14 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN sendEvent: 'authDidNotConnect'
    Fri, 02 May 2014 10:38:14 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: active.authUI.attemptIsSubmitted: will handle event 'authDidNotConnect'
    Fri, 02 May 2014 10:38:14 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END sendEvent: 'authDidNotConnect'
    Fri, 02 May 2014 10:38:18 GMT:  DEBUG: <--  Response 10:  200  (34469ms),  headers: Cache-Control=no-cache, no-store, private, Content-Type=application/json; charset=UTF-8  body: (omitted)
    Fri, 02 May 2014 10:38:18 GMT:  INFO:  Successfully sent stats to feedbackws
    Fri, 02 May 2014 10:38:22 GMT:  DEBUG: Sending stats to feedbackws
    Fri, 02 May 2014 10:38:22 GMT:  DEBUG: -->  Request 11:   POST to https://feedbackws.icloud.com/reportStats,  headers: Content-Type=text/plain,  body: (omitted)
    Fri, 02 May 2014 10:38:25 GMT:  DEBUG: <--  Response 11:  200  (3398ms),  headers: Cache-Control=no-cache, no-store, private, Content-Type=application/json; charset=UTF-8  body: (omitted)
    Fri, 02 May 2014 10:38:25 GMT:  INFO:  Successfully sent stats to feedbackws
    Fri, 02 May 2014 10:38:37 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:39:47 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:42:58 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:43:45 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:44:12 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 10:52:58 GMT:  DEBUG: autoUpdate: Running latest build, 14C.131409
    Fri, 02 May 2014 10:59:09 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 11:03:38 GMT:  DEBUG: CloudOS window received focus event
    Fri, 02 May 2014 11:03:39 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: BEGIN gotoState: active.authUI.fieldsEditable
    Fri, 02 May 2014 11:03:39 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: starting from current state: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 11:03:39 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states before: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 11:03:39 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: pivot state = active.authUI
    Fri, 02 May 2014 11:03:39 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: <-- exiting state: active.authUI.attemptIsSubmitted
    Fri, 02 May 2014 11:03:39 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: --> entering state: active.authUI.fieldsEditable
    Fri, 02 May 2014 11:03:39 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: current states after: active.authUI.fieldsEditable
    Fri, 02 May 2014 11:03:39 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc915>: END gotoState: active.authUI.fieldsEditable
    Fri, 02 May 2014 11:03:39 GMT:  DEBUG: CloudKit: ErrorCatcher dialog invoked.
    Fri, 02 May 2014 11:03:39 GMT:  DEBUG: SC.Module: Attempting to load 'cloudkit/error_catcher'
    Fri, 02 May 2014 11:03:39 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' already loaded.

    I click on the iTunes store button and it comes up with the loading bar at the top of the screen where the song time marker would be, but nothing ever happens. It just loads and loads and loads, I don't even get an error message...
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Delta records are not loading from DSO to info cube

    My query is about delta loading from DSO to info cube. (Filter used in selection)
    Delta records are not loading from DSO to Info cube. I have tried all options available in DTP but no luck.
    Selected "Change log" and "Get one request only" and run the DTP, but 0 records got updated in info cube
    Selected "Change log" and "Get all new data request by request", but again 0 records got updated
    Selected "Change log" and "Only get the delta once", in that case all delta records loaded to info cube as it was in DSO and  gave error message "Lock Table Overflow" .
    When I run full load using same filter, data is loading from DSO to info cube.
    Can anyone please help me on this to get delta records from DSO to info cube?
    Thanks,
    Shamma

    Data is loading in case of full load with the same filter, so I don't think filter is an issue.
    When I follow below sequence, I get lock table overflow error;
    1. Full load with active table with or without archive
    2. Then with the same setting if I run init, the final status remains yellow and when I change the status to green manually, it gives lock table overflow error.
    When I chnage the settings of DTP to init run;
    1. Select change log and get only one request, and run the init, It is successfully completed with green status
    2. But when I run the same DTP for delta records, it does not load any data.
    Please help me to resolve this issue.

  • I have purchased itunes match but the cloud will not load on my ipad 4.the only music that will show up is stuff that i bought from the itunes store.any ideas on how to get this to work?

    i have purchased itunes match but the cloud will not load on my ipad 4.it works on my iphone 5 & it originally worked on my ipad.the only music that will show up is stuff that i bought from the itunes store.any ideas on how to get this to work?

    On the MBP, in iTunes, switch to Song view and enable the iCloud Status column by pulling down View > View options and selecting the option for "iCloud Status." Close the small window. Look for any tracks that have a status of "waiting." If you see several of them disable iTunes Match while holding down the Option key. Quit iTunes, wait a few seconds, then open it again and turn iTM back on. Let it compelete the scan. Wait until all tracks that are "waiting" have a status of either "matched" or "uploaded."
    On the iPad, turn off iTunes Match then launch the Music app and let the contents clear out. Power cycle the iPad for good measure, then re-enable the service once all the tracks in iTunes have been processed.

Maybe you are looking for

  • Security deposit - Setting restriction automatically after payment

    Hello, After Iu2019ve created a security deposit (FPSEC1) and paid it for example with the cash desk. What I understand is that before you can release the security deposit you first have to u201Clocku201D the deposit using FPSEC2. This sets the restr

  • Error using conditional branch node in OSB

    Hi, We are using Oracle Service Bus in our project. I have created the following steps in the OSB Proxy Service: 1) Assigning a value in a variable inside a request pipeline. 2) I am using a Conditional Branch after the pipelined pair. The branching

  • What are the benifits of upgrading from Lion to Mountain Lion?

    I'm looking for the benifits of upgrading from Lion to Mountain Lion

  • Help finding new headphones.

    :smileyvery-happy:hopping someone can help my darling child nickered my zen touch headphones. My problem is i don't know were i can get some more from. Do the new zen head phones fit or can you use normal ones.....please help as miss not using it you

  • Fetching of Records in batches..!

    Hi, We have Inquiry functions where in user will inquire each function..In that case.. it will select the data from a view which contains considerable no.of records may be in millions.. We have a program where if the no.of records > 100 then we need