Skip to main content
June 26, 2007
Answered

Not enough storage is available to process this command

  • June 26, 2007
  • 4 replies
  • 1959 views
Hi,

Hope someone can help me. I got the following information out of the log before my coldfusion server stopped responding. Anyone knows what is causing the error. BTW there is enough disk space on the server.

// First Occurence
13249 "Error","jrpp-232","06/26/07","20:59:10","QasaOnWeb"," The specific sequence of files included or processed is: D:\Inetpub\NieuwBouw\projecten\index.cfm, line: 2 "
13250 java.lang.NullPointerException
13251 at coldfusion.runtime.ClientScopeServiceImpl.GetClientScope(ClientScopeServiceImpl.java:242)
13252 at coldfusion.runtime.AppHelper.setupClientScope(AppHelper.java:486)
13253 at coldfusion.tagext.lang.ApplicationTag.doStartTag(ApplicationTag.java:247)
13254 at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
13255 at cfApplication2ecfm723934460.runPage(D:\Inetpub\NieuwBouw\Application.cfm:2)
13256 at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
13257 at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
13258 at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
13259 at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
13260 at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:172)
13261 at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
13262 at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
13263 at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
13264 at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
13265 at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
13266 at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
13267 at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
13268 at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
13269 at coldfusion.CfmServlet.service(CfmServlet.java:107)
13270 at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
13271 at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
13272 at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
13273 at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
13274 at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
13275 at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
13276 at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
13277 at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
13278 at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
13279 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
13280 "Error","jrpp-232","06/26/07","20:59:10",,"Not enough storage is available to process this command The specific sequence of files included or processed is: C:\CFusionMX7\wwwroot\WEB-INF\exception\java\lang\NullPointerException.cfm "
13281 java.io.IOException: Not enough storage is available to process this command
13282 at java.io.WinNTFileSystem.canonicalize0(Native Method)
13283 at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:333)
13284 at java.io.File.getCanonicalPath(File.java:513)
13285 at coldfusion.jsp.JRunTagLibraryInfo.lookupTLI(JRunTagLibraryInfo.java:115)
13286 at coldfusion.compiler.NeoTranslationContext.<init>(NeoTranslationContext.java:96)
13287 at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:257)
13288 at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:106)
13289 at coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:282)
13290 at coldfusion.util.LruCache.get(LruCache.java:188)
13291 at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:223)
13292 at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
13293 at coldfusion.util.SoftCache.get(SoftCache.java:81)
13294 at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:422)
13295 at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:391)
13296 at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:149)
13297 at coldfusion.tagext.lang.IncludeTag.setTemplatePath(IncludeTag.java:84)
13298 at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:64)
13299 at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
13300 at coldfusion.filter.ExceptionFilter.runBuiltInHandler(ExceptionFilter.java:508)

13301 at coldfusion.filter.ExceptionFilter.handleException(ExceptionFilter.java:295)
13302 at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:83)
13303 at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
13304 at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
13305 at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
13306 at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
13307 at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
13308 at coldfusion.CfmServlet.service(CfmServlet.java:107)
13309 at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
13310 at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
13311 at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
13312 at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
13313 at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
13314 at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
13315 at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
13316 at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
13317 at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
13318 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

// Last occurence and stop responding of coldfusion
13350 "Error","jrpp-234","06/26/07","20:59:16",,"Not enough storage is available to process this command The specific sequence of files included or processed is: C:\CFusionMX7\wwwroot\WEB-INF\exception\java\lang\NullPointerException.cfm "
13351 java.io.IOException: Not enough storage is available to process this command
13352 at java.io.WinNTFileSystem.canonicalize0(Native Method)
13353 at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:333)
13354 at java.io.File.getCanonicalPath(File.java:513)
13355 at coldfusion.jsp.JRunTagLibraryInfo.lookupTLI(JRunTagLibraryInfo.java:115)
13356 at coldfusion.compiler.NeoTranslationContext.<init>(NeoTranslationContext.java:96)
13357 at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:257)
13358 at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:106)
13359 at coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:282)
13360 at coldfusion.util.LruCache.get(LruCache.java:188)
13361 at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:223)
13362 at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
13363 at coldfusion.util.SoftCache.get(SoftCache.java:81)
13364 at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:422)
13365 at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:391)
13366 at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:149)
13367 at coldfusion.tagext.lang.IncludeTag.setTemplatePath(IncludeTag.java:84)
13368 at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:64)
13369 at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
13370 at coldfusion.filter.ExceptionFilter.runBuiltInHandler(ExceptionFilter.java:508)
13371 at coldfusion.filter.ExceptionFilter.handleException(ExceptionFilter.java:295)
13372 at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:83)
13373 at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
13374 at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
13375 at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
13376 at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
13377 at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
13378 at coldfusion.CfmServlet.service(CfmServlet.java:107)
13379 at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
13380 at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
13381 at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
13382 at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
13383 at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
13384 at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
13385 at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
13386 at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
13387 at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
13388 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


--------------------------

Well this is a lot of information. Hope you can help.

Greetings Nebu
    This topic has been closed for replies.
    Correct answer Newsgroup_User
    Nebu23 wrote:
    >
    > Hope someone can help me. I got the following information out of the log
    > before my coldfusion server stopped responding. Anyone knows what is causing
    > the error. BTW there is enough disk space on the server.
    >
    > // First Occurence
    > 13249 "Error","jrpp-232","06/26/07","20:59:10","QasaOnWeb"," The specific
    > sequence of files included or processed is:
    > D:\Inetpub\NieuwBouw\projecten\index.cfm, line: 2 "
    > 13250 java.lang.NullPointerException
    > 13251 at
    > coldfusion.runtime.ClientScopeServiceImpl.GetClientScope(ClientScopeServiceImpl.
    > java:242)

    Are you using client variables? Are they stored in an Access database?

    Jochem


    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

    4 replies

    July 2, 2007
    I am not a tech expert could you please explain what you mean by registry.
    June 29, 2007
    Check your registry to make sure it isn't full. Also, might want to look at your JVM settings, make sure you're allocating enough memory for what you're trying to do.
    June 26, 2007
    Thanks for the reply. To answer your questions

    Are you using client variables?
    Yes, session management in the appliaction.cfm file

    Are they stored in an Access database?
    No
    Newsgroup_UserCorrect answer
    Inspiring
    June 26, 2007
    Nebu23 wrote:
    >
    > Hope someone can help me. I got the following information out of the log
    > before my coldfusion server stopped responding. Anyone knows what is causing
    > the error. BTW there is enough disk space on the server.
    >
    > // First Occurence
    > 13249 "Error","jrpp-232","06/26/07","20:59:10","QasaOnWeb"," The specific
    > sequence of files included or processed is:
    > D:\Inetpub\NieuwBouw\projecten\index.cfm, line: 2 "
    > 13250 java.lang.NullPointerException
    > 13251 at
    > coldfusion.runtime.ClientScopeServiceImpl.GetClientScope(ClientScopeServiceImpl.
    > java:242)

    Are you using client variables? Are they stored in an Access database?

    Jochem


    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion