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

Compatibility break for older logs #124

Closed
luis109 opened this issue Jan 8, 2021 · 2 comments
Closed

Compatibility break for older logs #124

luis109 opened this issue Jan 8, 2021 · 2 comments

Comments

@luis109
Copy link
Contributor

luis109 commented Jan 8, 2021

Commit: 1f1cba7

Breaks compatibility with older logs. MRA can't index, stays stuck forever...
Works fine on the previous commit: a7860f8

image

@paulosousadias
Copy link
Member

@paulosousadias
Copy link
Member

java.lang.NoSuchMethodError: java.nio.MappedByteBuffer.position(I)Ljava/nio/MappedByteBuffer;
at pt.lsts.imc.lsf.BigByteBuffer.position(BigByteBuffer.java:78)
at pt.lsts.imc.lsf.LsfIndex.createIndex(LsfIndex.java:493)
at pt.lsts.imc.lsf.LsfIndex.checkIndex(LsfIndex.java:603)
at pt.lsts.imc.lsf.LsfIndex.loadIndex(LsfIndex.java:255)
at pt.lsts.imc.lsf.LsfIndex.load(LsfIndex.java:199)
at pt.lsts.imc.lsf.LsfIndex.(LsfIndex.java:207)
at pt.lsts.neptus.util.llf.LsfLogSource.loadLog(LsfLogSource.java:147)
at pt.lsts.neptus.util.llf.LsfLogSource.(LsfLogSource.java:77)
at pt.lsts.neptus.mra.MRAFilesHandler.openLSF(MRAFilesHandler.java:236)
at pt.lsts.neptus.mra.MRAFilesHandler.openLog(MRAFilesHandler.java:128)
at pt.lsts.neptus.mra.MRAMenuBar$1$1.run(MRAMenuBar.java:232)

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

2 participants