Error in deploying my spring web app, really need help?!

I am using eclipe 3.3.0 and tomcat 5.5.23, spring 2.0.6
And I get this error while deploying.
Can anyone tell me where it is comming from and what i should do to fix it?
If you need any more info please ask that too, I really need help..
I have browsed all over the internet, but found nothing really helpful..
In my browser I get a Http status 500 error:
exception
javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
     org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
     java.lang.Thread.run(Unknown Source)
root cause
java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
     org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
     org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
     org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
     org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
     org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
     org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
     org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
     java.lang.Thread.run(Unknown Source)
And this is what I see in the console:
10-sep-2007 14:16:11 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.5.0_12\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jre1.6.0_02\bin\client;C:\Program Files\Java\jre1.6.0_02\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\maven\maven-2.0.7\bin;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\Java\SDK\bin;C:\maven\maven-2.0.7\bin;C:\apache-ant-1.7.0\bin;C:\spring-framework-2.0.6
10-sep-2007 14:16:11 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8090
10-sep-2007 14:16:11 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 4312 ms
10-sep-2007 14:16:12 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
10-sep-2007 14:16:12 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
10-sep-2007 14:16:12 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig).
log4j:WARN Please initialize the log4j system properly.
10-sep-2007 14:16:14 org.apache.commons.modeler.Registry registerComponent
SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/SpringBikeApp,J2EEApplication=none,J2EEServer=none
10-sep-2007 14:16:14 org.apache.catalina.core.ApplicationContext log
SEVERE: StandardWrapper.Throwable
java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
     at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
     at org.apache.catalina.core.StandardService.start(StandardService.java:448)
     at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
     at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
10-sep-2007 14:16:14 org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet /SCWCD threw load() exception
java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
     at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
     at org.apache.catalina.core.StandardService.start(StandardService.java:448)
     at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
     at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
10-sep-2007 14:16:14 org.apache.commons.modeler.Registry registerComponent
SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/SCWCD,J2EEApplication=none,J2EEServer=none
10-sep-2007 14:16:14 org.apache.catalina.core.ApplicationContext log
SEVERE: StandardWrapper.Throwable
java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
     at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
     at org.apache.catalina.core.StandardService.start(StandardService.java:448)
     at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
     at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
10-sep-2007 14:16:14 org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet threw load() exception
java.lang.NoClassDefFoundError: javax/servlet/jsp/JspFactory
     at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:100)
     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
     at org.apache.catalina.core.StandardService.start(StandardService.java:448)
     at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
     at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
10-sep-2007 14:16:14 org.apache.commons.modeler.Registry registerComponent
SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/,J2EEApplication=none,J2EEServer=none
10-sep-2007 14:16:14 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8090
10-sep-2007 14:16:15 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
10-sep-2007 14:16:15 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/187 config=null
10-sep-2007 14:16:15 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
10-sep-2007 14:16:15 org.apache.catalina.startup.Catalina start
INFO: Server startup in 3578 ms
Many Thanks in advance for any help!!
Grz Barbera

hi istvan,
we are also migrating from websphere to netweaver.
But in spring framework we r facing problems.
We hav spring-beans.jar file in lib dir of Web Application. But When we are creating BeanFactory from xml as,
BeanFactory beanFactory = new ClassPathXmlApplicationContext ("client-config.xml");
clent-config.xml file contains :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
     <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" >
          <property name="location">
               <value>conf/service-client/client.properties</value>
          </property>
     </bean></beans>
But code is giving exception: ClassNotFoundException -org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.
Wat is the problem ?
Kindly help.
We are also using JAAS for authentication.We are refering above code from our LoginModules login() method.
Regards,
sagar.

