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
Description:
when deploying the container wso2/wso2am:3.2.0-alpine (or centos) with seperate mysql db & following mounts the api is kept on container restart, however a republish/redeploy is required before the api is accessible again. The subscriptions & tokens still work.
configure an Api, publish, assign subscriptions, request a token (using postman), use token to access Api
restart container
use the token to acces the Api: <am:fault xmlns:am="http://wso2.org/apimanager"> <am:code>404</am:code> <am:type>Status report</am:type> <am:message>Not Found</am:message> <am:description>The requested resource is not available.</am:description> </am:fault>
request new token (works)
use new token <am:fault xmlns:am="http://wso2.org/apimanager"> <am:code>404</am:code> <am:type>Status report</am:type> <am:message>Not Found</am:message> <am:description>The requested resource is not available.</am:description> </am:fault>
Related Issues:
The text was updated successfully, but these errors were encountered:
this can be fixed by move to persistent volume following folders:
<WSO2_CARBON_HOME>/repository/tenants
<WSO2_CARBON_HOME>/repository/deployment/server
Description:
when deploying the container wso2/wso2am:3.2.0-alpine (or centos) with seperate mysql db & following mounts the api is kept on container restart, however a republish/redeploy is required before the api is accessible again. The subscriptions & tokens still work.
Suggested Labels:
Suggested Assignees:
Affected Product Version:
wso2am:3.2.0
Steps to reproduce:
<am:fault xmlns:am="http://wso2.org/apimanager"> <am:code>404</am:code> <am:type>Status report</am:type> <am:message>Not Found</am:message> <am:description>The requested resource is not available.</am:description> </am:fault>
<am:fault xmlns:am="http://wso2.org/apimanager"> <am:code>404</am:code> <am:type>Status report</am:type> <am:message>Not Found</am:message> <am:description>The requested resource is not available.</am:description> </am:fault>
Related Issues:
The text was updated successfully, but these errors were encountered: