Skip to content

[C++] Getting java.io.IOException: Not enough input bytes and java.io.IOException: Missing manifest file on creating database #20489

@Arpan3323

Description

@Arpan3323

Describe the issue

I am using CodeQL CLI to create a database for this repo. The database gets created successfully but I see several messages reporting the following 2 errors in the dataset-import-xxxx.log file:

  • java.io.IOException: Missing manifest file
  • java.io.IOException: Not enough input bytes

Command I used:

codeql database create codeql_dbs/dealii_db --language=cpp --source-root=repos/dealii/ --build-mode=none --threads=7 --ram=6000

Log file:
dataset-import-20250918.182021.954.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    C++bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions