jrun cpu utilization maxed at 100%

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

  1. #1

    Default jrun cpu utilization maxed at 100%

    This has happened before and rebooting and fixed the problem.

    I have 5 web server load balanced. SQL Server 2005 on the back end. None of
    the other nodes have issues. All are running CF 7.0.1.

    The processor utilization started to spike at around 9am this morning. The
    exception log has this entry several times in it:

    "Error","jrpp-114","01/31/07","07:55:40","registration_mywebsite_com","You
    have attempted to dereference a scalar variable of type class java.lang.String
    as a structure with members. The specific sequence of files included or
    processed is:
    D:\web_roots\registration.mywebsite.com\design\def ault\dsp_js.cfm, line: 82 "
    coldfusion.runtime.ScopeCastException: You have attempted to dereference a
    scalar variable of type class java.lang.String as a structure with members.
    at coldfusion.runtime.Cast._Map(Cast.java:898)
    at coldfusion.runtime.CfJspPage._arrayset(CfJspPage.j ava:605)
    at coldfusion.runtime.CfJspPage._arraySetAt(CfJspPage .java:1506)
    at
    cfget2ecfm429136370$funcTEMP_FUNCTION.runFunction( D:\web_roots\registration.mywe
    bsite.com\library\user\session\get.cfm:82)
    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java :348)
    at
    coldfusion.runtime.UDFMethod$ArgumentCollectionFil ter.invoke(UDFMethod.java:258)
    at coldfusion.filter.FunctionAccessFilter.invoke(Func tionAccessFilter.java:56)
    at coldfusion.runtime.UDFMethod.runFilterChain(UDFMet hod.java:211)
    at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java :173)
    at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage. java:1807)
    at coldfusion.runtime.CfJspPage._invoke(CfJspPage.jav a:1652)
    at
    cfApplication2ecfm1722982845.runPage(D:\web_roots\ registration.mywebsite.com\App
    lication.cfm:48)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java :152)
    at coldfusion.tagext.lang.IncludeTag.doStartTag(Inclu deTag.java:349)
    at coldfusion.filter.CfincludeFilter.invoke(Cfinclude Filter.java:65)
    at coldfusion.filter.CfincludeFilter.include(Cfinclud eFilter.java:33)
    at coldfusion.filter.ApplicationFilter.invoke(Applica tionFilter.java:157)
    at coldfusion.filter.RequestMonitorFilter.invoke(Requ estMonitorFilter.java:51)
    at coldfusion.filter.PathFilter.invoke(PathFilter.jav a:86)
    at coldfusion.filter.ExceptionFilter.invoke(Exception Filter.java:69)
    at
    coldfusion.filter.ClientScopePersistenceFilter.inv oke(ClientScopePersistenceFilt
    er.java:28)
    at coldfusion.filter.BrowserFilter.invoke(BrowserFilt er.java:38)
    at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilt er.java:38)
    at coldfusion.filter.DatasourceFilter.invoke(Datasour ceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(Req uestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107)
    at coldfusion.bootstrap.BootstrapServlet.service(Boot strapServlet.java:78)
    at jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:91)
    at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42)
    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:257)
    at jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable( JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invok eRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeR unnable(ThreadPool.java:264)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)

    Any ideas of the problem? Good troubleshooting steps?

    periker Guest

  2. Similar Questions and Discussions

    1. JRUN using 90% plus CPU Utilization
      Not sure what to do with this server. It is running ms windows server 2003 with ColdFusion MX 7 Standard. Java VM Version 1.4.2_09-b05. The server...
    2. SQL Server Utilization
      Hi, Is there anyway I can limit the processing power for SQL server 2000? Everytime I do a big import it kills my webserver. Thankyou
    3. Accessing CPU utilization in UNIX
      Hi all, I'm working on a real-time database project under UNIX written in C and need to access some value for the CPU utilization (the time...
    4. IIS 5.0 CPU 100% utilization problem
      Hi, I have an IIS 5.0 problem where my CPU utilization is at 100%. My specs are: Two 4Gb, 4 CPU machines ( with 70 users shared across both...
    5. Pagefile utilization
      In AIX4.3.3, $ lsps -s Total Paging Space Percent Used 3072MB 13% Does the percent used show the current usage of the pagefile or...
  3. #2

    Default Re: jrun cpu utilization maxed at 100%

    Periker,

    Not to try to sound "funny", but the specific code that is causing the problem
    is in these error messages:

    "The specific sequence ..."
    D:\web_roots\registration.mywebsite.com\design\def ault\dsp_js.cfm, line: 82

    Can you look at dsp_js.cfm, and let me know what's there (on line 82)?

    MichaelSJudd 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