Skip to main content
Inspiring
April 25, 2008
Question

Coldfusion Out Of Memory

  • April 25, 2008
  • 1 reply
  • 685 views
Our Coldfusion application server keeps shutting down and our log files display the following message. Does anyone know what we could do to stablize CF server?

javax.ejb.EJBException: nested exception is:
javax.naming.NameNotFoundException: No such binding: smarticket
at
com.sun.j2ee.blueprints.smarticket.ejb.customer.CustomerEJB.setEntityContext(Unknown
Source)
at
jrun.ejb.EntityInstanceFactory.initInstance(EntityInstanceFactory.java:97)
at
jrun.ejb.EntityInstanceFactory.createInstance(EntityInstanceFactory.java:47)
at jrun.ejb.EntityInstancePool.run(EntityInstancePool.java:38)
at
jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
java.lang.OutOfMemoryError: Java heap space
javax.ejb.EJBException: nested exception is:
javax.naming.NameNotFoundException: No such binding: smarticket
javax.naming.NameNotFoundException: No such binding: smarticket
at jrun.naming.ContextManager.getBinding(ContextManager.java:680)
at jrun.naming.ContextManager.getBinding(ContextManager.java:686)
at jrun.naming.ContextManager.getObject(ContextManager.java:690)
at jrun.naming.ContextManager.lookup(ContextManager.java:463)
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
    This topic has been closed for replies.

    1 reply

    Inspiring
    April 25, 2008
    A couple of questions:

    1. How many processors (CPUs) running?

    2. OS?

    3. Ram?

    4. How many coldfusion instances running?

    5. Coldfusion installation mode?

    Tell us about it and maybe we could have a bigger picture!