Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-5401

CSOT - build failure

    • Type: Icon: Build Failure Build Failure
    • Resolution: Done
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Java Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      Error:

      FAILURE: java.lang.IllegalStateException: Timeout on blocking read for 60000000000 NANOSECONDS (java.lang.IllegalStateException)
      
      [2024/03/26 12:30:46.569] java.lang.IllegalStateException: Timeout on blocking read for 60000000000 NANOSECONDS
      
      .....
      
      ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped
      
      [2024/03/26 12:30:46.569] reactor.core.Exceptions$ErrorCallbackNotImplemented: com.mongodb.MongoOperationTimeoutException: Operation timed out: Timeout while receiving message
      
      [2024/03/26 12:30:46.569] Caused by: com.mongodb.MongoOperationTimeoutException: Operation timed out: Timeout while receiving message
       Caused by: com.mongodb.MongoSocketReadTimeoutException: Timeout while receiving message
      [2024/03/26 12:30:46.569] 	... 8 common frames omitted
      [2024/03/26 12:30:46.569] Caused by: java.nio.channels.InterruptedByTimeoutException: null
      
      .....
      .....
      [2024/03/26 12:30:46.569] system-err:
      
      [2024/03/26 12:30:46.569] Exception in thread "Thread-11" java.lang.NullPointerException
      [2024/03/26 12:30:46.569] 	at org.bson.ByteBufNIO.hasRemaining(ByteBufNIO.java:91)
      [2024/03/26 12:30:46.569] 	at com.mongodb.internal.connection.AsynchronousChannelStream$2.completed(AsynchronousChannelStream.java:176)
      [2024/03/26 12:30:46.569] 	at com.mongodb.internal.connection.AsynchronousChannelStream$2.completed(AsynchronousChannelStream.java:173)
      [2024/03/26 12:30:46.569] 	at com.mongodb.internal.connection.AsynchronousChannelStream$AsyncWritableByteChannelAdapter$WriteCompletionHandler.completed(AsynchronousChannelStream.java:205)
      [2024/03/26 12:30:46.569] 	at com.mongodb.internal.connection.AsynchronousChannelStream$AsyncWritableByteChannelAdapter$WriteCompletionHandler.completed(AsynchronousChannelStream.java:196)
      [2024/03/26 12:30:46.569] 	at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
      [2024/03/26 12:30:46.569] 	at sun.nio.ch.Invoker$2.run(Invoker.java:218)
      [2024/03/26 12:30:46.569] 	at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
      [2024/03/26 12:30:46.569] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      [2024/03/26 12:30:46.569] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      [2024/03/26 12:30:46.569] 	at java.lang.Thread.run(Thread.java:748)
      

      Build

      Potentially an unhandled error, which isn't transmitted back to the callback.

            Assignee:
            ross@mongodb.com Ross Lawley
            Reporter:
            ross@mongodb.com Ross Lawley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: