TWCable / grabbit

Grabbit - Fast Content Sync tool for AEM/CQ
Apache License 2.0
125 stars 64 forks source link

Issue with Grabbit (grabbit-3.0.5) installation #104

Closed ani91 closed 8 years ago

jbornemann commented 8 years ago

Hi @ani91 !

Sorry you are having issues! A couple of things :

If none of these points help, could you provide a the version of CQ/AEM you are running?

jbornemann commented 8 years ago

Also, note that exclude paths are relative. For e.g, path: "apps/onlinePresence/i18n", excludePaths: ["fr"]

jbornemann commented 8 years ago

Hmm, okay. From your original post, one issue is that for some reason grabbit.sh (which is really just a wrapper around cURL) can't find, and/or access your "config.json." Make sure you have appropriate read permissions using stat, or ls -l; You may try toying around with curl -X GET --data-binary "@" --verbose to debug the issue. Another issue may be that Grabbit isn't installed, based on your screenshot above.

To make things a little bit easier - I noticed that we didn't provide a built version of 3.0.5; I've uploaded the built AEM package to https://github.com/TWCable/grabbit/releases/download/v3.0.5/grabbit-3.0.5.zip

The protobuf compiler is only required if you are building Grabbit from source.

jbornemann commented 8 years ago

Also, this may be unclear in the documentation (which we should fix), but the path to the configuration that grabbit.sh asks for is an absolute path on the machine you are running grabbit.sh not an absolute path on the machine the Grabbit client is running - although of course, the machine may be the same.

jdigger commented 8 years ago

@ani91 Did @jbornemann's clarifications help?

jbornemann commented 8 years ago

@ani91 are all the bundles (including Grabbit) in a "Started" state? If you ssh into the box you are playing with above, does curl -u : localhost:4502/grabbit/job/all.json return '[]', with SC_OK?

You can't find the batch-client.log, or batch-server.log? Is Grabbit printing any messages to your error.log on start up?

jbornemann commented 8 years ago

Hey @ani91 did you get this resolved?