cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Translate the entire conversation x

Getting this error on CodeBeamer url : HTTP Status 404 – Not Found

SumitKumarPatel
2-Explorer

Getting this error on CodeBeamer url : HTTP Status 404 – Not Found

Hi All,

We have installed codebeamer(2.2.0.1) on linux server. Recently the IT team migrated the server from hyperV to Openshift. Since then our codebeamer url is giving this issue "HTTP Status 404 – Not Found". In logs we dont see any relevant issue other than below mentioned (kindly help if someone has any idea of what might be the root cause or solution) : (i have changed to port and ip by adding XX, please ignore that)

Caused by: java.lang.IllegalArgumentException: Failed to validate license: XX001@10.XXX.21.XXX
at com.intland.codebeamer.license.flexlm.BaseFlexLmLicense.checkForLicenseGroup(BaseFlexLmLicense.java:135) ~[cb-2.2.0.1.jar:?]
at com.intland.codebeamer.license.flexlm.FlexLmLicenseSource.<init>(FlexLmLicenseSource.java:44) ~[cb-2.2.0.1.jar:?]
at com.intland.codebeamer.license.flexlm.FlexLmLicenseSource.create(FlexLmLicenseSource.java:70) ~[cb-2.2.0.1.jar:?]
at com.intland.codebeamer.license.flexlm.FlexLmLicenseSource.createOptional(FlexLmLicenseSource.java:63) ~[cb-2.2.0.1.jar:?]
at com.intland.codebeamer.license.flexlm.FlexLmLicenseAllocatorUtil.<init>(FlexLmLicenseAllocatorUtil.java:104) ~[cb-2.2.0.1.jar:?]
at com.intland.codebeamer.license.flexlm.FlexLmLicenseAllocatorUtil.<clinit>(FlexLmLicenseAllocatorUtil.java:78) ~[cb-2.2.0.1.jar:?]
at java.base/java.lang.Class.forName0(Native Method) ~[?:?]
at java.base/java.lang.Class.forName(Class.java:421) ~[?:?]
at java.base/java.lang.Class.forName(Class.java:412) ~[?:?]
at com.intland.codebeamer.servlet.CustomAutowireCandidateResolver.shouldWiredByQualifier(CustomAutowireCandidateResolver.java:70) ~[cb-2.2.0.1.jar:?]
at com.intland.codebeamer.servlet.CustomAutowireCandidateResolver.isAutowireCandidate(CustomAutowireCandidateResolver.java:41) ~[cb-2.2.0.1.jar:?]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.isAutowireCandidate(DefaultListableBeanFactory.java:864) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.isAutowireCandidate(DefaultListableBeanFactory.java:823) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.isAutowireCandidate(DefaultListableBeanFactory.java:806) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1572) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1354) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.34.jar:5.3.34]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408) ~[spring-beans-5.3.34.jar:5.3.34]
... 55 more
Caused by: java.lang.RuntimeException: com.macrovision.flexlm.FlexlmException: Internal Flexlm Error (-506,1022) 
at com.intland.codebeamer.license.flexlm.FlexLmUtil.obtainLicenseString(FlexLmUtil.java:80) ~[cb-2.2.0.1.jar:?]
at com.intland.codebeamer.license.flexlm.BaseFlexLmLicense.checkForLicenseGroup(BaseFlexLmLicense.java:115) ~[cb-2.2.0.1.jar:?]
at com.intland.codebeamer.license.flexlm.FlexLmLicenseSource.<init>(FlexLmLicenseSource.java:44) ~[cb-2.2.0.1.jar:?]
at com.intland.code
ACCEPTED SOLUTION

Accepted Solutions

Hello Sumit,

You may need to check yaml and following details:

name: CB_FLEXLM_ENABLED
value: 'true'
- name: CB_FLEX_LM_LICENSE_SERVER_LINES
value: SERVER <HOST> <MAC> <PORT>

 

And then this host mentioned is accessible in openshift.

is this host also moved?
is MAC changed for this host?
if any change happened, did we apply it in the license file as well in flexLM. 

 

These could be generic investigation points for FlexLM error.

View solution in original post

2 REPLIES 2

Hi @SumitKumarPatel 

Thank you for your question. 

Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.

Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.

 

Best regards,


Catalina
PTC Community Moderator
PTC

Hello Sumit,

You may need to check yaml and following details:

name: CB_FLEXLM_ENABLED
value: 'true'
- name: CB_FLEX_LM_LICENSE_SERVER_LINES
value: SERVER <HOST> <MAC> <PORT>

 

And then this host mentioned is accessible in openshift.

is this host also moved?
is MAC changed for this host?
if any change happened, did we apply it in the license file as well in flexLM. 

 

These could be generic investigation points for FlexLM error.

Announcements


Top Tags