Issue with connecting to magento connector in mule - magento

I am trying to configure a magento connector into my anypoint studio.
I have a magento instance running locally and I have created a user and role for the SOAP requests.
On adding the magento connector to the flow, I try to test the connection using the following properties
Url: http://localhost/magento/api/v2_soap
magento user name and password which is the api key.
However when I test the connection, I get an error
org.mule.api.ConnectionException:(301) Moved Permanently
I also tried giving the url http://localhost/magento/index.php/ap...
However it gives the same error.
Is there any way to resolve this problem?

Username and API key will allows you to connect using Magento connector
EX: https://sashistore.gostorego.com + /api/v2_soap?wsdl is url
For Reference Please go through : http://www.magentocommerce.com/api/soap/introduction.html
Let me know if it works

Related

Unable to connect to GitHub Apps via SonarQube CE. It keeps returning Unauthorized

I am working on integrating SonarQube within my Organizations' CI pipeline, and getting last this huddle is the last step to doing that. I need help with the problem below:
I am trying to connect my SonarQube Community Edition deployment to GitHub, and I did set up a GitHub app, and used the credentials to set up a GitHub Project on SonarQube. However, whenever I try to initiate the project, I keep getting returned unauthorized: 'You're not authorized to access this page. Please contact the administrator.'. This is at the URL: https:///sessions/unauthorized.
I get this in the logs:
WARN web[AYNny08VYY7aX7LCAAXh][o.s.s.a.AuthenticationError] No provider key found in URI

Strapi:google providers issue

I have a question regarding Providers.
I'm using Strapi in the docker with Nginx reverse proxy and I set up google provider and service.js I added URL: env("", "https://my-link.com/api"),
in the beginning, everything was working fine till I clear the browser cache. Now I'm getting an error
Grant Missing session or misconfigured provider
so when I call /connect/google/callback its fail with 302
On the Strapi website, I found this but not much clear how to debug the issue
Grant: missing session or misconfigured provider: It may be due to many things.
The redirect URL can't be built: Make sure you have set the backend URL in config/server.js: Setting up the server URL
A session/cookie/cache problem: You can try again in a private tab.
The incorrect use of a domain with ngrok: Check your urls and make sure that you use the ngrok URL instead of http://localhost:1337. Don't forget to check the backend url set in the example app at src/config.js.
Thanks in advance.

What is default Server URL for creating openshift project using eclipse plugin?

I am trying to create openshift application using jboss plugin in eclipse.
While creating project I given following server URL: https://openshift.redhat.com
and choose authentication protocol as basic and provided correct user id and password. But after pressing Next button I am getting following error:
"Unable to read endpoint https://openshift.redhat.com/api"
I also tried https://console.preview.openshift.com/console/ server URL, Still I am getting same error.
Please let me know what is the correct server URL for creating openshift application?

Algolia Magento Configuration

I created a application in Algolia for my magento store. Downloaded the extension and set the all the configurations as in the YouTube video tutorial.
Application ID
Search-only (public) API key
Admin API key
My problem is that when I click on the save config button it shows me an error:
An error occurred while saving this configuration: Hosts unreachable: Couldn't resolve host 'W0N31U5T1P.algolia.net',Couldn't resolve host 'W0N31U5T1P-1.algolianet.com',Couldn't resolve host 'W0N31U5T1P-2.algolianet.com',Couldn't resolve host 'W0N31U5T1P-3.algolianet.com'

j_security_check returns 500 (Internal Server Error)

Im trying to do a Worklight form based authentication following this guide:
Using WebSphere DataPower as a Security Gateway for Protecting Mobile Traffic.
Iim using a WebSphere Application Server 8.0.0.6, Worklight 6.0.0(EE)and when i tried to login using the app, the console on the navigator returns this:
POST http:// localhost :9081/probandoEldap/apps/services/j_security_check 500 (Internal Server Error) "
and the following message:
"com.ibm.websphere.servlet.session.UnauthorizedSessionRequestException: SESN0008E: An user authentication with anonymous has tried to access to a session which is property of user :defaultWIMFileBasedRealm/uid=wasadmin,o=defaultWIMFileBasedRealm.
IBM WebSphere Application Server"
Is there anything that I must config on my websphere to make it work?
This seems to be a problem associated with wrong cookie. If you look into the j_security_check call you will see LTPA [most probably by the name LTPA2] cookies going with it. The cookie contains id of user 'wasadmin'. If you remove this cookie from request the problem will go away. Are you using local file based authentication?
Ajitabh

Resources