Infinite loop when starting WSO2 5.10 on windows - wso2

Fresh installed WSO2 5.10 using windows installer, and when browsing user-portal i got an infinite loop
on this url, with code and session_state refreshed
https://localhost:9443/user-portal/login?code=f7c96e34-f5d6-379f-89c7-d15274ba5332&session_state=98e9dd8d74663c6fb68fe49ad6e6cae19c9b10610a32a2aac1dcf397d1a6909e.0LckwO0Ea8fzcXJYSjRtMQ
Anybody experienced the same ?

Related

Which Sentry SDK should I install for my application?

I currently have an iOS application written in C++/Qt and I want to integrate Sentry in my app. The problem is : I don't know which Sentry SDK I should use between sentry-cocoa and sentry-native.
How should I chose the SDK for my application ?
I tried installing sentry-native but I get this error :
[sentry] DEBUG discarding envelope due to invalid transport.
Does this mean that if I go with the native SDK, I will have to rewrite a transport ?
After some days experimenting, I came to the conclusion that I just needed to install the sentry-cocoa SDK for my application to be working !

Is there a way to get a newer version of the Duo SDK for ColdFusion?

Currently the only version of the SDK for Duo works with the deprecated v2 of Duo's web SDK. I'm looking for a way to simply get started with bringing Duo's 2FA into my ColdFusion application. I've looked at Duo's guide for upgrading from v2 to v4 and it isn't terribly specific. They seem to no longer be developing the ColdFusion SDK, but I've got a very large legacy ColdFusion application that can't be easily migrated to node or something else at the moment. This is the SDK I've seen so far: https://github.com/duosecurity/duo_coldfusion

All the IIS sites are already configured by some other version of ColdFusion

We recently did an update to 2016 for ColdFusion. After the update my application was not working. It shows Access Forbidden error. I checked the WS.config file to see if ColdFusion and IIS are connected. At that time I could see it was empty. When I tried to add it then it shows the error All the IIS sites are already configured by some other version of ColdFusion.
Can anyone please help me with this problem?
We got the error message All the IIS sites are already configured by some other version of ColdFusion. when switched to another Coldfusion version. We tried many of the solutions which didn't work out for us.
Finally, we uninstalled IIS windows feature entirely(we were able to do that since it was a dev machine) restarted as prompted, and installed IIS feature again which resolved the problem.

How to check whether code will work on CF9 server while working on CF10 server?

I have installed CF10 server installed on my local machine. We are migrating from CF9 to CF10. We use CFWheels framework for development. There are certain projects which are still on CF9. I would like to know, is there any way to check whether my code will work on CF9 server as well while working on CF10 server.
Thanks
The only way is to run the applications in development on the correct versions of ColdFusion.
I have projects that use different versions of ColdFusion and I simply have multiple versions installed on my development machine and start up whatever version I need based on which project I am working on. This ensures that the code I am writing will work with the version I need.

Install multiple facebook applications simultaneously

We're using the facebook SDK to install multiple facebook applications simultaneously, but sometimes not all apps are installed.
It appears there is some limitation or bug regarding the number of facebook applications we can install at a time (on facebook's side).
For the time being we've implemented a workaround, which includes waiting for a few seconds between each app installation, but obviously that's not a solution and it's also not working properly.
Has anyone encountered such a problem? What did you do with it?
Thanks!
Relevant Installation Code:
FB.api('/'+pageId+'/tabs?access_token='+pageAccessToken, 'post', params,