| Author |
Message |
|
dgbaur
Joined: Thu Nov 25, 2010 4:47 pm Posts: 6
|
 Evaluation License
The evaluation license on the download page is invalid.
LicenseValidator.setLicenseKey("Cu=Evaluation;Co=Evaluation;Dm=true;Pd=C;V=6;Ex=1290553200000;SignCode=3F;SignCode=3F;Signature=302C021429EECBBA497584F6201788E646B6");
Exception in thread "main" java.lang.IllegalAccessError: License Code Invalid! at com.miginfocom.util.LicenseValidator.a(SourceFile) at com.miginfocom.util.LicenseValidator.a(SourceFile) at com.miginfocom.util.LicenseValidator.setLicenseKey(SourceFile) at EventPlanner.EventPlanner.<init>(EventPlanner.java:104)
Am I doing something wrong?
I'd like to continue to develop in demo mode, but that seems to have expired as well....
"Please, Evaluate Before You Purchase
"We are certain that if you evaluate, you will purchase. We are in fact so certain about this that the evaluation version has no time limit or other feature caps."
|
| Thu Nov 25, 2010 4:58 pm |
|
 |
|
klauskurz
Joined: Thu Nov 25, 2010 9:22 pm Posts: 2
|
 Re: Evaluation License
Hi! I have the same problem here. Code: LicenseValidator.setLicenseKey("Cu=Evaluation;Co=Evaluation;Dm=true;Pd=C;V=6;Ex=1290553200000;SignCode=3F;SignCode=3F;Signature=302C021429EECBBA497584F6201788E646B6"); gives: Code: Exception in thread "main" java.lang.IllegalAccessError: License Code Invalid! at com.miginfocom.util.LicenseValidator.a(SourceFile) at com.miginfocom.util.LicenseValidator.a(SourceFile) at com.miginfocom.util.LicenseValidator.setLicenseKey(SourceFile) BTW: I would like to know, when the version "Mig Calendar Component v6.8.7" is available for purchase? In the Component store I just found "MiG Calendar V6.8.5". Thank you Klaus
|
| Thu Nov 25, 2010 9:54 pm |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: Evaluation License
Hello,
Sorry for any inconvenience this has lead to. The site is now updated and so is the demo applications. The new version is 6.8.8.
Also note that what you purchase is the right to use any 6.x version of the calendar. So the only thing you need is the license key and then you can use the latest version from our site.
Thanks,
|
| Fri Nov 26, 2010 11:42 am |
|
 |
|
dgbaur
Joined: Thu Nov 25, 2010 4:47 pm Posts: 6
|
 Re: Evaluation License
The netbeans plugin won't plugin, Netbean 6.9.1:
The Plugin Installer found problem timeout of loading MiGCalendar[com.miginfocom.migcalendar/6.8.8] while install the following plugins:
I also cannot get the license to let me run my app in demo mode. I set the license with:
LicenseValidator.setLicenseKey("Cu=Evaluation;Co=Evaluation;Dm=true;Pd=C;V=6;Ex=1310680800000;SignCode=3F;Signature=302C02147F5B22C178366868B90B8033DF4957FCC67693A9021410AB78CDEA44958EA83FD74BCFE0AE9B5EFCFEB9");
Then it dies like this, when it tries to paint:
Exception in thread "AWT-EventQueue-0" java.lang.IllegalAccessError: License Expired on Tue Nov 23 16:00:00 MST 2010 at com.miginfocom.util.LicenseValidator.a(SourceFile) at com.miginfocom.calendar.datearea.DefaultDateArea.paintComponent(SourceFile) at javax.swing.JComponent.paint(JComponent.java:1027) at javax.swing.JComponent.paintToOffscreen(JComponent.java:5122) at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1472) at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1403) at javax.swing.RepaintManager.paint(RepaintManager.java:1217) at javax.swing.JComponent._paintImmediately(JComponent.java:5070) at javax.swing.JComponent.paintImmediately(JComponent.java:4880) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:803) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:714) at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:694) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:128) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
I think that I may be missing something.
|
| Fri Nov 26, 2010 7:57 pm |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: Evaluation License
Hello,
There's probably somewhere else where the old license key is set. The new one doesn't expire in quite a while.
Thanks,
|
| Fri Nov 26, 2010 8:22 pm |
|
 |
|
dgbaur
Joined: Thu Nov 25, 2010 4:47 pm Posts: 6
|
 Re: Evaluation License
You are right!! I found it and now the dev app is running again.
Do you know what could be going on with the new netbean plugin?
Thanks
|
| Fri Nov 26, 2010 8:32 pm |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: Evaluation License
Nope, but I will check it out.
Are you sure it's a new one that's downloaded today?
Thanks,
|
| Fri Nov 26, 2010 8:47 pm |
|
 |
|
klauskurz
Joined: Thu Nov 25, 2010 9:22 pm Posts: 2
|
 Re: Evaluation License
Hi! Thank you fro the quick answer. To make my application work again in NetBeans, I had to edit manually every *.form file. I deleted the old "licenceKey" property and set the key in every Code: <Component class="com.miginfocom.beans.DateAreaBean" name="dateAreaBean1"> with: Code: <Property name="licenseKey" type="java.lang.String" value="Cu=Evaluation;Co=Evaluation;Dm=true;Pd=C;V=6;Ex=1310680800000;SignCode=3F;Signature=302C02147F5B22C178366868B90B8033DF4957FCC67693A9021410AB78CDEA44958EA83FD74BCFE0AE9B5EFCFEB9"/> So, the app starts up properly again. BTW: I can also not install the calendar bean in NetBeans. Thank you Klaus
|
| Sat Nov 27, 2010 12:24 am |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: Evaluation License
Hello,
The latest version of NetBeans seems to have broken the plugin. We are investigating.
Thanks for notifying!
|
| Sun Nov 28, 2010 1:21 pm |
|
 |
|
kvda
Joined: Wed Jan 19, 2011 2:13 pm Posts: 1
|
 Re: Evaluation License
Hi,
Is there any news on this issue? Thanks in advance!
Kurt
|
| Wed Jan 19, 2011 2:15 pm |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: Evaluation License
Hello,
NetBeans support didn't answer our questions unfortunately and we will be phasing out the plugin. Note that it is almost as simple just to add the beans the "normal" way but just adding the component to the classpath and then add the visual beans to the palette.
Thanks,
|
| Wed Jan 19, 2011 10:46 pm |
|
|