Hi Wonhong,

Your software stack is way too new for Rya to work correctly.

Try the versions embedded in here:
https://github.com/apache/rya/blob/9ed219e7376880794b0566cd5ceff0e23ade6f4b/extras/vagrantExample/src/main/vagrant/Vagrantfile#L51

I've recently made a pull-request to modernize some dependencies. I'm not a 
committer though.

I'd recommend to you as a good starting point to evaluate Rya right now the 
following versions:
Accumulo 1.9.3
Hadoop 2.9.2
Zookeeper 3.4.14

An easy way (in my experience) to play with a development Accumulo cluster 
right now is to us:
https://github.com/apache/fluo-muchos
Be sure to set the versions appropriately, because it will default to Accumulo 
2.0 which isn't supported in Rya right now.

Once you have Hadoop and Accumulo working, I've got a second pull-request where 
I suggest better default spring and properties templates:
https://github.com/apache/rya/pull/317/files

Hope this helps you. Let me know if you get stuck.

Brad

________________________________
From: Wonhong Jang <wonh...@data.or.kr>
Sent: Friday, August 14, 2020 1:33 AM
To: dev@rya.apache.org <dev@rya.apache.org>
Subject: Error creating bean with name 'rdfController'

Hello.

I'm new to the Rya.

I'm testing the Rya in Ubuntu server.(Ubuntu 20.04, OpenJDK 8)

I successfully installed and configured hadoop 3.1.3, zookeeper 3.6.1 and
accumulo 2.0.0 in the server.

And compiled Rya source code from github and created rya.war. (4.0.1)

As a quick start guide, I copied the rya.war file and
environment.properties into tomcat 9.

But I received log messages like below.

Could I get an advice about this error ?
-----------------------------------------------------------------------------------------------------------------------

13-Aug-2020 14:43:52.128 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server version name:
  Apache Tomcat/9.0.37
13-Aug-2020 14:43:52.131 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server built:
 Jun 30 2020 20:09:49 UTC
13-Aug-2020 14:43:52.131 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server version
number: 9.0.37.0
13-Aug-2020 14:43:52.131 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log OS Name:
  Linux
13-Aug-2020 14:43:52.132 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log OS Version:
 5.4.0-42-generic
13-Aug-2020 14:43:52.132 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Architecture:
 amd64
13-Aug-2020 14:43:52.132 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Java Home:
  /usr/lib/jvm/java-8-openjdk-amd64/jre
13-Aug-2020 14:43:52.132 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log JVM Version:
  1.8.0_265-8u265-b01-0ubuntu2~20.04-b01
13-Aug-2020 14:43:52.132 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
 Private Build
13-Aug-2020 14:43:52.133 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:
  /home/steve/apache-tomcat-9.0.37
13-Aug-2020 14:43:52.133 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:
  /home/steve/apache-tomcat-9.0.37
13-Aug-2020 14:43:52.134 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument:
-Djava.util.logging.config.file=/home/steve/apache-tomcat-9.0.37/conf/logging.properties
13-Aug-2020 14:43:52.134 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
13-Aug-2020 14:43:52.134 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djdk.tls.ephemeralDHKeySize=2048
13-Aug-2020 14:43:52.134 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
13-Aug-2020 14:43:52.134 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
13-Aug-2020 14:43:52.135 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Dignore.endorsed.dirs=
13-Aug-2020 14:43:52.135 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Dcatalina.base=/home/steve/apache-tomcat-9.0.37
13-Aug-2020 14:43:52.136 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Dcatalina.home=/home/steve/apache-tomcat-9.0.37
13-Aug-2020 14:43:52.136 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djava.io.tmpdir=/home/steve/apache-tomcat-9.0.37/temp
13-Aug-2020 14:43:52.136 INFO [main]
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache
Tomcat Native library which allows using OpenSSL was not found on the
java.library.path:
[/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
13-Aug-2020 14:43:52.491 INFO [main]
org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
["http-nio-10080"]
13-Aug-2020 14:43:52.514 INFO [main]
org.apache.catalina.startup.Catalina.load Server initialization in [586]
milliseconds
13-Aug-2020 14:43:52.549 INFO [main]
org.apache.catalina.core.StandardService.startInternal Starting service
[Catalina]
13-Aug-2020 14:43:52.549 INFO [main]
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet
engine: [Apache Tomcat/9.0.37]
13-Aug-2020 14:43:52.572 INFO [main]
org.apache.catalina.startup.HostConfig.deployWAR Deploying web application
archive [/home/steve/apache-tomcat-9.0.37/webapps/web.rya.war]
13-Aug-2020 14:43:59.600 INFO [main]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet contained no TLDs. Enable debug logging for this logger for a
complete list of JARs that were scanned but no TLDs were found in them.
Skipping unneeded JARs during scanning can improve startup time and JSP
compilation time.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/lib/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
SLF4J: Actual binding is of type
[ch.qos.logback.classic.util.ContextSelectorStaticBinder]
14:43:59.834 [main] DEBUG o.s.web.servlet.DispatcherServlet - Initializing
servlet 'springrdf'
14:43:59.929 [main] DEBUG o.s.w.c.s.StandardServletEnvironment - Adding
[servletConfigInitParams] PropertySource with lowest search precedence
14:43:59.935 [main] DEBUG o.s.w.c.s.StandardServletEnvironment - Adding
[servletContextInitParams] PropertySource with lowest search precedence
14:43:59.938 [main] DEBUG o.s.w.c.s.StandardServletEnvironment - Adding
[jndiProperties] PropertySource with lowest search precedence
14:43:59.939 [main] DEBUG o.s.w.c.s.StandardServletEnvironment - Adding
[systemProperties] PropertySource with lowest search precedence
14:43:59.940 [main] DEBUG o.s.w.c.s.StandardServletEnvironment - Adding
[systemEnvironment] PropertySource with lowest search precedence
14:43:59.942 [main] DEBUG o.s.w.c.s.StandardServletEnvironment -
Initialized StandardServletEnvironment with PropertySources
[servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]
14:44:00.003 [main] INFO  o.s.web.servlet.DispatcherServlet -
FrameworkServlet 'springrdf': initialization started
14:44:00.006 [main] DEBUG o.s.web.servlet.DispatcherServlet - Servlet with
name 'springrdf' will try to create custom WebApplicationContext context of
class 'org.springframework.web.context.support.XmlWebApplicationContext',
using parent context [null]
14:44:00.034 [main] DEBUG o.s.w.c.s.StandardServletEnvironment - Replacing
[servletContextInitParams] PropertySource with [servletContextInitParams]
14:44:00.034 [main] DEBUG o.s.w.c.s.StandardServletEnvironment - Replacing
[servletConfigInitParams] PropertySource with [servletConfigInitParams]
14:44:00.035 [main] INFO  o.s.w.c.s.XmlWebApplicationContext - Refreshing
WebApplicationContext for namespace 'springrdf-servlet': startup date [Thu
Aug 13 14:44:00 UTC 2020]; root of context hierarchy
14:44:00.085 [main] DEBUG o.s.core.env.StandardEnvironment - Adding
[systemProperties] PropertySource with lowest search precedence
14:44:00.085 [main] DEBUG o.s.core.env.StandardEnvironment - Adding
[systemEnvironment] PropertySource with lowest search precedence
14:44:00.085 [main] DEBUG o.s.core.env.StandardEnvironment - Initialized
StandardEnvironment with PropertySources
[systemProperties,systemEnvironment]
14:44:00.095 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML
bean definitions from ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]
14:44:00.106 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP
provider
[com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
14:44:00.130 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loading
schema mappings from [META-INF/spring.schemas]
14:44:00.132 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Loaded
schema mappings: {
http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd,
http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd,
http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd,
http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd,
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd,
http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd,
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd,
http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd,
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd,
http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd,
http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd,
http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd,
http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd,
http://www.springframework.org/schema/hadoop/spring-hadoop-1.0.xsd=/org/springframework/data/hadoop/config/spring-hadoop-1.0.xsd,
http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd,
http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd,
http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd,
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd,
http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd,
http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd,
http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd,
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd,
http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd,
http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd,
http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd,
http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd,
http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd,
http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd,
http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd,
http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd,
http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd,
http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd,
http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd,
http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd,
http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd,
http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd,
http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd,
http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd,
http://www.springframework.org/schema/hadoop/spring-hadoop.xsd=/org/springframework/data/hadoop/config/spring-hadoop-1.0.xsd,
http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd,
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd,
http://www.springframework.org/schema/hadoop/spring-hadoop-0.9.xsd=/org/springframework/data/hadoop/config/spring-hadoop-0.9.xsd,
http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd,
http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd,
http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd,
http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd,
http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd,
http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd,
http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd,
http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd,
http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd,
http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd,
http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd,
http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd,
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd
}
14:44:00.133 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML
schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd]
in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
14:44:00.172 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML
schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd]
in classpath: org/springframework/context/config/spring-context-2.5.xsd
14:44:00.180 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML
schema [http://www.springframework.org/schema/tool/spring-tool-2.5.xsd] in
classpath: org/springframework/beans/factory/xml/spring-tool-2.5.xsd
14:44:00.194 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader -
Loading bean definitions
14:44:00.261 [main] DEBUG o.s.b.f.x.DefaultNamespaceHandlerResolver -
Loaded NamespaceHandler mappings: {
http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler,
http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler,
http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler,
http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler,
http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler,
http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler,
http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler,
http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler,
http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler,
http://www.springframework.org/schema/hadoop=org.springframework.data.hadoop.config.HadoopNamespaceHandler,
http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler
}
14:44:00.286 [main] DEBUG o.s.core.env.StandardEnvironment - Adding
[systemProperties] PropertySource with lowest search precedence
14:44:00.286 [main] DEBUG o.s.core.env.StandardEnvironment - Adding
[systemEnvironment] PropertySource with lowest search precedence
14:44:00.286 [main] DEBUG o.s.core.env.StandardEnvironment - Initialized
StandardEnvironment with PropertySources
[systemProperties,systemEnvironment]
14:44:00.300 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - JSR-250
'javax.annotation.ManagedBean' found and supported for component scanning
14:44:00.301 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner - JSR-330
'javax.inject.Named' annotation found and supported for component scanning
14:44:00.308 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver -
Looking for matching resources in directory tree
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail]
14:44:00.308 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver -
Searching directory
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail]
for files matching pattern
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/**/*.class]
14:44:00.315 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver -
Resolved location pattern
[classpath*:org/apache/cloud/rdf/web/sail/**/*.class] to resources [file
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/SecurityProviderImpl.class],
file
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/RdfController$3.class],
file
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/RdfController.class],
file
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/ResultFormat.class],
file
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/RdfController$1.class],
file
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/RdfController$CountingTupleQueryResultHandlerWrapper.class],
file
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/RdfController$2.class]]
14:44:00.356 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner -
Identified candidate component class: file
[/home/steve/apache-tomcat-9.0.37/webapps/web.rya/WEB-INF/classes/org/apache/cloud/rdf/web/sail/RdfController.class]
14:44:00.376 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML
bean definitions from ServletContext resource
[/WEB-INF/spring/spring-security.xml]
14:44:00.382 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP
provider
[com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
14:44:00.384 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML
schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd]
in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
14:44:00.402 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML
schema [http://www.springframework.org/schema/context/spring-context-2.5.xsd]
in classpath: org/springframework/context/config/spring-context-2.5.xsd
14:44:00.403 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML
schema [http://www.springframework.org/schema/tool/spring-tool-2.5.xsd] in
classpath: org/springframework/beans/factory/xml/spring-tool-2.5.xsd
14:44:00.406 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader -
Loading bean definitions
14:44:00.415 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader -
Imported 1 bean definitions from relative location [spring-security.xml]
14:44:00.416 [main] INFO  o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML
bean definitions from ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]
14:44:00.417 [main] DEBUG o.s.b.f.xml.DefaultDocumentLoader - Using JAXP
provider
[com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
14:44:00.418 [main] DEBUG o.s.b.f.xml.PluggableSchemaResolver - Found XML
schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd]
in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
14:44:00.430 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader -
Loading bean definitions
14:44:00.433 [main] DEBUG o.s.b.f.x.DefaultBeanDefinitionDocumentReader -
Imported 4 bean definitions from relative location [spring-accumulo.xml]
14:44:00.445 [main] DEBUG o.s.b.f.xml.XmlBeanDefinitionReader - Loaded 17
bean definitions from location pattern
[/WEB-INF/spring/spring-root-accumulo.xml]
14:44:00.445 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - Bean factory
for WebApplicationContext for namespace 'springrdf-servlet':
org.springframework.beans.factory.support.DefaultListableBeanFactory@1c70f6ce:
defining beans
[environmentProperties,rdfController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,provider,zkInstance,connector,conf,ryaDAO,inferenceEngine,prospectTableName,prospectorService,rdfEvalStatsDAO,rts,sailRepo];
root of factory hierarchy
14:44:00.506 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean
'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
14:44:00.510 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean
'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
14:44:00.519 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean
'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
to allow for resolving potential circular references
14:44:00.521 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean
'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
14:44:00.584 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'environmentProperties'
14:44:00.584 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean 'environmentProperties'
14:44:00.585 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean 'environmentProperties' to allow for resolving potential
circular references
14:44:00.624 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean 'environmentProperties'
14:44:00.625 [main] INFO  o.s.b.f.c.PropertyPlaceholderConfigurer - Loading
properties file from class path resource [environment.properties]
14:44:00.637 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean
'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
14:44:00.642 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean
'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
14:44:00.644 [main] INFO  o.s.b.f.a.AutowiredAnnotationBeanPostProcessor -
JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
14:44:00.644 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean
'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
to allow for resolving potential circular references
14:44:00.644 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean
'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
14:44:00.644 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean
'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
14:44:00.644 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean
'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
14:44:00.645 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean
'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
to allow for resolving potential circular references
14:44:00.646 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean
'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
14:44:00.646 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean
'org.springframework.context.annotation.internalCommonAnnotationProcessor'
14:44:00.646 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean
'org.springframework.context.annotation.internalCommonAnnotationProcessor'
14:44:00.648 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean
'org.springframework.context.annotation.internalCommonAnnotationProcessor'
to allow for resolving potential circular references
14:44:00.648 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean
'org.springframework.context.annotation.internalCommonAnnotationProcessor'
14:44:00.648 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean
'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
14:44:00.648 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean
'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
14:44:00.648 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean
'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
to allow for resolving potential circular references
14:44:00.648 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean
'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
14:44:00.654 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - Unable to
locate MessageSource with name 'messageSource': using default
[org.springframework.context.support.DelegatingMessageSource@491aa8a9]
14:44:00.656 [main] DEBUG o.s.w.c.s.XmlWebApplicationContext - Unable to
locate ApplicationEventMulticaster with name 'applicationEventMulticaster':
using default
[org.springframework.context.event.SimpleApplicationEventMulticaster@389ab072
]
14:44:00.664 [main] DEBUG o.s.u.c.s.UiApplicationContextUtils - Unable to
locate ThemeSource with name 'themeSource': using default
[org.springframework.ui.context.support.ResourceBundleThemeSource@3013ff61]
14:44:00.669 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory -
Pre-instantiating singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@1c70f6ce:
defining beans
[environmentProperties,rdfController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,provider,zkInstance,connector,conf,ryaDAO,inferenceEngine,prospectTableName,prospectorService,rdfEvalStatsDAO,rts,sailRepo,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor];
root of factory hierarchy
14:44:00.669 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Returning
cached instance of singleton bean 'environmentProperties'
14:44:00.669 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'rdfController'
14:44:00.669 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean 'rdfController'
14:44:00.756 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Registered
injected element on class [org.apache.cloud.rdf.web.sail.RdfController]:
AutowiredFieldElement for org.eclipse.rdf4j.repository.sail.SailRepository
org.apache.cloud.rdf.web.sail.RdfController.repository
14:44:00.757 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Registered
injected element on class [org.apache.cloud.rdf.web.sail.RdfController]:
AutowiredFieldElement for org.apache.rya.api.security.SecurityProvider
org.apache.cloud.rdf.web.sail.RdfController.provider
14:44:00.757 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean 'rdfController' to allow for resolving potential circular
references
14:44:00.759 [main] DEBUG o.s.b.f.annotation.InjectionMetadata - Processing
injected element of bean 'rdfController': AutowiredFieldElement for
org.eclipse.rdf4j.repository.sail.SailRepository
org.apache.cloud.rdf.web.sail.RdfController.repository
14:44:00.766 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'sailRepo'
14:44:00.766 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean 'sailRepo'
14:44:00.772 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'rts'
14:44:00.773 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean 'rts'
14:44:00.783 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean 'rts' to allow for resolving potential circular references
14:44:00.796 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'ryaDAO'
14:44:00.798 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean 'ryaDAO'
14:44:00.837 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean 'ryaDAO' to allow for resolving potential circular references
14:44:00.842 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'connector'
14:44:00.842 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean 'connector'
14:44:00.843 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'zkInstance'
14:44:00.843 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean 'zkInstance'
14:44:00.876 [main] WARN  o.a.a.c.client.ClientConfiguration - Found no
client.conf in default paths. Using default client configuration values.
14:44:00.940 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT
14:44:00.942 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:host.name=void
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:java.version=1.8.0_265
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:java.vendor=Private Build
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:java.home=/usr/lib/jvm/java-8-openjdk-amd64/jre
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:java.class.path=/home/steve/apache-tomcat-9.0.37/bin/bootstrap.jar:/home/steve/apache-tomcat-9.0.37/bin/tomcat-juli.jar
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:java.io.tmpdir=/home/steve/apache-tomcat-9.0.37/temp
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:java.compiler=<NA>
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:os.name=Linux
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:os.arch=amd64
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:os.version=5.4.0-42-generic
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:user.name=steve
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:user.home=/home/steve
14:44:00.943 [main] INFO  org.apache.zookeeper.ZooKeeper - Client
environment:user.dir=/home/steve/apache-tomcat-9.0.37/bin
14:44:00.944 [main] INFO  org.apache.zookeeper.ZooKeeper - Initiating
client connection, connectString=localhost:2181 sessionTimeout=30000
watcher=org.apache.accumulo.fate.zookeeper.ZooSession$ZooWatcher@30e632cd
14:44:00.946 [main] DEBUG org.apache.zookeeper.ClientCnxn -
zookeeper.disableAutoWatchReset is false
14:44:00.975 [main-SendThread(localhost:2181)] INFO
 org.apache.zookeeper.ClientCnxn - Opening socket connection to server
localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL
(unknown error)
14:44:00.979 [main-SendThread(localhost:2181)] INFO
 org.apache.zookeeper.ClientCnxn - Socket connection established to
localhost/127.0.0.1:2181, initiating session
14:44:00.986 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Session establishment request sent on
localhost/127.0.0.1:2181
14:44:00.999 [main-SendThread(localhost:2181)] INFO
 org.apache.zookeeper.ClientCnxn - Session establishment complete on server
localhost/127.0.0.1:2181, sessionid = 0x10000444e36001a, negotiated timeout
= 30000
14:44:01.073 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 1,3  replyHeader:: 1,4883,0  request::
'/accumulo/instances/dmk,T  response::
s{6,6,1597317529507,1597317529507,0,0,0,0,36,0,6}
14:44:01.075 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 2,4  replyHeader:: 2,4883,0  request::
'/accumulo/instances/dmk,T  response::
#35333331376230652d643564382d343461392d616265642d376338363865306237623934,s{6,6,1597317529507,1597317529507,0,0,0,0,36,0,6}
14:44:01.080 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 3,3  replyHeader:: 3,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94,T  response::
s{7,7,1597317529509,1597317529509,0,19,0,0,0,19,208}
14:44:01.081 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 4,4  replyHeader:: 4,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94,T  response::
,s{7,7,1597317529509,1597317529509,0,19,0,0,0,19,208}
14:44:01.087 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean 'zkInstance' to allow for resolving potential circular
references
14:44:01.089 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean 'zkInstance'
14:44:01.095 [main] DEBUG org.springframework.beans.BeanUtils - No property
editor [java.nio.ByteBufferEditor] found for type java.nio.ByteBuffer
according to 'Editor' suffix convention
14:44:01.096 [main] DEBUG org.springframework.beans.BeanUtils - No property
editor
[org.apache.accumulo.core.client.security.tokens.AuthenticationTokenEditor]
found for type
org.apache.accumulo.core.client.security.tokens.AuthenticationToken
according to 'Editor' suffix convention
14:44:01.168 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 5,8  replyHeader:: 5,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tservers,T  response::
v{'void:9997}
14:44:01.170 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 6,8  replyHeader:: 6,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tservers/void:9997,T
 response:: v{'zlock-0000000000}
14:44:01.171 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 7,3  replyHeader:: 7,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tservers/void:9997/zlock-0000000000,T
 response::
s{189,189,1597317558024,1597317558024,0,0,0,72057887407865859,22,0,189}
14:44:01.172 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 8,4  replyHeader:: 8,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tservers/void:9997/zlock-0000000000,T
 response::
#54534552565f434c49454e543d766f69643a39393937,s{189,189,1597317558024,1597317558024,0,0,0,72057887407865859,22,0,189}
14:44:01.278 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean 'connector' to allow for resolving potential circular
references
14:44:01.288 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean 'connector'
14:44:01.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
shared instance of singleton bean 'conf'
14:44:01.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Creating
instance of bean 'conf'
14:44:01.306 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Eagerly
caching bean 'conf' to allow for resolving potential circular references
14:44:01.387 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Finished
creating instance of bean 'conf'
14:44:01.388 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Invoking
init method  'init' on bean with name 'ryaDAO'
14:44:01.428 [main] DEBUG org.apache.hadoop.util.Shell - setsid exited with
exit code 0
14:44:01.434 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 9,8  replyHeader:: 9,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables,T  response::
v{'1,'+r,'!0,'+rep}
14:44:01.435 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 10,3  replyHeader:: 10,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/1/name,T  response::
s{250,250,1597317582131,1597317582131,0,0,0,0,5,0,250}
14:44:01.438 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 11,4  replyHeader:: 11,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/1/name,T  response::
#7472616365,s{250,250,1597317582131,1597317582131,0,0,0,0,5,0,250}
14:44:01.439 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 12,3  replyHeader:: 12,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/1/namespace,T
 response:: s{249,249,1597317582129,1597317582129,0,0,0,0,8,0,249}
14:44:01.443 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 13,4  replyHeader:: 13,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/1/namespace,T
 response::
#2b64656661756c74,s{249,249,1597317582129,1597317582129,0,0,0,0,8,0,249}
14:44:01.444 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 14,3  replyHeader:: 14,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/+r/name,T
 response:: s{19,19,1597317529547,1597317529547,0,0,0,0,4,0,19}
14:44:01.444 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 15,4  replyHeader:: 15,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/+r/name,T
 response:: #726f6f74,s{19,19,1597317529547,1597317529547,0,0,0,0,4,0,19}
14:44:01.445 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 16,3  replyHeader:: 16,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/+r/namespace,T
 response:: s{18,18,1597317529545,1597317529545,0,0,0,0,9,0,18}
14:44:01.446 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 17,4  replyHeader:: 17,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/+r/namespace,T
 response::
#2b616363756d756c6f,s{18,18,1597317529545,1597317529545,0,0,0,0,9,0,18}
14:44:01.453 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 18,8  replyHeader:: 18,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/namespaces,T  response::
v{'+default,'+accumulo}
14:44:01.454 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 19,3  replyHeader:: 19,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/namespaces/+default/name,T
 response:: s{11,11,1597317529521,1597317529521,0,0,0,0,0,0,11}
14:44:01.454 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 20,4  replyHeader:: 20,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/namespaces/+default/name,T
 response:: ,s{11,11,1597317529521,1597317529521,0,0,0,0,0,0,11}
14:44:01.455 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 21,3  replyHeader:: 21,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/namespaces/+accumulo/name,T
 response:: s{14,14,1597317529530,1597317529530,0,0,0,0,8,0,14}
14:44:01.455 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 22,4  replyHeader:: 22,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/namespaces/+accumulo/name,T
 response::
#616363756d756c6f,s{14,14,1597317529530,1597317529530,0,0,0,0,8,0,14}
14:44:01.456 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 23,3  replyHeader:: 23,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/!0/name,T
 response:: s{27,27,1597317529567,1597317529567,0,0,0,0,8,0,27}
14:44:01.457 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 24,4  replyHeader:: 24,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/!0/name,T
 response::
#6d65746164617461,s{27,27,1597317529567,1597317529567,0,0,0,0,8,0,27}
14:44:01.457 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 25,3  replyHeader:: 25,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/!0/namespace,T
 response:: s{26,26,1597317529565,1597317529565,0,0,0,0,9,0,26}
14:44:01.458 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 26,4  replyHeader:: 26,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/!0/namespace,T
 response::
#2b616363756d756c6f,s{26,26,1597317529565,1597317529565,0,0,0,0,9,0,26}
14:44:01.458 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 27,3  replyHeader:: 27,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/+rep/name,T
 response:: s{35,35,1597317529585,1597317529585,0,0,0,0,11,0,35}
14:44:01.459 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 28,4  replyHeader:: 28,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/+rep/name,T
 response::
#7265706c69636174696f6e,s{35,35,1597317529585,1597317529585,0,0,0,0,11,0,35}
14:44:01.460 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 29,3  replyHeader:: 29,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/+rep/namespace,T
 response:: s{34,34,1597317529583,1597317529583,0,0,0,0,9,0,34}
14:44:01.461 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 30,4  replyHeader:: 30,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/tables/+rep/namespace,T
 response::
#2b616363756d756c6f,s{34,34,1597317529583,1597317529583,0,0,0,0,9,0,34}
14:44:01.463 [main] DEBUG o.a.rya.accumulo.AccumuloRdfUtils - Creating
accumulo table: triplestore_spo
14:44:01.473 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 31,8  replyHeader:: 31,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/masters/lock,T  response::
v{'zlock-0000000000}
14:44:01.473 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 32,3  replyHeader:: 32,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/masters/lock/zlock-0000000000,T
 response::
s{205,209,1597317573733,1597317573882,1,0,0,72057887407865865,9,0,205}
14:44:01.474 [main-SendThread(localhost:2181)] DEBUG
org.apache.zookeeper.ClientCnxn - Reading reply
sessionid:0x10000444e36001a, packet:: clientPath:null serverPath:null
finished:false header:: 33,4  replyHeader:: 33,4883,0  request::
'/accumulo/53317b0e-d5d8-44a9-abed-7c868e0b7b94/masters/lock/zlock-0000000000,T
 response::
#766f69643a39393939,s{205,209,1597317573733,1597317573882,1,0,0,72057887407865865,9,0,205}
14:44:01.541 [main] WARN  o.s.w.c.s.XmlWebApplicationContext - Exception
encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rdfController': Injection of autowired dependencies failed;
nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: org.eclipse.rdf4j.repository.sail.SailRepository
org.apache.cloud.rdf.web.sail.RdfController.repository; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'sailRepo' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'rts' while setting constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rts' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'ryaDAO' while setting bean property 'ryaDAO'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:298)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1148)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:934)
~[spring-context-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
~[spring-context-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:651)
[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:602)
[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:665)
[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:521)
[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:462)
[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at javax.servlet.GenericServlet.init(GenericServlet.java:158)
[servlet-api.jar:4.0.FR]
        at
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1134)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1089)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:983)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4864)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5173)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
[catalina.jar:9.0.37]
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[na:1.8.0_265]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[na:1.8.0_265]
        at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
[tomcat-util.jar:9.0.37]
        at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
[na:1.8.0_265]
        at
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
[catalina.jar:9.0.37]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[na:1.8.0_265]
        at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
[tomcat-util.jar:9.0.37]
        at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
[na:1.8.0_265]
        at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at org.apache.catalina.startup.Catalina.start(Catalina.java:738)
[catalina.jar:9.0.37]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.8.0_265]
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[na:1.8.0_265]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.8.0_265]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_265]
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
[bootstrap.jar:9.0.37]
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
[bootstrap.jar:9.0.37]
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: org.eclipse.rdf4j.repository.sail.SailRepository
org.apache.cloud.rdf.web.sail.RdfController.repository; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'sailRepo' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'rts' while setting constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rts' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'ryaDAO' while setting bean property 'ryaDAO'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:531)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:295)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 61 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'sailRepo' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'rts' while setting constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rts' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'ryaDAO' while setting bean property 'ryaDAO'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:334)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:651)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1077)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:981)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:487)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:921)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:864)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:779)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:503)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 63 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'rts' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'ryaDAO' while setting bean property 'ryaDAO'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:334)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1419)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 78 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1514)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:521)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 88 common frames omitted
Caused by: org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.apache.rya.accumulo.AccumuloRyaDAO.init(AccumuloRyaDAO.java:163)
~[accumulo.rya-4.0.1-incubating-SNAPSHOT.jar:4.0.1-incubating-SNAPSHOT]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.8.0_265]
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[na:1.8.0_265]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.8.0_265]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_265]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1640)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1581)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 95 common frames omitted
Caused by: org.apache.accumulo.core.client.AccumuloException: Expected at
least 4 arguments, saw :2
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:333)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:294)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1592)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.create(TableOperationsImpl.java:221)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.create(TableOperationsImpl.java:186)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.rya.accumulo.AccumuloRdfUtils.createTableIfNotExist(AccumuloRdfUtils.java:49)
~[accumulo.rya-4.0.1-incubating-SNAPSHOT.jar:4.0.1-incubating-SNAPSHOT]
        at
