jPOS
jPOS copied to clipboard
jPOS Project
From jpos google group https://groups.google.com/g/jpos-users/c/sa8LIIg4ZNQ/m/fFdIxt7rCwAJ ``` java -cp bcprov-jdk18on-172.jar -jar /opt/jPOS/jpos/build/install/jpos/jpos-2.1.8-ST-q2.jar -c "smconsole -jce org.bouncycastle.jce.provider.BouncyCastleProvider -lmk lmk.key IK 128 ZPK E61BCE2AF5508A0E8705BC05AE0BC68B 128 ZMK D48177CDD2ED9E43BB607D9BEE21B17F E7472E" I was getting below error,...
``` Exception in thread "SystemMonitor" java.util.ConcurrentModificationException at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1511) at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1544) at java.base/java.util.HashMap$EntryIterator.next(HashMap.java:1542) at org.jpos.iso.ISOServer.dump(ISOServer.java:767) at org.jpos.util.NameRegistrar.dump(NameRegistrar.java:153) at org.jpos.q2.qbean.SystemMonitor.generateFrozenDump(SystemMonitor.java:249) at org.jpos.q2.qbean.SystemMonitor.run(SystemMonitor.java:128) at java.base/java.lang.Thread.run(Thread.java:829) ``` This dump needs a lock.
There are some use cases (config UI) where access to gretMaxValidField can come handy.
I ran `gradlew` and build was successful. But, I didn't get any JAR artifact, and I don't see any changes. What is the actual output of Gradle build that is...
In the org.jpos.iso.filter.XSLTFilter.java file, there is a functionality for XSL transformation without setting secure parameters, which poses a risk of Remote Code Execution (RCE). It is recommended to add secure...
…ellipsis for truncated fields This mirrors PR 584 on the `main` branch into `next`.
I tried to build jPOS with `.\gradlew build` and my build failed for unknown reasons. How can I debug it so I know where the building failed?
From jpos-users discussion @alcarraz raised a good point: "As it is right now, I believe the session is closed after the channel is added to the usable channels, so the...