...
Table of Contents |
---|
Adapter Issues
How to configure unsecured adapter and entity web services to use SSL/TLS?
By default the unsecured Entity and Adapter services should work over SSL/TLS as long as you configured your application server in two way TLS (which is the base requirement for CONNECT).
For Entity, just change the service url port and protocol to https and try:
https://localhost:8181/Gateway/DocumentRetrieve/2_0/EntityService/EntityDocRetrieve
...
If your local gateway uses the CommonType JAR, make sure it is the correct version. Otherwise, please make sure your local gateway is using the correct schema.
Build Exceptions
What can I do if I can't build the EAR due to
...
Validation Suite failing?
The EAR is still built before this state and can be located in the Target folder. You can deploy this EAR file manually to your server and debug it with your IDE of choice. You may then run the SoapUI validation suite Validation Suite manually while being able to use breakpoints and step into the methods / features that are failing.
...
Check to make sure your container server meets the minimum requirements and you have followed all of the setup instructions.
I deployed CONNECT again, and the deploy failed and it ran out of memory. Why?
...
Why can't I log into the Admin GUI?
Ensure you are using the right correct Username / and Password. You can reset the Admin GUI accounts by running the supplied SQL scripts to reset the database to its default CONNECTAdmin account.
...