12,460 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
33
views
WSO2 http automatic retry to the backend
I'm using WSO2 4.4.0 (control-plane + gateway).
I have a publication that sometimes responds with a 500 error. I want to configure automatic retry of the request before responding to the client. For ...
0
votes
0
answers
75
views
Wildfly 37 + OIDC against WSO2 (aka: not Keycloak)
I am trying to configure a Wildfly 37 standalone instance to authenticate a webapp users against a WSO2 using the elytron-oidc-client subsystem. I managed to make it work, but I had to modify some ...
0
votes
0
answers
30
views
Two *.car files created in the temp dir while running one project
I’m encountering an issue while running a project in WSO2 MI (Micro-Integrator) inside VS Code. Under the directory .wso2-mi\micro-integrator\wso2mi-4.4.0\temp, I see two generated folders, one of ...
0
votes
0
answers
72
views
java.lang.ClassNotFoundException: class org.apache.activemq.jndi.ActiveMQInitialContextFactory not found at run time
WSO2 EI 6.6.0 is configured and run together with ActiveMq 5.16.4. Sending and receiving JMS messages works fine but time to time following error occurs at run time. To solve it, it is necessary to ...
Advice
0
votes
3
replies
111
views
Unable to assign custom roles to users after upgrading WSO2 IS from 7.1.0 to 7.2.0
We are currently upgrading our IAM solution from WSO2 Identity Server 7.1.0 to 7.2.0, and we are facing an issue related to role assignments after the upgrade.
When performing a Helm upgrade of our ...
1
vote
1
answer
46
views
WSO2 Integration Studio: An error occurred while creating the carbon archive file
I have a WSO2 multi-module Maven project with ESB config, exporter, and mediator projects. When I run my project in WSO2 Integration Studio and select the mediator project to include in the CAR file, ...
0
votes
0
answers
60
views
WSO2 API Manager BindException: Address already in use Despite Port Change and Free netstat
On a Windows 11 computer, I'm trying to launch WSO2 API Manager (APIM) version 4.6.0 (C:\wso2am-4.6.0\wso2am-4.6.0\bin).
The server starts up and initializes throttling policies, but it consistently ...
0
votes
1
answer
72
views
User Onboarding options missing in console
Not able to enable the Self Registration through the Management Console because the User Onboarding options in Login & Registration do not show in WSO2 Identity Server version 7.2.0.
It's only ...
0
votes
0
answers
63
views
WSO2 MI Docker image built via VS Code extension fails at startup: WSO2 Carbon initialization Failed Invalid UTF-8 start byte 0x93
Symptom
When I build a MI Docker image using the WSO2 VS Code extension (Project Overview → Build Docker Image), the container fails on startup with this error:
2025年10月24日 09:25:58.643 | [2025年10月24日 ...
0
votes
0
answers
55
views
WSO2 API Manager 4.5.0 – Out Flow mediation sequence not triggered when Response Caching is enabled
Everything works fine, caching is active and responses are served from cache.
However, when the response is served from cache (cache hit), the Out Flow (response flow) doesn’t execute at all — meaning ...
0
votes
0
answers
62
views
WSO2 APIM 4.4.0 Operation Policy Issue
I ran into a problem: Custom operation policies created in Publisher don't sync to Gateway in distributed Docker setup(same issue k8s), causing "Sequence not found" errors. (it was and in ...
0
votes
0
answers
74
views
wso2 api manger rate limiting does not work
Environment
WSO2 API Manager 4.3.0 (single-node, running in Docker)
WSO2 Identity Server 6.1 (used as Key Manager)
Docker compose; containers run in host network_mode
Databases on external MSSQL (...
0
votes
1
answer
97
views
WSO2 Micro Integrator "Failed to create InitialContext using factory specified in hash table" for LDAP Operation
I am trying to connect my APi developed by wso2 MI VsCode to an OpenLDAP server running on Ubuntu WSL. I’m using the WSO2 LDAP connector (V2) to perform LDAP operations (search, authentecates), but ...
2
votes
1
answer
456
views
How can I include the user email claim in JWT tokens in WSO2 API Manager without manually editing each Service Provider?
I’m using WSO2 API Manager 4.4.0 as a proxy to my backend.
My backend requires the user email to be included as a claim inside the JWT token.
I already enabled JWT generation in deployment.toml with:
[...
0
votes
1
answer
42
views
WSO2 MI 4.4.0 - Unable to push data to AWS SQS Queue using AWS SQS connector via proxy server
I am trying to push incoming data to AWS SQS in WSO2 MI 4.4.0 using AWS SQS connector v3.0.1.
Integration: WSO2 MI 4.4.0
Developer Tool: WSO2 MI for VS Code extension
OS: Ubuntu 22.04
Proxy server: ...