-
Notifications
You must be signed in to change notification settings - Fork 7
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
java.lang.IllegalStateException: No match found #12
Comments
Happens always after admin login |
Have you tried the latest version from maven? |
I just tried and it works like a charm. Thank you ! |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When gae-studio-module-1.0-RC1 from WAR file is deployed and access it throws this error::
Uncaught exception from servlet
java.lang.IllegalStateException: No match found
at java.util.regex.Matcher.group(Matcher.java:486)
at com.arcbees.gaestudio.server.guice.RootServlet.extractLatestVersion(RootServlet.java:135)
at com.arcbees.gaestudio.server.guice.RootServlet.retrieveLatestVersion(RootServlet.java:121)
at com.arcbees.gaestudio.server.guice.RootServlet.buildAppConfig(RootServlet.java:84)
at com.arcbees.gaestudio.server.guice.RootServlet.setParameters(RootServlet.java:78)
at com.arcbees.gaestudio.server.guice.RootServlet.doGet(RootServlet.java:70)
Full stack trace can be found here: http://www.pastekit.com/xGlZxr
The text was updated successfully, but these errors were encountered: