[
https://issues.apache.org/jira/browse/JAMES-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870323#comment-17870323
]
umapyl edited comment on JAMES-4053 at 8/2/24 3:03 AM:
-------------------------------------------------------
@[~btellier]
We try the ip address that we get using command "docker inspect", but this does
not help and we get the same kind of error:
{code:java}
[DEBUG] o.o.c.RestClient - request [GET http://172.19.0.3:9200/] failed
org.apache.http.ConnectionClosedException: Connection is closed
at
org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpAsyncRequestExecutor.java:356)
at
org.apache.http.impl.nio.client.InternalRequestExecutor.endOfInput(InternalRequestExecutor.java:132)
at
org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:261)
at
org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:87)
at
org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:40)
{code}
How can I fix this?
was (Author: JIRAUSER306408):
@[~btellier]
We try the ip address that we get using command "docker inspect", but this does
not help and get the same kind of error:
{code:java}
[DEBUG] o.o.c.RestClient - request [GET http://172.19.0.3:9200/] failed
org.apache.http.ConnectionClosedException: Connection is closed
at
org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpAsyncRequestExecutor.java:356)
at
org.apache.http.impl.nio.client.InternalRequestExecutor.endOfInput(InternalRequestExecutor.java:132)
at
org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:261)
at
org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:87)
at
org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:40)
{code}
How can I fix this?
> Unable to start james-server-distributed-guice-3.8.0
> ----------------------------------------------------
>
> Key: JAMES-4053
> URL: https://issues.apache.org/jira/browse/JAMES-4053
> Project: James Server
> Issue Type: Bug
> Components: cassandra, opensearch
> Affects Versions: 3.8.0
> Reporter: umapyl
> Priority: Blocker
> Labels: ubuntu
>
> We use default configuration (we change the host addresses to 0.0.0.0
> otherwise we will get errors like "java.net.UnknownHostException: cassandra")
> to start james-server-distributed-guice-3.8.0 downloaded from [Earlier
> Releases|https://archive.apache.org/dist/james/server/3.8.0/] [Earlier
> Releases|https://archive.apache.org/dist/james/server/3.8.0/] but getting
> failed when connecting to opensearch. The log is
>
> {code:java}
> [DEBUG] o.o.c.RestClient - request [GET http://0.0.0.0:9200/] failed
> org.apache.http.ConnectionClosedException: Connection is closed
> at
> org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpAsyncRequestExecutor.java:356)
> at
> org.apache.http.impl.nio.client.InternalRequestExecutor.endOfInput(InternalRequestExecutor.java:132)
> at
> org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:261)
> {code}
>
>
> We still fail to connect to cassandra with error as
>
> {code:java}
> 1) [Guice/ErrorInCustomProvider]: DriverTimeoutException: Query timed out
> after PT10S
> at
> CassandraSessionModule.provideSessionFactory(CassandraSessionModule.java:91)
> \_ installed by: Modules$OverrideModule -> Modules$CombinedModule ->
> Modules$CombinedModule -> Modules$CombinedModule -> Modules$CombinedModule ->
> Modules$CombinedModule -> Modules$CombinedModule -> Modules$CombinedModule ->
> Modules$CombinedModule -> Modules$CombinedModule -> Modules$OverrideModule ->
> Modules$CombinedModule -> Modules$CombinedModule -> CassandraSessionModule
> while locating SessionWithInitializedTablesFactory
> at CassandraDomainList.<init>(CassandraDomainList.java:52)
> \_ for 2nd parameter
> at CassandraDomainListModule.configure(CassandraDomainListModule.java:41)
> {code}
>
>
> We are using java 11 and Ubuntu 22.04. Is there anything we could do to fix
> this error?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]