Digital Developer Conference: a FREE half-day online conference focused on AI & Cloud – North America: Nov 2 – India: Nov 9 – Europe: Nov 14 – Asia Nov 23 Register now

Close outline
  • United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.195

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

Problem connecting to the Rational License Key server,Cannot connect to Rational License Key Server

270002K99H gravatar image
Question by Gearóid Ó Treasaigh  (137) | Nov 06, 2014 at 02:48 PM urbancodelicenseconnectionrationalkeystore

When launching IBM UrbanCode Deploy, I get the following in the stdout file:

 2014-11-06 16:35:46,721 INFO  main com.urbancode.ds.rcl.RCLManager - Initializing RCL logging...
 2014-11-06 16:35:46,721 INFO  main com.urbancode.ds.rcl.RCLManager - Using /opt/ibm-ucd/server/bin/../conf/server/RCL_Log_Config.txt
 2014-11-06 16:35:46,996 ERROR main com.urbancode.ds.rcl.RCLManager - Connection could not be established to License Server
 2014-11-06 16:35:47,018 ERROR main com.urbancode.ds.rcl.RCLManager - Connection could not be established to License Server
 2014-11-06 16:35:47,028 INFO  main com.urbancode.ds.UDeployServer - IBM UrbanCode Deploy server started.

I've run the following to copy the RLKS files into place: cd /opt/ibm-ucd/server/opt/tomcat/webapps/ROOT/WEB-INF/lib/

 mkdir -p /opt/ibm-ucd/server/opt/tomcat/webapps/ROOT/WEB-INF/lib/rcl/aix/64/
 mkdir -p /opt/ibm-ucd/server/opt/tomcat/webapps/ROOT/WEB-INF/lib/rcl/aix/32/
 
 cd /opt/ibm-ucd/server/opt/tomcat/webapps/ROOT/WEB-INF/lib/rcl/aix/32/
 cp /opt/ibm-ucd/server/lib/rcl/aix/32/rcl_ibmratl.jar .
 
 cd /opt/ibm-ucd/server/opt/tomcat/webapps/ROOT/WEB-INF/lib/rcl/aix/64/
 cp /opt/ibm-ucd/server/lib/rcl/aix/64/rcl_ibmratl.jar .

I've also updated /opt/ibm-ucd/server/bin/set_env by adding the following to the end:

 JAVA_OPTS="$JAVA_OPTS -Djava.library.path=\"/opt/ibm-ucd/server/lib/rcl/aix/64/\""

I've restarted the RLKS server since applying the file, and running:

 /opt/IBM/RationalRLKS/bin/lmutil lmstat -a -c 27000@localhost

gives me:

 lmutil - Copyright (c) 1989-2011 Flexera Software, Inc. All Rights Reserved.
 Flexible License Manager status on Thu 11/6/2014 18:20
 
 License server status: 27000@example
     License file(s) on example: /opt/IBM/RationalRLKS/config/server_license.lic:/opt/IBM/RationalRLKS/config/rational_server_temp.dat:/opt/IBM/RationalRLKS/config/rational_server_perm.dat:
 
 example: license server UP (MASTER) v11.10
 
 Vendor daemon status (on example):
 
    ibmratl: UP v11.10
 Feature usage info:
 
 Users of IBMUCD_PVU:  (Total of 1 license issued;  Total of 0 licenses in use)
 
  telelogic: UP v11.10
 Feature usage info:
 
   rational: UP v11.10
 Feature usage info:

Connecting to the Rational License Key Server from another UCD server works, and I can ping the license server and telnet to it on port 27000 on the UCD I'm trying to connect to it. I've also restarted the UCD server numerous times to see if it will work.

Do you have any suggestions on what I should do to resolve this issue?

_sgw

People who like this

  1
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

3 answers

  • Sort: 
270003MPC0 gravatar image

Answer by Steve Pe (78) | Nov 10, 2014 at 06:43 AM

I had same problem long time ago. I tried to connect different Rational License Server with UCD license after it was successful, re connect to previous RLS. Un known reason its work.

Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
270006HDAV gravatar image

Answer by ncaley (176) | Nov 17, 2014 at 01:14 PM

Have you tried restating your UCD server?

Also, enable logging around licensing, reboot the server, and post the log here: log4j.logger.com.urbancode.ds.rcl=TRACE

Comment

People who like this

  0   Show 2   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
270002K99H gravatar image Gearóid Ó Treasaigh (137)   Nov 18, 2014 at 12:30 PM 0
Share

Hi Nick,

I'm getting the following in the serverOut, and the stdout after applying the tracing in the logging in the system settings:

 2014-11-18 12:35:10,877 INFO  main com.urbancode.ds.rcl.RCLManager - Initializing RCL logging...
 2014-11-18 12:35:10,878 INFO  main com.urbancode.ds.rcl.RCLManager - Using /opt/ibm-ucd/server/bin/../conf/server/RCL_Log_Config.txt
 2014-11-18 12:35:11,177 ERROR main com.urbancode.ds.rcl.RCLManager - Connection could not be established to License Server
 2014-11-18 12:35:11,195 ERROR main com.urbancode.ds.rcl.RCLManager - Connection could not be established to License Server
 2014-11-18 12:35:11,203 INFO  main com.urbancode.ds.UDeployServer - IBM UrbanCode Deploy server started.


Do I need to do anything with /opt/ibm-ucd/server/bin/../conf/server/RCL_Log_Config.txt to enable the logging?

270006HDAV gravatar image ncaley (176) Gearóid Ó Treasaigh (137)   Nov 19, 2014 at 09:17 AM 0
Share

You don't need to do anything with the RCL_Log_Config file, everything regarding that is handled for you.

You should check the RLKS log to make sure it's serving the licenses. You can find this in /opt/IBM/RationalRLKS/log/

270007NTN6 gravatar image

Answer by RGottsch (1) | Feb 11, 2015 at 01:13 PM

I had the same error message, until I found out that the ibmratl process is listening on 59040 on my license server and this port also needs to be available.

Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

Follow this question

12 people are following this question.

Answers

Answers & comments

Related questions

Is there a REST or CLI to license an UrbanCode Deploy agent? 1 Answer

RLKS sever serving license, then immediately shows it available 1 Answer

RQM plugin ignores variables using colon (:), like a url 1 Answer

trial licenses for UrbanCode Release 1 Answer

UCD plugin for Rational Function Tester? 2 Answers

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • Data and AI
  • DataPower
  • Decision Optimization
  • DevOps Build
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • Hyper Protect
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PartnerWorld Developer Support
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges