You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where it should return the data output but it fails with the given message:
{
"details": "Failed to retrieve data.app-1662467546832: Name or service not known",
"message": "Failed to retrieve data."
}
Expected behavior
To be able to access the data artifact of the apps.
Screenshots & Logs
2022-09-06T12:51:57,393 [https-jsse-nio-8081-exec-4] DEBUG - Found 'Content-Type:application/json' in response
2022-09-06T12:51:57,393 [https-jsse-nio-8081-exec-4] DEBUG - Writing [{"details":"Failed to retrieve data.app-1662467546832: Name or service not known","message":"Failed (truncated)...]
2022-09-06T12:51:57,394 [https-jsse-nio-8081-exec-4] DEBUG - Resolved [java.io.IOException: Could not connect to data source.]
2022-09-06T12:51:57,395 [https-jsse-nio-8081-exec-4] DEBUG - Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
2022-09-06T12:51:57,395 [https-jsse-nio-8081-exec-4] DEBUG - Completed 417 EXPECTATION_FAILED
2022-09-06T12:51:57,395 [https-jsse-nio-8081-exec-4] DEBUG - onApplicationEvent: ServletRequestHandledEvent: url=[/api/artifacts/d0a7cfa3-2e22-4da9-aa07-146ba9cf8c5e/data/**]; client=[172.17.0.1]; method=[GET]; servlet=[dispatcherServlet]; session=[null]; user=[admin]; time=[256ms]; status=[OK]
Desktop
OS: Ubuntu
Browser: chrome and firefox
Version (DSC): 8.0
Additional context
I can see that the IDS Connector cannot reach the apps with their domain name since those domain names are not in its /etc/hosts, where it is needed to access them with their DNS.
The text was updated successfully, but these errors were encountered:
The functionality of data routing between the IDS Connector and the downloaded apps from IDS AppStore is not working.
To Reproduce
Steps to reproduce the behavior:
1- after successfully downloading an app from the binac appstore using the following offer "https://binac.fit.fraunhofer.de/api/offers/c9fba083-5caa-4ebb-8bdd-b26a14231e82"
2- Then, the app was started using the following API and the app can be seen on portainer with its running status:
3- Next, to allow routing between the IDS connector and the deployed app, a camel route has been created using the following command:
The response:
4- Followed by setting the setting the endpoint of the app as a start of the created route using the following command:
5- Finally, an artifact has been created by the following:
The response:
6- Now, to access the data with the created artifact, the following was used:
where it should return the data output but it fails with the given message:
Expected behavior
Screenshots & Logs
Desktop
Additional context
The text was updated successfully, but these errors were encountered: