This property enables or disables the exchange of SendingContextRuntime service contexts between clients and servers when the two are using different (evolved) versions of a class. If the client and server are on different versions of a JDK, the application should make sure that this property is set to true. This value should also be used for cases where VBJ is talking to a foreign ORB. This ensures that the codebase data is exchanged and marshaling/demarshaling of evolved classes can succeed without exceptions. Specifies the name of the implementation of the Stub base class from which all RMI-IIOP stubs must inherit. Specifies the name of the implementation of the Utility class that provides methods that can be used by stubs and ties to perform common operations. Specifies that the RMI-IIOP server implementation objects may inherit from javax.rmi.PortableRemoteObject or simply implement an RMI-IIOP remote interface and then use the exportObject method to register themselves as a server object. Specifies if a server is allowed to locate unknown classes. If set to true, does not allow the server to locate remote classes even if the client sends the location of the remote classes to the server.
Smart agent will wake up after this timeout and based on the vbroker.agent.keepAliveThreshold value, will compute whether to do client verification. The logic is if the last received heart beat value is less than current time - (keepAliveTimer + keepAliveThreshold), then do client verification. The value of this property should be greater than 1 second and less than 120 seconds. The number of times the client verification is tried can be controlled by vbroker.agent.maxRetries property. See vbroker.agent. timer. This value should be greater than 0.
The duration in seconds that the process will pause before trying to reconnect to the Smart Agent in the event of disconnection from the Smart Agent. If the value is -1, the process will exit upon disconnection from the Smart Agent. The default value of 0 (zero) means that reconnection will be made without any pause. Specifies the IP address or host name of a host running a Smart Agent. The default value, null, instructs VisiBroker applications to use the value from the OSAGENT_ADDR environment variable. If this OSAGENT_ADDR variable is not set, then it is assumed that the Smart Agent is running on a local host. When set to true, specifies that the system will display debugging information about communication of VisiBroker applications with the Smart Agent. When set to true, allows VisiBroker applications to cache IOR. When set to false, does not allow VisiBroker applications to communicate with the Smart Agent. When set to true, allows a VisiBroker application to fail over to another Smart Agent. Range of ports within interval [clientPort, clientPort+clientPortRange] for the ORB to communicate with the OSAgent. This property is effective only when clientPort is greater than 0 (zero). Valid values are between 0 and 65535. When set to false, the client ORB will use the hostname parameter passed in from the bind() method when binding to the server.Set to true in order to experience pre-VBJ 8.0 binding behavior.
1
2 SYS_PROPS: system or JVM properties, including properties specified through ‑VBJprop, -J, and so forth.
3
4
5 DEF_PROPS: default ORB properties. 0 (zero) It determines if the ORB should rebind in the case of a failure to connect during a LOCATION_FORWARD. When the client is forwarded to a new object, an attempt is made to connect to the new (destination) object. If this attempt ends in failure, the ORB transparently connects back to the original object (the source of the forward). This rebind to the source object occurs only if two conditions are fulfilled. The first is that the total number of forwards at this point (without a normal response punctuating them) should not have exceeded the count specified in this property. Specifies the administration directory at which various system files are located. This property can be set using the VBROKER_ADM environment variable. When set to true, this property enables the use of key IDs in client requests. When set to TRUE, this property enables Server Manager when the server is started, so that clients can access it. When set to true, specifies that clients must always connect to the server using the GateKeeper. Specifies the IOR of the GateKeeper that will be used as proxy to the Smart Agent. If this property is not set, the GateKeeper specified by the vbroker.orb.gatekeeper.ior property is used for this purpose. For more information, see the VisiBroker GateKeeper Guide. Forces the server application to include firewall information as part of any servant's IOR which this server exposes (use Firewall::FirewallPolicy in your code to force it selectively per POA). If set to true, forces PASSTHROUGH firewall mode globally in the application scope (use QoSExt::ProxyModePolicy in your code to force it selectively per object or per ORB). When set to true, specifies that clients must always make secure connections to the server. When set to true, specifies that clients always make http tunnel (IIOP wrapper) connections to the server. Turns on the ability to locate stubs when reading object references. This is done using read_Object, based on the object's repository id instead of either the generic object or the stubs for passed formal class argument.
2
3
4
5
6
7 The transports that appear first have higher precedence. For example, if an IOR contains both LIOP and IIOP profiles, the first chance goes to LIOP. Only if the LIOP fails is IIOP used.(The critical bid, specified by the vbroker.orb.bids.critical property, has highest precedence no matter where it is specified in the bid order.) This property is used to prevent specified bidders from placing bids. For example, setting it to inprocess will disable inprocess bidding. This can be useful in cases when optimized co-located invocations are not required. Only inprocess bidders can be barred. 0 (Key) The default addressing mode that client VisiBroker ORB uses. If it is set to 0, the addressing mode is Key, if set to 1, the addressing mode is Profile, if set to 2, the addressing mode is IOR. When set to true, this property allows the internal buffer manager to display debugging information. When this property is set to true the ORB will try to resolve the hostnames specified in the corbaloc URL. When false no address resolution will take place. When set to true, allows the ORB to display debugging information. When an IOR is created, the VisiBroker ORB embeds the codeset components into the IOR. This may produce problems with some non-compliant ORBs. By turning off the embedCodeset property, you instruct the VisiBroker ORB not to embed codesets in IORs. When set to false, specifies that character and wide character conversions between the client and the server are not to be negotiated. This property enables work-arounds to deal with behavior that is not GIOP 1.2-compliant in VisiBroker 4.0 and 4.1. Any VisiBroker client running on VisiBroker 4.1.1 or a release previous to 4.1.1 is affected, especially if GateKeeper is involved. To work with a Visibroker 4.0 or 4.1 client, this flag needs to be set to true. This is a server-side only flag. There is no corresponding flag on the client side. Use this property when the IDL contains a longlong as a parameter or as a return value. To be backward-compatible with VisiBroker 4.1.1 or earlier versions, set this property to true. You can selectively make bidirectional connections. If the client defines vbroker.orb.enableBiDir=client and the server defines vbroker.orb.enableBiDir=server the value of vbroker.orb.enableBiDir at the GateKeeper determines the state of the connection. Values of this property are: server, client, both or none. For more information, see “Properties that support bi-directional communication” and also Callback with GateKeeper's bidirectional support in the VisiBroker GateKeeper Guide. If set to TRUE, enables marshaling of null strings. 0 (zero) Specifies the GIOP message fragment size. It must be a multiple of GIOP message chunk size (vbroker.orb. streamChunkSize). Assigning a 0 (zero) to this property will eventually turn off fragmentation. Note: This property is deprecated. See “Debug Logging Properties” for recommended properties to use in its place.Specifies the logging level of message that will be logged. The default value, emerg, means that the system logs messages when the system is unusable, or in a panic condition. Acceptable values are: This property takes one of the following values: true, false, onbind, or always. When set to true, it forces the system to send a locate request before making invocations on an IIOP 1.2 target. When set to onbind, causes a locate request message to be sent when a connection is opened for the purpose of gauging if the peer is GIOP aware. The value always instructs the ORB to perform both tasks-sending the locate request before invocations and upon opening the connection. Allows an application to set a timeout for the ORB.shudown operation in seconds. This property is useful in cases when ORB.shutdown does not finish for a long time. The process will get terminated if the shutdown does not finish and the timeout expires. The default value of 0 (zero) means that process will never get terminated. Specifies that indirection be turned off when writing the typecodes. May be necessary when interoperating with ORBs from other vendors. When set to false, it is not possible to marshal recursive typecodes. If the write operation is blocked for more then the serverSendTimeout limit, it will timeout and close the connection. If set to false, a CORBA:NO_PERMISSION exception is just thrown and application will not be aborted. Note: This property is deprecated due to the limitation of the design that set the value at the socket read level. It is not compliant to OMG CORBA Messaging specification. For more information, refer to the QoS relative roundtrip and request properties or policies which are well implemented and more accurate.The default zero means no timeout is enabled. This property will associate a timeout with all socket-read at the client-side ORB. The specified timeout value is in milliseconds that is passed to set SoTimeout() in java.net.Socket.Note: The setting of this property will disable the QoS relative roundtrip and request timeout policies. If true, any thread calling ORB::perform_work() can performs the request. If false, the thread that calls ORB::perform_work() the first time becomes the "main thread" throughout the lifetime of the ORB. The call to ORB::perform_work() from a thread other than the "main thread" does nothing. If vbroker.orb.serverDelayClose =true is set and the Client does not respond to the CloseConnection message, the Server can set this property to limit the time the Server waits for the Client to close its socket. This can prevent the Server from hogging socket resources due to unresponsive clients. The value is in seconds and the default value is 30. See “vbroker.orb.serverRecv TimeoutDisconnects” for controlling whether this timeout is observed. Gives users the option whether or not to disconnect a client when an NIO connection times out because it has exceeded the value of vbroker.orb.serverRecvTimeout.If this property is set to true, the client's connection will be closed if it times out. This is the default if the property is not explicitly set and matches the behavior of the SSL NIO SCM.If set to false, the connection server thread will unblock after the timeout, allowing other waiting server threads to be served from the selector pool. After some time it may then attempt to read the remainder of the message from the client's connection again, when again it may hold a selector for up to serverRecvTimeout during the attempt. Manages the use of wide character sequence and wide strings that contain UTF-16 surrogate pair code points. Such code point values fall between '\uD800' and '\uDFFF'.If you set this property to true, the wstring and sequence<wchar> types may now contain characters that straddle two adjacent wchar (Java char) values.If you wish to retain the ORB’s previous behavior, in which wchar values in the affected range caused an org.omg.CORBA.DATA_CONVERSION exception, leave this property set to the default false.
Note: This property is deprecated. See “Debug Logging Properties” for recommended properties to use in its place.Specifies the logging level of messages to be logged. The default value, emerg, means that messages are logged when the system is unusable or during a panic condition.
When set to true, enables operations, exposed by the Server Manager, to be invoked. When set to true, enables properties, exposed by the Server Manager, to be changed.
When set to true, allows the Location Service to display debugging information. When set to true, allows the Location Service to check for the existence of an object referred by an object reference sent from the Smart Agent. Only objects registered BY_INSTANCE are verified for existence. Objects that are either registered with OAD, or those registered BY_POA policy are not verified for existence.
When set to true, allows the event channel factory to be instantiated, instead of an event channel. When set to true, allows output of debugging information. When set to true, allows the event channel to be executed in a console-driven, interactive mode.
If 1, enables master/slave naming services configuration. See the “VisiNaming Service Clusters for Failover and Load Balancing” section for information about configuring master/slave naming services. When this property is specified with a value specifying a file name, the Naming Service will store the IOR of context factory in that file. The IOR file can then be used by the nsutil utility to shutdown the Naming Service remotely. This property specifies the full path name for storing the naming service IOR. If you do not set this property, the naming service will try to output its IOR into a file named ns.ior in the current directory. The naming service silently ignores file access permission exceptions when it tries to output its IOR. This property allows special logging for all of the update operations on the CosNaming::NamingContext, CosNamingExt::Cluster, and CosNamingExt::ClusterManager interfaces.The CosNaming::NamingContext interface operations for which this property is effective are:The CosNamingExt::Cluster interface operations for which this property is effective are:The CosNamingExt::ClusterManager interface operation for which this property is effective is:When this property value is set to true and any of the above methods is invoked, the following log message is printed (the output shows a bind operation being executed):
When set to true, it specifies that an interceptor be installed to handle fail-over for objects that were retrieved from the VisiNaming Service. In case of an object failure, an attempt is made to transparently reconnect to another object from the same cluster as the original. If 1, the implicit clustering feature is turned on. This property is relevant when the name service cluster uses the Smart Round Robin criterion. When this property is set to 1, a stale object reference that was previously bound to a cluster with the Smart Round Robin criterion will be removed from the bindings when the name service discovers it. If this property is set to 0, stale object reference bindings under the cluster are not eliminated. However, a cluster with Smart Round Robin criterion will always return an active object reference upon a resolve() or select() call if such an object binding exists, regardless of the value of the vbroker.naming.smrr.pruneStaleRef property. By default, the implicit clustering in the name service uses the Smart Round Robin criterion with the property value set to 1. If set to 2, this property disables the clearing of stale references completely, and the responsibility of cleaning up the bindings belongs to the application, rather than to VisiNaming.
This property is used to configure VisiNaming Service instances in the cluster mode or in the master/slave mode. The vbroker.naming.enableSlave property must be set to 1 for this property to take effect.Set this property to cluster to configure VisiNaming Service instances in the cluster mode. VisiNaming Service clients will then be load balanced among the VisiNaming Service instances that comprise the cluster. Client failover across these instances are enabled.Set this property to slave to configure VisiNaming Service instances in the master/slave mode. VisiNaming Service clients will always be bound to the master server if the master is running but failover to the slave server when the master server is down. This property specifies the name of a VisiNaming Service cluster. Multiple VisiNaming Service instances belong to a particular cluster (for example, clusterXYZ) when they are configured with the cluster name using this property. See the related property, vbroker.naming.serverAddresses. This property specifies the host and listening port for the VisiNaming Service instances that comprise a VisiNaming Service cluster. The order of VisiNaming Service instances in this list must be identical to that of the related property vbroker.naming.serverNames, which specifies the names of the VisiNaming Service instances that comprise a VisiNaming Service Cluster. This property supports the format: This property must be set to true on the VisiNaming Service client to utilize the load balancing and failover features available when VisiNaming Service instances are configured in the VisiNaming Service cluster mode. The following is an example of how to use this property:
Specifies the naming service adapter type to use. This property specifies which type of backing store you want the VisiNaming Service to use. The valid options are: InMemory, JDBC, Dx, JNDI. The default is InMemory. Specifies whether to use the Naming Service cache. A value of 1 (one) enables caching. This property is required when the Naming Service cache is enabled (vbroker.naming.cacheOn=1) and the Naming Service instances are configured in Cluster or Master/Slave mode. It helps locate an Event Service instance in the format <hostname>:<port>. For example:See “Caching facility” for details about enabling the caching facility and setting the appropriate properties. 0 (no limit)
• com.borland.datastore.jdbc.DataStoreDriver—JDataStore driver
• com.sybase.jdbc.SybDriver—Sybase driver
• oracle.jdbc.driver.OracleDriver—Oracle driver
• interbase.interclient.Driver—Interbase driver
• weblogic.jdbc.mssqlserver4.Driver—WebLogic MS SQLServer Driver
• COM.ibm.db2.jdbc.app.DB2Driver—IBM DB2 Driver When this property is set to false, the resolve operation will use the same transaction pattern as used in other similar methods such as bind, rebind and so on. If it is set to true, there will be better performance for the "resolve" operation.
• jdbc:borland:dslocal:<db-name>—JDataStore UTL
•
•
• jdbc:interbase://<server-name>/<full-db-path>—Interbase URL
• jdbc:weblogic:mssqlserver4:<db-name>@<host-name>:<port-number>—WebLogic MS SQLSever URL
• jdbc:db2:<db-name>—IBM DB2 URL
• <full-path-JDataStore-db>—DataExpress URL for the native driver This property sets the Naming Service's database reconnection interval time, in seconds. The default value is 30. The Naming Service will ignore the reconnection request and throw a CannotProceed exception if the time interval between this request and the last reconnection time is less than the vset value. Valid values for this property are non-negative integers. If set to 0, the Naming Service will try to reconnect to the database for every request.
This setting specifies the backing store type which is JNDI for the JNDI adapter.
This property indicates whether naming client authentication is required. However, when the vbroker.naming.security.disable property is set to true, no client authentication will be performed regardless of the value of this requireAuthentication property. This following table lists the configurable Object Activation Daemon (OAD) properties. See “Using the Object Activation Daemon (OAD)” for details about using the OAD.
This property is used as an environment setting when registering a Visibroker Java server with the oadutil command. Set this property to true, so that the client can locate the VisiBroker server that is started by OAD. See “Registering objects with oadutil” for details.
When the vbroker.ir.name property is set to the default value, null, the VisiBroker ORB will try to use this property to locate the IR.
Specifies the type of client connection management used by a client. The value Pool means connection pool. This is currently the only valid value for this property. This property can be set to true to specify that the application wants to wait for all replies to be received and only after then should the ORB should close the connection. The default value of false indicates that ORB will not wait for any replies. When set to TRUE, the server's sockets are configured to send any data written to them immediately instead of batching the data as the buffer fills. 0 (random port) Specifies the client port to be used when a connection is opened by the ORB. Allowed values range from 0 to 65535. A range should be specified using the vbroker.ce.iiop.clientPortRange property when this property is used. Specifies the range of client ports to be used when a connection is opened by the ORB, starting with the port specified by the vbroker.ce.iiop.clientPort property. Allowed values range from 0 to 65535.
When set to true, allows the URL Naming Service to initiate the graphical user interface (GUI) for user interaction. When set to true, specifies that the URLNaming Service display debugging information.
This property can be used to set the RelativeRoundtripTimeoutPolicy in milliseconds. It takes effect at the ORB level and can be overridden programatically at other levels. The default value of 0 means no timeout. 0 (no limit) This property allows the convenience of setting the RelativeConnectionTimeoutPolicy QoS policy at the ORB level, without requiring explicit code to be written. The connection timeout value should be specified in milliseconds. The default value of false exhibits the current VB_NOTIFY_REBIND behavior described in “Using Quality of Service (QoS)”. A value of true reverts to the behavior of VB_NOTIFY_REBIND in VisiBroker version 6.5.
This protocol has the same set of properties as the “Server-side thread session IIOP_TS/IIOP_TS connection properties”, by replacing alliiop_ts with boa_ts in all the properties. For example, the vbroker.se.iiop_ts.scm.iiop_ts.manager.connectionMax will become vbroker.se.boa_ts.scm.boa_ts.manager.connectionMax. Also, the default value for vbroker.se.boa_ts.scms is boa_ts.
Specifies the host name that can be used by this server engine. The default value, null, means use the host name from the system. Host names or IP addresses are acceptable values. Specifies the proxy host name that can be used by this server engine. The default value, null, means use the host name from the system. Host names or IP addresses are acceptable values. Specifies the maximum number of cache connections on the server. The default value, 0 (zero), implies no restriction. Specifies the port number used with the host name property. The default value, 0 (zero), means that the system will pick a random port number. This property is effective only when listener.port is greater than 0 (zero). If the listener cannot bind to that port because the port may be in use then the listener will try to bind to the ports in the range [port, port+portRange]. If no ports in the range are available then a COMM_FAILURE exception will be thrown. Specifies the proxy port number used with the proxy host name property. The default value, 0 (zero), means that the system will pick a random port number. Specifies the maximum number of threads that the Server Connection Manager can create. The default value, 0 (zero) implies the ORB will control the thread generation using an internal algorithm based on heuristics. When this property is set to false, this turns on buffering for the socket. The default value, true, turns off buffering, so that all packets are sent as soon as they are ready. This property modifies the behavior of Java servers configured with the property vbroker.se.
iiop_tp.scm.iiop_tp.manager.type=Socket_nio. (See “High scalability configuration for VisiBroker for Java (using Java NIO)” for details of that property.)If this property is set to true, each IIOP (non-SSL) NIO Listener in the server will be constrained to consume a maximum of vbroker.se.iiop_tp
.scm.iiop_tp.listener.selectorMax instances of java.nio.channels.Selector at any given time. Note that setting this new property may cause threads to wait for a pooled Selector, so potential impact on performance should be carefully considered and profiled before setting the property.If this new property is not set, or is set to false, the number of Selectors in use continues to be as described in “High scalability configuration for VisiBroker for Java (using Java NIO)”. This property is only applicable if vbroker.se.
iiop_tp.scm.iiop_tp.listener.useSelectorPool is set to true.This protocol has the same set of properties as the “Server-side thread pool IIOP_TP/IIOP_TP connection properties”, by replacing all iiop_tp with boa_tp in all the properties. For example, the vbroker.se.iiop_tp.scm.iiop_tp.manager.connectionMax will become vbroker.se.boa_tp.scm.boa_tp.manager.connectionMax. Also, the default value for vbroker.se.boa_tp.scms is boa_tp.
You can selectively make bi-directional connections. If the client defines vbroker.orb.enableBiDir=client and the server defines vbroker.orb.enableBiDir=server the value of vbroker.orb.enableBiDir at the GateKeeper determines the state of the connection. Values of this property are: server, client, both or none. By default, this property is not set by the ORB. This is a client-side property. Setting it to true enables creation of a bi-directional callback POA on the specified server engine. Setting it to false disables creation of a bidirectional POA on the specified server engine. By default, this property is not set by the ORB. This is a server-side property. Setting it to true allows the server-side to reuse the connection already established by the client for sending requests to the client. Setting it to false prevents reuse of connections in this fashion.
Note: The source names must be registered using this property before they can be explicitly controlled using vbroker.log.default.filter.<source-name>.enable and vbroker.log.default.filter.<source-name>.logLevel properties.
List of comma-separated appenders for specifying log output destination.Values are stdout, rolling and/or any user-specified appender name. User can further specify the appenders using: log4j.appender.<name>=<full class name in log4j> Values are PatternLayout, simple, xml and/or the full class name of all the Log4J supported layouts.
Takes in a Boolean true or false parameter. Setting this value to true will enable the VisiBroker Web Services Runtime.
Specifies the protocol the listener is using. A value of WS-HIOPS will start a secure (https-based) listener.
Maximum number of threads to be present in the thread pool dispatcher. Default value 0 indicates unlimited number of threads. When using VisiBroker for Java, you can obtain the ORB version string by calling the getVersion method on the com.inprise.vbroker.orb.ORB class, as shown in the following example: