-
Notifications
You must be signed in to change notification settings - Fork 23
configuration BridgePF #966
Comments
did anybody get to the bottom of the issue? |
It looks like we had inadvertently hardcoded our Stormpath directory into the DefaultStudyBootstrapper https://github.com/Sage-Bionetworks/BridgePF/blob/develop/app/org/sagebionetworks/bridge/DefaultStudyBootstrapper.java#L53 This will fail because you don't have permissions to our Stormpath bootstrapper. For the time being, you should edit this to point to your own Stormpath directory. If you attempted to run the Bridge Server once and it failed on the DefaultStudyBootstrapper, this may have left your DynamoDB tables in bad state. You should empty out all DynamoDB tables before attempting to run Bridge Server again. |
Hi, Constructor threw exception; nested exception is com.amazonaws.SdkClientException: Unable to execute HTTP request: java.security.cert.CertificateException: No X509TrustManager implementation available I used keytool to generate the jks file: keytool -genkey -alias mydomain -keyalg RSA -keystore KeyStore.jks -keysize 2048 and then converted it to pem file to be uploaded to the aws key signing certificate. Did i do something wrong? |
Can you describe the command you used to start the server and post a full stack trace? Thanks! |
Hi, I trying to configure BridgePF.
I use AWS and Stormpath free tier.
On AWS I have configured four users with access to S3 and DynamoDB.
Stormpath is been configured too (I hope correct).
Can you give me some advice/ point what I may having configured wrong, when I getting this error:
Test fails too.
Thanks
The text was updated successfully, but these errors were encountered: