Guidewire ClaimsCenter 启动时出现“尝试进入 NODAEMONS 时引发异常”错误

问题描述 投票:0回答:1

在 Guidewire ClaimCenter(Jasper 版本)上工作,启动一切顺利,直到我到达末尾并报告以下错误:

2024-05-16 12:38:47,834 INFO Reading config file: C:\Users\xxxxx\Documents\claimcenter\claimcenter\modules\configuration\config\config.xml
2024-05-16 12:38:47,883 WARN Parameter InputMaskPlaceholderCharacter is deprecated with the following message: Obsolete - does nothing.
2024-05-16 12:38:47,883 WARN Parameter TreeViewRefresh is deprecated with the following message: Obsolete - does nothing.
2024-05-16 12:38:47,895 INFO Parsing C:\Users\xxxxx\Documents\claimcenter\claimcenter\modules\configuration\config\suite\suite-config.xml
2024-05-16 12:38:47,928 INFO Memory usage: 614.696 MB used (both active and stale objects), 117.302 MB free, 732.000 MB total, 4096.000 MB max. --  Please read 'Memory usage logging' in the System Administration Guide for information on how to interpret these numbers.
2024-05-16 12:38:49,800 INFO Plugin configuration loaded from C:\Users\xxxxx\Documents\claimcenter\claimcenter\modules\configuration\config\plugin\plugin-config.xml
2024-05-16 12:38:58,334 WARN The key 'lcm.worksetUid' in namespace 'plugin' not found in external property file. Have you forgotten to prefix the key with namespace in property file?
2024-05-16 12:38:59,395 ERROR Duplicate plugin ContactSystemPlugin
2024-05-16 12:39:00,104 ERROR The Display Key: AdminData.Role.Description.Claims_Non-Management_Ext is illegally formatted.  Please ensure that all Display Keys are a combination of alphanumeric, 'underscore', and 'dot' characters.
2024-05-16 12:39:00,546 ERROR The Display Key: AdminData.Role.Description.Claims_Non-Management_Ext is illegally formatted.  Please ensure that all Display Keys are a combination of alphanumeric, 'underscore', and 'dot' characters.
2024-05-16 12:39:01,012 ERROR The Display Key: AdminData.Role.Description.Claims_Non-Management_Ext is illegally formatted.  Please ensure that all Display Keys are a combination of alphanumeric, 'underscore', and 'dot' characters.
2024-05-16 12:39:01,079 ERROR [The Display Key: AdminData.Role.Description.Claims_Non-Management_Ext is illegally formatted.  Please ensure that all Display Keys are a combination of alphanumeric, 'underscore', and 'dot' characters., The Display Key: AdminData.Role.Description.Claims_Non-Management_Ext is illegally formatted.  Please ensure that all Display Keys are a combination of alphanumeric, 'underscore', and 'dot' characters.]
2024-05-16 12:39:01,079 WARN [The Display Key: AdminData.Role.Description.Claims_Non-Management_Ext is illegally formatted.  Please ensure that all Display Keys are a combination of alphanumeric, 'underscore', and 'dot' characters.]
2024-05-16 12:39:01,212 WARN The key 'lcm.worksetUid' in namespace 'plugin' not found in external property file. Have you forgotten to prefix the key with namespace in property file?
2024-05-16 12:39:11,236 INFO Config Change: AuthConfig{clientId='null', issuerUri='null', filterActive=false}
2024-05-16 12:39:14,107 INFO Migration Tool properties file C:\Users\xxxxx\Documents\claimcenter\claimcenter\modules\configuration\config\cmt\cmt.properties loaded successfully
2024-05-16 12:39:19,438 INFO Decreased runlevel to 'GUIDEWIRE_STARTUP'
2024-05-16 12:39:19,440 ERROR ***** ClaimCenter unable to start *****
gw.pl.exception.GWLifecycleException: An exception was thrown attempting to enter NODAEMONS
at com.guidewire.pl.system.server.InitTab.increaseRunLevelTo(InitTab.java:682) ~[pl-50.10.2.jar:?]
at com.guidewire.pl.system.server.InitTab.setRunLevel(InitTab.java:384) ~[pl-50.10.2.jar:?]
at com.guidewire.pl.system.servlet.GuidewireStartupServlet.init(GuidewireStartupServlet.java:88) ~[pl-50.10.2.jar:?]
at javax.servlet.GenericServlet.init(GenericServlet.java:244) ~[javax.servlet-api-3.1.0.jar:3.1.0]
at org.eclipse.jetty.servlet.ServletHolder$Wrapper.init(ServletHolder.java:1345) ~[jetty-servlet-9.4.53.v20231009.jar:9.4.53.v20231009]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:632) ~[jetty-servlet-9.4.53.v20231009.jar:9.4.53.v20231009]
at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:415) ~[jetty-servlet-9.4.53.v20231009.jar:9.4.53.v20231009]
at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750) ~[jetty-servlet-9.4.53.v20231009.jar:9.4.53.v20231009]
at java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:357) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[?:?]
at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[?:?]
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?]
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:774) ~[jetty-servlet-9.4.53.v20231009.jar:9.4.53.v20231009]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379) ~[jetty-servlet-9.4.53.v20231009.jar:9.4.53.v20231009]

还有人遇到这个问题或类似的问题吗?预先感谢。

guidewire claimcenter
1个回答
0
投票

我最好的猜测是,ClaimCenter 不知道在启动期间选择什么

ContactSystemPlugin
实现,因此无法启动。

  • 启动服务器时使用的环境变量是什么(-Denv 如果从命令行启动服务器,环境变量可以为空)
  • ContactSystemPlugin.gwp
    文件是否为您指定的环境变量指定了多个实现?

恐怕如果不为您排除故障,我可能无法提供更好的答案。如果答案最终是其他内容,请发布答案。谢谢。

© www.soinside.com 2019 - 2024. All rights reserved.