- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Rule doesn't work
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
> 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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello,
Any news about this bug ?