You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And on webapp start I have errors ClassCastException from casting same clasess. I've read that is problem with many loaders working on same classes.
java.lang.ClassCastException: org.apache.commons.cli.CommandLine cannot be cast to org.apache.commons.cli.CommandLine
at org.onebusaway.quickstart.webapp.BootstrapWebApplicationContext.loadBeanDefinitions(BootstrapWebApplicationContext.java:54)
the quickstart application is deprecated in 2.0 sadly -- I just haven't had time to maintain it.
The admin webapp replaces the functionality of the quickstart application, but that requires some documentation to make that more clear. I hope this points you in the right direction.
No, sorry. The admin-webapp contains a web interface that guides you
through the bundle build process, and then hosts the bundles for the
api-webapp to download.
But with that said, the admin-webapp is optional if you build the bundles
by hand.
Sheldon
Hi, I'm facing problem with quickstart guide.
I'm following instructions from QuickStart Guide
I've downloaded version 2.0.0 of api-webapp
Step 1. Generating bundle
Done with no problems by JDK 8.
Step 2. Run webapp
And on webapp start I have errors
ClassCastException
from casting same clasess. I've read that is problem with many loaders working on same classes.FULL LOG: https://gist.github.com/Greg0/3dfd05e0b6b2099356c7d97762a002fc
There is nothing working on
localhost:8080
after that.The text was updated successfully, but these errors were encountered: