"bean not found: scope" repeated 114,449 times in catalina.out on Railo startup- any ideas?

Hi,

New here, hope a question concerning Railo is OK (as that mailing list
strongly advised joining here instead) and that this is an appropriate
venue. I am running Lucee for my dev environment but we are running Railo
4.2.1.008 final in production, with Apache as the webserver.

It was brought to my attention today that catalina.out has grown and has
the line “bean not found: scope” repeated in it 114,449 times. Extract from
the log is below.

This seems to occur on server startup (it was a scheduled restart at 4AM)
but it doesn’t seem to have had any other obviously negative consequences,
the site seems to be running fine.

As far as I can make out this has not happened before, so it is possible it
may be a recent code change.

Any ideas what I should be looking at here? Any idea what is going on?

Any pointers are much appreciated.

Ivan

Agent-premain:null
Jun 07, 2016 4:02:06 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Jun 07, 2016 4:02:06 AM org.apache.catalina.startup.SetAllPropertiesRule
begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
‘maxSpareThreads’ to ‘30’ did not find a matching property.
Jun 07, 2016 4:02:06 AM org.apache.catalina.startup.SetAllPropertiesRule
begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
‘maxSpareThreads’ to ‘30’ did not find a matching property.
Jun 07, 2016 4:02:06 AM org.apache.catalina.startup.SetAllPropertiesRule
begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
‘disableUploadTimeout’ to ‘false’ did not find a matching property.
Jun 07, 2016 4:02:06 AM org.apache.catalina.startup.SetAllPropertiesRule
begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
‘maxHttpHeaderSize’ to ‘8192’ did not find a matching property.
Jun 07, 2016 4:02:06 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler [“http-bio-8888”]
Jun 07, 2016 4:02:06 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler [“ajp-bio-8009”]
Jun 07, 2016 4:02:06 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 670 ms
Jun 07, 2016 4:02:06 AM org.apache.catalina.core.StandardService
startInternal
INFO: Starting service Catalina
Jun 07, 2016 4:02:06 AM org.apache.catalina.core.StandardEngine
startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.54
railo-server-root:/opt/railo/lib/railo-server
INFO Fusionreactor:--------------------------------------------------------------------------------------
INFO Fusionreactor: FusionReactor - Copyright (C) Intergral GmbH. All
Rights Reserved
INFO Fusionreactor: Revision: 6.1.0 fusionreactor.5655.56292
INFO Fusionreactor: Date : Thu, 31 Mar 2016 18:36:00 GMT
INFO Fusionreactor: Java : 1.7.0_60 [24.60-b09] Oracle Corporation (64
bit)
INFO Fusionreactor: OS : Linux [4.5.3-x86_64-linode67] amd64
INFO Fusionreactor:

===================================================================
SERVER CONTEXT

  • config:/opt/railo/lib/railo-server/context
  • loader-version:4.3
    ===================================================================

Tue Jun 07 04:02:07 EDT 2016-773 using JRE Date Library
[DEBUG] Ignoring Servlet Service [javax.servlet.Servlet], alias is missing
or empty
[INFO] Http service whiteboard started
Tue Jun 07 04:02:08 EDT 2016-622 Start CFML Controller
Tue Jun 07 04:02:08 EDT 2016 Loaded Railo Version 4.2.1.008

[… leaving out some WEB CONTEXT bits specifying the sites …]

Jun 07, 2016 4:02:09 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory /opt/railo/tomcat/webapps/ROOT
Jun 07, 2016 4:02:09 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deployment of web application directory
/opt/railo/tomcat/webapps/ROOT has finished in 43 ms
Jun 07, 2016 4:02:09 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler [“http-bio-8888”]
Jun 07, 2016 4:02:09 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler [“ajp-bio-8009”]
Jun 07, 2016 4:02:09 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2751 ms
2016-06-07 04:02:10.490:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
2016-06-07 04:02:10.519:INFO:oejsh.ContextHandler:started
o.e.j.s.ServletContextHandler{/,null}
2016-06-07 04:02:10.547:INFO:oejs.AbstractConnector:Started
SelectChannelConnector@0.0.0.0:8088
Tue Jun 07 04:04:06 EDT 2016-924 java.lang.instrument.Instrumentation is
used to reload class files
FusionReactor JDBC: Driver loaded.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/opt/railo/lib/railo-sl4j.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/opt/railo/lib/slf4j-nop.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See SLF4J Error Codes for an
explanation.
SLF4J: The requested version 1.5.5 by your slf4j binding is not compatible
with [1.6]
SLF4J: See SLF4J Error Codes for further
details.
bean not found: scope
bean not found: scope
bean not found: scope

[… repeated 114,449 times…]