Ask a Question related to Coldfusion Server Administration, Design and Development.
-
periker #1
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
-
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... -
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 -
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... -
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... -
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... -
MichaelSJudd #2
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



Reply With Quote