org.apache.rya.accumulo.AccumuloRyaDAO.init(AccumuloRyaDAO.java:133)
~[accumulo.rya-4.0.1-incubating-SNAPSHOT.jar:4.0.1-incubating-SNAPSHOT]
        ... 102 common frames omitted
Caused by:
org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException:
null
        at
org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result$executeFateOperation_resultStandardScheme.read(FateService.java:3138)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result$executeFateOperation_resultStandardScheme.read(FateService.java:3115)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result.read(FateService.java:3057)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)
~[libthrift-0.9.1.jar:0.9.1]
        at
org.apache.accumulo.core.master.thrift.FateService$Client.recv_executeFateOperation(FateService.java:146)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.master.thrift.FateService$Client.executeFateOperation(FateService.java:127)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.executeFateOperation(TableOperationsImpl.java:250)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:303)
~[accumulo-core-1.6.4.jar:1.6.4]
        ... 108 common frames omitted
14:44:01.543 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory - Destroying
singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@1c70f6ce:
defining beans
[environmentProperties,rdfController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,provider,zkInstance,connector,conf,ryaDAO,inferenceEngine,prospectTableName,prospectorService,rdfEvalStatsDAO,rts,sailRepo,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor];
root of factory hierarchy
14:44:01.546 [main] ERROR o.s.web.servlet.DispatcherServlet - Context
initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rdfController': Injection of autowired dependencies failed;
nested exception is
org.springframework.beans.factory.BeanCreationException: Could not autowire
field: org.eclipse.rdf4j.repository.sail.SailRepository
org.apache.cloud.rdf.web.sail.RdfController.repository; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'sailRepo' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'rts' while setting constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rts' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'ryaDAO' while setting bean property 'ryaDAO'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:298)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1148)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:636)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:934)
~[spring-context-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
~[spring-context-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:651)
~[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:602)
~[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:665)
~[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:521)
~[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:462)
~[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
[spring-webmvc-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at javax.servlet.GenericServlet.init(GenericServlet.java:158)
[servlet-api.jar:4.0.FR]
        at
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1134)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1089)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:983)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4864)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5173)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
[catalina.jar:9.0.37]
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[na:1.8.0_265]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[na:1.8.0_265]
        at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
[tomcat-util.jar:9.0.37]
        at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
[na:1.8.0_265]
        at
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
[catalina.jar:9.0.37]
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
[catalina.jar:9.0.37]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[na:1.8.0_265]
        at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
[tomcat-util.jar:9.0.37]
        at
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
[na:1.8.0_265]
        at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
[catalina.jar:9.0.37]
        at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
[catalina.jar:9.0.37]
        at org.apache.catalina.startup.Catalina.start(Catalina.java:738)
[catalina.jar:9.0.37]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.8.0_265]
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[na:1.8.0_265]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.8.0_265]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_265]
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
[bootstrap.jar:9.0.37]
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
[bootstrap.jar:9.0.37]
Caused by: org.springframework.beans.factory.BeanCreationException: Could
not autowire field: org.eclipse.rdf4j.repository.sail.SailRepository
org.apache.cloud.rdf.web.sail.RdfController.repository; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'sailRepo' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'rts' while setting constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rts' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'ryaDAO' while setting bean property 'ryaDAO'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:531)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:295)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 61 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'sailRepo' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'rts' while setting constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rts' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'ryaDAO' while setting bean property 'ryaDAO'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:334)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:651)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1077)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:981)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:487)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:921)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:864)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:779)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:503)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 63 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'rts' defined in ServletContext resource
[/WEB-INF/spring/spring-root-accumulo.xml]: Cannot resolve reference to
bean 'ryaDAO' while setting bean property 'ryaDAO'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:334)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1419)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1160)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 78 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'ryaDAO' defined in ServletContext resource
[/WEB-INF/spring/spring-accumulo.xml]: Invocation of init method failed;
nested exception is org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1514)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:521)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:191)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 88 common frames omitted
Caused by: org.apache.rya.api.persist.RyaDAOException:
org.apache.accumulo.core.client.AccumuloException: Expected at least 4
arguments, saw :2
        at
org.apache.rya.accumulo.AccumuloRyaDAO.init(AccumuloRyaDAO.java:163)
~[accumulo.rya-4.0.1-incubating-SNAPSHOT.jar:4.0.1-incubating-SNAPSHOT]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.8.0_265]
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[na:1.8.0_265]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.8.0_265]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_265]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1640)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1581)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
~[spring-beans-3.2.15.RELEASE.jar:3.2.15.RELEASE]
        ... 95 common frames omitted
Caused by: org.apache.accumulo.core.client.AccumuloException: Expected at
least 4 arguments, saw :2
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:333)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:294)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1592)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.create(TableOperationsImpl.java:221)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.create(TableOperationsImpl.java:186)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.rya.accumulo.AccumuloRdfUtils.createTableIfNotExist(AccumuloRdfUtils.java:49)
~[accumulo.rya-4.0.1-incubating-SNAPSHOT.jar:4.0.1-incubating-SNAPSHOT]
        at
org.apache.rya.accumulo.AccumuloRyaDAO.init(AccumuloRyaDAO.java:133)
~[accumulo.rya-4.0.1-incubating-SNAPSHOT.jar:4.0.1-incubating-SNAPSHOT]
        ... 102 common frames omitted
Caused by:
org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException:
null
        at
org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result$executeFateOperation_resultStandardScheme.read(FateService.java:3138)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result$executeFateOperation_resultStandardScheme.read(FateService.java:3115)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.master.thrift.FateService$executeFateOperation_result.read(FateService.java:3057)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)
~[libthrift-0.9.1.jar:0.9.1]
        at
org.apache.accumulo.core.master.thrift.FateService$Client.recv_executeFateOperation(FateService.java:146)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.master.thrift.FateService$Client.executeFateOperation(FateService.java:127)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.executeFateOperation(TableOperationsImpl.java:250)
~[accumulo-core-1.6.4.jar:1.6.4]
        at
org.apache.accumulo.core.client.impl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:303)
~[accumulo-core-1.6.4.jar:1.6.4]
        ... 108 common frames omitted
13-Aug-2020 14:44:01.571 INFO [main]
org.apache.catalina.startup.HostConfig.deployWAR Deployment of web
application archive [/home/steve/apache-tomcat-9.0.37/webapps/web.rya.war]
has finished in [8,998] ms
13-Aug-2020 14:44:01.571 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [/home/steve/apache-tomcat-9.0.37/webapps/manager]
13-Aug-2020 14:44:01.609 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [/home/steve/apache-tomcat-9.0.37/webapps/manager]
has finished in [38] ms
13-Aug-2020 14:44:01.609 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [/home/steve/apache-tomcat-9.0.37/webapps/docs]
13-Aug-2020 14:44:01.629 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [/home/steve/apache-tomcat-9.0.37/webapps/docs] has
finished in [19] ms
13-Aug-2020 14:44:01.631 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory
[/home/steve/apache-tomcat-9.0.37/webapps/host-manager]
13-Aug-2020 14:44:01.651 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory
[/home/steve/apache-tomcat-9.0.37/webapps/host-manager] has finished in
[20] ms
13-Aug-2020 14:44:01.651 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [/home/steve/apache-tomcat-9.0.37/webapps/examples]
13-Aug-2020 14:44:01.813 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [/home/steve/apache-tomcat-9.0.37/webapps/examples]
has finished in [162] ms
13-Aug-2020 14:44:01.813 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [/home/steve/apache-tomcat-9.0.37/webapps/ROOT]
13-Aug-2020 14:44:01.831 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [/home/steve/apache-tomcat-9.0.37/webapps/ROOT] has
finished in [17] ms
13-Aug-2020 14:44:01.839 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
["http-nio-10080"]
13-Aug-2020 14:44:01.859 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in [9340]
milliseconds
13-Aug-2020 14:44:03.684 INFO [main]
org.apache.catalina.core.StandardServer.await A valid shutdown command was
received via the shutdown port. Stopping the Server instance.
13-Aug-2020 14:44:03.685 INFO [main]
org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler
["http-nio-10080"]
13-Aug-2020 14:44:03.686 INFO [main]
org.apache.catalina.core.StandardService.stopInternal Stopping service
[Catalina]
13-Aug-2020 14:44:03.699 WARNING [main]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [web.rya] appears to have started a thread named
[main-SendThread(localhost:2181)] but has failed to stop it. This is very
likely to create a memory leak. Stack trace of thread:
 sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
 sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
 sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
 sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
 sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:349)
 org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
13-Aug-2020 14:44:03.699 WARNING [main]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [web.rya] appears to have started a thread named
[main-EventThread] but has failed to stop it. This is very likely to create
a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
 java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
 org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
13-Aug-2020 14:44:03.700 WARNING [main]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [web.rya] appears to have started a thread named [Thrift
Connection Pool Checker] but has failed to stop it. This is very likely to
create a memory leak. Stack trace of thread:
 java.lang.Thread.sleep(Native Method)
 
org.apache.accumulo.core.client.impl.ThriftTransportPool$Closer.closeConnections(ThriftTransportPool.java:138)
 
org.apache.accumulo.core.client.impl.ThriftTransportPool$Closer.run(ThriftTransportPool.java:148)
 java.lang.Thread.run(Thread.java:748)
13-Aug-2020 14:44:03.727 INFO [main]
org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler
["http-nio-10080"]
13-Aug-2020 14:44:03.730 INFO [main]
org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler
["http-nio-10080"]
^A

Reply via email to