Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce Object Adapter Properties
prevIce Trace Properties

On this page:

Table of Contents
maxLevel2

Ice.Warn.AMICallback

Synopsis

Ice.Warn.AMICallback=num

Description

If num is set to a value larger than zero, warnings are printed if an AMI callback raises an exception. The default value is 1.

Ztop

Ice.Warn.Connections

Synopsis

Ice.Warn.Connections=num

Description

If num is set to a value larger than zero, Ice applications print warning messages for certain exceptional conditions in connections. The default value is 0.

Ztop

Ice.Warn.Datagrams

Synopsis

Ice.Warn.Datagrams=num

Description

If num is set to a value larger than zero, a server prints a warning message if it receives a datagram that exceeds the server's receive buffer size. (Note that this condition is not detected by all UDP implementations — some implementations silently drop received datagrams that are too large.) The default value is 0.

Ztop

Ice.Warn.Dispatch

Synopsis

Ice.Warn.Dispatch=num

Description

If num is set to a value larger than zero, Ice applications print warning messages for certain exceptions that are raised while an incoming request is dispatched.

Warning levels:

0

No warnings.

1

Print warnings for unexpected Ice::LocalException, Ice::UserException, C++ exceptions, and Java run-time exceptions (default).

2

Like 1, but also issue warnings for Ice::ObjectNotExistException, Ice::FacetNotExistException, and Ice::OperationNotExistException.

Ztop

Ice.Warn.Endpoints

Synopsis

Ice.Warn.Endpoints=num

Description

If num is set to a value larger than zero, a warning is printed if a stringified proxy contains an endpoint that cannot be parsed. (For example, stringified proxies containing SSL endpoints cause this warning in versions of Ice that do not support SSL.) The default value is 1.

Ztop

Ice.Warn.UnknownProperties

Synopsis

Ice.Warn.UnknownProperties=num

Description

If num is set to a value larger than zero, the Ice run time prints a warning about unknown properties for object adapters and proxies. The default value is 1.

Ztop

Ice.Warn.UnusedProperties

Synopsis

Ice.Warn.UnusedProperties=num

Description

If num is set to a value larger than zero, the Ice run time prints a warning during communicator destruction about properties that were set but not read. This warning is useful for detecting mis-spelled properties, such as Filesystem.MaxFilSize. The default value is 0.

Ztop
Zret
Znav
nextIce Object Adapter Properties
prevIce Trace Properties