crate / crate

CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, and based on Lucene.
https://cratedb.com/product
Apache License 2.0
4.1k stars 563 forks source link

crate.client.exceptions.ProgrammingError: Invalid server response of content-type 'unknown' #4806

Closed kietly closed 7 years ago

kietly commented 7 years ago

CrateDB version: 1.0.2 JVM version: 1.8.0u111 OS version / environment description: Amazon Linux, Kernel 3.3 Problem description: If I changed http port 4300 or transport port (4200) to different port then this exception is thrown crate.client.exceptions.ProgrammingError: Invalid server response of content-type 'unknown' Restore to the default port (4200/4300) then there is no issue.

Steps to reproduce:

Use case:

Feature description:

mfussenegger commented 7 years ago

Hi, can you elaborate a bit on how you produce that error?

If I changed http port 4300 or transport port (4200)

This seems mixed up. Http defaults to 4200 Transport defaults to 4300

mfussenegger commented 7 years ago

Closing this, if this is still a problem feel free to re-open the issue