cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Thomaspl
Level 3

Rule doesn't work

Hello team,

I'm facing issue about rule, in my case I'm extracting version from Tomcat with a batch. Goal is to delete my tomcat 9 and only the 9 version to replace it with a 10 version.

My result extracted to $TOMCAT_VERSION_STDOUT$ is good, seen output with a "system environment variable" to be sure about that (cause it's not debugged on log).

But my actions depending of this rule I set, doesn't be launched (see logs, actions should be on line 213).

What is wrong here?

 

Thanks in advance

Merry Christmas

0 Kudos
(3) Replies
vjayaraman
Revenera
Revenera

Is the folder not deleted if it finds version 9?

Log:

Exécuter code personnalisé
class com.ilex.ia.customcode.action.UpdateVersionToUpgradeAction.install() Unexpected Fatal Error:
java.lang.OutOfMemoryError: Java heap space
at java.base/java.util.concurrent.ConcurrentHashMap.putVal(Unknown Source)
at java.base/java.util.concurrent.ConcurrentHashMap.put(Unknown Source)

 

Please increase the java heap size and try

0 Kudos

> Is the folder not deleted if it finds version 9?

That's right, version returned is 9.0.43.0 , and Tomcat folder is not deleted, the real issue is that the action is not even processed, the rule is true.

See logs without the java oom issue. This wasn't related to my original issue.

0 Kudos
Thomaspl
Level 3

Hello,

 

Any news about this bug ?

0 Kudos