Description of problem: Quick-start application Tweetstream returns compilation errors during deployment. See the errors below. remote: [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ tweetstream --- remote: [INFO] Compiling 15 source files to /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/target/classes remote: [INFO] ------------------------------------------------------------- remote: [WARNING] COMPILATION WARNING : remote: [INFO] ------------------------------------------------------------- remote: [WARNING] bootstrap class path not set in conjunction with -source 1.6 remote: /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[24,37] [deprecation] EventAbortedException in org.richfaces.application.push has been deprecated remote: remote: [WARNING] /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[28,37] [deprecation] SessionTopicListener in org.richfaces.application.push has been deprecated remote: remote: [WARNING] /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[60,33] [deprecation] SessionTopicListener in org.richfaces.application.push has been deprecated remote: remote: [WARNING] /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[63,89] [deprecation] EventAbortedException in org.richfaces.application.push has been deprecated remote: remote: [WARNING] /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[71,85] [deprecation] EventAbortedException in org.richfaces.application.push has been deprecated remote: remote: [WARNING] /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/jms/TopicsInitializer.java:[84,91] [deprecation] EventAbortedException in org.richfaces.application.push has been deprecated remote: remote: [INFO] 6 warnings remote: [INFO] ------------------------------------------------------------- remote: [INFO] ------------------------------------------------------------- remote: [ERROR] COMPILATION ERROR : remote: [INFO] ------------------------------------------------------------- remote: [ERROR] /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/source/TwitterSourceLocal.java:[170,26] error: cannot find symbol remote: remote: [ERROR] package twitter4j remote: /var/lib/openshift/d2b75bdcd8b64e1d874d5f4f46566c62/app-root/runtime/repo/tweetstream/src/main/java/org/richfaces/examples/tweetstream/dataserver/source/TwitterSourceLocal.java:[176,29] error: cannot find symbol remote: remote: [INFO] 2 errors remote: [INFO] ------------------------------------------------------------- remote: [INFO] ------------------------------------------------------------------------ remote: [INFO] Reactor Summary: remote: [INFO] remote: [INFO] tweetstream-demo .................................. SUCCESS [36.683s] remote: [INFO] tweetstream-shared ................................ SUCCESS [1:15.018s] remote: [INFO] tweetstream ....................................... FAILURE [11.481s] remote: [INFO] ------------------------------------------------------------------------ remote: [INFO] BUILD FAILURE remote: [INFO] ------------------------------------------------------------------------ Version-Release number of selected component (if applicable): devenv-stage_246 (ami-8af570e3) How reproducible: Always Steps to Reproduce: 1. Follow instructions on https://github.com/openshift/tweetstream-example Actual results: Compilation error Expected results: Application must be deployed successfully Additional info:
set twitter-core version
Created attachment 680554 [details] stack trace
The app builds now but I get an Internal Server (500) error Created attachment 680554 [details] stack trace
quickstart updated
verified this 1. Followed instructions on https://github.com/openshift/tweetstream-example Access application at http://tweet-cgole7.dev.rhcloud.com/pages/home.jsf