Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem Using Flexlm With Weblogic

Status
Not open for further replies.

TechyRaul

Technical User
May 3, 2006
7
IN
Hi all,

I am using Flexlm utility to get license up for my web application on weblogic 8.1 , however I am getting an exception while trying to deploy the application.
Is there any issues with using Flexlm with Weblogic??
Please help me.

The satck trace is

at com.certicom.ecc.scheme.CurveList.byName(Unknown Source)
at com.certicom.ecc.jcae.CurveList.byName(Unknown Source)
at com.certicom.ecc.jcae.ECKeyFactorySpi.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at java.security.Security.doGetImpl(Security.java:1225)
at java.security.Security.doGetImpl(Security.java:1172)
at java.security.Security.getImpl(Security.java:1133)
at java.security.KeyFactory.getInstance(KeyFactory.java:108)
at com.macrovision.flexlm.lictext.PriKey.pubkeyVerify(PriKey.java:115)
at com.macrovision.flexlm.lictext.LicenseElement.doAuthenticate(LicenseElement.java:459)
at com.macrovision.flexlm.lictext.FeatureLine.authenticate(FeatureLine.java:85)
at com.macrovision.flexlm.lictext.LicenseCertificate.authenticateList(LicenseCertificate.java:206)
at com.macrovision.flexlm.lictext.LicenseCertificate.authenticate(LicenseCertificate.java:188)
at com.macrovision.flexlm.lictext.LicenseGroup.getCertificateData(LicenseGroup.java:198)
at com.macrovision.flexlm.lictext.LicenseGroup.<init>(LicenseGroup.java:106)
at com.macrovision.flexlm.licsource.LicenseFile.<init>(LicenseFile.java:78)
at com.macrovision.flexlm.LicenseSource.createLicenseSource(LicenseSource.java:128)
at com.macrovision.flexlm.License.<init>(License.java:216)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top