Skip to content

Use a production WSGI server instead. #25

@elyas101

Description

@elyas101

Hi,

I am trying to run HiCBrowser but keep getting this error message:

  • Serving Flask app "hicbrowser.views" (lazy loading)

  • Environment: production
    WARNING: Do not use the development server in a production environment.
    Use a production WSGI server instead.

  • Debug mode: off

    raise ValueError("cannot have a multithreaded and "
    ValueError: cannot have a multithreaded and multi process server.

I am not sure whether this is due to the port number used.
I was wondering if anyone already experienced this and was able to resolve it?

The command I have been running is the following:

runBrowser --config browserConfig.ini --port 5001 --numProcessors 8
runBrowser --config browserConfig.ini --port 8888 --numProcessors 8

FYI, I am using a cluster to run this command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions