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

Similar Messages

  • Picture not loading problem started after kitkat upgrade

    picture Not loading I cannot send or view any pictures with sms or mms alll happen after upgrade to 4.4.2. I have 4 LG G2 devices ,only 2 kid phones are showing sign of this problem. I Have restored 2 phone several times the phones work perfectly for several days then it happens again!!!
    the only common app is my two kids uses snap chat and twitter I remove hang outs already last time I reset phones seems it took longer to fail but they are  both unable to view pictures again...

    Thank you for your support  I did try Safe mode for about 28 hours.i can see it removes all user install apps however what ever happens with images continued to happen!!!
    I took the following step I remove the SIM cards of both LG G2 phones with issue and installed on the two LG G2 devices without any problems (swap), as I mention before the only two apps difference between my wife,children and I was they had Instagram and snap-chat.
    I installed instagram first let them use it for about a day no problems after about 24hrs My son Installed snapchat about 3hrs after problem appeared on the device however my daughters phone after installed of snapchat it happen closed to 36hrs later. I did restore all phones back to original owners and factory reset all devices. no more snap-chat everything seems perfect for Now!!

  • "movie not loaded" problem Flash 11.1.102.55 (IE9 32&64 & Chrome) on all websites

    I have not been able to get the Flash Player 11.1.102.55 working under Windows7/64 on my desktop on any website including Adobe's.  I get a blank window, and when I R-click get the greyed msg "movie not loaded" and the ver number of Flash.   I have uninstalled it using 'uninstall_flash_player_64bit.exe' and cleaned the registry and installed it, over and over, cleared all browser history, cookies and cache.  Reinstalled browsers.  The only way I can sometimes get it to work is to change the URL to httpS instead of http.  This works on youtube and on adobe site, but not very many other sites as they wont reply to https.  Tried a older ver 10 of Flash, no difference.  I do not have this problem on my Windows7/64 laptop running through same network connection here at home.  Any ideas would be much appreciated!  I have been fighting this problem for many weeks....

    My Problem is the following:
    A flash animation with Firefox browser (16.0.1 currently latest version-1) , Flash version 11.4.402.287 (currently latest version) shows a flash animation using XML data to display points on a map as a black (my colleague gets a white) rectangle and a "movie not loaded" message with RMB.
    Other Collegues with Firefox 11.0 and Flash 11.2.202.235 have no problem, the site is working as it should (and has been working for now several years).
    Further testing with Safari, Chrome and ie did work as expected. What is more notable is that Safari is also using Flash version 11.4.402.287.
    OS: Windows 7 64 bit.
    The site (for those who want look at the Flash application): http://www.paulwurth.com/en/The-Group/International-Presence
    At the home page of the site (www.paulwurth.com) we display a simple straight forward flash animation without whistles and bells and that one is working.
    Screenshot:
    Suggestions are welcome!
    Lucien.

  • 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.

  • X-FI xtrememusic drivers not loading problem - having to reinstall drivers every other reb

    I am having a bizarre problem with my xtrememusic card. Latest drivers and all, the motherboard is a gigabyte GA-965P-DQ6 (rev .0). Basically, I install the drivers and reboot, the card works fine. I reboot, it stops working, gives me a "can't load drivers" error. Rebooting doesn't change this. Reinstall the drivers again (which requires a reboot) and it works, until I reboot, etc.
    Any ideas? Very frustrating. This is a new install of XP/SP3 - but before I rebuilt the computer I had the same setup (hardware/OS) and it worked fine, no hardware changes.

    I had the same problem, also with a Gigabyte board. Try to remove all other PCI Cards ...
    Does it work?
    Maybe you can than add one after the other.
    For me it looks like, that the board or windows does randomly change the IRQ's and Memory Spaces ..
    I got the same problem also with my PCI TV Card ...so it doesn't looks like a X-Fi only Problem.
    Don't know why.
    Greetings

  • 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.

  • 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.

  • 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

  • I am experiencing wireless connection problem on 4s after ios 8.1 upgrade. The wireless icon appears showing that it's connected but webpages do not load. I have checked my internet connection with other devices and seems to be alright. what to do?

    Hi
    I am experiencing wireless connection problem on 4s after ios 8.1 upgrade. The wireless icon appears showing that it's connected but webpages do not load. I have checked my internet connection with other devices and seems to be alright. what to do?
    I have tried reseting the network settings and forgetting my wireless connection and re-connecting to it. I even backed up my phone on itunes and restored it, factory reseted it. Nothing seems to work.
    Also after my upgrade to ios 8.1 my personal hotspot option under cellular data has disappeared.
    Would you please help me out? I would really appreciate it.

    Hi..
    Restart your router then restart the iPhone to test.
    If that doesn't help, try this support article >   iOS: Troubleshooting Wi-Fi networks and connections

  • I have a problem with my computer recognizing my new iphone when i uninstall itunes and reinstall it does not download properly and bonjour will not load any ideas of what to do

    I have a dell lap top with windows 7 that won't recognize my iphone 5c. The driver's will not install with out a problem, I talked to apple support to try to fix this problem, I unistalled itunes and reinstalled it, now itunes did not download properly, bonjour does not load and i can not burn cds, I have uninstalled and reinstalled twice with the same problem. If anyone can point me in the right direction that would be great

    You are right, but how could i send it to Apple? when the phone company first replaced my iphone they had in stock alots of iphones and they just sent mine back to Apple and gave me a new one, so all i did is to give them my phone, but now how could i sent it to Apple? and i cant send it by myself, and the store wont do that, its a lost for them.. so sending it to Apple wasnt an option from the begining.
    and for the record, i dont think the store where i bought it is an authorized shop.. its just a store who boughts phone's from Apple in a low price and sells it in much more money..

  • Why does firefox not load my yahoo toolbar that I have personalized with my apps. I am so try of this crap! What is the problem?????

    When I load Firefox my Yahoo toolbar with all my links that I use does not load! I've been dealing with this for a long time! And as much as I hate Internet Explorer, you are forcing me to go back to it after 3 years with Firefox! Why dose your program have to be so uncooperative. If I can't access my program with ease, what good are you? I don't have this problem with IE. I have been using Firefox because it's so much faster than IE. But If I have to waste all this time trying to re-install Yahoo toolbar or type in Internet addresses, You really are no better, even worse!

    '''Ya I also have the same problem. its working on I Explorer but I don't want to be so slow. '''
    plzz suggest me a solution.
    thanks.

  • 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.

  • I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    The battery is fully charged so it is not the problem.
    What happens when you use the MagSafe?

  • I'm running iCloud on a Windows 7 PC. Photoes have been autmatically uploaded from my iPhone. However, the "Photoes" ICON does not load, and I receive an error message of a problem. Then the ICON disappears. How can I access my photoes?

    I'm running iCloud on a Windows 7 PC. Photoes have been autmatically uploaded from my iPhone. However, the "Photoes" ICON does not load, and I receive an error message of a problem. Then the ICON disappears. How can I access my photoes?

    Same issue here,  previously did work perfectly

Maybe you are looking for

  • Getting an error message when trying to install Adobe Lightroom 5

    I have download the free version of Adobe Lightroom 5 and attempted to install and receive the following error message: "You need to have administrative privileges to install this software. You do not have the necessary authorization to install this

  • Custom Event Notification (email) for Approval Tasks in OIM 11g

    Hi, how to create event notification for approval tasks in OIM 11g. I mean how to send email notification to user who sholuld accept or reject approval task? best mp Edited by: J23 on 2011-05-30 04:08

  • Power outage caused problems

    I have an eMac with a partitioned external hard drive.Music,pictures,movies,and backup.The power went out last night ,the eMac was asleep.I started up the computer this mourning,all of the partitions showed up except the music.I went to the Disc util

  • Even after manager approves timesheet, it still shows data

    Hello Friends, I am working on FIORI Timesheet approval app and once manager approves timesheet, message says "Timesheet approved successfully". But, if I go back to launchpad home screen and it still shows the employees timesheet for whom Manager ha

  • Physical reads and autotrace

    Hii all In http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:880343948514 tom gives an example table has a 320 block and the query "select * from table" autotrace output shows physical reads=46 the statics physical reads= number of