In case the Connect CDC Listener cannot be connected from the kernel and you get a message that includes the problem of the files having write access, try the following chmod for the jarfiles directory:
-
cd <install-directory>/jarfiles.
-
chmod 757 *.*
-
Start/stop the Connect CDC Listener and your request.
-
If this setting does not work, try:
chmod 755... not 757 *.*
Start/stop the Connect CDC Listener and your request.
-
If step 4 does not work, try:
chmod 570
Start/stop the Connect CDC Listener and your request.
-
If step 5 does not work, try:
chmod 555
Start/stop the Connect CDC Listener and your request.