-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spline Web UI- "ERROR Server returned code: 0. Http failure response for http://spline:9090/consumer/execution-events" #744
Comments
Answered here - #743 (comment) |
Hi @wajda , when i'm trying to access the endpoint (http://spline:9090/consumer), getting below logs in spline gateway rest-server;
how i can verify that jsp of consumer & producer is present in spline gateway rest-server Logs of spline gatewat rest server:-
|
Hi @wajda , I even tried to setup on docker environment, with the latest version of spline, arangodb image from docker hub, But issue persist. It appears to be an issue with the image; Used docker compose file from github; ankit@dockervm:~$ sudo docker ps -a When tried to access the spline.consumer.url using curl (curl http://localhost:8080/consumer) 29-Jun-2020 15:14:14.089 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"] |
You are trying a wrong URL http://localhost:8080/consumer -- this resource does not exist |
Hi @wajda we tried this URL also i.e. http://localhost:9090/consumer/execution-events , but Spline-UI shows same error message as indicated above. |
I have answered it about 3 times already - the consumer REST API URL has to be accessible from the client browser. If Spine UI says "Code 0" it mean it cannot connect to that URL. Please double check your Spline setup. |
HI Wajda, i understand that, URL is not accessible from splineUI. we have used same Dockercompose file to run spline WebUI, rest server & arangodb without any modification. Do you see ant issue with config parameters in docker compose file ? Does any one else facing similar issue ? |
Ah, that's a new piece of info. Seems like an issue with the Docker. Just tried our |
I have just confirmed that it is indeed a particular docker setup issue that has nothing to do with Spline. |
Describe the bug
While accessing Spline web UI - getting server retured code:0 https failure response.
Versions
spline version 0.5.3 ( Docker latest image tag )
arnagoDb version 3.5.1 ( Docker latest image tag )
Components State
To Reproduce
Steps to reproduce the behavior OR commands run:
Accessing spline webui on brower
Expected behaviour
Should be able to view the spline webUI page
Screenshots
Attached the error of spline webUI:
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
spline service file:-
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null
labels:
io.kompose.service: spline
name: spline
namespace: dataservice
spec:
ports:
service file spline-ui:-
name: "9090"
port: 9090
targetPort: 8080
selector:
io.kompose.service: spline
status:
loadBalancer: {}
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.21.0 (992df58d8)
creationTimestamp: null
labels:
io.kompose.service: ui
name: spline-ui
namespace: dataservice
spec:
ports:
name: "8080"
port: 8080
targetPort: 8080
selector:
io.kompose.service: ui
status:
loadBalancer: {}
The text was updated successfully, but these errors were encountered: