Skip to content

NJS-103: unexpected message type 1 received at position 54 of packet 8372 #1652

@damianhorex

Description

@damianhorex
  1. What versions are you using?

    Oracle 19c Enterprise edition version 19.21.0.0.0

    process.platform: linux
    process.version: v20.11.0
    process.arch: x64
    require('oracledb').versionString: 6.4.0
    require('oracledb').oracleClientVersionString: undefined

  1. Is it an error or a hang or a crash?

    Error

  2. What error(s) or behavior you are seeing?

    NJS-103: unexpected message type 1 received at position 54 of packet 8372
    at Object.throwErr (/node_modules/oracledb/lib/errors.js:617:10)
    at ExecuteMessage.processMessage (/node_modules/oracledb/lib/thin/protocol/messages/base.js:216:14)
    at ExecuteMessage.processMessage (/node_modules/oracledb/lib/thin/protocol/messages/withData.js:91:13)
    at ExecuteMessage.process (/node_modules/oracledb/lib/thin/protocol/messages/base.js:195:12)
    at ExecuteMessage.decode (/node_modules/oracledb/lib/thin/protocol/messages/base.js:186:10)
    at Protocol._decodeMessage (/node_modules/oracledb/lib/thin/protocol/protocol.js:78:17)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Protocol._processMessage (/node_modules/oracledb/lib/thin/protocol/protocol.js:153:9)
    at async ThinConnectionImpl._execute (/node_modules/oracledb/lib/thin/connection.js:194:7)
    at async ThinConnectionImpl.execute (/node_modules/oracledb/lib/thin/connection.js:907:14)

I am not entirely confident there is no user error playing a role. The original system was written using oracledb v1.12.2, and we are currently working on moving to v6.4. It is entirely possible I am missing something, but was hoping posting this might provide some insight. The NODE_ORACLEDB_DEBUG_PACKETS output is attached. Thank you.

oracledb_debug_pkt_8372.txt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions