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

报错,怎么解决? #19

Open
jiaying96 opened this issue Jul 12, 2018 · 4 comments
Open

报错,怎么解决? #19

jiaying96 opened this issue Jul 12, 2018 · 4 comments

Comments

@jiaying96
Copy link

Exception in thread "main" java.nio.BufferUnderflowException
at java.base/java.nio.HeapByteBuffer.get(HeapByteBuffer.java:191)
at com.ip.IPExt.load(IPExt.java:107)
at com.ip.IPExt.load(IPExt.java:34)
at com.ip.IPExt.main(IPExt.java:15)

@Duangit
Copy link

Duangit commented Sep 21, 2018

这个怎么解决,在本地是正常的,在spark集群回报这个错 @17mon

@Duangit
Copy link

Duangit commented Sep 26, 2018

已解决

@lephix
Copy link

lephix commented Dec 12, 2018

我也报错,IPExt读取最新的datx文件。

Caused by: java.nio.BufferUnderflowException
at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:151)
    at xxxx.IPExt.load(IPExt.java:111)

发现datx的文件大小是2556547,但是读出来第一个int是2783363,超过了文件大小了。

@senlizishi
Copy link

已解决

请问是如何解决的?我也遇到了这个问题

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

4 participants