Tomcat won't work after XP SP2 install?? help, please

Help please!
Hi, I installed a fresh JDK (1_5_0_02-windows-i586-p), JRE (1.5.0_01), J2EE (1.4_2005Q1), Apache web server (2.0.53-win32-x86-no_ssl) and Tomcat (5.5.7) . Everything seemed to work. I installed XP Service Pack 2 and now Tomcat won't compile JSPs. (I don't know if the SP2 install was the cause).
The service Starts okay, but when I try to hit a jsp, Tomcat takes over my processor (at like 80%) and it starts writing to the stdout log (stdout was set to auto), repeatedly. After being up for like 20 min the log was well over 1 GB in size. It showed the below exceptions repeating ad infinitum.
I uninstalled and reinstalled Tomcat, repaired the Apache installation (that shouldn't matter, should it?), and I am going to try reinstalling JDK/JRE/J2EE, but does anyone have any ideas of how I can fix this?
Mar 13, 2005 9:15:13 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Mar 13, 2005 9:15:13 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 984 ms
Mar 13, 2005 9:15:13 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 13, 2005 9:15:13 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.7
Mar 13, 2005 9:15:13 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 13, 2005 9:15:14 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
Mar 13, 2005 9:15:14 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Mar 13, 2005 9:15:14 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Mar 13, 2005 9:15:15 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Mar 13, 2005 9:15:15 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Mar 13, 2005 9:15:15 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Mar 13, 2005 9:15:15 PM org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket
SEVERE: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080] ignored exception: java.net.SocketException: select failed
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:60)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:406)
     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:70)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Mar 13, 2005 9:15:15 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/32 config=null
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM org.apache.jk.common.ChannelSocket acceptConnections
WARNING: Exception executing accept
java.net.SocketException: select failed
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(Unknown Source)
     at java.net.ServerSocket.implAccept(Unknown Source)
     at java.net.ServerSocket.accept(Unknown Source)
     at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:295)
     at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)
     at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:849)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
     at java.lang.Thread.run(Unknown Source)
Mar 13, 2005 9:15:15 PM o

Is it possible this is resulting from classpaths not
being setup correctly? Could someone please tell me
what my CLASSPATH and PATH enviro variables should be
fod JDK, J2EE, JRE, etc...? Both in general and
specifically to be found by Tomcat. They are
installed in:
C:\Program Files\Java\jdk1.5.0_02
C:\Program Files\Java\jre1.5.0_02
C:\Sun\AppServer
Thanks!Could be.
I think installing anything in directories whose path has spaces in it is a terrible idea. I'd reinstall the JDK to c:\SDKs or something like that.
There's no need for a system CLASSPATH - ever. You shouldn't have one. Use -classpath when you run javac.exe and java.exe to set the CLASSPATH. Tomcat has its own class loaders. You should deploy your Web apps in WAR files - they'll have the CLASSPATH set for you that way.
Your PATH should include the JAVA_HOME\bin.
set JAVA_HOME=C:\SDKs
set CATALINA_HOME=c:\Tools\Tomcat, or wherever you installed Tomcat.
%

Similar Messages

  • Ipod won't work after trying to install Paid 2.0 update

    I bought the 2.0 update for my 16 gig ipod touch. After trying to install the update through itunes half way through the update it gave me the message "The ipod could not be restored. An Unknown error occured (6)." I tried to do a restore on the ipod it it does the same thing. Can anyone help? Now after paying for an update I have an ipod that doesn't work at all.
    I tried doing a restore using the old software on a different itunes library and get the same error message.
    Any suggestions?
    Thanks Larry

    lukemichael wrote:
    ok i have figured out how to fix this problem!! it is simple. make a new account on your computer. Now use the itunes on that account and just plug ur touch in and restore it. It will restore it to the software 1.1.4 . now just go back to your main account on ur computer and plug ur touch in once again and it will restore it to its original settings and sync all your songs and videos and the rest.
    I followed the above instructions. Let Itunes 7.7 set itself up on the new account and downloaded the update. The first attempt didnt work but the second attempt after I rebooted the PC I logged in on the new user and booted up Itunes.
    When that had finished faffing about I connected the USB cable into another USB port (above the one its just come out of if you get my drift) and it started extracting the software for Restore then it started prparing the ipod for for restore and then started uploading the software to the ipod in which it had not done it before. As I type it has just finished synching the ipod with my current Itunes library on my default windows account.
    I am running the update but will have to enter my contacts details again but hey thats no big deal.
    So I hope you all get yours to work.
    Cheers
    Hentis

  • Widi won't work after windows 8 install

    Hi,
    I have a Portege R700-S1322W and I just recently downloaded windows 8. I'm trying to install WiDi (it worked before I upgraded to windows 8). I have downloaded all the most recent drivers listed (including 15.5.6.0 Intel® PROSet/Wireless WiFi) and ran the intel driver update utility (the driver I have installed is 8.15.10.2858 and it says "An Intel device was detected but your operating system is not supported by this utility. Please visit Download Center to look for available software."). when I try to install the most recent widi driver, 3.5.41.0, it says "this platform is not compatible with intel(R) Widi or the application is in use". I was successful in installing version 3.0.13.0 of the WiDi driver but when I try to run it there's a message "Intel My WiFi Technology not enabled. Restart the computer and try again", I already checked and My WiFi is enabled. Could you please help? is there any older drivers that i could run to allow my WiDi to work or is there anything I could do with my settings? Will you be coming out with any WiDi updates for my system?
    Thanks

    Apparently you didn't check the Toshiba Windows 8 Upgrade Assistant. That machine is not supported for Windows 8 so Toshiba is very unlikely to issue a WiDi driver for it.
    C.B.
    C.B.
    Toshiba Sat. C75D-B7260 Win 8.1 64 Bit--Toshiba Sat. L775D-S7132 Win 7 HP SP1 64 Bit and Win 10 PRO Technical Preview--Toshiba Sat. L305-S5921 Win Vista SP2 32 Bit

  • Lenovo Easy Cam Won't work after Windows 10 install

     I have a V570 Lenovo laptop on which I just installed Windows 10. After the install, I found that my camera no longer works -- it's the Lenovo Easy Cam. I tried driver updates. Apparently the drivers were downloaded but failed to install. I can't figure out HOW to get them to install. I tried the device manager. I also took a look with Lenovo Solutions. It says the camera is disabled, but it doesn't tell me how to re-enable it. I'm at a loss. How can I get my camera to work with Windows 10? Thanks.

    Hi Swahili1,I have a Lenovo Ideapad Y570 and I have also recently upgraded from Windows 7 Professional to Windows 10. In fact I had the same problem as other persons i.e., the easy camera of my laptop was disable and I couldn't manage to update the drivers correctly and make it function. I did as you described, with the difference that in my case I couldn’t enable the camera from Device Manager. What I did is that I have only uninstalled the program of the easy camera going to: Control Panel\Programs\Programs and Features and then I have restarted my laptop. As you said most probably, Windows 10 detected the camera and installed the appropriate program and now my camera is functioning. Thanks a lot Swahili1.

  • Lenovo EasyCam Won't work after Windows 10 install

    I have a V570 Lenovo laptop on which I just installed Windows 10. After the install, I found that my camera no longer works -- it's the Lenovo Easy Cam. I tried driver updates. Apparently the drivers were downloaded but failed to install. I can't figure out HOW to get them to install. I tried the device manager. I also took a look with Lenovo Solutions. It says the camera is disabled, but it doesn't tell me how to re-enable it. I'm at a loss. How can I get my camera to work with Windows 10? Thanks.

    Hi Swahili1,I have a Lenovo Ideapad Y570 and I have also recently upgraded from Windows 7 Professional to Windows 10. In fact I had the same problem as other persons i.e., the easy camera of my laptop was disable and I couldn't manage to update the drivers correctly and make it function. I did as you described, with the difference that in my case I couldn’t enable the camera from Device Manager. What I did is that I have only uninstalled the program of the easy camera going to: Control Panel\Programs\Programs and Features and then I have restarted my laptop. As you said most probably, Windows 10 detected the camera and installed the appropriate program and now my camera is functioning. Thanks a lot Swahili1.

  • IPod won't work after trying to install IOS4; install "hangs"

    Hello,
    My son has an iPod touch. It's a month old and bought new, so it would be the latest version. We also have the latest version of iTunes running on Vista.
    The issue . . .
    Son was prompted by iTunes to download IOS4. He did this, but when he tried to install it on the iPod, it froze the iPod and iTunes.
    We have tried several times to do the install, and on two different computers, but the same thing happens - the install "hangs" at about one-third of the way into the installation.
    We also cannot use the iPod at all, because when we switch it on, there's an icon that tells us to connect it to iTunes. And when we do this, we can the hanging issue described above.
    Son is distressed. He spent all his birthday money downloading apps for the new iPod, and is worried he may have lost the lot.
    I can see from the discussions here that we are not the only ones having this proble. Is anyone closer to finding a solution?
    Thanks.

    I fixed this by taking doing the restore/install on a Mac.
    It's now working fine on the PC.
    Of course, this only helps people who have access to a Mac!

  • Firefox won't work after I have installed the latest update. I have reinstalled from scratch and it still won't work. There is no AVG plugin.

    I installed the latest update and now am unable to reach any website. I have reinstalled twice. I still have bookmarks, etc. via sync, but when I enter a URL nothing happens. There is no AVG plugin. My internet connection is fine -- I am using it to send this message via internet explorer.

    Did you try browsing Firefox in [https://support.mozilla.org/en-US/kb/Safe%20Mode Safe Mode] ?
    Please, disable all addons and try then browsing the Web...
    What is the current version of your OS and Firefox?
    Do you use any other anti-viruses?
    Thanks,
    Borian

  • Iphoto froze and now won't work after restarting... help

    I uploaded pictures to my MacBook earlier today, and while editing them, iphoto froze. I restarted my laptop and when I opened iphoto, it comes up, but doesn't show anything and gives me the rainbow circle meaning its trying to load. I have restarted my laptop many times now to try to get it to work, and it does the same thing everytime.
    I have a MacBook, 2.4 GHz Intel Core 2 Duo, Mac OS X Version 10.6.8. It normally works fine, till I was editing today. Please help!

    What version of iPhoto? Assuming 09 or later:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • My printer won't work after using BT Desktop help

    I received a message from BT desktop help saying I had connection problems although I wasn't aware of any, so ran through their automatic help screen. I think I may have cllicked on the wrong answer re the wireless connection (possibly clicked 'internal' instead of 'external' but not sure) and I think it has changed my settings. Now I cannot print. I can't remember exactly what I did in the destop help screen. Any ideas how to rectify? My printer is an HP Photosmart plus B210 series and it comes up with a message about the IP address when I try to print.

    The first thing I would do is un-install BT Desktop Help from your computer.It is not needed for anything on your computer or to connect to the Internet and can cause problems on some computers. Have a search through the forum to see what I mean.
    If you do decide to un-install it and you are still having problems with your printer post back for help. Meantime have you tried restarting your Homehub, computer and  printer in that order.

  • Iphone 4 won't activate after factory restore? help, please?

    I did a restore on my iphone 4 earlier. This is the first time I have ever done a restore-I have only had this phone for about 2 weeks. However, I was having battery problems so I chose to restore.
     It went through the entire process and even came up the "activating, this may take some time" or whatever screen. It said that it had synced and it was okay to disconnect. Now, however, I have no service at all, it says that the network is unavailable, and it keeps popping up and saying that it is not activated and if it continues to call some 1800 number. It is connected to my wifi, however.
    Do I have to call the *228 number or something, like I did when I first got it? Or what? I'm really confused and frustrated...I just want my phone to work.
    16GB
    Software: 4.2.10
    Iphone 4

    swells wrote:
    I did a restore on my iphone 4 earlier. This is the first time I have ever done a restore-I have only had this phone for about 2 weeks. However, I was having battery problems so I chose to restore.
     It went through the entire process and even came up the "activating, this may take some time" or whatever screen. It said that it had synced and it was okay to disconnect. Now, however, I have no service at all, it says that the network is unavailable, and it keeps popping up and saying that it is not activated and if it continues to call some 1800 number. It is connected to my wifi, however.
    Do I have to call the *228 number or something, like I did when I first got it? Or what? I'm really confused and frustrated...I just want my phone to work.
    16GB
    Software: 4.2.10
    Iphone 4
    swells wrote:
    Oh, and on itunes my phone number is now listed as "00000000" and a few other numbers instead of my actual phone number.
    That "00000000" number thing could be the issue, I have never activated my iPhone over iTunes (mine was preactivated when I got it), but it sounds to me that when/if iTunes goes to "activate" the phone, iTunes could be telling your iPhone that 00000000 is your actual phone number, so the iPhone self activates it thinking that is your actual number, so when that number doesn't match up with any number on Verizon's servers, it fails activation (while many may say that iTunes "activates" the phone, I am pretty sure that iTunes just forwards that information to the iPhone and automatically does the "*228" activation on it's own based on the information entered into iTunes)
    I would say yes, go ahead and try *228 opt 1 and see if that works, or see if you can change the number to your real number in iTunes

  • Airport not working after Apple sw updates - HELP PLEASE!!!

    I have a newish MAC Intel. The Airport was working fine for the last 9 months or so until I puled down Apples usual sw updates. I did them all incl the firmware update. Now the Airport wont hook up. I have wireless to NETGEAR router downstairs. I see network broadcasting as its sen in networks box, yet when I select it and then plug in a WEP and connect it says no can do and jumps back to no network selected. Ive tried this dzens and dozens of times. Lke I said was fine for last 9 months until updates last week...grrrhh.can anyon help me please?
    thanks
    ./david
    PS ot sure what OS I have..never checked to be honest
    INTEL iMAC   Mac OS X (10.4.8)  

    Hi David,
    sunny in Scotland right now ?? (Sorry, just joking)
    Have the same one and came to the conclusion that Airport doesn't wait for the DHCP from the Netgear to get a numer like 192.168.xxx.xxx but has already one which is not in the pool provided by the Netgear.
    Since I'm depending on this I help myself by turning Airport off (in the Menu) wait 20 seconds and then turn it on again.
    Helps every time.
    Another guy round here has helped himself by turning off the Automatic (in the Airport preferences) and has entered all numbers manually.
    Regards
    Stefan

  • External keypad won't work after installing OS 7.

    External keypad won't work after installing OS 7. I have a "Zagg" keyboard that won't pair now to OS 7,...Why?

    They do work. I have one and mine is working. Have you tried to reset your iPad? HOlding down teh sleep and home keys until it reboots then try pairing again.
    A slightly more drastic thing is to go into the settings and reset all settings. THe downside, you will need to retweak your device but it can help fix keyboard glitches.

  • [THUNDERBIRD] The hiperlinks won't work after new install

    The hyperlinks won't work. Firefox was install after my hardrive was formatted since then the links won't work
    Firefox is installed on windows XP 32 bit computer
    Any ideas!
    Martin Freeman

    Hi John99
    Yes the shortcut works fine both open & closed
    Can I ask a question, who is AFAIK ?
    Martin

  • Printer won't work after installing mountain lion?

    printer won't work after installing mountain lion?

    Assuming you've first checked Software Update to see if there are any updated drivers and it's still not working, you could try resetting the printing system.
    System Preferences>Print & Scan, Control+Click or Right Click on a printer on the left and select 'reset printing system'. All printers will be deleted and need to be added again.

  • My iphone won't work after fatal error occurred installing iOS5.1 have followed allsteps to reconfigure software onto windows still no phone just a usb and itunes picture on screen

    my iphone won't work after fatal error occurred installing iOS5.1 have followed allsteps to reconfigure software onto windows still no phone just a usb and itunes picture on screen

    Connect the phone directly to the computer, not a hub.
    Disconnect all other USB devices except keyboard and mouse.
    Disable your firewall
    Disable your antivirus
    In iTunes if it recognizes the phone click "Restore"
    If it doesn't recognize the phone:
    Disconnect the phone from the phone end, leave the USB cable plugged into the computer
    Hold the HOME and SLEEP buttons until the screen turns black, excactly 10 seconds, then release the SLEEP but continue holding the HOME (If an Apple logo appears you have held SLEEP too long; do it over)
    While holding HOME connect the cable to the phone
    As soon as iTunes recognizes the phone release the HOME button and it should restore.
    If neither procedure works note the exact error message and post it.

Maybe you are looking for

  • Error while activating the transformation for cube

    Hi everyone, I m working on BI7, & while activating the transformations the system trrows an error saying that 'amount infoobject is not assained' and  'unit of measure is not used' even though I hav assigned  both the fields to Amount infoobject. wo

  • Technical fault in rewarded point calculation

    Hi Moderators, This is to make you note that there is a fault in the point calculation. Instead of 6 points its indicating 12, i don't have any proficiency to include the screen shot here so i have mentioned it below. Need help regarding Dynamic Read

  • Campaign ID Format

    Hi All, I am finding an issue in the Format of the Campaign Id and Marketing Plan. I had given the Number ranges for the object : CRM_MKT_MP & CRM_MKT_CP as an internal number range: 00001 to 99999 I had also configured the Formatting Mask for Market

  • DVD Studio Pro WMP11

    HI All-.. I authored a DVD using DVD Studio Pro 4.1.2. The DVD plays fine on Macs, on DVD players and on WIndow Media Player 12, but on Windows Media Player 11 it plays no sound unless additional codec(s) are installed. Does anyone have a workaround

  • Baby Giants counter incrementing on interface?

    Hi, I have a 7600 PE router running SRD2a with a WS-X6708-10GE card being used for the wan links (DWDM). The baby giants counters on the interfaces are incrementing very fast. Looking at Cisco.com I dont think it's an issue as it's just MPLS packets,