Product model error messages
Whenever the product model verification process fails, PolicyCenter stops the process and issues a set of error messages in the server log, as described in the following topics.
Product model errors during server startup
If the product model verification process detects an error during application server startup, it adds error messages to the server log and fails to start.
Buildfile: build.xml
verify-checksum:
[java] [platform] : Calculating module checksum...
...
dev-deploy:
[copy-javascript] JavaScript files are up to date - nothing to copy
...
dev-start:
[java] 2014-11-13 09:35:22,843 INFO Root directory is
"C:\Guidewire\workspace\pc800\webapps\pc"
[java] 2014-11-13 09:35:22,843 INFO Temp directory is
"C:\Documents and Settings\test\Local Settings\Temp\work\Jetty_0_0_0_0_8180__pc"
[java] 2014-11-13 09:35:22,843 INFO Logging properties found at
"C:\Guidewire\workspace\pc800\modules\configuration\config\logging\
logging.properties"
[java] 2014-11-13 09:35:23,109 INFO ***** PolicyCenter 8.0.0.xxx starting *****
...
...
[java] test 2014-11-13 09:35:43,384 INFO Starting parse security config...
[java] test 2014-11-13 09:35:43,431 INFO Finished parse security config.
...
[java] test 2014-11-13 09:35:44,228 INFO System Tables are up to date
[java] test 2014-11-13 09:35:44,228 INFO ProductModel extending Gosu typesystem...
[java] test 2014-11-13 09:35:44,228 INFO ProductModel typesystem extended.
[java] test 2014-11-13 09:35:44,228 INFO Verifying Product Model...
[java] test 2014-11-13 09:35:46,915 ERROR Errors detected in Product Model:
[java] test 2014-11-13 09:35:46,915 ERROR Personal Auto [PolicyLinePattern] : -
Errors in PolicyLinePattern "PersonalAutoLine"
[java] [1] test [ModifierPattern] : - Errors in ModifierPattern "Rtest"
[java] [1] gw.api.productmodel.ModifierMinMaxLookup@1944379 [ModifierMinMaxLookup] : -
Errors in ModifierMinMaxLookup
[java] [1] gw.api.productmodel.ModifierMinMaxLookup@1944379 [field : Minimum] : -
ModifierMinMaxLookup.Minimum is required, but is empty
[java] [2] gw.api.productmodel.ModifierMinMaxLookup@1944379 [field : Maximum] : -
ModifierMinMaxLookup.Maximum is required, but is empty
...
[java] test 2014-11-13 09:35:46,915 ERROR An exception was thrown while starting a component.
Setting runlevel to SHUTDOWN [gw.api.webservice.exception.ServerStateException: Errors detected
in Product Model. First correct the errors and then retry startup.]
[java] java.lang.RuntimeException: gw.api.webservice.exception.ServerStateException: Errors detected
inProduct Model. First correct the errors and then retry startup.
...