You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@gobblin.apache.org by ap...@gmail.com on 2019/04/17 21:32:10 UTC

Apache Gobblin Gitter messages at 2019/04/17 14:32:09

####  ![](https://avatars0.githubusercontent.com/u/31285929?v=4&s=60) satishsg
(satishsg)

**[2019-04-17T16:38:18.499Z]** hi guys, I am new to gobblin and trying to use
it to extract data from salesforce in standalone mode using gobblin-
distribution-0.10.0.tar.gz. I ran into java.lang.ClassNotFoundException:
org.apache.gobblin.salesforce.SalesforceSource but fixed it by copying the jar
files from incubator-gobblin-release-0.14.0 build directory.  
Now, i got error java.lang.NoClassDefFoundError:
com/sforce/async/AsyncApiException  
java.lang.NoClassDefFoundError: com/sforce/async/AsyncApiException. not sure
how to fix this one?  
I thought the build contains these jars already. does it now? What am I doing
wrong. please help

* * *

####  ![](https://avatars2.githubusercontent.com/u/69499?v=4&s=60) Abhishek
Tiwari (abti)

**[2019-04-17T17:39:02.085Z]** how did you build the distribution, perhaps the
flavor you choose does not has SF dependencies being pulled in

* * *

####  ![](https://avatars0.githubusercontent.com/u/31285929?v=4&s=60) satishsg
(satishsg)

**[2019-04-17T19:29:32.712Z]** @abti I downloaded 0.14.0 from
<https://gobblin.apache.org/download/>

* * *

####  ![](https://avatars2.githubusercontent.com/u/69499?v=4&s=60) Abhishek
Tiwari (abti)

**[2019-04-17T20:03:49.954Z]** ok .. you might have to do a full flavor build

* * *

####  ![](https://avatars2.githubusercontent.com/u/69499?v=4&s=60) Abhishek
Tiwari (abti)

**[2019-04-17T20:03:57.448Z]** check readthedocs about flavors

* * *