Similar Messages

  • I cannot connect to app store. I tried all the possible ways to fix these error but still nothing happened. I really need help i cannot update my applications. I'm using iphone 5 ios 8.1.2

    please i really need help!

    I had the same problem on my Mac Pro, iPad, Macbook Pro. Could not load iTunes, App Store or any support community. Called Apple Care and she asked if I had rebooted my router in awhile. I had not. Each of these would load half way and then just stop. She said iTunes and App Store could be stopped as they are different than my Discover or e-Bay accounts, which were fine. So during the 75 min call I pulled the power cord of the Netgear Wi Fi router, let it sit for 2 or 3 min and then replugged the power adapter. In about 4 to 5 min the sites started to load, although not displayed correctly. After quitting and re-starting the apps in question they are working fine again. But this has happened twice now in a 6 hour time period. So give it a try, but also give it a couple of tries.

  • Error msg. 1327 Drive not found REALLY NEED HELP

    Hello,
    I recently installed iTunes and ever since then whenever I try to install new software from a website I.E. Adobe.com "Reader" I get an error message saying F:\ drive not found, which there is not F:\ drive.
    I have gone to administrative tools but have only found C:\ drive. Now, when I go to "Run" in the Start menu I see in the browse menu "F:\iTunes.exe and iTunesHelper.exe
    My iTunes does work properly but on start-up do get an msg. saying it was not installed proberly and to re-install.
    I do not want to re-install iTunes for fear I will get the same msg. and not be able to complete install.
    Really need help on this because I need to install Acrobat Reader for work.
    Thanks
    Mark
    [email protected]

    Doublechecking something.
    Could you confirm for us both that error message number and message?
    Checking, because the 1327 error message number usually comes with an "invalid drive" message rather than a "drive not found" message.

  • New Deployment Error when deploying Jersey-based web app to 11gR1

    while deploying my JAX-RS (Jersey) web app to WL 11gR1, I get the following exception:
    SEVERE: [failed to localize] no.root.res.in.res.cfg()
    <Aug 13, 2009 4:02:10 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "JAX-RS REST Servlet" failed to preload on startup in Web application: "NTM_REST".
    com.sun.jersey.api.container.ContainerException: [failed to localize] no.root.res.in.res.cfg()
         at com.sun.jersey.server.impl.application.WebApplicationImpl.processRootResources(WebApplicationImpl.java:718)
         at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:590)
         at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:383)
         at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:377)
         at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:242)
         Truncated. see log file for complete stacktrace
    >
    Since all of the Jersey jars are now in WEB-INF/lib, I am assuming this might have something to do with either missing information in the web.xml or the weblogic.xml, but not sure..
    Has anyone here ever created and deployed a JAX-RS web app to weblogic? I am not sure what to try next to fix this. Thanks for any assistance.

    I was able to fix this part of my deployment problem by including the Jersey jars in the WEB-INF/lib directory.
    Although I have gotten further, now I have a second deployment problem that I will attempt to fix before creating a new post!

  • All Web Dynpros are down... I really need help.

    Hi. I really need help because our portal has serious problems since yesterday. All of them seem to be related to missing Jar files.
    After installing several SCA files using SDM (Software Deployment Manager) yesterday, all Web Dynpros stopped working (even SAP Dynpros such as User Management).
    I've been looking for solutions all day and can't find anything. Any help would be greatly appreciated. Here are the errors I get:
    All homemode Dynpros show the following error:
      java.lang.NoClassDefFoundError
        at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:168)
        at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:178)
        at com.sap.tc.webdynpro.services.sal.sl.core.SystemLandscapeInternal.getJCOClientConnectionUnMapped(SystemLandscapeInternal.java:62)
        at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:77)
        at com.sap.dictionary.runtime.ProviderFactory.internalResolveLogicalNameToJCODestination(ProviderFactory.java:437)
        ... 61 more
    For SAP's Dynpros, I get the following error:
       java.lang.NoSuchMethodError: com.sap.portal.activitydatacollector.ICollectorHook.isActive()Z
        at com.sap.portal.activityreport.ActivityReportHookInterface.updateADCAfterInteraction(ActivityReportHookInterface.java:176)
        at com.sap.portal.activityreport.ActivityReportHookInterface.onAfterInteraction(ActivityReportHookInterface.java:145)
        at com.sap.portal.activityreport.wdp.InternalActivityReportHookInterface.onAfterInteraction(InternalActivityReportHookInterface.java:128)
        at com.sap.portal.activityreport.wdp.InternalActivityReportHookInterface$External.onAfterInteraction(InternalActivityReportHookInterface.java:167)
        at com.sap.portal.pb.hook.PortalHooksManager.updateHooks(PortalHooksManager.java:58)
        ... 34 more

    I do have access to it.
    Here are two examples of errors/warnings we got a lot during the upgrade:
    Caused by: com.sap.engine.frame.core.locking.LockException: Cannot lock [2010112417061085000000portail......................3814850, DEPLOY_LOCK_AREA, sap.com/com.sap.lcr, X]; it is in use by the same owner. In case of lock mode "R" the lock propagation failed, because the optimistic lock is gone.
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Already started operation with application sap.com/com.sap.lcr in the cluster. No other operation with this application is allowed at the moment..
    Another thing that could help you understand my problem: when I log into Portal and go to Content Admin / Web Dynpro / Main JCO destinations, even if my destination's status is set to OK (green light), I get this Java error if I click on "test":
       java.lang.NoClassDefFoundError
        at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection (SystemLandscapeFactory.java:150)
        at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.getJCOClientConnection(WDSystemLandscape.java:30)
        at com.sap.tc.webdynpro.tools.explorer.JCOConnectionsDetails.onActionTestConnection(JCOConnectionsDetails.java:226)
        at com.sap.tc.webdynpro.tools.explorer.wdp.InternalJCOConnectionsDetails.wdInvokeEventHandler(InternalJCOConnectionsDetails.java:303)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
        ... 28 more
    Thanks again.
    Edited by: Mathieu St-Gelais on Nov 29, 2010 3:13 PM

  • I have an iPod Nano 7th generation, and I keep getting an error saying that iTunes could not recognize my device. I have tried nearly everything,except I don't have admin rights on the computer, and really need help.

    I've tried a lot to get it to work, even using a new charger and putting it into Disk Mode. I really need help. Can anyone give me some advice? Thanks.

    Hi Dawson777,
    Thanks for visiting Apple Support Communities.
    It sounds like you're receiving the message "An iPod has been detected, but it could not be identified properly" when you connect your iPod nano to your PC. You have tried some good troubleshooting steps already, and you may want to review the additional steps in this article:
    iPod nano: Error message saying that iPod 'could not be identified properly'
    http://support.apple.com/kb/ts3218
    Best Regards,
    Jeremy

  • Wlserver.exe error occur while start the web logic server-please help

    hi
    Iam getting wlserver.exe error when I start the web logic server-please help. and I cant able to start the web logic server.
    Thannks in Advance,
    Cheers,
    bala...

    Could you please mail the errors and the WLS Version and service pack as well.
    - Ramkumar

  • I really need help. I try to contact support to no avail. There simply is no option on the site, You are always referred to a further topic which has notihing to do with my problem. I bougnt a full master pack CS6 which I had installed on a mac for one ye

    I really need help. I try to contact support to no avail. There simply is no option on the site, You are always referred to a further topic which has notihing to do with my problem. I bougnt a full master pack CS6 which I had installed on a mac for one year. Then, I decided to change it to another computer, so I sisintalled it according to instructions. In the meantime I got a free trial of creative cloud on that computer, but I gave up and decided to reinstall my cd-roms. However, everytime I try to use acrobat for instance it says that my trial period ran out! I disinstalled my cloud products, I am using my registered full master series items, they have nothing whatsoever to do with my creative cloud FREE subscription. If I try to cancel my free membership, it is to no avail, there simply is no such possiblity. I want to use the software I paid dearly for, not the cloud items I disinstalled and which do not interest me. How can I contact Adobe to fix it? It was no fault of mine, I did all I was supposed to, disintalling items before installing the right ones, but the system must have some error i am not responsible for.

    open an app and click help>activate.
    if you try to open an app and see a 'your trial has expired" window, click license this software and enter your serial number.
    if you can't do either, run the cleaner and make sure cc is cleaned from your computer, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Really need help BBM not working on wifi

    ok so I've just updated my torch 9800 software and with it all of the apps, but there's the problem that my BBM wont work on wifi. why is that? I'd tried to resend the service books but there was a message about server conection problems, then I'd even tried by the BBM configuration icon in the setup menu but there was another message (imposible to configurate BBM, a temporary error was notified with the server) so I dont really know what to do... really need help this is my only comunication way with my family on the other side of the world.

    On the handset, go to:
    For OS5 and 4.x
    Options - Advanced Options - Host Routing Table
    and click Register now, and escape back to the home page.
    For OS6 and higher
    in options, device , advanced, host routing table, click on menu and choose register now.
    Wait 2 minutes and see if registration to network happens.
    Resend your service books from your carrier BIS site:
    From your handheld device: http://www.blackberry.com/btsc/KB15402
    Go to the Personal Email Set Up icon and log in. Then under Help!, select Service Books, then select Send service Books.
    From your desktop PC: http://www.blackberry.com/btsc/KB02830
    North American Carriers - scroll down to select your carrier
    WorldWide Carriers - Find your carrier on the list
    3. With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot. This reboot, even if you have already done this, is often needed to install the service books.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • REALLY need help about two accounts, 1 Mac

    I really really need help.
    Back ground. I have a bought my daughter an itouch 4th gen for Christmas. I have set up a new user account on the macbook pro, Set her up a new Apple ID, but I want to share the music. So i did what was said, moved the media folder to a shared folder.
    Got the music shared onto her itunes libary, although when I added to Library it transfered all my apps, which I deleted.
    I did a trial run of downloading an app, and its not showing in the library? WHY??
    Please can someone help me before it goes out the window.
    Thanks

    If you want a true streaming server, you'll need to be running software such as QuickTime Streaming Server. QTSS only comes with Mac OS X Server, but there is an open-source version called Darwin Streaming Server available for Mac OS X, Linux, and Windows 2000/2003 Server.
    To get started learning how to stream your content, start with the Streaming & Delivery tutorials on this web page.
    Hope this helps.

  • Hello. My mac can't connect to my time capsule. There is no response and I can't put it back to the originals definitions because all my files are there and I can´t loose them. (sorry about my bad english, but I really need help!)

    Hello. My mac can't connect to my time capsule. There is no response and I can't put it back to the originals definitions because all my files are there and I can´t loose them. (sorry about my bad english, but I really need help!)

    Your files are unaffected by a reset.. no reset via the reset button on the TC harms, deletes or does anything to your files.
    The Factory Reset universal
    Unplug your TC/AE. Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. The time is not important.. it is the front LED rapid flashing that indicates you are in factory mode.
    Release reset.
    If it doesn’t flash rapidly you have released reset at some point and try again.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Here is how to do a fully manual setup for TC which is sometimes necessary with Mavericks in particular.
    Airport Utility shows "unexpected error - please try again" when connecting to Time Capsule

  • Please help! I am trying to change my Apple Id that used to be my mother to Mine- Every time i have it changed and i go and try and do an update it continues to ask for her old password. I really need help with this!

    Please help! I am trying to change my Apple Id that used to be my mother to Mine- Every time i have it changed and i go and try and do an update it continues to ask for her old password. I really need help with this!

    Phil0124 wrote:
    Apps downloaded with an Apple ID are forever tied to that Apple ID and will always require it to update.
    The only way around this is to delete the apps that require the other Apple ID and download them again with yours.
    Or simply log out of iTunes & App stores then log in with updated AppleID.

  • Really need help with MSI R7970-2PMD3GD5/OC:(

    Greetings to all,
    I really need help with my brand new MSI R7970-2PMD3GD5/OC. I've purchased it two days ago and I didn't really have time to test the card until yesterday. The card is I think way to hot for my "liking". It idles at 56c-60c, at full load in Heaven benchmark 3.0 in 1920x1080, extreme tessellation and 8xAA card reaches 95c-97c. Stock cloacks are 1010Mhz/1375Mhz and stock voltage is 1,174v. Case is being cooled by two Noctua NF-P12 fans. Also I tried lowering the voltage and "underclocking" the card to a standard 925Mhz in small increments, but it doesn't help at all. Each and every time it results in BSOD and dx dll errors and complete system failures. Replacing the card wouldn't be a problem if I lived in a "normal" country that has access to a steady supply. Retailer that sold me a card told me that only 5 cards total have been imported from the launch day and told me that i bought the "last" card in my country. They could order a replacement but it would take them more then a month to do so.:( Ohhh and one more thing I don't overclock, everything in my case is at their default values.
    Recently, I read that "Amd released" a bios update for a standard reference boards that turns them into a "GHZ editions". Also lot of users report a lower voltage requirements and lower temps with that "boost bios". As I understand this card pcb is not Amd's reference board design, I could be wrong it's not that uncommon.. So I didn't want to risk warranty by flashing it to a position 1. Will MSI release the boost bios for this model of card? I am humbly asking MSI staff on how to proceed regarding this problem. I would be immensely grateful for any help you could provide.

    Quote from: Svet on 24-August-12, 18:13:26
    what PC case you use exactly?
    have you tried to open PC case side door and to retest?
    Hi,
    it's open case. If i close it the temps get even worse:(
    They get better for other components, but not for gpu. Two Noctua NF-P12's are cooling the case, first one is positioned above gpu, left side next to cpu. Other is right beneath the gpu, right side of case. Just under the hdd section of the case. I tested each and every component with my backup card nv 8500gt. They function within the specified parameters. I'm getting somewhat worried.
    П.С. Поздрав Свет
    да ли сте ви са наших простора да не куцам на енглеском?

  • Where's a smart person when you need one? My iphoto just will not open for no reason at all(I REALLY NEED HELP)

    I have not done anything strange like changing something in my computer or IPhoto. One day it just decided not to open. I dont have my photos backed up from IPhoto and I really need the photos on there and Iphoto itself to graduate in two weeks.
    I will click on Iphoto and it'll jump twice, open but it will be totally blank white and immediately have the spinning rainbow wheel and it never loads. I'll then put my mouse over the icona nd it'll say "IPhoto not responding" and everytime I have to force quit. I really dont understand what happened.
    I have googled for days variations of "My Iphoto will not open" and none of what people are saying helps at all because all of them have done something to mess up their apps. I really really need help, please, its got to be something so simple because I didnt change anything on my computer.

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • [Locked] Really need help trying to log users

    I really need help trying to show when members have logged in.  This is my second post and and the code that I was given, didn't work and now I can't get anyone to tell me what is wrong with it.  Here is the code and error message:
    Error message is "Unknown column 'billsmith' in 'where clause'
    Here is the code I am using:
    mysql_select_db($database_connRegister, $connRegister);
    $logged_in_user = "-1";
    if(isset($_SESSION['MM_Username'])) {
    $logged_in_user=$_SESSION['MM_Username'];
    $query_online_now = "UPDATE users SET logged_in='Online', last_login_date=NOW() WHERE user_name=$logged_in_user";
    $online_now = mysql_query($query_online_now, $connRegister) or die(mysql_error()); }
    $query_not_online_now="UPDATE users SET logged_in='Offline' WHERE last_login_date<NOW() - INTERVAL 60 MINUTE";
    $not_online_now=mysql_query($query_not_online_now, $connRegister) or die(mysql_error());
    Can someone please tell me why it isn't working?

    This question has been answered here: http://forums.adobe.com/message/2351465#2351465.
    Locking this thread to avoid duplication. Please reply in the original thread if any further help is needed.

Maybe you are looking for