0

When I try to create a derby account in SnapLogic through the JDBC snap, I get the following error:

POST for http://prodxl-ccproxy4.fullsail.snaplogic.com:8087/api/1/rest/account/validate failed: Server Error.
Bilesh Ganguly
  • 3,792
  • 3
  • 36
  • 58

1 Answers1

0

So, here I have posted some error. It is because, we have to use derbyClient.jar instead derby.jar. When we want to run derby with specific to server.

Otherwise, we can use derby.jar only.

Bilesh Ganguly
  • 3,792
  • 3
  • 36
  • 58
  • For more background information about the difference between the `derby.jar` ("Embedded") configuration and the `derbyClient.jar` ("Client-Server", or "Network Server") configuration, please see: https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/getstart/cgsquck70629.html – Bryan Pendleton Feb 10 '17 at 00:48