-
Notifications
You must be signed in to change notification settings - Fork 116
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
Microprofile Quickstart fails #99
Comments
Can't attach log because GitHub UI is broken again |
@katheris it looks like the error is coming out of the vote service:
|
@iainduncani - Thanks - I was lazy and put up a pretty poor bug report. |
@karianna I'm struggling to recreate this both on Windows and Linux... Judging by the output it is finding the vote JAR (located at microprofile-vote/target/microprofile-vote.jar) but failing to get very far in launching it as no server output is coming out from the Liberty server. A working output would look something like this:
As the first thing we do is extract the JAR to your home directory I wonder if this is a permissions issue. The command will try to extract and run the server in your /wlpExtract directory, I presume the mvn command running this will have write permission to there? |
Hi @iainduncani - I'm running on Mac OS X 10.12.1 - I don't think permissioning is an issue as I have an I have an empty |
@karianna I cannot reproduce this on linux, currently having npm issues on Windows so can't verify there. Have you run it fine in the past? Can you verify what previous version worked so we can narrow down what has changed? |
The quickstart |
When I start the vote service
and then visiting the URL I get what's expected.
|
So if I start the liberty service by itself and then run the quick start I see more of the conference app, the first three tabs work. Unfortunately the vote UI is still blank. |
@karianna Strange that it works by itself but doesn't work as part of the set. The vote service UI doesn't currently display anything as there isn't a way to add votes, so there are no votes to display, the page should just say Votes at the top (although the writing is hard to see due to the colour). I believe @AndyGee has been working on some updates to integrate the vote service with the UI properly and I've been chatting to some people in my team to find someone with the skills to update it. |
@karianna have you run mvn package or mvn install before running mvn package -Pstart -pl :microservice-start? Is it possible that your other projects weren't built properly? The -pl command will only run the microservice-start project so you would need to have built the other ones previously, and I did change the name of the jar file so perhaps you had an older version lying around and that's why it couldn't run? |
@katheris - Thanks for sticking with this! At the microprofile-conference level I run:
The
|
There have been a whole bunch of changes in recently. @karianna are you still having problems? I believe the vote service should currently show a pie chart |
Updated to canonical master HEAD. Things have improved although no speakers or schedules data is shown in the UI and I get errors like:
|
Sounds like you need to do a clean install? There have been node module changes |
@katheris - Yep tried that, same result. Schedule works, vote service has a pie chart but nothing for speakers or sessions |
The quickstart instructions fail to bring up a working conference app. An empty speakers page pops up. Various warnings/errors are in the log attached.
The text was updated successfully, but these errors were encountered: