Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

l-graphStoreProtocol: Cannot handle larger files #214

Closed
jakubklimek opened this issue Jul 19, 2016 · 0 comments
Closed

l-graphStoreProtocol: Cannot handle larger files #214

jakubklimek opened this issue Jul 19, 2016 · 0 comments
Assignees

Comments

@jakubklimek
Copy link
Member

Ends with:

016-07-19 13:04:24,502 [Graph store protocol] DEBUG c.l.p.l.g.GraphStoreProtocol - Use repository: VIRTUOSO
2016-07-19 13:04:24,844 [Graph store protocol] ERROR c.l.e.e.e.EventFactory - componentFailed
com.linkedpipes.etl.executor.api.v1.RdfException: Can't execute request.
 at com.linkedpipes.etl.executor.api.v1.RdfException.componentFailed(RdfException.java:88) ~[api-executor-v1-0.0.0.jar:na]
 at com.linkedpipes.etl.component.api.impl.ExceptionFactoryImpl.failed(ExceptionFactoryImpl.java:25) ~[na:na]
 at com.linkedpipes.plugin.loader.graphstoreprotocol.GraphStoreProtocol.executeHttp(GraphStoreProtocol.java:267) ~[na:na]
 at com.linkedpipes.plugin.loader.graphstoreprotocol.GraphStoreProtocol.uploadVirtuoso(GraphStoreProtocol.java:242) ~[na:na]
 at com.linkedpipes.plugin.loader.graphstoreprotocol.GraphStoreProtocol.execute(GraphStoreProtocol.java:112) ~[na:na]
 at com.linkedpipes.etl.component.api.impl.SimpleComponentImpl.execute(SimpleComponentImpl.java:290) ~[na:na]
 at com.linkedpipes.etl.executor.component.ExecuteComponent.run(ExecuteComponent.java:129) ~[executor.jar:na]
 at java.lang.Thread.run(Unknown Source) [na:1.8.0_45]
Caused by: java.net.SocketException: Software caused connection abort: socket write error
 at java.net.SocketOutputStream.socketWrite0(Native Method) ~[na:1.8.0_45]
 at java.net.SocketOutputStream.socketWrite(Unknown Source) ~[na:1.8.0_45]
 at java.net.SocketOutputStream.write(Unknown Source) ~[na:1.8.0_45]
 at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126) ~[httpcore-4.4.1.jar:4.4.1]
 at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138) ~[httpcore-4.4.1.jar:4.4.1]
 at org.apache.http.impl.io.SessionOutputBufferImpl.write(SessionOutputBufferImpl.java:169) ~[httpcore-4.4.1.jar:4.4.1]
 at org.apache.http.impl.io.ContentLengthOutputStream.write(ContentLengthOutputStream.java:115) ~[httpcore-4.4.1.jar:4.4.1]
 at org.apache.http.entity.FileEntity.writeTo(FileEntity.java:101) ~[httpcore-4.4.1.jar:4.4.1]
 at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:158) ~[httpcore-4.4.1.jar:4.4.1]
 at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162) ~[httpclient-4.4.1.jar:4.4.1]
 at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237) ~[httpcore-4.4.1.jar:4.4.1]
 at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122) ~[httpcore-4.4.1.jar:4.4.1]
 at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271) ~[httpclient-4.4.1.jar:4.4.1]
 at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[httpclient-4.4.1.jar:4.4.1]
 at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[httpclient-4.4.1.jar:4.4.1]
 at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.4.1.jar:4.4.1]
 at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[httpclient-4.4.1.jar:4.4.1]
 at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.4.1.jar:4.4.1]
 at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[httpclient-4.4.1.jar:4.4.1]
 at com.linkedpipes.plugin.loader.graphstoreprotocol.GraphStoreProtocol.executeHttp(GraphStoreProtocol.java:249) ~[na:na]
 ... 5 common frames omitted
2016-07-19 13:04:24,864 [Graph store protocol] ERROR c.l.e.e.e.EventFactory - executionFailed: Component execution failed.
2016-07-19 13:04:24,864 [asynchExecutor-1] INFO  c.l.e.e.c.ExecuteComponent - Execution ends for: http://localhost:8080/resources
@jakubklimek jakubklimek added the bug Something isn't working label Jul 19, 2016
@jakubklimek jakubklimek added this to the July 2016 milestone Jul 19, 2016
skodapetr added a commit that referenced this issue Jul 19, 2016
Add a preemptive empty POST request to get the authentication
request if required #214.
@skodapetr skodapetr added test and removed bug Something isn't working labels Jul 19, 2016
@skodapetr skodapetr assigned jakubklimek and unassigned skodapetr Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants