Is it possible to use S3 Buckets deployed in a Eucalyptus cloud as binary stores?

I am trying to configure my Nuxeo instance to use S3 Buckets in my Eucalyptus Cloud as a binary store using the instructions here: https://github.com/nuxeo/nuxeo-core-binarymanager-cloud/tree/8.2-SNAPSHOT/nuxeo-core-binarymanager-s3

I already modified the following fields in my nuxeo.conf:

nuxeo.s3storage.bucket

nuxeo.s3storage.awsid

nuxeo.s3storage.awssecret

nuxeo.s3storage.endpoint

Whenever I try to start my Nuxeo instance, I encounter the following error:

/docker-entrypoint.sh: ignoring /docker-entrypoint-initnuxeo.d/*

Detected Tomcat server.
Nuxeo home:          /opt/nuxeo/server
Nuxeo configuration: /opt/nuxeo/server/bin/nuxeo.conf
Include template: /opt/nuxeo/server/templates/common-base
Include template: /opt/nuxeo/server/templates/common
Include template: /opt/nuxeo/server/templates/postgresql
Include template: /opt/nuxeo/server/templates/custom
Include template: /opt/nuxeo/server/templates/activity
No current configuration, generating files...
Configuration files generated.
Server started with process ID 90.
Go to http://localhost:8080/nuxeo
08:05:03,458 INFO  [Http11Protocol] Initializing ProtocolHandler ["http-bio-0.0.0.0-8080"]
08:05:03,501 INFO  [AjpProtocol] Initializing ProtocolHandler ["ajp-bio-0.0.0.0-8009"]
08:05:03,506 INFO  [Catalina] Initialization processed in 714 ms
08:05:03,644 INFO  [StandardService] Starting service Catalina
08:05:03,645 INFO  [StandardEngine] Starting Servlet Engine: Apache Tomcat/7.0.64
# Running Nuxeo Preprocessor ...
Preprocessing: /opt/nuxeo/server/nxserver
Done.
# Preprocessing done.
08:05:09,014 INFO  [HostConfig] Deploying configuration descriptor /opt/nuxeo/server/conf/Catalina/localhost/nuxeo.xml
08:05:10,400 INFO  [TldConfig] 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.
08:05:11,089 INFO  [FrameworkLoader] 
======================================================================
= Starting Nuxeo Framework
======================================================================
  * Server home = /opt/nuxeo/server
  * Runtime home = /opt/nuxeo/server/nxserver
  * Data Directory = /var/lib/nuxeo/data
  * Log Directory = /var/log/nuxeo
  * Configuration Directory = /opt/nuxeo/server/nxserver/config
  * Temp Directory = /opt/nuxeo/server/tmp
======================================================================
08:05:12,378 WARN  [ComponentManagerImpl] Component org.nuxeo.runtime.trackers.files.threadstracking.config was blacklisted. Ignoring.
08:05:58,177 ERROR [RegistrationInfoImpl] Failed to register extension to: service:org.nuxeo.ecm.core.blob.BlobManager, xpoint: configuration in component: service:default-repository-config
java.lang.RuntimeException: java.io.IOException: com.amazonaws.AmazonClientException: Unable to execute HTTP request: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
    at org.nuxeo.ecm.core.blob.BlobManagerComponent.getBlobProvider(BlobManagerComponent.java:211)
    at org.nuxeo.ecm.core.blob.BlobManagerComponent.registerBlobProvider(BlobManagerComponent.java:163)
    at org.nuxeo.ecm.core.blob.BlobManagerComponent.registerContribution(BlobManagerComponent.java:122)
    at org.nuxeo.runtime.model.DefaultComponent.registerExtension(DefaultComponent.java:53)
    at org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:200)
    at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:389)
    at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:443)
    at org.nuxeo.runtime.model.impl.ComponentRegistry.resolveComponent(ComponentRegistry.java:179)
    at org.nuxeo.runtime.model.impl.ComponentRegistry.addComponent(ComponentRegistry.java:127)
    at org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:161)
    at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:129)
    at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:104)
    at org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:235)
    at org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:179)
    at org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:68)
    at org.nuxeo.runtime.osgi.OSGiComponentLoader.<init>(OSGiComponentLoader.java:49)
    at org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:85)
    at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:291)
    at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:177)
    at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:125)
    at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:98)
    at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:186)
    at org.nuxeo.osgi.application.loader.FrameworkLoader.install(FrameworkLoader.java:273)
    at org.nuxeo.osgi.application.loader.FrameworkLoader.doStart(FrameworkLoader.java:229)
    at org.nuxeo.osgi.application.loader.FrameworkLoader.start(FrameworkLoader.java:125)
    at org.nuxeo.runtime.deployment.NuxeoStarter.start(NuxeoStarter.java:120)
    at org.nuxeo.runtime.deployment.NuxeoStarter.contextInitialized(NuxeoStarter.java:93)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:677)
    at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1912)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: com.amazonaws.AmazonClientException: Unable to execute HTTP request: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
    at org.nuxeo.ecm.core.storage.sql.S3BinaryManager.setupCloudClient(S3BinaryManager.java:352)
    at org.nuxeo.ecm.blob.AbstractCloudBinaryManager.initialize(AbstractCloudBinaryManager.java:114)
    at org.nuxeo.ecm.core.blob.BlobManagerComponent.getBlobProvider(BlobManagerComponent.java:209)
    ... 39 more
Caused by: com.amazonaws.AmazonClientException: Unable to execute HTTP request: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
    at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:500)
    at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:310)
    at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3604)
    at com.amazonaws.services.s3.AmazonS3Client.headBucket(AmazonS3Client.java:1050)
    at com.amazonaws.services.s3.AmazonS3Client.doesBucketExist(AmazonS3Client.java:1013)
    at org.nuxeo.ecm.core.storage.sql.S3BinaryManager.setupCloudClient(S3BinaryManager.java:347)
    ... 41 more
Caused by: java.net.UnknownHostException: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
    at java.net.InetAddress.getAllByName0(InetAddress.java:1280)
    at java.net.InetAddress.getAllByName(InetAddress.java:1192)
    at java.net.InetAddress.getAllByName(InetAddress.java:1126)
    at com.amazonaws.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:27)
    at com.amazonaws.http.DelegatingDnsResolver.resolve(DelegatingDnsResolver.java:38)
    at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:259)
    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:159)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
    at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:728)
    at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:489)
    ... 46 more
08:05:58,258 ERROR [Framework] java.lang.RuntimeException: java.io.IOException: com.amazonaws.AmazonClientException: Unable to execute HTTP request: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
java.lang.RuntimeException: java.io.IOException: com.amazonaws.AmazonClientException: Unable to execute HTTP request: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
    at org.nuxeo.ecm.core.blob.BlobManagerComponent.getBlobProvider(BlobManagerComponent.java:211)
    at org.nuxeo.ecm.core.blob.BlobManagerComponent.registerBlobProvider(BlobManagerComponent.java:163)
    at org.nuxeo.ecm.core.blob.BlobManagerComponent.registerContribution(BlobManagerComponent.java:122)
    at org.nuxeo.runtime.model.DefaultComponent.registerExtension(DefaultComponent.java:53)
    at org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:200)
    at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:389)
    at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:443)
    at org.nuxeo.runtime.model.impl.ComponentRegistry.resolveComponent(ComponentRegistry.java:179)
    at org.nuxeo.runtime.model.impl.ComponentRegistry.addComponent(ComponentRegistry.java:127)
    at org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:161)
    at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:129)
    at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:104)
    at org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:235)
    at org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:179)
    at org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:68)
    at org.nuxeo.runtime.osgi.OSGiComponentLoader.<init>(OSGiComponentLoader.java:49)
    at org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:85)
    at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:291)
    at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:177)
    at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:125)
    at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:98)
    at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:186)
    at org.nuxeo.osgi.application.loader.FrameworkLoader.install(FrameworkLoader.java:273)
    at org.nuxeo.osgi.application.loader.FrameworkLoader.doStart(FrameworkLoader.java:229)
    at org.nuxeo.osgi.application.loader.FrameworkLoader.start(FrameworkLoader.java:125)
    at org.nuxeo.runtime.deployment.NuxeoStarter.start(NuxeoStarter.java:120)
    at org.nuxeo.runtime.deployment.NuxeoStarter.contextInitialized(NuxeoStarter.java:93)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:677)
    at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1912)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: com.amazonaws.AmazonClientException: Unable to execute HTTP request: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
    at org.nuxeo.ecm.core.storage.sql.S3BinaryManager.setupCloudClient(S3BinaryManager.java:352)
    at org.nuxeo.ecm.blob.AbstractCloudBinaryManager.initialize(AbstractCloudBinaryManager.java:114)
    at org.nuxeo.ecm.core.blob.BlobManagerComponent.getBlobProvider(BlobManagerComponent.java:209)
    ... 39 more
Caused by: com.amazonaws.AmazonClientException: Unable to execute HTTP request: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
    at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:500)
    at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:310)
    at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3604)
    at com.amazonaws.services.s3.AmazonS3Client.headBucket(AmazonS3Client.java:1050)
    at com.amazonaws.services.s3.AmazonS3Client.doesBucketExist(AmazonS3Client.java:1013)
    at org.nuxeo.ecm.core.storage.sql.S3BinaryManager.setupCloudClient(S3BinaryManager.java:347)
    ... 41 more
Caused by: java.net.UnknownHostException: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net
    at java.net.InetAddress.getAllByName0(InetAddress.java:1280)
    at java.net.InetAddress.getAllByName(InetAddress.java:1192)
    at java.net.InetAddress.getAllByName(InetAddress.java:1126)
    at com.amazonaws.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:27)
    at com.amazonaws.http.DelegatingDnsResolver.resolve(DelegatingDnsResolver.java:38)
    at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:259)
    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:159)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
    at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:728)
    at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:489)
    ... 46 more
08:06:00,349 INFO  [ElasticSearchComponent] Registering local embedded configuration: EsLocalConfig(nuxeoCluster, /var/lib/nuxeo/data/elasticsearch, true, mmapfs), loaded from service:org.nuxeo.elasticsearch.defaultConfig
08:06:00,355 INFO  [ElasticSearchComponent] Registering index configuration: EsIndexConfig(nuxeo, default, doc), loaded from service:org.nuxeo.elasticsearch.defaultConfig
08:06:00,356 INFO  [ElasticSearchComponent] Registering index configuration: EsIndexConfig(nuxeo-audit, null, entry), loaded from service:org.nuxeo.elasticsearch.index.audit.contrib
08:06:00,357 INFO  [ElasticSearchComponent] Registering index configuration: EsIndexConfig(nuxeo-uidgen, null, seqId), loaded from service:org.nuxeo.elasticsearch.index.sequence.contrib
08:06:08,988 WARN  [ComponentManagerImpl] Component org.nuxeo.runtime.trackers.files.threadstracking.config was blacklisted. Ignoring.
08:06:11,976 WARN  [NuxeoConnectionManagerConfiguration] maxActive deprecated dbcp pool attribute usage, should use maxPoolSize geronimo pool attribute instead
08:06:11,977 WARN  [NuxeoConnectionManagerConfiguration] maxIdle deprecated dbcp pool attribute usage, should use minPoolSize geronimo pool attribute instead
08:06:11,978 WARN  [NuxeoConnectionManagerConfiguration] maxWait deprecated dbcp pool attribute usage, should use blockingTimeoutMillis geronimo pool attribute instead
08:06:12,162 WARN  [SchemaManagerImpl] Schema base is redefined but will not be overridden
08:06:18,360 WARN  [ElasticSearchAdminImpl] Elasticsearch embedded configuration is ONLY for testing purpose. You need to create a dedicated Elasticsearch cluster for production.
08:06:27,784 WARN  [JDBCMapper] Database contains additional unused columns for table "package": NETWORKELEMENT, VENDOR, TECHDOMAIN
08:06:27,847 WARN  [JDBCMapper] Database contains additional unused columns for table "zeppelin": COMMENTS, OWNER
08:06:27,897 WARN  [JDBCMapper] Database contains additional unused columns for table "spark": COMMENTS, OWNER
08:06:27,923 WARN  [JDBCMapper] Database contains additional unused columns for table "kpi": COMMENTS
08:06:32,555 WARN  [PostCommitEventExecutor] Events postcommit execution exceeded timeout of 300ms, leaving thread running
08:06:32,726 INFO  [AutomationComponent] You can activate automation trace mode to get more informations on automation executions
Oct 26, 2016 8:06:34 AM org.artofsolving.jodconverter.util.PlatformUtils searchExistingfile
INFO: Jod will be using /usr/lib/libreoffice
08:06:34,349 INFO  [PageProviderClassReplacerRegistry] List of page provider names that are superseded: 
  - default_search: org.nuxeo.elasticsearch.provider.ElasticSearchNxqlPageProvider
  - DEFAULT_DOCUMENT_SUGGESTION: org.nuxeo.elasticsearch.provider.ElasticSearchNxqlPageProvider
  - default_document_suggestion: org.nuxeo.elasticsearch.provider.ElasticSearchNxqlPageProvider

Oct 26, 2016 8:06:34 AM org.artofsolving.jodconverter.office.ProcessPoolOfficeManager <init>
INFO: ProcessManager implementation is UnixProcessManager
Oct 26, 2016 8:06:39 AM org.artofsolving.jodconverter.office.OfficeVersionDescriptor <init>
INFO: soffice info: Product: LibreOffice - Version: 4.3.3.2 - useGnuStyleLongOptions: true
Oct 26, 2016 8:06:39 AM org.artofsolving.jodconverter.office.OfficeProcess doStart
INFO: starting process with acceptString 'socket,host=127.0.0.1,port=2003,tcpNoDelay=1' and profileDir '/opt/nuxeo/server/tmp/.jodconverter_socket_host-127.0.0.1_port-2003_61'
Oct 26, 2016 8:06:46 AM org.artofsolving.jodconverter.office.OfficeProcess doStart
INFO: started process : pid = 177
08:06:57,142 ERROR [OSGiRuntimeService] Nuxeo Platform Started
======================================================================
= Component Loading Errors:
  * Failed to register extension to: service:org.nuxeo.ecm.core.blob.BlobManager, xpoint: configuration in component: service:default-repository-config (java.lang.RuntimeException: java.io.IOException: com.amazonaws.AmazonClientException: Unable to execute HTTP request: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net)
======================================================================
= Component Loading Status: Pending: 0 / Unstarted: 0 / Total: 636
======================================================================
08:06:57,465 WARN  [ElasticSearchIndexingImpl] Trying to delete a non existing doc: {"id":"IndexingCommand-4fcf754e-1699-488f-8b6f-73f7d02179c2","type":"DELETE","docId":"1f5e1f53-d4c1-4af9-8229-96a1c1d252a2","path":"/document-route-models-root/ParallelDocumentReview","repo":"default","recurse":true,"sync":false}
08:06:57,475 WARN  [ElasticSearchIndexingImpl] Trying to delete a non existing doc: {"id":"IndexingCommand-7dfc129a-dc4b-420f-9b2b-360199c53884","type":"DELETE","docId":"9eb2a81a-fc43-45cf-a538-01e6b99fe219","path":"/document-route-models-root/SerialDocumentReview","repo":"default","recurse":true,"sync":false}
08:06:57,713 INFO  [ESAuditBackend] Activate Elasticsearch backend for Audit
Oct 26, 2016 8:06:58 AM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra 2.2.6 ( 20140304-1537 https://svn.java.net/svn/mojarra~svn/tags/2.2.6@12949) for context '/nuxeo'
Oct 26, 2016 8:07:00 AM com.sun.faces.spi.InjectionProviderFactory createInstance
INFO: JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.
08:07:00,884 WARN  [JSFAnnotationProvider] container scanned classes unavailable, applying default scanning
Oct 26, 2016 8:07:06 AM org.richfaces.javascript.ClientServiceConfigParser parse
WARNING: Found JavaScript function definition for class org.hibernate.validator.constraints.NotEmpty, but that class is not presented
Oct 26, 2016 8:07:06 AM org.richfaces.cache.EhCacheCacheFactory <init>
INFO: Using default cache configuration: jar:file:/opt/nuxeo/server/nxserver/lib/richfaces-core-4.5.0.Alpha3.jar!/org/richfaces/cache/ehcache-failsafe-richfaces.xml
Oct 26, 2016 8:07:06 AM org.richfaces.cache.CacheManager getCacheFactory
INFO: Selected [org.richfaces.cache.EhCacheCacheFactory]
Oct 26, 2016 8:07:06 AM org.richfaces.cache.EhCacheCacheFactory createCache
INFO: Creating EhCache cache instance
Oct 26, 2016 8:07:06 AM org.richfaces.application.InitializationListener onStart
INFO: RichFaces Core by JBoss by Red Hat, version 4.5.0.Alpha3
08:07:12,413 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
08:07:13,382 INFO  [FrameworkBootstrap] Framework started in 122 sec.
08:07:13,395 INFO  [HostConfig] Deployment of configuration descriptor /opt/nuxeo/server/conf/Catalina/localhost/nuxeo.xml has finished in 124,374 ms
08:07:13,397 INFO  [HostConfig] Deploying web application directory /opt/nuxeo/server/webapps/ROOT
08:07:14,063 INFO  [TldConfig] 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.
08:07:14,069 INFO  [HostConfig] Deployment of web application directory /opt/nuxeo/server/webapps/ROOT has finished in 672 ms
08:07:14,069 INFO  [HostConfig] Deploying web application directory /opt/nuxeo/server/webapps/manager
08:07:14,970 INFO  [TldConfig] 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.
08:07:15,005 INFO  [HostConfig] Deployment of web application directory /opt/nuxeo/server/webapps/manager has finished in 936 ms
08:07:15,014 INFO  [HostConfig] Deploying web application directory /opt/nuxeo/server/webapps/host-manager
08:07:15,745 INFO  [TldConfig] 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.
08:07:15,753 INFO  [HostConfig] Deployment of web application directory /opt/nuxeo/server/webapps/host-manager has finished in 739 ms
08:07:15,759 INFO  [Http11Protocol] Starting ProtocolHandler ["http-bio-0.0.0.0-8080"]
08:07:15,815 INFO  [AjpProtocol] Starting ProtocolHandler ["ajp-bio-0.0.0.0-8009"]
08:07:15,827 INFO  [Catalina] Server startup in 132319 ms

I'm not sure what I'm doing wrong, or if I missed anything. The Nuxeo instance still starts, I can access the web interface, but the problem is with the storing of binaries.

0 votes

1 answers

2606 views

ANSWER

Please include the full stack trace.
10/25/2016

edited my submission.
10/26/2016



Caused by: java.net.UnknownHostException: npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net

Seems like either a typo in this host or a DNS problem looking it up.

0 votes



Correct me if I am wrong, but should I be able to access my S3 Bucket via browser if I inputted "npomanila-kl-bucket.compute.esclor86.eecloud.nsn-rdnet.net" in a browser?
10/28/2016

Please check the S3 documentation about this, this is not a Nuxeo issue in itself.
10/28/2016