Kirk Pepperdine
2014-10-13 08:23:39 UTC
Hi,
I just wrote a custom VisualVM plugin and upon installing I get;
org.netbeans.StandardModuleData@<some hex number here> is not a valid NetBeans module
The module works when running in NetBeans. Doesnt install in a free standing VisualVM install.
Java version is 1.7.0_51
VisualVM platform is 1.3.8
NetBeans is 8.0.1
Java Platform is 1.7.0_51
Source level is 1.7
message in log is;
Caused: org.netbeans.InvalidException: Not a module: no OpenIDE-Module tag in manifest of ***@69d85fd0
at org.netbeans.ModuleData.<init>(ModuleData.java:95)
at org.netbeans.StandardModuleData.<init>(StandardModuleData.java:88)
at org.netbeans.StandardModule.createData(StandardModule.java:125)
at org.netbeans.Module.dataWithCheck(Module.java:184)
I started with JDK 8 but thought best to revert to JDK 7. I rebuilt the project from scratch thinking that I might have corrupted the config files in the process of changing versions. However the new project suffers from the same problem.
Not sure where to report this so Ive cross posted
Kind regards,
Kirk Pepperdine
I just wrote a custom VisualVM plugin and upon installing I get;
org.netbeans.StandardModuleData@<some hex number here> is not a valid NetBeans module
The module works when running in NetBeans. Doesnt install in a free standing VisualVM install.
Java version is 1.7.0_51
VisualVM platform is 1.3.8
NetBeans is 8.0.1
Java Platform is 1.7.0_51
Source level is 1.7
message in log is;
Caused: org.netbeans.InvalidException: Not a module: no OpenIDE-Module tag in manifest of ***@69d85fd0
at org.netbeans.ModuleData.<init>(ModuleData.java:95)
at org.netbeans.StandardModuleData.<init>(StandardModuleData.java:88)
at org.netbeans.StandardModule.createData(StandardModule.java:125)
at org.netbeans.Module.dataWithCheck(Module.java:184)
I started with JDK 8 but thought best to revert to JDK 7. I rebuilt the project from scratch thinking that I might have corrupted the config files in the process of changing versions. However the new project suffers from the same problem.
Not sure where to report this so Ive cross posted
Kind regards,
Kirk Pepperdine