-
Notifications
You must be signed in to change notification settings - Fork 332
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
Quick start for Eclipselink and JDBC broken
To Reproduce
- Go to eclipse-link getting started
- run the docker compose command
- attach to spark container
- run spark command it fails
inspect docker logs
➜ ~ docker logs eclipselink-polaris-setup-1
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/aarch64/APKINDEX.tar.gz
(1/2) Installing oniguruma (6.9.9-r0)
(2/2) Installing jq (1.7.1-r0)
Executing busybox-1.37.0-r12.trigger
OK: 13 MiB in 26 packages
Obtained access token: eyJhb****_tYA
STORAGE_LOCATION is not set, using FILE storage type
Creating a catalog named quickstart_catalog...
{ "catalog": { "name": "quickstart_catalog", "type": "INTERNAL", "readOnly": false, "properties": { "default-base-location": "file:///var/tmp/quickstart_catalog/" }, "storageConfigInfo": {"storageType": "FILE", "allowedLocations": ["file:///var/tmp/quickstart_catalog/"]} } }
* Host polaris:8181 was resolved.
* IPv6: (none)
* IPv4: 172.18.0.3
* Trying 172.18.0.3:8181...
* Connected to polaris (172.18.0.3) port 8181
* using HTTP/1.x
> POST /api/management/v1/catalogs HTTP/1.1
> Host: polaris:8181
> User-Agent: curl/8.12.1
> Authorization: Bearer eyJh******YA
> Accept: application/json
> Content-Type: application/json
> Content-Length: 319
>
} [319 bytes data]
* upload completely sent off: 319 bytes
< HTTP/1.1 400 Bad Request
< content-length: 99
< Content-Type: application/json
<
{ [99 bytes data]
* Connection #0 to host polaris left intact
{"error":{"message":"Unsupported storage type: FILE","type":"IllegalArgumentException","code":400}}
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers