-1
  1. stop firstly CEP
  2. find shinding.war (wso2cep-4.1.0/repository/deployment/server/webapps/shindig.war)
  3. in WAR find shinding-extras-VERSION.jar (under WEB-INF/lib) extract JAR
  4. go to features.txt and comment

    #features-extras/com.google.gadgets.analytics/feature.xml

  5. pack again jar (by jar tool cvf jar_name.jar .)

  6. redeploy WAR with the new JAR
  7. start CEP
Community
  • 1
  • 1
  • 2
    I'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 Answers1

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.

Community
  • 1
  • 1
Dilini
  • 777
  • 8
  • 22