Skip to content

Server not responding: HttpErrorResponse: Http failure response for http://localhost:8082/getPageList: 0 Unknown Error #323

Answered by datomo
Pawanupadhyay10 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Pawanupadhyay10
It looks like you don't have Polypheny-DB running, only Polypheny-UI.
I guess you started Polypheny-UI by executing ng serve?

For this to work correctly you need to clone Polypheny-DB and start it first.
The easiest way to do this would be to open Polypheny-DB in Intellij or Eclipse and run the PolyphenyDB class in the dbms module.
After that, you will be able to access Polypheny directly via localhost:8080.

To develop for Polypheny-UI you additionally can start the development mode of the UI by running ng serve in Polypheny-UI.
After that you can access the development instance of the UI via localhost:4200.

I hope this helps, if not feel free to comment on this post …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Pawanupadhyay10
Comment options

@datomo
Comment options

@Pawanupadhyay10
Comment options

Answer selected by Pawanupadhyay10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants