Bug 874617 - QuickStart Tweetstream: compilation errors
Summary: QuickStart Tweetstream: compilation errors
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Templates
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Bill DeCoste
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-08 14:30 UTC by Attila Nagy
Modified: 2015-05-15 02:08 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-13 23:40:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
stack trace (22.82 KB, text/rtf)
2013-01-17 21:43 UTC, Chandrika Gole
no flags Details

Description Attila Nagy 2012-11-08 14:30:50 UTC
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:

Comment 2 Bill DeCoste 2013-01-16 22:08:43 UTC
set twitter-core version

Comment 3 Chandrika Gole 2013-01-17 21:43:15 UTC
Created attachment 680554 [details]
stack trace

Comment 4 Chandrika Gole 2013-01-17 21:44:04 UTC
The app builds now but I get an Internal Server (500) error
Created attachment 680554 [details]
stack trace

Comment 5 Bill DeCoste 2013-01-17 22:18:44 UTC
quickstart updated

Comment 6 Chandrika Gole 2013-01-19 00:50:20 UTC
verified this 

1. Followed instructions on https://github.com/openshift/tweetstream-example

Access application at http://tweet-cgole7.dev.rhcloud.com/pages/home.jsf


Note You need to log in before you can comment on or make changes to this bug.