Mulesoft JIRA connector Projects - Get all - mule

Unable to fire this query against the Jira Cloud using Mulesoft Jira connector. Error received is.
jiraFlow.CPU_LITE #7d809c06] [event: 0-356c64c0-85d0-11eb-b94a-3800251e5a83] org.mule.runtime.core.internal.exception.OnErrorPropagateHandler: Initialising exception listener: org.mule.runtime.core.internal.exception.OnErrorPropagateHandler#63d07a91
Anytime Studio version: 7.8.0
Mule rutime version: 4.1.1 EE

The error details provided don't allow much insight, however using Mule 4.1.1 is completely not recommended. It is the first Mule 4 release from about 3 years ago, and doesn't include any of the many bug fixes and improvements from later releases. Try with Mule 4.3.0 that is the recommended last version.

Related

Can someone share the Mule official link to download Data-weave plugin patch for Mule Runtime Version 3.9.0 Community Edition?

In this https://help.mulesoft.com/s/article/Runtime-Security-Update-February-22-2021 page a Data-weave plugin patch of Mule Runtime Version 3.9.0 is enlisted as a fixation of "Server Side Request Forgery affecting Mule runtimes in certain use cases". But the patch jar is not available in given link https://help.mulesoft.com/sfc/servlet.shepherd/version/download/0682T000008XHSw. Can anyone help to get the workable link to download the mentioned patch jar?
No. MuleSoft only distributes patches for the Enterprise Edition (ie the commercial version). The reason you can not use the link is that you need to be a customer of the Enterprise Edition. Even if you could access it, trying to use a patch for a different version or edition may cause unexpected failures.

Mule 4.1.2 custom connector error

I have created custom connector project using below command, "mvn org.mule.extensions:mule-extensions-archetype-maven-plugin:generate" in Mule 4. But when i open this project in anypoint studio 7.1.2 it gives below error ('The import org.mule.runtime cannot be resolved') in all of defaultly created java.class files. I have updated the pom file dependencies also, but still issue persists.
Help me to resolve this error, thanks in advance
Thanks,
Videesh.
Studio 7 (including the at this time last release 7.2.2) doesn't support Mule SDK projects. You can use any other IDE that supports generic Maven projects.

NoClassDefFoundError: com/ibm/wsspi/uow/UOWException

We are migrating from WebSphere 8.0 to WildFly 10.0.0. after compiling the project in eclipse and removing all the reference of IBM WebSphere jars, on deploying the application, I am getting an error that NoClassDefFoundError: com/ibm/wsspi/uow/UOWException
I have tried to search this exception class in my project, i did not find any.
Can you please help me in fixing this error.
Along with the migration , we are also upgrading Java version to 8 and Spring version to 4.3.0
While working on this, I figured that we were referring to WebSphereUowTransactionManager which is specific for WebSphere in the Springs Transaction Manager. We have to replace it with JtaTransactionManager for removing the exception.

Mule: Deployment Error reading plugins

While deploying simple hello world application on Mule, i am getting following error. Any way to resolve the same?
Reading plugins from: D:/MULE/MuleStudio/plugins/org.mule.tooling.server.3.5.0_3.5.0.201405141856/mule/plugins
Exception in thread "main" java.lang.NullPointerException
Version: Mule Studio 3.5,
Java: JDK 1.6
Flow include a HTTP adapter|Request-Response and logger only.
I am able to resolve this issue.
Actually, I was creating project with Mule Cloud Runtime; but I need to create it with Mule Server 3.4.1 EE. After creating project correctly, i am able to deploy it successfully.

JPA 2.0 with Weblogic 10.3.5 Eclipselink issue - This version of OpenJPA cannot read a persistence.xml document

JPA 2.0 "seems" to be finally working in my application deployed on Weblogic 10.3.5 (after tweaks described below).
However, I still get the following message on the WL console terminal:
This version of OpenJPA cannot read a persistence.xml document with a version different from "1.0". Found: version "2.0" in
This is appearing more than once in the logs and I am looking at some way to get rid of it. Read somewhere that this happens with WL 11g release but is there a way to hide/do away or fix it?
Environment:
Weblogic 10.3.5
Toplink configured as default persistence provider in console
WL classpath modified to have jpa2 specific jars in WL in front of the path (as described in Toplink with Weblogic 10.3)
Removed Toplink jars from application.
We've used the Oracle patch to configure JPA2 on WLS 10.3.5
http://docs.oracle.com/cd/E24329_01/web.1211/e24972/using_toplink.htm#CIHIBGBG
Looks as if Kodo is using openJPA. You might consider configuring Toplink in your console.