singhpk234 opened a new issue, #1647: URL: https://github.com/apache/polaris/issues/1647
### Describe the bug Quick start for Eclipselink and JDBC broken ### To Reproduce 1. Go to eclipse-link getting started 2. run the docker compose command 3. attach to spark container 4. 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: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJwb2xhcmlzIiwic3ViIjoiMSIsImlhdCI6MTc0Nzg3MDg4MSwiZXhwIjoxNzQ3ODc0NDgxLCJqdGkiOiIwN2JlMzhmNC1iM2M2LTQ4MjktYjk0MS1hZDYyZmEzODFjMWIiLCJhY3RpdmUiOnRydWUsImNsaWVudF9pZCI6InJvb3QiLCJwcmluY2lwYWxJZCI6MSwic2NvcGUiOiJQUklOQ0lQQUxfUk9MRTpBTEwifQ.viIEJEmjFnag-abPG1YBAKRzjnLeXR7pUa0ir4549bD66nxPrqz5maXnQJiZYalD9CAsyWhChyaGcFeRbyf-BvufcuH2Cj9mZWj7Q5fJZhnGLPUh4scrcP2ppsfYMFMUABNsadKX1mNUB9rQbTpO6DedvnV-ndCZqGAyXTGogAqvKWfWTn6wJWj4jA7CZ23vglePnlGbiE_QN7nS2AiZ1QRyejMEEUuX63mcn8bCx2JVF-edIow9-bUGjSUeGbR7N3686eMUAqvehPRHNKqFfZHf2BvWyN7oc5KBJb1lOPOtqI8A-p1npAarRpPbvbZ4hO9ReJjYxcCjHvNuR7_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 eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJwb2xhcmlzIiwic3ViIjoiMSIsImlhdCI6MTc0Nzg3MDg4MSwiZXhwIjoxNzQ3ODc0NDgxLCJqdGkiOiIwN2JlMzhmNC1iM2M2LTQ4MjktYjk0MS1hZDYyZmEzODFjMWIiLCJhY3RpdmUiOnRydWUsImNsaWVudF9pZCI6InJvb3QiLCJwcmluY2lwYWxJZCI6MSwic2NvcGUiOiJQUklOQ0lQQUxfUk9MRTpBTEwifQ.viIEJEmjFnag-abPG1YBAKRzjnLeXR7pUa0ir4549bD66nxPrqz5maXnQJiZYalD9CAsyWhChyaGcFeRbyf-BvufcuH2Cj9mZWj7Q5fJZhnGLPUh4scrcP2ppsfYMFMUABNsadKX1mNUB9rQbTpO6DedvnV-ndCZqGAyXTGogAqvKWfWTn6wJWj4jA7CZ23vglePnlGbiE_QN7nS2AiZ1QRyejMEEUuX63mcn8bCx2JVF-edIow9-bUGjSUeGbR7N3686eMUAqvehPRHNKqFfZHf2BvWyN7oc5KBJb1lOPOtqI8A-p1npAarRpPbvbZ4hO9ReJjYxcCjHvNuR7_tYA > 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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org