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

Crash on startup #58

Open
artpar opened this issue Jun 4, 2024 · 0 comments
Open

Crash on startup #58

artpar opened this issue Jun 4, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@artpar
Copy link
Contributor

artpar commented Jun 4, 2024

Describe the bug

getting next error in startng instance related to unlogged as follows



Exception in thread "Thread-6" java.lang.NullPointerException: Cannot invoke "java.io.OutputStream.write(byte[])" because the return value of "io.unlogged.logging.perthread.PerThreadBinaryFileAggregatedLogger.getStreamForThread(int)" is null
    at io.unlogged.logging.perthread.PerThreadBinaryFileAggregatedLogger.writeEvent(PerThreadBinaryFileAggregatedLogger.java:387)
    at io.unlogged.logging.impl.DetailedEventStreamAggregatedLogger.recordEvent(DetailedEventStreamAggregatedLogger.java:434)
    at io.unlogged.logging.Logging.recordEvent(Logging.java:63)
    at deshaw.descap.server.cache.InvestorPiiDataAegisCache$DataCleanerThread.run(InvestorPiiDataAegisCache.java:396)

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-7"

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-8"

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-10"

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-12"

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-14"

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-16"

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-18"

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-20"

Exception: java.lang.NullPointerException thrown from the UncaughtExceptionHandler in thread "Thread-22"

Reproduction steps

  1. started application with unlogged-sdk

...

Expected behavior

application shouldn't crash

Additional context

doesn't happen all the time

@artpar artpar added bug Something isn't working help wanted Extra attention is needed labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant