- stop firstly CEP
- find shinding.war (wso2cep-4.1.0/repository/deployment/server/webapps/shindig.war)
- in WAR find shinding-extras-VERSION.jar (under WEB-INF/lib) extract JAR
go to features.txt and comment
#features-extras/com.google.gadgets.analytics/feature.xml
pack again jar (by jar tool cvf jar_name.jar .)
- redeploy WAR with the new JAR
- start CEP
Asked
Active
Viewed 84 times
-1
-
2I'm voting to close this question as off-topic because It is not even a question – Cyril Gandon May 19 '16 at 15:57
-
It is a question with answer. Download a fresh version of CEP from WSO2. You will see a lot of google analytics errors on the console saying that a connection could not be established, for example. Whenever you restart the service it will slown down your development as the service waits for a couple of seconds. – Marian86 May 22 '16 at 12:12
1 Answers
0
This discussion might help you.
According to that,
To get rid of this error we have to remove google related stuff from shindig features.txt file
features-extras/analytics/feature.xml
features-extras/com.google.gadgets.analytics/feature.xml
So, you may give another try with your step 4 adjusted.