This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232534 - ClassCastException: com.zeroturnaround.javarebel.SDKLicensingImpl cannot be cast to org.zeroturnaround.javarebel.Licensing
Summary: ClassCastException: com.zeroturnaround.javarebel.SDKLicensingImpl cannot be c...
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-10 20:18 UTC by markiewb
Modified: 2013-07-10 22:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202053


Attachments
stacktrace (1.04 KB, text/plain)
2013-07-10 20:18 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-07-10 20:18:38 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
markiewb: Started an ant-based NBM-Project with JRebel enabled. Within the started instance the exception occured




Stacktrace: 
java.lang.ClassCastException: com.zeroturnaround.javarebel.SDKLicensingImpl cannot be cast to org.zeroturnaround.javarebel.Licensing
   at org.zeroturnaround.jrebel.client.licensing.JRebelLicensing.loadLicensingImpl(JRebelLicensing.java:47)
   at org.zeroturnaround.jrebel.client.licensing.JRebelLicensing.<init>(JRebelLicensing.java:32)
   at org.zeroturnaround.jrebel.client.JRebel.getLicensing(JRebel.java:76)
   at org.zeroturnaround.jrebel.netbeans.licensing.LicenseUtil$JRebelClient.getLicensing(LicenseUtil.java:32)
   at org.zeroturnaround.jrebel.netbeans.licensing.LicenseUtil.isValidLicense(LicenseUtil.java:115)
   at org.zeroturnaround.jrebel.netbeans.licensing.LicenseWatcher.popupNotificationIfRequired(LicenseWatcher.java:75)
Comment 1 markiewb 2013-07-10 20:18:40 UTC
Created attachment 136968 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-07-10 21:39:44 UTC
Please report to 
http://zeroturnaround.com/software/jrebel/
Comment 4 markiewb 2013-07-10 22:05:31 UTC
FYI: I used version 1.5.2 of the JRebel NB plugin