Skip to main content

How can I debug server license problems

  • February 16, 2013
  • 0 replies
  • 0 views

Problem:

  • Product Name: BES, VisiBroker
  • Product Version: 6.x and above
  • Product Component: License
  • Platform/OS Version: All

VisiBroker C Server is not starting and throwing an exception for license not found. How to get more information?

Resolution:

The following environment variable will turn on the license trace facillity for VisiBroker C servers:
 BES_LIC_TRACE=1
 
Run the server as usual and a trace should appear with information about the license configuration information determined from the license manager.
For example, the output should look something like this:
 
isFeatureEnabled():5006:43:0
 Internal init starting BES_LIC_DIR=:/cdat/solsda/disk1/daqiii/vbroker-6.0Linux/var
 BES_LIC_DEFAULT_DIR=:/cdat/solsda/disk1/daqiii/vbroker-6.0Linux/license
 opening
lock mode:NODE
 license name:128.84.46.6-6e692a
 found:1:SKUs in license set
 loaded SKU with product id:5006
 product type:0
 product description:Enterprise Server 6.0
 SKU label:CORBA Development VisiBroker Full
 setting default grace period
 creating licenseInfo
 days left:9999
 product descriptions:Enterprise Server 6.0
 SKU descriptions:CORBA Development VisiBroker Full
 license details:FEATURE_JAVA_FRONTEND(0)=TRUE,FEATURE_IDLFRONTEND(1)=TRUE,FEATURE_ALL_HOST_COMMUNICATION(2)=FALSE,FEATURE_JANEVA_RUN(3)=FALSE,FEATURE_CAN_RUN_NONBES(4)=FALSE,FEATURE_VS_INTEGRATION(5)=FALSE,FEATURE_CB_INTEGRATION(6)=FALSE,FEATURE_JAVA_BACKEND(7)=TRUE,FEATURE_CPPBACKEND(8)=TRUE,FEATURE_CSBACKEND(9)=TRUE,FEATURE_IDLBACKEND(10)=TRUE,FEATURE_PASCALBACKEND(11)=TRUE,FEATURE_INTERFACE_REPOSITORY(12)=TRUE,FEATURE_REQUEST_AGENT(13)=TRUE,FEATURE_NOTIFICATION_SVC(14)=TRUE,FEATURE_SCU_LOCAL_HUB(15)=TRUE,FEATURE_SCU_MASTER_HUB(16)=FALSE,FEATURE_SCU_SLAVE_AGENT(17)=FALSE,FEATURE_EJB_CONTAINER(18)=FALSE,FEATURE_WEB_CONTAINER(19)=TRUE,FEATURE_VISICONNECT(20)=FALSE,FEATURE_NAMING_SVC(21)=TRUE,FEATURE_SESSION_SVC(22)=TRUE,FEATURE_TRANSACTION_JTS(23)=TRUE,FEATURE_TRANSACTION_OTS(24)=TRUE,FEATURE_JDATASTORE(25)=TRUE,FEATURE_APACHE(26)=TRUE,FEATURE_JMS_SONIC(27)=FALSE,FEATURE_JMS_FIORANO(28)=FALSE,FEATURE_JMS_TIBCO(29)=FALSE,FEATURE_VBJ_ORB_SERVER(30)=TRUE,FEATURE_VBJ_ORB_CLIENT(31)=TRUE!
 ,FEATURE_GATEKEEPER(32)=TRUE,FEATURE_STANDALONE_NAMING_SVC(33)=TRUE,FEATURE_OAD(34)=TRUE,FEATURE_EVENT_SVC(35)=TRUE,FEATURE_VISISECURE(36)=TRUE,PARAM_HTTP_REQUESTS_ALLOWED(37)=0,PARAM_PARTITIONS_ALLOWED(38)=0,PARAM_APACHE_WEBCONTAINER_CONNECTIONS(39)=0,PARAM_MAX_CPUS(40)=0,PARAM_TRIAL(41)=0,PARAM_DEVELOPMENT_PERIOD(42)=4320,FEATURE_VBC_ORB_SERVER(43)=TRUE,FEATURE_VBC_ORB_CLIENT(44)=TRUE,FEATURE_RESTRICTED_MOS_ALLOWED(45)=FALSE,FEATURE_APACHE_IIS_CLUSTERING(46)=TRUE,FEATURE_TIBCO_ASE(47)=FALSE
 Internal init done
 isProductLicensed():5006
 isProductLicensed() return: true
 checkLicense():1
 checkLicense(): unable to create server-type license
 Borland Enterprise Server license violation[1007]: License not available from server.
 Exception: CORBA::NO_PERMISSION
 Explanation: Borland Enterprise Server license violation[1007]: License not available from server.
 Minor: 1330446336
 Completion Status: NO


#c
#NO_PERMISSION
#license
#C
#VisiBroker
#Security