Error causing server to crash

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Error causing server to crash

    hi, every once in a while (read: a lot) the cf server just stops working and i
    cannot seem to figure out why. today i found a msg in the log files that
    occurred right around the time it crashed. could someone take a look and see if
    they know what this is?

    i believe it is may be the error on line 41325 of this attached code.

    the machine stays up and nothing is reported in the win event viewer, but the
    cf server stops responding. there was one mail file in the undelvr folder from
    a few days ago due to a bad address with no @. not sure if that has anything to
    do with it.

    thanks very much.



    41321


    at jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:527)

    41322


    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable( JRunProxyService.java:192)

    41323


    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:451)

    41324


    at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)

    41325


    "Error","scheduler-2","12/16/05","07:45:14",,""

    41326


    java.lang.NullPointerException

    41327


    at java.util.Arrays$ArrayList.<init>(Arrays.java:2342 )

    41328


    at java.util.Arrays.asList(Arrays.java:2328)

    41329


    at coldfusion.mail.MailSpooler.refreshSpoolFiles(Mail Spooler.java:1503)

    41330


    at coldfusion.mail.MailSpooler.run(MailSpooler.java:8 97)

    41331


    at coldfusion.scheduling.ThreadPool.run(ThreadPool.ja va:201)

    41332


    at coldfusion.scheduling.WorkerThread.run(WorkerThrea d.java:70)

    41333


    "Error","scheduler-5","12/16/05","07:45:29",,""

    41334


    java.lang.NullPointerException

    41335


    at java.util.Arrays$ArrayList.<init>(Arrays.java:2342 )

    41336


    at java.util.Arrays.asList(Arrays.java:2328)

    41337


    at coldfusion.mail.MailSpooler.refreshSpoolFiles(Mail Spooler.java:1503)

    41338


    at coldfusion.mail.MailSpooler.run(MailSpooler.java:8 97)

    41339


    at coldfusion.scheduling.ThreadPool.run(ThreadPool.ja va:201)

    41340


    at coldfusion.scheduling.WorkerThread.run(WorkerThrea d.java:70)

    41341


    "Error","scheduler-3","12/16/05","07:45:44",,""

    41342


    java.lang.NullPointerException

    41343


    at java.util.Arrays$ArrayList.<init>(Arrays.java:2342 )

    41344


    at java.util.Arrays.asList(Arrays.java:2328)

    41345


    at coldfusion.mail.MailSpooler.refreshSpoolFiles(Mail Spooler.java:1503)

    41346


    at coldfusion.mail.MailSpooler.run(MailSpooler.java:8 97)

    41347


    at coldfusion.scheduling.ThreadPool.run(ThreadPool.ja va:201)

    41348


    at coldfusion.scheduling.WorkerThread.run(WorkerThrea d.java:70)

    41349


    "Error","scheduler-2","12/16/05","07:45:59",,""

    41350


    java.lang.NullPointerException

    41351


    at java.util.Arrays$ArrayList.<init>(Arrays.java:2342 )

    41352


    at java.util.Arrays.asList(Arrays.java:2328)

    41353


    at coldfusion.mail.MailSpooler.refreshSpoolFiles(Mail Spooler.java:1503)

    41354


    at coldfusion.mail.MailSpooler.run(MailSpooler.java:8 97)

    41355


    at coldfusion.scheduling.ThreadPool.run(ThreadPool.ja va:201)

    41356


    at coldfusion.scheduling.WorkerThread.run(WorkerThrea d.java:70)

    41357


    "Error","scheduler-2","12/16/05","07:46:14",,""

    41358


    java.lang.NullPointerException

    41359


    at java.util.Arrays$ArrayList.<init>(Arrays.java:2342 )

    41360


    at java.util.Arrays.asList(Arrays.java:2328)

    blst Guest

  2. Similar Questions and Discussions

    1. Flash causing browsers to crash, HELP!!!!
      Each browser I have tried; IE 6, IE7, firefox 2.0, Netscape 8.1 all crash when i view flash sites. This happens on severl sites watching video or...
    2. Flach Player causing IE to crash
      Please help, I am not very computer literate. I recently purchased a game online called Magic Vines. When we try to open the game we get an error:...
    3. CFChart causing server error in CF7
      When I try to use even the simplest cfchart in CF 7 (the simple pie chart from the docs...), i get the following: Server Error The server...
    4. Latest update (3.01) is causing the program to crash.
      Is it just me or is the update for Indesign CS causing the program to crash when certain functions as used? I tried it on two computers...one really...
    5. Freehand EPS files causing InDesign to Crash
      I need some advice here. I've used Freehand since its infancy, and have always loved the program over others. But now, when I export a Freehand...
  3. #2

    Default Re: Error causing server to crash ANOMOLY?

    I have given a suggestion at [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=7&threadid=1094492[/url].



    BKBK Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139