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

BufferUnderflowException #3

Open
smirnp opened this issue Aug 20, 2018 · 0 comments
Open

BufferUnderflowException #3

smirnp opened this issue Aug 20, 2018 · 0 comments

Comments

@smirnp
Copy link
Member

smirnp commented Aug 20, 2018

Hi,

I'm executing the benchmark locally and getting the following error:

INFO [org.hobbit.sparql_snb.SNBDataGenerator] - <Downloading file https://hobbitdata.informatik.uni-leipzig.de/MOCHA_OC/T2/sf1/social_network_activity_0_0.ttl.gz>
2018-08-20 16:50:55,916 INFO [org.hobbit.sparql_snb.SNBDataGenerator] - <File https://hobbitdata.informatik.uni-leipzig.de/MOCHA_OC/T2/sf1/social_network_activity_0_0.ttl.gz has been downloaded successfully and sent.>
2018-08-20 16:50:55,916 INFO [org.hobbit.sparql_snb.SNBDataGenerator] - <Downloading file https://hobbitdata.informatik.uni-leipzig.de/MOCHA_OC/T2/sf1/social_network_person_0_0.ttl.gz>
2018-08-20 16:50:57,822 ERROR [org.hobbit.core.rabbit.DataReceiverImpl] - <Uncatched throwable inside the data handler.>
java.nio.BufferUnderflowException
	at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
	at org.hobbit.core.rabbit.RabbitMQUtils.readByteArray(RabbitMQUtils.java:61)
	at org.hobbit.sparql_snb.systems.VirtuosoSystemAdapter.receiveGeneratedData(VirtuosoSystemAdapter.java:46)
	at org.hobbit.core.components.AbstractSystemAdapter$1.handleData(AbstractSystemAdapter.java:135)
	at org.hobbit.core.rabbit.DataReceiverImpl$MsgProcessingTask.run(DataReceiverImpl.java:213)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run$$capture(FutureTask.java:266)
	at java.util.concurrent.FutureTask.run(FutureTask.java)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748))
2018-08-20 16:52:24,750 INFO [org.hobbit.sparql_snb.SNBDataGenerator] - <File https://hobbitdata.informatik.uni-leipzig.de/MOCHA_OC/T2/sf1/social_network_person_0_0.ttl.gz has been downloaded successfully and sent.>
2018-08-20 16:52:24,750 INFO [org.hobbit.sparql_snb.SNBDataGenerator] - <Downloading file https://hobbitdata.informatik.uni-leipzig.de/MOCHA_OC/T2/sf1/social_network_static_0_0.ttl.gz>
2018-08-20 16:52:27,326 ERROR [org.hobbit.core.rabbit.DataReceiverImpl] - <Uncatched throwable inside the data handler.>
java.nio.BufferUnderflowException
	at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
	at org.hobbit.core.rabbit.RabbitMQUtils.readByteArray(RabbitMQUtils.java:61)
	at org.hobbit.sparql_snb.systems.VirtuosoSystemAdapter.receiveGeneratedData(VirtuosoSystemAdapter.java:46)
	at org.hobbit.core.components.AbstractSystemAdapter$1.handleData(AbstractSystemAdapter.java:135)
	at org.hobbit.core.rabbit.DataReceiverImpl$MsgProcessingTask.run(DataReceiverImpl.java:213)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266)
	at java.util.concurrent.FutureTask.run(FutureTask.java)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Seems that some trouble with file writing into a file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant