Impact | Type | Component | Release | Details | |||
---|---|---|---|---|---|---|---|
Impact | Type | Component | Release | Summary | Details | ||
Minor | Defect | Connector | 9.2.9.0 | Exception creating JDBCEnableParameterSubstitution parameter |
Before: When creating a JDBC process definition, with a parameter JDBCEnableParameterSubstitution, then a constraint was automatically created for this parameter. If the constraint definition did not exist, it was created. When this process definition is then exported and imported into another environment, where this constraint definition does not yet exist, the import could fail. A workaround is to create manually a temporary JDBC process definition with a parameter JDBCEnableParameterSubstitution, as this will create the constraint definition. After that the temporary JDBC process definition can be dropped again. After: Now, the constraint definition is created at startup. Therefore the constraint definition is available when such a process definition is imported. Id: RCORE-42447 |
||
Minor | Defect | General | 9.2.9.0 | Dispatcher may start a Job Chain job a minute too late in specific circumstances. |
Before: Since 9.2.8.0 and in very specific circumstances, it is possible that a process could be scheduled a minute late. E.g. when a chain call of a chain is put on hold, immediately after the chain is submitted to run immediately, then there is a small chance that the chain gets scheduled a minute late. After: this timing issue is fixed. Id: RCORE-42482 |
||
Minor | Defect | Platform Agent | 9.2.9.0 | Improved logging, mainly for Support, around HTTP redirection and also HTTPS usage |
Before*:* HTTP 30x redirection messages were incorrectly logged under debug logging as failed responses: After*:* 30x messages are not reported as failed responses anymore. Instead are they reported as: Id: RCORE-43048 |
||
Minor | Defect | Server | 9.2.9.0 | Prevent duplication of System_FTP_mget_Parallel and System_FTP_mput_Parallel process definitions |
Before: It was possible to duplicate System_FTP_mget_Parallel and System_FTP_mput_Parallel, even though nothing could be changed on the resulting duplicate. After: To prevent confusion, it is no longer possible to duplicate these definitions. Tickets: 97353 Id: RCORE-32125 |
||
Minor | Defect | Server | 9.2.9.0 | getCurrentValueString() fails where getInValueString() and/or getOutValueString() work |
Before: Calling getCurrentValueString() on a Date or Number parameter would cause a ClassCastException. After: Calling getCurrentValueString() on a Date or Number parameter will return the same value as getInValueString() or getOutValueString depending on whether the parameter is an IN parameter or not, respectively. This makes is consistent with the other getCurrentValue*() methods. Tickets: 146916 Id: RCORE-42410 |
||
Minor | Defect | User Interface | 9.2.9.0 | Remove /components web endpoint |
Before: The information of components that are initialised by lifecycle manager was exposed. After: Do not expose the information of components that are initialised by lifecycle manager. Id: RCORE-42554 |
||
Minor | Improvement | Server | 9.2.9.0 | Fix potential wait for one hour of parent jobs at system startup |
Before: Under some circumstances it was possible for a resilient process to finish before the system had finished starting up. If this happened, and a second process was waiting for the first process, then a delay of up to one hour could occur before the completion of the process was noticed by the waiting process. After: This has been fixed so that the waiter will always immediately see the completion of the child process. Id: RCORE-43037 |
||
Minor | Improvement | Server | 9.2.9.0 | Only update routing table if queueprovider really changes |
Before: When selecting a queue provider for read, the internal routing table would be recalculated, even though the queue provider had not changed. This could occur when setting a field to have the same value that it already has. After: The internal routing table is only recalculated if a change to the routing information occurs. This avoids unnecessary work from being done. Id: RCORE-42683 |
||
Minor | Improvement | User Interface | 9.2.9.0 | Optimize fetching translations for user interface |
Before: Under some circumstances, loading translations for the user interface could be drastically slowed down. After: Loading of translations for the user interface is made faster in all cases. Id: RCORE-43833 |
||
Minor | Improvement | User Interface | 9.2.9.0 | Rename filter "All Closed Queues" to "All Held Queues" |
Before: Default filter "All closed queues" shows queues which are held, which is confusing. After: The filter has been renamed to: "All Held Queues". Tickets: 139250 Id: RCORE-41370 |
||
Normal | Defect | Connector | 9.2.9.0 | OraApps: Make pre-filling fields for default values configurable |
Before: After filling in the responsibility it could take a while that you see the next field filled. The reason is that all fields are checked to pre-fill default data. After: It is possible to influence the behavior pre-filling mapped parameters - keep the recent behavior and prefill all mapped parameters, only pre-fill related mandatory mapped parameters or no pre-fill Id: RCORE-43475 |
||
Normal | Defect | Connector | 9.2.9.0 | OraApps: Mandatory parameters with rel expression not working |
Before: When using REL expressions to pass in values in OraApps job parameters this could fail when the job is used in a chain. After: The REL expression is evaluated before passing the value to the job constraint for checking. Id: RCORE-43480 |
||
Normal | Defect | Connector | 9.2.9.0 | PeopleSoft connector can't work in non-GLOBAL Partition |
Before: PeopleSoft jobs can't run when the PeopleSoft system is created in any partition other than GLOBAL. After: PeopleSoft jobs can now run when the PeopleSoft system is created in any partition. Id: RCORE-43068 |
||
Normal | Defect | Connector | 9.2.9.0 | PeopleSoft: PSjob submit gives errors |
Before: When starting PeopleSoft PSJob processes, only generic parameters could be set. You could not set any specific parameter value for a PSJob subitem. After: When importing PSJob definition from PeopleSoft the subitem parameters are imported and shown on separate tabs. Now, for all these processes that are run by the PSJob definition parameters can be set individually. Id: RCORE-42774 |
||
Normal | Defect | Connector | 9.2.9.0 | PeopleSoft: Unable to use multiple distribution ids when submitting job |
Before: It was only possible to use 1 distribution id when submitting a job to PeopleSoft. After: You can now use multiple distribution ids separated by either a , (comma) or ; (semicolon). Tickets: 147636 Id: RCORE-42510 |
||
Normal | Defect | Connector | 9.2.9.0 | SOAP - Replacement variables are not replaced with empty strings in SOAP definitions if variable value is null |
Before: Replacement expressions are not working with empty strings in SOAP definitions if variable value is null. After: Replacement expressions are also applied on empty strings when the variable is null. NOTE: A replacement expression for a variable that doesn't exist will be replaced with the original expression. For example, if your process has a parameter P1 with no value, a parameter P2 with the value test< then the replacement: <body> <P1>${P1}</P1> <P2>${P2:xml}</P2> <P3>${P3}</P3> <empty>${}</empty> </body> will result in: <body> <P1></P1> <P2>test<</P2> <P3>${P3}</P3> <empty>${}</empty> </body> Id: RCORE-42922 |
||
Normal | Defect | Connector | 9.2.9.0 | SOAP request that needs basic authentication fails with an NullPointerException |
Before: An NullPointerException could be thrown when we are not able to find a correct credential for the basic authentication. After: When we do not find a correct credential we will now set the return code of process to be the return code of the SOAP request (e.g. 401) Id: RCORE-42471 |
||
Normal | Defect | Connector | 9.2.9.0 | Support MariaDB with JDBCJob |
Before: JDBC jobs running against a MariaDB database failed with a java.sql.SQLSyntaxErrorException: invalid callable syntax. must be like {[?=]call <procedure/function name>[(?,?, ...)]}
After: JDBC jobs can now execute SQL statements against a MariaDB database. Id: RCORE-43407 |
||
Normal | Defect | Core | 9.2.9.0 | Add Base64 parameter value 'escaper' |
Before: It was not possible to apply a base64 encoding rule to a parameter replacement. After: It is now possible to encode a parameter replacement as base64 using the base64 rule. Example: ${parameter_name:base64}. This rule can also be chained with other escaping rules, for example ${parameter_name:xml:base64}. Id: RES-802 |
||
Normal | Defect | Core | 9.2.9.0 | Add support for escaping rules on parameter substitution |
Before: Before version 9.2.8, parameter values in HTTP/SOAP requests are not escaped. From version 9.2.8 onwards, parameters are escaped with XML. After: You now can specify how parameter values should be escaped. Without specifying an escaping rule, there is no escaping of the parameter value. There are 4 options to escape a parameter value:
To specify an escape rule you need to add an option on the parameter substitution, e.g. ${parameter_name:xml}. You can specify multiple escape rules on 1 parameter by appending them after each other. They will be handled in sequence of specifying, e.g. ${parameter_name:xml:json} will first escape using XML entities, and then escape that result using json, so an input of ' would become \' whereas ${parameter_name:json:xml} would convert a ' into \', as it would first convert into JSON ( \' ), and then convert that using XML entities. Id: RES-701 |
||
Normal | Defect | Core | 9.2.9.0 | Fix allowing Mail definition types to send to multiple addresses using the ; or , separators |
Before: Mail process definitions failed when sending to multiple recipients. After: Mail process definitions can send to multiple recipients, separated by either , or ;. Id: RES-737 |
||
Normal | Defect | Core | 9.2.9.0 | Use new wsdl reader to allow wsdl 2.0 |
Before: The PeopleSoft connector reads the WSDL in to determine which SOAP calls can be made. The connector was based on reading WSDL 1.1. After: The PeopleSoft connector can now read WSDL 1.1 and 2.0 files to determine the SOAP calls that can be used. Id: RES-732 |
||
Normal | Defect | Documentation | 9.2.9.0 | Windows Service doesn't add lib/ext to the PATH |
Before: The native library files are not accessible when running as a Windows Service. After: The appropriate directory is now on the java.library.path when running as a Windows Service. Tickets: 147026 Id: RCORE-42433 |
||
Normal | Defect | Eclipse Plugin | 9.2.9.0 | Bump Eclipse plugin version |
Before: The version of the Eclipse plugin was not increased, causing Eclipse to ignore the new version. After: The version has been increased, allowing Eclipse to download the version. Id: RCORE-43325 |
||
Normal | Defect | Extension Points | 9.2.9.0 | Database authentication user administration extension leaks memory |
Before: External database authentication extension could become very slow and/or run out of memory with a large amount of users and roles. After: The external database authentication extension has been rewritten and now reacts fast as well uses minimal server memory. Id: RCORE-43214 |
||
Normal | Defect | Extension Points | 9.2.9.0 | Extension point configuration can not be found |
Before: Under some circumstances, if there were a lot of updates, Data Transformer jobs were not able to find their configuration. After: This has been fixed. Id: RCORE-42841 |
||
Normal | Defect | Extension Points | 9.2.9.0 | Release classloader when possible |
Before: Extension points could hold on to class loaders even if the extension point was no longer used. After: The class loader is no longer referenced when not in use. Id: RCORE-43369 |
||
Normal | Defect | General | 9.2.9.0 | AS400: The connections in the ConnectionPool are not cleared |
Before: Using a connection pool with AS400 connection could fail when the secure gateway fails to connect. The connections were not removed from the connection pool when the connection was not established. After: When the connection that is used is returned to the connection pool we check if it is still connected. If so we return the connection, if not we remove the connection from the pool Id: RCORE-43895 |
||
Normal | Defect | General | 9.2.9.0 | Add catalog-admin to downloads RMJ area |
Before: After: Id: RCORE-43958 |
||
Normal | Defect | General | 9.2.9.0 | Allow RedwoodScript-based SOAPRequest to do HTTP request as well |
Before: A SOAPRequest call called within RedwoodScript could only be used to produce a SOAP call. However previously it could also be used to produce a HTTP call. After: Only when the appropriate values are set (e.g. SOAPAction, Accept etc.) these values are set on the SOAPRequest. It means that when not set it can be used as a HTTP request. Id: RCORE-42585 |
||
Normal | Defect | General | 9.2.9.0 | Allow changing the user in CTS Export pusher definition |
Before: Transport requests via CTS+ were always created with RFC user as owner After: Transport request via CTS+ can be created for the other user with new job definition parameter SAP user. Tickets: 147239 Id: RCORE-42675 |
||
Normal | Defect | General | 9.2.9.0 | Allow index to be unique for custom entities |
Before: it was not possible to create unique custom indexes on custom tables. After: it is possible to create unique custom indexes on custom tables. Id: RCORE-43787 |
||
Normal | Defect | General | 9.2.9.0 | BAPI_XBP_GET_APPLICATION_RC should be called only if FL_SHOWLOG is set |
Before: function module BAPI_XBP_GET_APPLICATION_RC has always been called when retrieving joblog Id: RCORE-43471 |
||
Normal | Defect | General | 9.2.9.0 | Cannot control PI channels |
Before: Managing PI channels was not possible due to the jobs failing with an XML parse exception. After: It is possible to manage PI channels. Id: RCORE-42768 |
||
Normal | Defect | General | 9.2.9.0 | ClassCastException on delete of a process definition from the detail pane in the UI |
Before:
After: This is all no longer the case, the ClassCastException is no longer shown, objects get removed from the overview and wont show when using the "show hidden objects" filter. Tickets: 146929 Id: RCORE-42414 |
||
Normal | Defect | General | 9.2.9.0 | Core: JobWorker should write/append the error always to stderr.log |
Before: When an error occurs during runtime in the jobworker the errormessage/stacktrace overwrites the log file. After: We append the message/stacktrace to the error log (stderr.log) Id: RCORE-43900 |
||
Normal | Defect | General | 9.2.9.0 | Core: Process Chains can incorrectly run future steps too early |
Before: Under certain specific timings, it was possible that a Process Chain could run future steps before they should get started. This chance is higher if the chain has preconditions and/or final status handlers. After: The Process Chain runs correctly in these situations. Id: RCORE-43907 |
||
Normal | Defect | General | 9.2.9.0 | Duplicate key error could occur when many usermessages are created in parallel |
Before: A "Duplicate Key" exception could occur when multiple UserMessages were created based on the same UserMessage definition. After: This has been fixed. Tickets: 147172 Id: RCORE-42446 |
||
Normal | Defect | General | 9.2.9.0 | Filters broken on Monitoring Dashboard / Housekeeping Dashboard |
Before: DashBoard dials for both the Monitoring dashboard and HouseKeeping dashboard when clicked, opened the home page instead of filtered overviews of e.g. processes. Additionally the filter menu (top-right corner) did not work anymore. After: Both Monitoring and HouseKeeping dashboards work properly again. Id: RCORE-43844 |
||
Normal | Defect | General | 9.2.9.0 | High CPU usage on spool host by retrieving spool file in PDF format |
Before: High CPU usage on spool host when retrieving spool list in PDF/BIN format Id: RCORE-43403 |
||
Normal | Defect | General | 9.2.9.0 | Icon 'Remove' is missing in Novum theme |
Before: The Novum theme was missing some images that caused buttons not be be clickable After: All images are now provided, making the buttons visible and clickable again. Tickets: 140925, 144242 Id: RCORE-41550 |
||
Normal | Defect | General | 9.2.9.0 | Improve mapping of layout fields to MA RDIP |
Before: P_LAUFD and P_LAUFI in Mass Activity RDIP have been mapped to wrong fields. As such parameter values have not been set properly on the Mass Activity runs. After: Map P_LAUFD and P_LAUFI in Mass Activity RDIP to correct fields. Id: RCORE-42581 |
||
Normal | Defect | General | 9.2.9.0 | Invalid Configuration detected |
Before: Configuration options: UI.HelpVersion and UI.ProductInfoDoc were mandatory, not setting them caused logged ERRORS during installation or build if not set. After: Made UI.HelpVersion and UI.ProductInfoDoc optional in redwood/scheduler/ui/src/xml/configurationoptions.xml config file Tickets: 146964 Id: RCORE-42448 |
||
Normal | Defect | General | 9.2.9.0 | Job chain editor, parameter details splitter bar obscurs header and parameters |
Before: Splitter is transparent therefore not always clear for the user were it is located. After: We accentuated the splitter background color so it is more visible were it is located. Tickets: 141558 Id: RCORE-41630 |
||
Normal | Defect | General | 9.2.9.0 | Job count in joblog of a SAP job is "null" |
Before: Job count in joblog.log and joblog.dat could be null. After: Job count in joblog will be set properly. Id: RCORE-42930 |
||
Normal | Defect | General | 9.2.9.0 | Kill SAP XBP child jobs when the parent is killed |
Before: Killing a batch SAP job did not kill its child jobs After: Killing a batch SAP job kills its child jobs, when /configuration/sap/xbp/EnableKillXBPChildJobsWithParent = true Tickets: 143595, 146372 Id: RCORE-42443 |
||
Normal | Defect | General | 9.2.9.0 | MailConnector: Update JobRemoteId generation |
Before: When more than one MailConnector was active on the same mail account they conflicted because of how the remote id was generated. Due to this only one of them handled an incoming email and started a corresponding job. In addition when a mail server automatically changed the header of an already processed email it was processed again by the MailConnector each time the header was changed. After: When more than one MailConnector is now active on the same mail account they no longer conflict because of how the remote id is generated now. Due to this now each of them handles an incoming email and starts a corresponding job. In addition when a mail server now automatically changes the header of an already processed email it is not processed again by the MailConnector each time the header is changed when it is excluded by adding the connection setting "redwood.mail.id.exclude.header" and listing the corresponding headers to be excluded separated by "," or ";". Id: RCORE-42526 |
||
Normal | Defect | General | 9.2.9.0 | Mark mandatory fields in JCE Raise/Wait Events |
Mandatory fields with are now marked with * for Job Chain Editor Raise/Wait Events. Tickets: 146774 Id: RCORE-42413 |
||
Normal | Defect | General | 9.2.9.0 | NPE in System_ReportRun when no limit set |
Before: When running System_ReportRun on a Report process definition that did not have a limit defined, it would fail with a NullPointerException, and if a limit had been defined, it would be used, even if it exceeded the system wide report limit of 500,000 rows. After: Whenever a Report process definition is run, it will be limited to 500,000 rows, whether run directly or via System_ReportRun. If run via System_ReportRun, then it will not fail with a NullPointerException, even if the limit is not set. Tickets: 146787 Id: RCORE-42396 |
||
Normal | Defect | General | 9.2.9.0 | PeopleSoft: Unable to find System_PeopleSoft_MonitorJob |
Before: When starting PeopleSoft jobs that create child jobs a NullPointerException could occur with the message that child jobs can't be created. The childjob definition had to be imported before a parent job with these childjobs could be used. When the job definitions are not imported we are searching for a default job definition "System_PeopleSoft_MonitorJob". The search for this job definition caused a NullPointer Exception. After: The "System_PeopleSoft_MonitorJob" is searched in the correct Application. Id: RCORE-42451 |
||
Normal | Defect | General | 9.2.9.0 | Potential NPE in JobFile.updateFromLocalFile() |
Before: Under some circumstances, a user with limited security permissions would get an NPE when attempting to attach a file to a UserMessage. Specifically, if the user could not see the System process server, this would occur. After: This now works without error. Tickets: 128630 Id: RCORE-39713 |
||
Normal | Defect | General | 9.2.9.0 | Potential NPE when importing multi-step SAP jobs |
Before: When the process server of the SAP system located in a partition different from the one of the SAP system, SAP_GenerateCcmsJobDefinition fails with a NPE. After: When the process server of the SAP system located in a partition different from the one of the SAP system, SAP_GenerateCcmsJobDefinition completed with a message that ABAP program and variant cannot be imported. Tickets: 131435 Id: RCORE-40316 |
||
Normal | Defect | General | 9.2.9.0 | Properly set default expression of Recipient parameters when importing CCMS jobs |
Before: When importing a CCMS jobs, the recipient type on the generated process definition has been always set as Internet User. After: When importing a CCMS job, recipient type on the generated process definition is set to the actual recipient type of the SAP job. Id: RCORE-42700 |
||
Normal | Defect | General | 9.2.9.0 | Remove (non-functional) --enable-update option from platform agent installer and raise warning |
Before: Platform agent installer still showed obsolete (and non-functioning) option '-a|--enable-update' Tickets: 145404 Id: RCORE-42251 |
||
Normal | Defect | General | 9.2.9.0 | SAP BOBj jobs may go into error status when connection breaks |
Before: SAP BOBj jobs may go into error when the connection breaks Id: RCORE-42795 |
||
Normal | Defect | General | 9.2.9.0 | SAP transactions spoolfiles in XLSX format are corrupt |
Before: SAP transactions spool in XLSX format is corrupt when retrieving from a cloud instance. After: CSV file will be generated when retrieving spool in XLSX format. It is converted to XLSX format in Finance Automation. Tickets: 147546 Id: RCORE-42498 |
||
Normal | Defect | General | 9.2.9.0 | Second spoollist cannot be retrieved properly as xls default format |
Before: Second SAP spool could not be retrieved when process definition default output format is xls After: Second SAP spool can be retrieved properly when process definition default output format is xls Id: RCORE-42711 |
||
Normal | Defect | General | 9.2.9.0 | Sending mail fails when TLS is configured |
Before: When sending mails, and the server supports TLS upgrade, the TLS upgrade would fail, causing the mail to not be sent, and the mail process to error. After: Mail can now be sent when the mail server supports TLS upgrades. Id: RCORE-42796 |
||
Normal | Defect | General | 9.2.9.0 | The Platinum Jubilee Bank Holiday fixup didn't correctly determine if hotfix had already been applied |
Before: The update process for the Jubilee Bank Holiday fix didn't correctly check if the hotfix had already been installed, leading to a failure during startup. After: The Jubilee Bank Holiday update now correct detects if the hotfix has already been installed, and so no longer fails upon startup. Id: RCORE-43812 |
||
Normal | Defect | General | 9.2.9.0 | Update Redwood Platform to use Tomcat 9.0.63 |
This includes the fixes for the following security issues released in 9.0.62, and announced later:
Id: ENV-1996 |
||
Normal | Defect | General | 9.2.9.0 | Update node package chart.js for all supported versions |
Update moment.js, a JavaScript library, to version 2.29.3 to overcome CVE-2022-24785. This update protects against unauthorised file access (a "path traversal" vulnerability). Id: ENV-1966 |
||
Normal | Defect | General | 9.2.9.0 | Upgrade PostgreSQL JDBC driver to 42.5.0 |
Upgrades PostgreSQL JDBC drivers to 42.5.0 to overcome *CVE-2022-31197* which allows for potential SQL injection in RunMyJobs. Note: The product is not affect by this CVE, as it never calls the ResultSet.refreshRow() method, however the library is being updated out of an abundance of caution. Id: ENV-2058 |
||
Normal | Defect | General | 9.2.9.0 | Upgrade to OpenSSL 1.1.1q |
Before: Platform agent included OpenSSL 1.1.1o. After: Platform agent now includes OpenSSL 1.1.1q which contains the following CVE fixes:
Id: RCORE-43778 |
||
Normal | Defect | General | 9.2.9.0 | UserMessage: Use getCurrentValue() to retrieve parameter values |
Before: User message parameter UserMessage_NotifyMethod was set to direction "in" and could not be changed during the lifetime of a workflow. After: User message parameter UserMessage_NotifyMethod is now set to direction "in/out" and can be changed during the lifetime of a workflow. Id: RCORE-41925 |
||
Normal | Defect | General | 9.2.9.0 | When logging in during an upgrade step the resulting exception will cause the upgrade to fail |
Before: Under some circumstances when logging in during a system upgrade, the upgrade would fail with a NoRowsUpdatedException, requiring the system to be restarted. After: Changes have been made to retry if a NoRowsUpdatedException occurs during the upgrade, this means that the startup may take a little longer, but the system won't fail to startup. Tickets: 143798 Id: RCORE-42029 |
||
Normal | Defect | General | 9.2.9.0 | When using the mail job type CC and BCC headers do not work |
Before: Specifying the CC or BCC headers in a mail definition would not send the mail to these addresses. After: Setting these headers works as expected. Id: RCORE-42793 |
||
Normal | Defect | General | 9.2.9.0 | Whitespaces are trimmed by JobParameterHelper |
Before: SAP jobs with variant names with leading or trailing blanks could not be started. After: SAP jobs with variant names with leading or trailing blanks can be started. Tickets: 147368 Id: RCORE-42466 |
||
Normal | Defect | General | 9.2.9.1 | NullPointerException in CompileListener.updateCurrentNonMasterVersion |
Before: In some circumstances it was possible for process definitions of types other than RedwoodScript and Java to be treated as Java code, and compiled if the library attached to the definition was changed. This would then fail the compilation, and thus prevent the update of the library. After: Now only RedwoodScript and Java processes will be treated as Java code. Id: RCORE-44098 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | File event sending multiple operator messages per second |
Before: Wild-carded file events could generate a flood of Operator Messages when they encounter files that could not be moved and files that are still in use and therefore cannot be moved yet. Id: RCORE-43061 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Fix rolling over to logfile with same generated name |
Before: On Windows, when initial startup and configuration of the platform agent is very fast, the agent could run into an error during switch-over to a new log file where the name of the newly generated log file is identical to that of the initial log file. The following error message would then be reported: "The process cannot access the file because it is being used by another process." Tickets: 147170 Id: RCORE-42592 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Improve handling of getpwuid_r system call |
Before: Jobs could occasionally fail with error message: "Cannot get passwd information for UID 975311234: Success'. Id: RCORE-43067 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Installing agent with an installpath parameter ending with a slash may run into upgrade problem |
Before: A platform installation path, ending with a slash character '/' resulted in a duplicate PATHS entry in the scheduler script after a version upgrade. This could result in a repetitive startup sequence for platform agents. After: A trailing slash character in the existing PATHS setting is ignored for existing installations. Id: RCORE-43029 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Linux Agentless job can loop forever if there are ssh issues |
Before: After: Id: RCORE-43396 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Make sure Windows roll-over logfile is unique in Windows (refix) |
Before: On Windows, when initial startup and configuration of the platform agent is very fast, the agent could run into an error during switch-over to a new log file where the name of the newly generated log file is identical to that of the initial log file. The following error message would then be reported: "The process cannot access the file because it is being used by another process." Id: RCORE-43282 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Platform Agent can crash when TRACE enabled and log file becomes full |
Before: If Platform Agent trace logging was enabled and the log file became large so it needed switching to a new log file then the Platform Agent was likely to crash. After: When Platform Agent trace logging is enabled and the log file needs switching over, then the Platform Agent performs normally. Id: RCORE-42798 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Platform Agent no_proxy should implicitly include localhost, 127.0.0.1, ::1 |
Before: If a no_proxy file or environment variable NO_PROXY was configured that did not include localhost, then the Platform Agent was unable to run jobs. After: The Platform Agent can successfully run jobs even when a no_proxy file or NO_PROXY environment variable failed to include localhost. Tickets: 147324 Id: RCORE-42481 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Platform Agent should handle file event errors more consistently |
Before: If a batch of files for a file event contained several files that could not be moved, then the back-off time was doubled for each file found in error. rather than just once for the whole batch. Or if a batch of files contained errors, but the last file processed was successful then backing off was stopped, causing looping Operator Messages. After: A batch of files for a file event is now handled in a consistent fashion, preventing looping Operator Messages or alternatively backing off that is too aggressive. Id: RCORE-43356 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Platform agent does not start successfully when an invalid/empty persistent message is encountered |
Before: After: Id: RCORE-43831 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | SQLPLUS: connecting as user SYS on windows is broken |
Before: Connecting with User SYS with SQLPLUS command fails on windows. The connection creates incorrect connection string syntax. After: The connection string is now created correctly (with "as sysdba" at the end of the connection string) Id: RCORE-43421 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Server hammered with AIX agent messages “retrying failed fork: Resource temporarily unavailable" |
Before: A resource problem on the platform agent host could result in a large amount of error messages and Operator Messages like "retrying failed fork: Resource temporarily unavailable". After: Retry attempts due to resource problems will generate warnings and no Operator Messages anymore. When the maximum number of retry attempts is exceeded, an error will be raised and displayed in the Operator Messages. Id: RCORE-42427 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Timeout values on Sun Solaris are incorrect for SSL connections |
Before: Timeout values on platform-agent for Sun Solaris, set for SSL read/write timeout, could end up as incorrect very large numbers. Setting Loglevel=trace would show these incorrect values as e.g.: TRACE 2022-03-22 23:34:18,530 CET 14269-getmessages #3 opsys.socket - fd=8/10.31.2.179:36525->10.31.2.137:443: timeout set to 21474836480s TRACE 2022-03-22 23:34:18,530 CET 14269-getmessages #3 opsys.socket - fd=8/10.31.2.179:36525->10.31.2.137:443:: waiting for write, timeout in 21474836480000ms After: The timeout values are correctly set. E.g.: timeout set to 5s Id: RCORE-43058 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Upgrade to OpenSSL 1.1.1n |
Before: Platform agent included OpenSSL 1.1.1l. After: Platform agent now includes OpenSSL 1.1.1n. The following CVE fixes are included in 1.1.1n. CVE-2022-0778: Infinite loop in BN_mod_sqrt() reachable when parsing certificates High severity Note: This issue does not affect the scheduler, however the library is being upgraded out of caution. (We do not accept "user input" certificates). Id: RCORE-43046 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Upgrade to OpenSSL 1.1.1o |
Before: Platform agent included OpenSSL 1.1.1n. After: Platform agent now includes OpenSSL 1.1.1o. The following CVEs are fixed in OpenSSL 1.1.1o:
Note: These issues do not affect the scheduler, however the library is being upgraded out of caution. Id: RCORE-43385 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Windows Platform Agent Spoolhost repeated String Buffer errors |
Before: jrfc did not correctly handle invalid UTF (Unicode transformation format) sequences. After: The UTF code used by jrfc, and by the Platform Agent in general, now correctly handles the detection of an invalid UTF sequence and no longer loops. Id: RCORE-42850 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Windows agentless jobs can generate a 400Mb message file |
Before: If a Windows Platform Agent encountered a non-transient WMI error, such as WBEM_E_ACCESS_DENIED, whilst monitoring an agentless job,, then the WMI operation would be repeatedly attempted with no limit. This would result in a very large number of job log messages for the Redwood Platform Server. After: If a Windows Platform Agent encounters a WMI error whilst monitoring an agentless job, then the WMI operation is retried a limited number of times, in case the condition is transitory (such as WBEM_E_SERVER_TOO_BUSY). If the WMI error continues to occur, then the job fails and a small number of Operator Messages will be generated. Id: RCORE-43357 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | Windows installer should not install anything when help is requested in argument list |
Before: to get the list of installer options for the Windows platform agent installer, you had to know what the option was to get the help list. Also the installer might do a partial install when unknown options are present. After: the windows installer will show the help dialogue whenever an unknown option is passed. Tickets: 147665 Id: RCORE-38309 |
||
Normal | Defect | Platform Agent | 9.2.9.0 | platform agent 'scheduler' script loops when using ksh93 |
Before: Starting multiple platform-agent instances with 'scheduler start' using the 'ksh93' shell, could result in an infinite starting loop, raising errors like: After: The instances start normally. Id: RCORE-42851 |
||
Normal | Defect | Projects | 9.2.9.0 | Cloud portal alert for Shutdown Secure Gateways |
When there is no secure gateway candidate available and as such no platform agent is available to act as the secure gateway, RunMyJobs SaaS systems can no longer send out alerts themselves, although customer contacts would like to be notified of this event. A new feature has been introduced that automatically sends an alert via the cloud portal to all customer notification contacts when the secure gateway is not available. Also a notification will be send out when the connection is back online. An exception is made when the system is in an update or restart phase, in that case, alerts will be suppressed. Id: RCORE-43427 |
||
Normal | Defect | SAP | 9.2.9.0 | Allow setting CTS+ attributes |
Before: It was not possible to set CTS+ attributes Tickets: 147239, 147243 Id: RCORE-42453 |
||
Normal | Defect | SAP | 9.2.9.0 | BOBJ jobs should not go into Error status on transient connection errors |
Before: BOBj job could go into status Error due to comminication errors with the SAP BOBj system but completed in SAP BOBj. After: Communication errors (eg. interrupted connection to the SAP BOBj system) will be treated as transient, though, keeping the job in status Running until they are resolved. Id: RCORE-42472 |
||
Normal | Defect | SAP | 9.2.9.0 | Cannot kill XBP job when spoolhost PS is not running |
Before: SAP job cannot be killed when its output is being retrieved by spool host and the spool host is not running. After: SAP job can be killed. Tickets: 143731 Id: RCORE-42013 |
||
Normal | Defect | SAP | 9.2.9.0 | Enable to retrieve HTML format spool with JRFC |
Before: Cannot retrieve spool output in HTML format, and large spool output in PDF format via the Spool Host. After: Large spool output in PDF format can be retrieved via the Spool Host for RMJ and RMF, spool output in HTML can be retrieved via the Spool Host for RMF. Id: RCORE-42779 |
||
Normal | Defect | SAP | 9.2.9.0 | LOV for BOBJ parameter should be parsed properly |
Before: When using the new implementation of SAP BOBJ connector, list of values for SAP BOBJ jobs with single value, interval value and string value could not be parsed properly. After: List of values for SAP BOBJ jobs with single value, interval value and string value can be parsed properly. Tickets: 137966 Id: RCORE-41302 |
||
Normal | Defect | SAP | 9.2.9.0 | MassActivity jobs may end prematurely |
Before: SAP mass activity processes may terminate prematurely before their sub-processes are finished in SAP. After: SAP mass activity processes wait until their sub-processes are finished in SAP before terminating. Id: RCORE-42408 |
||
Normal | Defect | SAP | 9.2.9.0 | Multistep SAP jobs always use English as step language |
Before: If LANGUAGE parameter is not set in the job definition, multistep SAP jobs always use English as step language, otherwise it will use the the provided value After: If LANGUAGE parameter is not set in the job definition, multistep SAP jobs will use SAP system default language as step language, otherwise it will use the the provided value Id: RCORE-42502 |
||
Normal | Defect | SAP | 9.2.9.0 | SAP Joblog output formatting via Spoolhost is not correct when FL_SPOOL is set |
Before: Cannot retrieve SAP joblog in pipe delimited format via the Spool Host when FL_SPOOL is set. After: SAP joblog can now be retrieved in pipe delimited format via the Spool Host. Id: RCORE-42979 |
||
Normal | Defect | SAP | 9.2.9.0 | Update SAP JCo to version 3.1.6 |
SAP JCo has been updated to the latest 3.1.6 release. Id: RCORE-43539 |
||
Normal | Defect | SAP | 9.2.9.0 | Update skipped BW process job remote status properly |
Before: If a BW process is skipped in SAP, the remote status of the corresponding process on the central server would not be updated to reflect this. After: If a BW process is skipped in SAP, the remote status of the corresponding process on the central server will be updated to reflect this. Id: RCORE-43387 |
||
Normal | Defect | Server | 9.2.9.0 | AS400 job improvements (Include $ in Name, Retrieve JobLog independent) |
Before: After:
It is also possible to configure this for all jobs, by setting the corresponding ProcessServer parameters:
Id: RCORE-42975 |
||
Normal | Defect | Server | 9.2.9.0 | AS400 process server does not start when network is down |
Before: When there is no route to the process server when the process server is started, you may still get an error and the PS goes to shutdown. After: When starting the ProcessServer the AS400 service, if there is no route to the proces server, it will continue to try and connect to the AS400 system until it is available. Id: RCORE-41296 |
||
Normal | Defect | Server | 9.2.9.0 | AS400: File event monitor should be aware of deleted file events |
Before: If you have a very small interval for file events (less then 2 seconds) it could be that when deleting a file event definition a NullPointerException was thrown in the AS400 event monitor. After: The AS400 event monitor now holds all information that is needed for an event monitoring. After the monitoring the event can be removed without problems. Id: RCORE-42452 |
||
Normal | Defect | Server | 9.2.9.0 | AS400: Implement connection pool for connecting to AS400 |
Before: Every job uses 2 AS400 connections. Every connection caused a small memory leak internally in the IBM code. After: Implementing a connection pool so every job takes connections out of the connection pool. Note: Due to an internal issue in the AS400 library, every used AS400 system/user combination will use a small amount of memory. In normal use this will not be an issue, as the amount of memory used is limited. However, if tens of thousands of system/user combinations are used, this adds up, and the library does not free this memory. We are investigating with IBM how to improve this situation. Id: RCORE-43804 |
||
Normal | Defect | Server | 9.2.9.0 | AS400: Keep monitoring jobs in status "Console" after restart |
Before: After a restart of the AS400 ProcessServer jobs in status "Console" were not monitored anymore. The jobs must be changed to a final status manually. After: Jobs in status "Console" will be picked up after a restart and checked for status changes. Id: RCORE-43350 |
||
Normal | Defect | Server | 9.2.9.0 | AS400: Reduce the number of operator messages at startup |
Before: When the AS400 starts up in the cloud and the Secure Gateway is not up yet a lot of operator messages are produced with an unknown host exception. After: When duplicate messages are created within a certain timeframe (Default 5 minutes) only one message is written. Id: RCORE-43327 |
||
Normal | Defect | Server | 9.2.9.0 | Add content-type to refresh request of SSO login |
Before: A missing Content-Type header could cause the browser to not process the SSO login request properly when using proxy servers. After: This has been fixed. Id: RCORE-42925 |
||
Normal | Defect | Server | 9.2.9.0 | Add missing database indexes |
Before: There were some missing database indexes that, in some situations, caused the system to slow down. After: Extra indexes have been added to help in this situation Id: RCORE-42699 |
||
Normal | Defect | Server | 9.2.9.0 | Admin server fails to initialise configuration when an invalid database configuration is entered |
Before: When configuring the system with the Admin server, if an invalid database connection was entered initially, later initialisation steps may fail. After: The invalid database connection details will not interfere with the requirements for the initialisation steps, and installation can continue. Id: RCORE-42483 |
||
Normal | Defect | Server | 9.2.9.0 | Attachments are missing from workflow emails |
Before: Mail_Attachments specified on UserMessageJobs (Workflows) weren't forwarded as Mail attachments. After: Mail_Attachments specified on UserMessageJobs (Workflows) are now forwarded as Mail attachments. Id: RCORE-42704 |
||
Normal | Defect | Server | 9.2.9.0 | Chain with retention per system and keep force is not retained often enough |
before: As part of counting the number of processes to keep, steps were wrongfully added to this count. after: This has been corrected. Tickets: 146308 Id: RCORE-42374 |
||
Normal | Defect | Server | 9.2.9.0 | Discarding objects should be audited as Deletions |
Before: when deleting a job chain and an audit rule was set up to match the name of objects, the audit rule was not triggered and no audit entries were present in the trail After: when deleting a job chain and an audit rule is set up to match the name of objects, the audit entries are created in the trail Id: RCORE-43545 |
||
Normal | Defect | Server | 9.2.9.0 | Do not automatically convert a GET into a POST when using HTTP process definitions |
Before: If you create a http request wit method GET and a body was specified the request was automatically translated to a POST request. After: A message is given when a body is specified when you create a http request with method GET or HEAD. The body is ignored. Id: RCORE-42340 |
||
Normal | Defect | Server | 9.2.9.0 | Document and Scripting streams queries are not in the correct case |
Before: On databases that have case sensitive table names and fields, streaming Documents and upgrading old RedwoodScript definitions may fail to retrieve the data due to unknown table/field exceptions being thrown. After: The case used for the queries is consistent with the table creation and will now correctly find the tables and fields in case sensitive database. Tickets: 146905 Id: RCORE-42425 |
||
Normal | Defect | Server | 9.2.9.0 | Empty optional RTX elements should not be written |
Before: Empty optional RTX elements were written to the RTX output. After: Empty optional RTX elements are omitted from RTX output. Id: RCORE-42344 |
||
Normal | Defect | Server | 9.2.9.0 | French language option missing for AS400 process server |
Added the french language to the AS400 connector. Id: RCORE-43474 |
||
Normal | Defect | Server | 9.2.9.0 | HTTP: Allow JSON arrays |
Before: An exception is thrown when the JSON output contains JSONArray's. After: All JSON elements can be parsed. Id: RCORE-42521 |
||
Normal | Defect | Server | 9.2.9.0 | High CPU usage while AS400 attempts to connect when system is not yet available |
Before: A fix was added to 9.2.8.9 that allowed an AS400 to retry connection if the system could not connect. This retried the connection immediately, potentially leading to a high CPU usage while waiting for the AS400 system to become available. After: The system now waits for a second between retry attempts. Id: RCORE-43324 |
||
Normal | Defect | Server | 9.2.9.0 | Implement REL function for adding workdays |
Before: Adding workdays to a specific date with REL was only possible through a cumbersome workaround. After: Two new REL functions have been added to provide a convenient way to add days of different time windows to a specific date:
Tickets: 145966 Id: RCORE-42297 |
||
Normal | Defect | Server | 9.2.9.0 | Improve Job Chain Call Wait/Raise events show pages |
Before:- EventDefinition Related Object summary for Job Chain Call Wait and Raise events now show the expression field, this should be the call and event definition combined
After: - EventDefinition Related Object summary for Job Chain Call Wait and Raise events show call and event definition combined
Id: RCORE-43039 |
||
Normal | Defect | Server | 9.2.9.0 | LicenseAssertWriteCallback is retaining scheduler sessions |
Before: Under certain circumstances objects were being retained in memory where they were not needed where short lived user sessions were being used. After: These objects are no longer retained, reducing retained memory usage. Id: RCORE-42445 |
||
Normal | Defect | Server | 9.2.9.0 | Lightweight Connector Improvements |
Add parameter map to the custom job context that contains all the job parameters Id: RCORE-43814 |
||
Normal | Defect | Server | 9.2.9.0 | Local REL in pre-condition does not find Library on step level |
Before: Under certain circumstances local REL resolving would fail when being part of a job chain step. After: This has been fixed. Id: RCORE-42858 |
||
Normal | Defect | Server | 9.2.9.0 | Loop over Step, always use master version to loop over |
Before: With the loop over step functionality, when the target call definition got updated before the loop kicks in, an exception will be raised that a branched definition cannot be duplicated. Id: RCORE-43347 |
||
Normal | Defect | Server | 9.2.9.0 | Make creation of process file directories more robust |
Before: In rare circumstances it was possible for two processes to attempt to create a directory at the same time, one of these would fail, potentially causing a process to not be run. After: The creation of the directory is properly checked, and if two processes attempt to create the same directory at the same time, this will no longer fail. Id: RCORE-42371 |
||
Normal | Defect | Server | 9.2.9.0 | Memory leak when java logging is used |
Before: Using the java.util.logging classes in Redwood Script could result in leaking memory. After: This has been fixed and logging will no longer leak memory. Id: RCORE-42849 |
||
Normal | Defect | Server | 9.2.9.0 | Modify apitools to behave exactly like jtool event |
Before: api-tools.jar event returned the eventid as the return code which made existing customer scripts fail as this was a change of behaviour. After: api-tools.jar now returns 0 for success. Tickets: 146765 Id: RCORE-42431 |
||
Normal | Defect | Server | 9.2.9.0 | Potential db lock when running many jobs |
Before: A potential deadlock could occur running a lot of jobs in parallel, and calling one of SchedulerSession.waitForJob(), SchedulerSession.waitForJobs(), or SchedulerSession.waitForAllChildren(). After: This has been fixed. Id: RCORE-42430 |
||
Normal | Defect | Server | 9.2.9.0 | Process Chains can incorrectly run future steps too early in some circumstances |
Before: Under certain specific timings, it was possible that a Process Chain could run future steps before they should get started. This chance is higher if the chain has preconditions and/or final status handlers. After: The Process Chain runs correctly in these situations. Id: RCORE-43056 |
||
Normal | Defect | Server | 9.2.9.0 | ProcessKeepClause should only log TemporaryObject deletion exceptions on debug level |
Before: When an error occurred during writing to the database, an error was logged in the log file, even though the error would not be meaningful after the fact. After: This is no longer logged as error but as debug, reducing clutter in log files, but still accessible via dynamic trace. Id: RCORE-43558 |
||
Normal | Defect | Server | 9.2.9.0 | REL function for String.replace(search, subst) |
Added new REL function String.replace Tickets: 146793 Id: RCORE-42591 |
||
Normal | Defect | Server | 9.2.9.0 | Redwood Script runtime should use Storage Service |
Before: Every jar file was written to disk when it was needed for execution, even multiple times when the same file was part of multiple libraries. After: This is no longer the case, reducing the footprint on disk when executing Redwood Script with multiple different libraries. Id: RCORE-40925 |
||
Normal | Defect | Server | 9.2.9.0 | Retrieving job files from the platform agent is limited by max open files |
Before: reading a job file residing on a platform agent would not close the socket immediately, but only after the Java garbage collector ran. Opening many (thousands) of files in rapid succession could result in starvation (out of open files or sockets). After: reading a job file that resides on a platform agent will now immediately close the socket in such a way that there is no remaining open socket (not even in CLOSE_WAIT or TIME_WAIT) on client (java server) or server (platform agent). Tickets: 147131 Id: RCORE-42499 |
||
Normal | Defect | Server | 9.2.9.0 | RuntimeException: "DataManagerService unavailable, it is not started" during startup. |
A warning on startup of tomcat has been made more user-friendly. It previously logged an error about the DataManager not availabe, but that is correct as on startup Cronacle is not yet available. Instead it now logs a warning explaining that if this message is logged during startup of tomcat, the message can be safely ignored. Note that the message only occurs when tomcat is purging expired sessions (from a previous run). Tickets: 146536 Id: RCORE-42358 |
||
Normal | Defect | Server | 9.2.9.0 | Slowdown caused by large number of events |
Before: Slowdown could be observed in systems with a lot of Events. After: Optimization has been done in queries in the EventComponent, including extra indexes. Id: RCORE-42773 |
||
Normal | Defect | Server | 9.2.9.0 | Starting the scheduler with a large number of queues and process servers can be slow |
Before: When the scheduler has a large number of queues and/or process servers, greater than about 100 of each, then startup could take a long time. After: The process has been optimised to ensure that startup occurs quickly, regardless of the number of active process servers or queues. Id: RCORE-43355 |
||
Normal | Defect | Server | 9.2.9.0 | TimeExpression uses calendar.toInstant() which causes java.time.DateTimeException: Unable to obtain ZoneId from TemporalAccessor: 2013-09-01T00:00:00Z of type java.time.Instant |
Before: Using a Time.expression REL to truncate a value would result in a DateTimeException. After: RELs containing Time.expression that include value truncation work successfully. Id: RCORE-42682 |
||
Normal | Defect | Server | 9.2.9.0 | UK Bank Holidays 2022 |
Before: The Platinum Jubilee Bank Holiday would not happen on the date of 3 June 2022. The Spring Bank Holiday would happen on the date of 30 May 2022 After: The Platinum Jubilee Bank Holiday was added to happen once on the date of 3 June 2022. The Spring Bank Holiday was moved only in 2022 from 30 May 2022 to 2 June 2022 Id: RCORE-43051 |
||
Normal | Defect | Server | 9.2.9.0 | Update the start times of the quick cycling maintenance processes |
Before: The following maintenance jobs all started at the fixed times based on a whole hour. These times seem to be the times that most of the jobs are scheduled, causing peaks in the job schedules:
After: The maintenance jobs above are now scheduled on random times, but with the same interval as before, reducing the peaks. The randomisations happens only once, and happens the first time that the system starts up after installing this version. The randomisations of the above mentioned maintenance jobs happens only if they have the default 15 minutes set as time interval in between executions or if no time interval is set. Id: RCORE-41595 |
||
Normal | Defect | Server | 9.2.9.0 | Upgrade Postgres JDBC driver to 42.4.0 |
Upgrades the version of the PostgreSQL JDBC driver used in RunMyJobs and other products to 42.4.0, this fixes some minor issues in the driver. Id: RCORE-43809 |
||
Normal | Defect | Server | 9.2.9.0 | WaitForJob infinite returns after 1 hour |
Before: RedwoodScript Scripts using waitForJobs API functions, with infinite wait, stop waiting after one hour unless the process finishes before then. After: Using waitForJobs with infinite wait will wait until the process has finished. NOTE: This regression was introduced in 9.2.4.9, 9.2.6.6, and 9.2.8.1. Id: RCORE-42924 |
||
Normal | Defect | Server | 9.2.9.1 | AS400: Make submitting/monitoring jobs failsafe |
Before: Several issues running AS400 Jobs
After: At startup we will better check if we can reach out to the AS400. We leave the Process Server in status Connecting while we can’t reach out to the AS400. If we do find the AS400 and we loose the connection while re-monitoring the jobs that were already started we don’t check the connection anymore. The job is set to Running when all operator messages are replied. We will retry (default 5 times) the login if we get an unexpected connection failure. This can be overruled on Process Server level (AS400JobSubmitRetry) or Job level (SubmitRetry) Id: RCORE-44101 |
||
Normal | Defect | Server | 9.2.9.1 | Force refresh of CustomEntityCache after upgrade of column names |
Before: An error could occur when upgrading due to a missing type related to case sensitivity issues with the database. After: The upgrade will now succeed. Id: RCORE-44133 |
||
Normal | Defect | Server | 9.2.9.1 | Old Script definitions may not have been successfully upgraded. |
Before: In certain circumstances with occasional use, Redwood Script definitions that have not be updated recently may fail to run due to a NullPointException when trying to retrieve the underlying resources. After: The old definitions will now correctly be upgrade to the new internal representation and can be run successfully. Id: RCORE-44127 |
||
Normal | Defect | Server | 9.2.9.1 | Only create grants for valid object definitions |
Before: It was possible for an import to fail and prevent the user from logging in due to unresolved grants After: Unresolved grants will no longer prevent the user from logging in. Id: RCORE-44135 |
||
Normal | Defect | Server | 9.2.9.1 | Remove ThreadGroup.destroy and ThreadGroup.setDaemon from RequestQueue |
Before: Internal management of threads could result in attempting to reused the internal ThreadGroup once it has been discarded. After: The shutdown of the ThreadGroup will no longer happen and allow for future reuse. Id: RCORE-44176 |
||
Normal | Defect | Third-Party Component | 9.2.9.0 | Upgrade jackson-databind to 2.13.2 |
Upgrades the version of the fasterxml Jackson products used in all products to 2.13.2, to overcome CVE-2020-36518 which could potentially allow a denial of service by uploading specially crafted JSON documents. Id: ENV-1929 |
||
Normal | Defect | User Interface | 9.2.9.0 | Chain displays winter time during summer time |
Before: the diagram view of a chain process would display winter time if that process was submitted during winter time, but executed during summer time. Tickets: 124138 Id: RCORE-38947 |
||
Normal | Defect | User Interface | 9.2.9.0 | Duplicating Roles - Name change not allowed |
Before: The generated name of a duplicated Role could be modified but would not be persisted. After: Role names can be changed during creation, also when duplicating Roles. Tickets: 147032 Id: RCORE-42416 |
||
Normal | Defect | User Interface | 9.2.9.0 | JCE: Disallow names over 80 characters long |
Before: users could type an arbitrarily long value in the name field of the root node in the Process Chain Editor. Names over 80 characters in length cause an error message when pressing save. Id: RCORE-42531 |
||
Normal | Defect | User Interface | 9.2.9.0 | Job Chain Call Wait Events icon is not active on selected box |
Before: The wait-event icon was not always visible on the process in the Chain Editor. Id: RCORE-42475 |
||
Normal | Defect | User Interface | 9.2.9.0 | Job Chain Call Wait Events icon partly out of call box in chain editor |
Before: the "Edit wait events" and, to a lesser degree, the "Edit precondition" icons were not rendered within the confines of their box (Process Chain Call). Tickets: 147680 Id: RCORE-42524 |
||
Normal | Defect | User Interface | 9.2.9.0 | JobChainEditor: Tabs not updated properly on jobdefinition selection call |
Before:
After:
Tickets: 143511 Id: RCORE-41991 |
||
Normal | Defect | User Interface | 9.2.9.0 | Make login message configurable |
Before: Prior to 9.2.1.0, it was possible to configure login page to show a message on the login screen by setting the /configuration/security/title registry entry. This functionality was removed in 9.2.1.0. After: The functionality to add a message to the login screen has been restored. This can be configured by setting the ui.LoginMessage configuration item, eg by setting the /configuration/jcs/UI/LoginMessage registry entry, or by setting the legacy registry entry /configuration/security/title. Id: RCORE-43448 |
||
Normal | Defect | User Interface | 9.2.9.0 | Missing ellipsis buttons in Process Chain Editor |
Before: the "..." button of the "When expression" input field in the Process Chain Editor were hidden due to an issue with the page layout. Id: RCORE-43025 |
||
Normal | Defect | User Interface | 9.2.9.0 | Prevent deserialisation attacks on product via UI |
Before: On some edit pages, after user interaction, specifically crafted input could be sent to the server in a way that posed a security risk. After: We changed the way we handle server-client communication in those cases to remove the security risk. Id: RCORE-42550 |
||
Normal | Defect | User Interface | 9.2.9.0 | ProcessMonitor: intellisearch filter "lost" after refresh |
Before: After executing a search (Intellisearch) on an overview, the overview is filtered on the search, a temporary "queryfilter" is created for it and that filter is selected as the current overview filter. However on various Firefox versions, the temporary "queryfilter" is not correctly selected, leaving the previously selected queryfilter set as selected (even though the filtering based on the search does happen). After: This is now fixed and Firefox behaves in the same way as other browsers. Id: RCORE-42678 |
||
Normal | Defect | User Interface | 9.2.9.0 | Remove Collect Job Output from Job overview menus |
Before: Due to the processing required to enable the "Collect Job Output" menu, accessing processes could be slower if the scheduler has many process servers configured. After: This menu option is removed, and thus the speed of selecting processes in the overview is improved. Id: RCORE-43631 |
||
Normal | Defect | User Interface | 9.2.9.0 | Show Definition Wait and Raise events readonly on call level |
Before: When a Chain Call definition had Raise and/or Wait events defined, they were not visible in the Chain Call detail panel of the Chain Editor. After: Definition Wait and Raise events are now also visible on the Chain Call detail panel, but will be read-only. To change those go the the respective Definition tabs. Id: RCORE-42492 |
||
Normal | Defect | User Interface | 9.2.9.0 | Submit wizard: Start time should update timezone when submitframe has a TimeWindow and timezone set |
Before: When submitting a process, using a submit frame without a time window, the timezone of the start time was not changed to the timezone of the submit frame. After: It is set correctly now Id: RCORE-43443 |
||
Normal | Defect | User Interface | 9.2.9.0 | Upgrade ckeditor to 4.18.0 |
Upgrades the version of CKEditor4 used in Redwood Platform to 4.18.0 to overcome CVE-2022-24728 and CVE-2022-24729 which potentially allowed users to execute arbitrary javascript by uploading documents with specially crafted HTML, and tricking another user into opening them in the editor. Id: RCORE-43053 |
||
Normal | Defect | User Interface | 9.2.9.0 | Warn before timeout on auto disconnect |
Before: when a session timeout (due to inactivity) was configured (using the registry entry /configuration/sessiontimeout) and such a timeout occured for a user, the following would happen:
After: now instead, in both the main "control center" ui and in applications and extension points that are replacing the mainpage, a popup will show notifying to the user that they have been logged out due to inactivity and after that the user will be redirected to the "logged out"/"log in" page. Tickets: 147056, 147684 Id: RCORE-42429 |
||
Normal | Defect | User Interface | 9.2.9.1 | Make it easier for customers to request help |
A new button ‘Help me automate’ was added to the main page to lower the boundary to request help for adding new processes. Id: RCORE-44057 |
||
Normal | Feature | Server | 9.2.9.0 | Display the plain Subject name on the Subject show page |
Before: User and Role detail pages would only show the User/Role description. After: User and Role detail pages show both name and description Id: RCORE-43826 |
||
Normal | Feature | Server | 9.2.9.0 | Support fetching Blob column value in a result set |
Before: calling ResultSet.getString() method on a blob type field returned a string representation of a byte array. After: calling ResultSet.getString() method on a blob type field returns the actual string decoded from the blob Id: RCORE-43555 |
||
Normal | Feature | User Interface | 9.2.9.0 | Ability to monitor/control shell/job threads |
Before: There is no option to monitor Redwood Script threads (either from Processes, Triggers, Shell etc). After: It is now possible via the support servlet to see which Redwood Script threads are running, who started them, how long they've been running and to either show the process associated with it, or to interrupt the thread (in case of shell threads) Id: RCORE-43212 |
||
Normal | Improvement | General | 9.2.9.0 | Improve prepare() times when process definition is prepared multiple times in parallel for the first time after modification |
Before: If a process definition was modified, and then submitted by multiple threads in parallel, then every thread would attempt to do the work to create the new definition. This could result in a lot of unnecessary work, as only one of these could succeed, and the other threads would then have to reload the data. This is a general issue, but was most often seen in FCA loops, which would create a new thread for every iteration of data, which would all get submitted at the same time. After: This is resolved by using an internal cache, and if multiple threads are waiting for the same prepare, then they will wait until the first one has completed, to use its result. Tickets: 132047 Id: RCORE-40304 |
||
Normal | Improvement | General | 9.2.9.0 | Make config/translation dependent on library |
Before: Disabling an Extension Point could cause certain Processes to fail with "missing Configuration Option" errors. After: This has been fixed. Id: RCORE-42253 |
||
Normal | Improvement | General | 9.2.9.0 | Update JDBC drivers |
Before: Not all JDBC drivers were up to date. After: Updated the JDBC drivers to the latest versions. The new versions are:
Id: RCORE-42694 |
||
Normal | Improvement | General | 9.2.9.0 | Update Redwood Platform to use Tomcat 9.0.58 |
The version of Tomcat that Redwood Platform is based on has been updated to 9.0.58. This includes the fixes for the following security issues released in 9.0.58, and announced later: Note: The product doesn't use FileStore to store sessions, and is unaffected by the above vulnerability, this is being updated out of an abundance of care. Id: ENV-1878 |
||
Normal | Improvement | SAP | 9.2.9.0 | Update SAP JCo to version 3.1.5 |
SAP JCo version 3.1.3 has issues with MSHOST connections and a memory leak in JCoServer. SAP has fixed the issue with SAP JCo 3.1.5. Default SAP JCo version has been set to 3.1.5.
Id: RCORE-42562 |
||
Normal | Improvement | Server | 9.2.9.0 | Imports do not show expected jobfiles when using runas-user |
Before: When an Import was delegated to a child process, the Import overview would not show the output from the actual import. After: The Import overview always shows the relevant output. Tickets: 139155 Id: RCORE-41304 |
||
Normal | Improvement | Server | 9.2.9.0 | Support setting grants on a role or user for an unsaved object on the session |
Before: it was not possible to create a custom object (table) and set full permissions for it on a role in one go during an upgrade After: it is possible to create grants right after custom object creation, within the same persist Id: RCORE-43365 |
||
Normal | Improvement | User Interface | 9.2.9.0 | Allow Browser User/Password Suggestion on password field |
Before: Our custom menu appears instead of the password suggestions in the password field. Id: RCORE-43460 |
||
Normal | Improvement | User Interface | 9.2.9.0 | Terminate disconnected sub chains with smiley |
The following pertains to the diagram view of the process monitor. This view displays the runtime perspective of chain processes. Tickets: 144550 Id: RCORE-42461 |
||
Normal | Improvement | User Interface | 9.2.9.0 | Update included version of ckeditor |
Upgraded the ckeditor to the newest version, to address a vulnerability issue that exists in the previous version. Id: RCORE-42551 |
||
Major | Defect | Connector | 9.2.9.0 | Disable loading of XML external entities via SOAP interface |
Before: In some circumstances it was possible to pass a specially crafted XML document to the SOAP API that would allow you to read any file on the system that the scheduler has access to. After: This is resolved. Id: RCORE-42549 |
||
Major | Defect | Server | 9.2.9.0 | Store the forwarded for ip address when available |
Before: User login audit trails would show the (reverse) proxy ip address for clients. After: An attempt is made to find the original client ip address on the request to store in the audit trail. Note:** this change has introduced a backwards imcompatible change on the AuditSubjectLogin API where the setters have been removed. Although chances are low this is used in the field, be aware of this change. Tickets: 147236 Id: RCORE-42442 |
||
Major | Defect | User Interface | 9.2.9.0 | Fix potential HTML injection issue with autosuggest control |
Before: AutoSuggest control in Cronacle UI did not appropriately escape HTML characters, meaning that specially crafted names could potentially result in a cross site scripting attack vector. After: HTML encoding is provided to autoSuggest control in Cronacle UI. Id: RCORE-42552 |
||
Major | Improvement | Docker Images | 9.2.9.0 | Change default memory allocator for Java |
Cloud only Before: The default glibc memory allocator in Linux interacts very badly with Java, causing significant memory overallocation. In our cloud environment, this then caused environments to use too much memory, which resulted in them getting erroneously killed by the Linux Out Of Memory Killer (OOMK). After: The memory allocator has been changed such that memory usage is much more consistent over time and load. Internal testing, which was previously able to reliably cause Linux to kill the environment with its OOMK, now passes and the environments do not see these issues, nor do they see memory increases over time. Note: For on-premise customers, the memory allocator that we are are using is tcmalloc. Id: ENV-2015 |
||
Major | Improvement | General | 9.2.9.0 | Update Redwood Platform to use Tomcat 9.0.54 |
The version of Tomcat that Redwood Platform is based on has been updated to 9.0.54. This includes the fixes for the following security issues released in 9.0.54, and announced later: Note: The product doesn't use web sockets in a way that would be affected by the above denial of service, this is being updated out of an abundance of care. Id: ENV-1798 |
||
Critical | Defect | General | 9.2.9.0 | Not able to set retention by status on System_Defaults_System |
Before:
After:
IMPORTANT! This means that Jobs of JobDefinitions having a "Keep Process In Status" of 0 days will be deleted immediately after the upgrade of the product. Make sure that the "Keep Process In Status" of these Job Definitions are changed to empty, BEFORE upgrading the product.
Tickets: 147427 Id: RCORE-42485 |
||
Critical | Defect | General | 9.2.9.0 | Upgrade Log4j to 2.15.0 |
Before: Logging within the product is done using Log4J. A new CVE has been reported in version of Log4j in use, CVE-2021-44228. After: Log4J has been upgraded to a version that is not vulnerable to this exploit. For on premise customers who are not able to apply this update then Redwood strongly recommends that you configure the logging to mitigate this by adding -Dlog4j2.formatMsgNoLookups=true to the startup configurations. You will need to restart your server for this to take effect. Note: Due to the configuration of our cloud services, the published attacks are not effective. Nonetheless, it is recommended that customers upgrade to this version as soon as possible to ensure that any improvements in the attack techniques will be ineffective. Id: ENV-1831 |
||
Critical | Defect | General | 9.2.9.0 | Upgrade Log4j to 2.16.0 |
Before: Logging within the product is done using Log4J. A new CVE has been reported in version of Log4j in use, CVE-2021-44228. After: Log4J has been upgraded to a version that is not vulnerable to this exploit. Note that the -Dlog4j2.formatMsgNoLookups=true flag is not effective against the latest exploit, however the default logging configuration does not use the vulnerable pattern layouts. Note: Due to the configuration of our cloud services, the published attacks are not effective. Nonetheless, it is recommended that customers upgrade to this version as soon as possible to ensure that any improvements in the attack techniques will be ineffective. Id: ENV-1837 |
||
Critical | Defect | General | 9.2.9.0 | Upgrade Log4j to 2.17.0 |
Before: Logging within the product is done using Log4J. A new CVE has been reported in version of Log4j in use, CVE-2021-45105. After: Log4J has been upgraded to a version that is not vulnerable to this exploit. Note that the -Dlog4j2.formatMsgNoLookups=true flag is not effective against the latest exploit, however the default logging configuration does not use the vulnerable pattern layouts. Note: Due to the configuration of our cloud services, the published attacks are not effective. Nonetheless, it is recommended that customers upgrade to this version as soon as possible to ensure that any improvements in the attack techniques will be ineffective. Id: ENV-1840 |
||
Critical | Defect | General | 9.2.9.0 | Upgrade Log4j to 2.17.1 |
Before: Logging within the product is done using Log4J. A new CVE has been reported in version of Log4j in use, CVE-2021-44832. After: Log4J has been upgraded to a version that is not vulnerable to this exploit. This vulnerability requires that the log4j2.yaml file be modified, and that the server be restarted, for the system to be vulnerable. We recommend that customers protect this logging configuration to ensure that it can not be modified. Note: Due to the configuration of our cloud services, the published attacks are not effective. Nonetheless, it is recommended that customers upgrade to this version as soon as possible to ensure that any improvements in the attack techniques will be ineffective. Id: ENV-1845 |