# EOSPlatform7.6.6补丁列表
序号 | 小补丁号 | 补丁主题 | 产品版本 | 备注 |
---|---|---|---|---|
1 | PLATFORM_7.6.6_STUDIO_20210407_P1 | NUI单表维护功能向导,生成的构建和jsp都为空,ide/eclipse/workspace/.metadata/.log中有报错:[功能向导执行异常] 执行模板list_jsp.vm异常: null、前言中不允许有内容。 | Platform7.6.6 | |
2 | PLATFORM_7.6.6_STUDIO_20210408_P1 | Studio左下角数据库视图中,使用Mysql库,mysql->视图下不显示实际存在的视图。 | Platform7.6.6 | |
3 | PLATFORM_7.6.6_WORKSPACE_20210409_P1 | 自2021年起,Flex版本的流程设计器不再使用,提供PlatformV7版本之上的H5流程设计器。 | Platform7.6.6\7.6.5\7.6 | |
4 | PLATFORM_7.6.6_COFRAME_20210511_P1 | Platform766+openGaussDB环境,default-权限管理-授权管理-数据实体,添加规则可以成功添加,日志中抛出异常:java.lang.NullPointerException | Platform7.6.6\7.6.5\7.6 | |
5 | PLATFORM_7.6.6_SERVER_20210706_P1 | 业务应用中,使用log4j2的API记录日志,运行时报错:ERROR StatusLogger LogManager returned an instance of com.primeton.common.logging.Log4jContextFactory which does not implement org.apache.logging.log4j.core.impl.Log4jContextFactory. Unable to initialize Log4j. | Platform7.6.6 | |
6 | PLATFORM_7.6.6_BPS_20210714_P1 | 补丁BPS_6.0.0.11_20090827_P1(活动的参与者为指定人员时,允许设置该任务为待领取。)、BPS_6.0.0.11_20090904_P1(重启/回退等也会设置为待领取状态。)未合入,基于Platform7.6.6合并后出正式补丁。 | Platform7.6.6 | |
7 | PLATFORM_7.6.6_RICHWEB_20211008_P1 | 使用eos-web.js中定义的Ajax,调用Ajax.isSuccess(),http的状态码异常,isSuccess()为true。 | ||
8 | PLATFORM_7.6.6_SERVER_20211029_P2 | 解决openGauss环境下通过governor配置的定时任务不执行的问题 | Platform7.6.6 | |
9 | PLATFORM_7.6.6_SERVER_20211103_P1 | 解决EOS Platform7.6.6 在页面流中使用jsp页面时,若在高级属性里面设置成“包含”,jsp页面内的中文就会出现全部乱码的问题 (仅适用应用服务器tomcat8.5.57下windows,linux环境) | Platform7.6.6 | |
10 | PLATFORM_7.6.6_SERVER_20211206_P1 | 解决Platform7.6.6在tomcat9中运行是正常的,执行stop命令后,服务一直停不掉,JVM进程一直在,必须执行kill -9 强制杀掉进程,才可以停止服务的问题。 | Platform7.6.6 | |
11 | PLATFORM_7.6.6_SERVER_20220208_P1 | EOS platform7.6.6部署到PAS V6.5上,eos应用不能识别出PAS服务器,导致jndi数据源,部署ecd,获取日志等都存在问题 | Platform7.6.6 | |
12 | PLATFORM_7.6.6_BPS_20220302_P1 | 解决EOS Platform7.6.6 调用definationParserService.parseDefinition(processContent)和 definationParserService.parseWFProcessToXMLString(process)接口时,出现触发事件中typeClass值与typeValue值被对调的问题 | Platform7.6.6\7.6.5 | |
13 | PLATFORM_7.6.6_SERVER_20220310_P1 | 解决EOS Platform7.6.6无法打印第三方日志(如:C3P0 log)的问题 | Platform7.6.6 | |
14 | PLATFORM_7.6.6_SERVER_20220310_P2 | 解决EOS Platform7.6.6在C3P0数据源配置中测试连接的sql(select 1 from dual)不生效问题 | Platform7.6.6 | |
15 | PLATFORM_7.6.6_SERVER_20220315_P1 | 修复Primeton CNVD-C-2022-140679 Workspace存在弱口令漏洞,该补丁修改default、governor、workspace应用默认密码 | Platform7.6.6 | 适用于Platform7.6.5、7.6,低版本打补丁时需要注意: 1. coframe里面的脚本要替换成相应版本的脚本,insert cap_user相关的那几行。 2. 不用执行readme.txt最后一步:更新eos766的本身脚本 |
16 | PLATFORM_7.6.6_BPS_20220401_P1 | 集群环境,超时触发事件缓存未同步,导致: 1、工作项领取失败,异常为ERROR: This workItem workItemID=1661 doesnot in waiting allocated state! 2、BPS后台偶现报错Error to run timer task NullPointerException,配置的提醒事件执行失败。 | Platform7.6.6 | |
17 | PLATFORM_7.6.6_EOS_20220401_P1 | UserObject是javabean,而且attributes又使用了范型,若代码中有很多通过xpath操作这种范型的javabean,就会出现这种性能问题,有大量的线程在等待锁释放,CPU的多线程能力发挥不出来。 | Platform7.6.6 | |
18 | PLATFORM_7.6.6_SERVER_20220402_P1 | 集群环境,运行时偶现报错:ConcurrentModificationException。 | Platform7.6.6 | |
19 | PLATFORM_7.6.6_SERVER_20220408_P1 | 解决XML实体注入漏洞(XXE)【CWE-611】的问题 | Platform7.6.6 | |
20 | PLATFORM_7.6.6_EOS_20220412_P1 | 解决逻辑流里面对Decimal数据类型做比较判断的时候返回不正确的问题 | Platform7.6.6 | |
21 | PLATFORM_7.6.6_SERVER_20220413_P1 | 解决EOS Platform7.6.6 代码调用com.eos.system.logging.Logger.trace方法,报异常java.lang.NoSuchMethodError的问题 | Platform7.6.6 | |
22 | PLATFORM_7.6.6_COFRAME_20220418_P1 | 神通数据库管理系统(企业版)V7.0数据库环境,default中无法选择到代理人,报错:javax.servlet.ServletException:org.jboss.resteasy.spi.UnhandledException:ErrCode:14101014 Message:类型不匹配(could not execute query) | Platform7.6.6 | |
23 | PLATFORM_7.6.6_SERVER_20220509_P1 | EOSPlatform7.6.6适配应用服务器BES9.5 | Platform7.6.6 | |
24 | PLATFORM_7.6.6_BPS_20220511_P1 | 解决EOS7.6.6BPS集群中配置了jmx的密码检验功能,出现心跳检查失败的异常,导致代理缓存不同步的问题 | Platform7.6.6 | |
25 | PLATFORM_7.6.6_SERVER_20220518_P1 | 解决Platfrom7.6.6中配置了多个命名sql拦截器,matchname为*,只有其中一个命名sql拦截器才能生效的问题 | Platform7.6.6 | |
26 | PLATFORM_7.6.6_SERVER_20220804_P1 | 产品Platfrom7.6.6集群多节点在停服务的时候碰到ClusterMember.refreshMemberStatus执行时出现空指针异常时会导致服务一直停不下来的问题 | Platform7.6.6 | |
27 | PLATFORM_7.6.6_BPS_20220819_P1 | 查询某个流程运行中的工作项列表调用rest接口:restful/worklist/manager/query/running/workitem/by/process_instance/id报错com.fasterxml.jackson.databind.jsonMappineEception:Infinite recunsion(stackoverflowError) | Platform7.6.6 | |
28 | PLATFORM_7.6.6_SERVER_20220819_P1 | Platform766com.eos.workflow.component.client.WorklistQueryManagerComponent/WorklistQueryManagerService.queryPersonWorkItems4SDO 接口查出来的待办第一条数据里有分页信息 | Platform7.6.6 | |
29 | PLATFORM_7.6.6_SERVER_20230221_P1 | PLATFORM7.6.6多数据源情况下,实体查询等操作是在处理SQLKeyword偶发出现You can't operate on a closed Connection异常 | Platform7.6.6 | |
30 | PLATFORM_7.6.6_SERVER_20230315_P1 | 解决Platform7.6.6在tongweb7.0.4.3中的问题:1、tongweb7.0.4.3集群环境中在governor里创建Platform7.6.6集群失败;2、governor数据源配置中没有C3P0选项;3、governor中部署ecd包报拒绝连接错误 | Platform7.6.6 | |
31 | PLATFORM_7.6.6_SERVER_20230403_P1 | platform766DataContextUtil.sort方法在全是小数位降序、升序排序不生效及排序字段值为null时,排序不稳定 | Platform7.6.6 | |
32 | PLATFORM_7.6.6_BPS_20230912_P1 | 修复bps的webservice安全开关打开,即便header头的签名验证通过,也返回校验失败的问题 | Platform7.6.6 | |
33 | PLATFORM_7.6.6_EOS_20231205_P1 | eos7.6.6<h:hidden>标签中<h:hidden filter="false">功能失效 | Platform7.6.6 | |
34 | PLATFORM_7.6.6_GOVERNOR_20240618_P1 | 修改暂停状态的定时任务,点击[保存]按钮后,该定时任务的状态由暂停变成正常了 | Platform7.6.6 | 也适用于Platform7.6.7 |
35 | PLATFORM_7.6.6_RICHWEB_20241010_P1 | <b:write>标签使用formatPattern属性后数值超大时格式化后就会出现精度丢失的问题 | Platform7.6.6 | |
36 | PLATFORM_7.6.6_GOVERNOR_20250225_P1 | 解决定时器集群,governor里面定时器调度器重启偶尔不生效问题。 | Platform7.6.6 |