Skip to main content

Problem:

  • Product : Borland Enterprise Server, Web Edition
  • Platform : Windows, Linux, Solaris
  • Version : 5.02 and above
  • JDK : 1.3.1 and above

Though the appropriate lines in partition's "server.xml" are uncommented, the following exception appears in its event log when the partition starts:

[Mon Jun 23 16:04:26 CEST 2003] org.omg.CORBA.OBJECT_NOT_EXIST:
[Mon Jun 23 16:04:26 CEST 2003] Could not locate the following Object:
[Mon Jun 23 16:04:26 CEST 2003] repository id : IDL:session_storage/StorageFactory:1.0
[Mon Jun 23 16:04:26 CEST 2003] object name : jss_factory
[Mon Jun 23 16:04:26 CEST 2003] vmcid: 0x0 minor code: 0 completed: No
[Mon Jun 23 16:04:26 CEST 2003] at com.inprise.vbroker.orb.LocatorBidder.getBid(LocatorBidder.java:32) ...
[Mon Jun 23 16:04:26 CEST 2003] Unable to connect to Java Storage Server. Will not be able to persist sessions

Resolution:

The lines that need to be uncommented from the "server.xml" are as follows:

<Manager className="org.apache.catalina.session.PersistentManager" debug="0" maxIdleBackup="-1" checkInterval="60">
<Store className="com.borland.catalina.session.BorlandStore" storeName="jss_factory" debug="0" />
</Manager>

Note the storeName property - jss_factory. Note that this name appears in the exception. In reality this property is never named jss_factory. The default name for the storeName is /.

You should either:

1. Set the storeName in the "server.xml" to the above name

or

2. Edit the partition's "jss.properties" file and set the property "jss.factoryName". This value should then match the "server.xml" storeName property.

 


#ApplicationServer
#VisiBroker
#JSS
#Security
#AppServer
#BorlandApplicationServer