简单的一个增删改查的例子,网站能正常运行,功能都实现了,从myeclipse启动服务器,然后什么都不做在myeclipse里也出现这个错误页面,怎么回事,该啷个解决啊?

解决方案 »

  1.   

    我晕,,这百度,,
    Myeclipse自动跳到这个类:ThreadPoolExecutor.class,
    然后再debug窗体大概出现以下内容
    tomcat7Server [Remote Java Application]
    org.apache.catalina.startup.Bootstrap at localhost:5668
    Thread [main] (Running)
    Daemon Thread [Timer-0] (Running)
    Daemon Thread [MySQL Statement Cancellation Timer] (Running)
    Daemon Thread [ContainerBackgroundProcessor[StandardEngine[Catalina]]] (Running)
    Daemon Thread [http-bio-8080-Acceptor-0] (Running)
    Daemon Thread [http-bio-8080-AsyncTimeout] (Running)
    Daemon Thread [ajp-bio-8009-Acceptor-0] (Running)
    Daemon Thread [ajp-bio-8009-AsyncTimeout] (Running)
    Daemon Thread [http-bio-8080-exec-2] (Suspended (exception RuntimeException))
    ThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1128
    ThreadPoolExecutor$Worker.run() line: 603
    TaskThread(Thread).run() line: 722
    Daemon Thread [http-bio-8080-exec-1] (Suspended (exception RuntimeException))
    Daemon Thread [http-bio-8080-exec-3] (Suspended (exception RuntimeException))
    ThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1128
    ThreadPoolExecutor$Worker.run() line: 603
    TaskThread(Thread).run() line: 722
    Daemon Thread [http-bio-8080-exec-4] (Suspended (exception RuntimeException))
    Daemon Thread [http-bio-8080-exec-5] (Suspended (exception RuntimeException))
    Daemon Thread [http-bio-8080-exec-6] (Suspended (exception RuntimeException))
    Daemon Thread [http-bio-8080-exec-7] (Suspended (exception RuntimeException))
    Daemon Thread [http-bio-8080-exec-8] (Suspended (exception RuntimeException))
    Daemon Thread [http-bio-8080-exec-9] (Suspended (exception RuntimeException))
    ThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1128
    ThreadPoolExecutor$Worker.run() line: 603
    TaskThread(Thread).run() line: 722
    Daemon Thread [http-bio-8080-exec-10] (Suspended (exception RuntimeException))
    Daemon Thread [Timer-1] (Running)
    Daemon Thread [MySQL Statement Cancellation Timer] (Running)
    Daemon Thread [http-bio-8080-exec-11] (Suspended (exception RuntimeException))
    ThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1128
    ThreadPoolExecutor$Worker.run() line: 603
    TaskThread(Thread).run() line: 722
    Daemon Thread [http-bio-8080-exec-12] (Suspended (exception RuntimeException))
    ThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1128
    ThreadPoolExecutor$Worker.run() line: 603
    TaskThread(Thread).run() line: 722
    Daemon Thread [http-bio-8080-exec-13] (Suspended (exception RuntimeException))
    Daemon Thread [http-bio-8080-exec-14] (Suspended (exception RuntimeException))
    ThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1128
    ThreadPoolExecutor$Worker.run() line: 603
    TaskThread(Thread).run() line: 722
    Daemon Thread [http-bio-8080-exec-15] (Suspended (exception RuntimeException))
    Daemon Thread [http-bio-8080-exec-16] (Suspended (exception RuntimeException))
    Daemon Thread [Timer-2] (Running)
    Daemon Thread [MySQL Statement Cancellation Timer] (Running)
    Daemon Thread [Timer-3] (Running)
    Daemon Thread [MySQL Statement Cancellation Timer] (Running)
    Daemon Thread [http-bio-8080-exec-17] (Running)
    Daemon Thread [http-bio-8080-exec-18] (Running)
    Daemon Thread [http-bio-8080-exec-19] (Running)
    Daemon Thread [http-bio-8080-exec-20] (Running)
    Daemon Thread [http-bio-8080-exec-21] (Running)
    Daemon Thread [http-bio-8080-exec-22] (Running)
    Daemon Thread [http-bio-8080-exec-23] (Running)
    Daemon Thread [http-bio-8080-exec-24] (Running)
    Daemon Thread [http-bio-8080-exec-25] (Running)
    Daemon Thread [http-bio-8080-exec-26] (Running)
    C:\Program Files (x86)\Java\jdk1.7.0\bin\javaw.exe (2012-6-19 下午12:03:56)
    指向这一行ThreadPoolExecutor(ThreadPoolExecutor).runWorker(ThreadPoolExecutor$Worker) line: 1128
      

  2.   

    你的图片来自百度的话 就必须写成http的形式OK