0 Replies Latest reply on Mar 26, 2013 8:09 AM by mohsin

    Twitter Web Socket Credentials Change to Mine one Result Error

    mohsin

      i have changed credential to get my twitter account updates ,

       

      private static String consumerKey

       

      private static String consumerSecret

       

      private static String accessToken

       

      private static String accessTokenSecret

       

      then run as maven build i got this error,

       

      SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

      SLF4J: Defaulting to no-operation (NOP) logger implementation

      SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

      Scanning for projects...

                                                                              

      -


      Building Camel :: Example :: Twitter WebSocket 2.10.4

      -


      >>> exec-maven-plugin:1.1.1:java (default-cli) @ camel-example-twitter-websocket >>>

      --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ camel-example-twitter-websocket ---

      <<< exec-maven-plugin:1.1.1:java (default-cli) @ camel-example-twitter-websocket <<<

      --- exec-maven-plugin:1.1.1:java (default-cli) @ camel-example-twitter-websocket ---

      -


      BUILD FAILURE

      -


      Total time: 4.701s

      Finished at: Tue Mar 26 16:30:05 EDT 2013

      Final Memory: 7M/19M

      -


      Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:java (default-cli) on project camel-example-twitter-websocket: An exception occured while executing the Java class. org.apache.camel.example.websocket.CamelTwitterWebSocketMain ->

      To see the full stack trace of the errors, re-run Maven with the -e switch.

      Re-run Maven using the -X switch to enable full debug logging.

      For more information about the errors and possible solutions, please read the following articles:

      http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

       

      Hopes for your suggestion?