Mulesoft conversion error message: "There is some error in the current class path"

New to working with MuleSoft, and I get the error message "There is some error in the current class path" when adding a Transform message to the message flow. I just finished setting up Anypoint Studio, so this might be a configuration step that I missed somewhere.

DW Script Error Payload (default)

+4
source share
3 answers

I also ran into the same problem and I follow the steps below Go to the project Right click > Mule > Update project dependencies

. - , .

, .

+4

, , - . , Project → Properties → Java Build Path, Mule Server 3.7.2 EE, "", , "", "". , , , Anypoint Studio .

.classpath:

:

<classpathentry kind="con" path="MULE_RUNTIME"/>

<classpathentry kind="con" path="MULE_RUNTIME/org.mule.tooling.server.3.7.2.ee"/>

, .

+1

Right click on the project -> go to properties -> select the desired java version and any projects in the domain -> delete any java version / domain without links from the Java build path.

0
source

Source: https://habr.com/ru/post/1620413/


All Articles