本地运行页面时,经常会遇到以下错误

oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-26028: ???? MemberAttributesDisplayVO ??????? CuxPonTeamAttrExtendEO ????? RowID?

错误的详细信息以乱码的形式抛出。

做以下设置即可:

在项目的 Run/Debug -->Launch Setting -->Java Options

追加以下内容

-Duser.language=en -Duser.region=US -Duser.country=US

修改后即

-DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Duser.language=en -Duser.region=US -Duser.country=US

即可以英文的形式显示异常内容:

racle.jbo.PersistenceException: JBO-26028: View object MemberAttributesDisplayVO does not include a primary key attribute RowID of entity base CuxPonTeamAttrExtendEO.

 

尝试-Duser.language=zh -Duser.region=CN -Duser.country=CN 未成功,决定仍然使用英文异常。

相关文章:

  • 2021-10-24
  • 2021-05-05
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-06-07
猜你喜欢
  • 2022-12-23
  • 2022-01-17
  • 2021-09-17
  • 2021-07-21
  • 2021-08-14
  • 2021-11-07
相关资源
相似解决方案