Code Monkey home page Code Monkey logo

gephi-maven-plugin's Introduction

Gephi Maven Plugin

build javadoc

This Maven plugin assists Gephi plugins developers and is designed to be used along with the gephi-plugins repository and its instructions.

This plugin can help developers in the following way:

  • Validate plugin against standards (e.g. check dependency version, configuration)

  • Run a testing version of Gephi with developed plugins pre-installed

  • Generate a skeleton plugin with the right folder structure and required configuration

Download

Stable releases can be found on Maven central.

Maven:

<plugin>
    <groupId>org.gephi</groupId>
    <artifactId>gephi-maven-plugin</artifactId>
    <version>1.3.4</version>
</plugin>

Development builds can be found on Sonatype's Snapshot Repository.

How it works

This plugin is designed to work in a repository that has forked the gephi-plugins master branch. Such a repository typically contains a modules folder where plugins are located.

Each Gephi plugin module can define dependencies to regular Java libraries, Netbeans modules and of course Gephi modules.

This plugin supports two types of plugin configurations: single module and suite.

Single module

This is the simplest type of plugin and only contains a single module. It means there's only a single sub-folder in modules and a single entry in the <modules> configuration in pom.xml. Only a single NBM file is produced.

Suite

A suite is defined by a collection of modules, which have dependencies between each other. A plugin can therefore be composed of multiple modules. Multiple NBM files are produced but the final suite is archived into a single ZIP file.

Suites, however need to designate a module that acts as the module definition, which has the plugin metadata (e.g. license, author) and dependencies to the other modules. For instance, a plugin with 3 modules A, B and C could define A as the principal module and adds B and C to the list of modules it depends on.

Goals

mvn org.gephi:gephi-maven-plugin:validate

This command is automatically run when working on the gephi-plugins repository and does the following checks:

  • Checks the gephi.version parameter in each of the plugin modules matches with the version defined by gephi-plugins. The latter should be configured to the latest stable version of Gephi.

  • Checks the project lists a license in its configuration.

  • Checks the project lists an author in its configuration.

  • Checks the manifest contains a OpenIDE-Module-Name entry. This is the branding name of the plugin and should be filled.

  • Checks the manifest contains the OpenIDE-Module-Short-Description, OpenIDE-Module-Long-Description and OpenIDE-Module-Display-Category entries.

  • Checks the OpenIDE-Module-Display-Category entry is one of the following value: "Layout", "Export", "Import", "Data Laboratory", "Filter", "Generator", "Metric", "Preview", "Tool", "Appearance", "Clustering" or "Other Category".

mvn org.gephi:gephi-maven-plugin:run

This command runs a version of Gephi with the plugins pre-installed. This only works after the plugins have been built (i.e. by running mvn package on the repository).

The command accepts a run.params.debug parameter that allows to run Gephi with debug flags. The value string is directly passed as parameters to the application.

mvn org.gephi:gephi-maven-plugin:generate

This command is an interactive plugin generation tool. It asks a few questions through the console and then generates the plugin folder structure and configuration files.

This tool only supports single module plugins at the moment. However, it's easy to extend into a suite by adding additional folders.

mvn org.gephi:gephi-maven-plugin:migrate

This command is custom-built to migrate ant-based plugins to Maven and takes care of copying configuration, sources and resources files. It looks for ant-based plugin folders in the current directory and creates the appropriate plugin folders in modules.

gephi-maven-plugin's People

Contributors

eduramiba avatar mbastian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gephi-maven-plugin's Issues

gephi indicates plugin "installed" but plugin doesn't appear as a Layout option

System environment: Win 11, eclipse
Developed Layout, LayoutBuilder.
When I execute the run script, "mvn org.gephi:gephi-maven-plugin:run", gephi starts. I load a diagram successfully.
My layout plugin does not appear in the "Layout" drop down.
When I go to the menu entry Tools/plugins then choose "Installed" I see the name of my plugin.
I've attached the Layout, LayoutPlugin, pom.xml, and log files in a zip package.
ERD2Layout.zip
Oh, and here is the plugin xml file:
my-lynott-erdplugin2xml.txt
Thank you very much for your help with this. I appreciate it very much
Mike Lynott

Maven error in generated pom.xml file

Ran the Generate script which produced the expected pom.xml file for the target module.
The generated build section plugin is flagged with this error:

"Plugin execution not covered by lifecycle configuration: org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest (execution: default-manifest, phase: process-classes)"

Running on Eclipse 4.22 on win 11 maven m2e v 1.19.0 w java 14.

What can I do to resolve this error message?
Thanks

(I renamed the pom.xml to pom.txt because this page wouldn't let me attach an XML file.)

pom.txt
.

`mvn package`: `validate-plugin` step for gephi-plugins fails

After successfully compiling the plugins in the gephi-plugins repository (master-forge branch), the parent gephi-plugins module fails to compile.

Repo permalink: https://github.com/gephi/gephi-plugins/tree/40c33ea6d411611cc315d1ef851eff496ca084e7

$ mvn --version
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /Users/USERNAME/.sdkman/candidates/maven/current
Java version: 1.8.0_322, vendor: Azul Systems, Inc., runtime: /Users/USERNAME/.sdkman/candidates/java/8.0.322-zulu/zulu-8.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "11.6.2", arch: "aarch64", family: "mac"

[INFO] --- gephi-maven-plugin:1.2.3:validate (validate-plugin) @ gephi-plugins ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Hairball Buster 1.0.0 .............................. SUCCESS [  1.434 s]
[INFO] GeoLayoutPlugin 0.9.2.2 ............................ SUCCESS [  0.851 s]
[INFO] LinkfluencePlugin 0.9.0 ............................ SUCCESS [  0.938 s]
[INFO] KBrace Filter 1.0.0 ................................ SUCCESS [  0.813 s]
[INFO] Multimode-Networks 1.1.0 ........................... SUCCESS [  0.978 s]
[INFO] Json Exporter 2.0.0 ................................ SUCCESS [  0.985 s]
[INFO] Sigma Exporter 0.9.0 ............................... SUCCESS [  1.165 s]
[INFO] Node Color Manager 1.0.0 ........................... SUCCESS [  0.684 s]
[INFO] GraphvizLayout 1.0.0 ............................... SUCCESS [  0.817 s]
[INFO] StreamingAPI 1.0.3 ................................. SUCCESS [  0.674 s]
[INFO] StreamingImpl 1.0.3 ................................ SUCCESS [  1.863 s]
[INFO] JettyWrapper 1.0.3 ................................. SUCCESS [  0.308 s]
[INFO] StreamingServer 1.0.3 .............................. SUCCESS [  2.196 s]
[INFO] DesktopStreaming 1.0.3 ............................. SUCCESS [  0.991 s]
[INFO] GraphStreaming 1.0.3 ............................... SUCCESS [  0.615 s]
[INFO] CircularLayout 0.9.2 ............................... SUCCESS [  0.815 s]
[INFO] SemanticWebImport 1.0.0 ............................ SUCCESS [  2.022 s]
[INFO] Loxa Web Site Export 0.3.2 ......................... SUCCESS [  1.627 s]
[INFO] Export-To-Earth 1.0.0 .............................. SUCCESS [  1.379 s]
[INFO] Map Of Countries 1.5.1 ............................. SUCCESS [  0.909 s]
[INFO] ScriptingPlugin 0.9.2 .............................. SUCCESS [  2.352 s]
[INFO] TwitterStreamingImporter 1.4.2 ..................... SUCCESS [  1.004 s]
[INFO] Isometric Layout 1.0.0 ............................. SUCCESS [  0.779 s]
[INFO] Network Splitter 3D 1.0.0 .......................... SUCCESS [  0.807 s]
[INFO] ExcelCsvImporter 1.0.0 ............................. SUCCESS [  2.577 s]
[INFO] Oracle Driver 0.0.1 ................................ SUCCESS [  0.325 s]
[INFO] EventGraphLayout 1.0.0 ............................. SUCCESS [  0.795 s]
[INFO] Lineage 0.9.2 ...................................... SUCCESS [  0.772 s]
[INFO] MdsLayout 0.9.2 .................................... SUCCESS [  0.781 s]
[INFO] filterfromfile 1.0.0 ............................... SUCCESS [  0.661 s]
[INFO] GiveColorToNodes 1.0.0 ............................. SUCCESS [  0.684 s]
[INFO] GiveColorToEdges 1.0.0 ............................. SUCCESS [  0.670 s]
[INFO] Gravity Plugin 1.0.0 ............................... SUCCESS [  0.881 s]
[INFO] MdsMetric 0.9.2 .................................... SUCCESS [  0.872 s]
[INFO] VectorCalculator 0.5.0 ............................. SUCCESS [  0.778 s]
[INFO] Prestige Plugin 1.0.0 .............................. SUCCESS [  1.862 s]
[INFO] HttpGraph 1.0.8 .................................... SUCCESS [  3.277 s]
[INFO] Minimum Spanning Tree Plugin 1.0.0 ................. SUCCESS [  2.131 s]
[INFO] Similarity Computer 1.1.3 .......................... SUCCESS [  3.097 s]
[INFO] AgensGraph Plugin 1.0.0 ............................ SUCCESS [  1.246 s]
[INFO] Polygon Shaped Nodes 1.0.0 ......................... SUCCESS [  0.914 s]
[INFO] scale layout plugin 1.1.0 .......................... SUCCESS [  0.778 s]
[INFO] Circle Pack 1.0.0 .................................. SUCCESS [  0.780 s]
[INFO] Newman-Girvan Clustering 1.0.0 ..................... SUCCESS [  0.899 s]
[INFO] gephi-plugin-image-preview 1.0.0 ................... SUCCESS [  1.047 s]
[INFO] polinodeExporter 0.9.2 ............................. SUCCESS [  0.985 s]
[INFO] Leiden Algorithm 1.0.0 ............................. SUCCESS [  1.248 s]
[INFO] Bridging Centrality Plugin 1.0.1 ................... SUCCESS [  0.938 s]
[INFO] BoundingDiameters 0.0.1 ............................ SUCCESS [  1.007 s]
[INFO] BoundingDiameters UI 0.0.1 ......................... SUCCESS [  0.875 s]
[INFO] BoundingDiameters Suite 0.0.1 ...................... SUCCESS [  0.518 s]
[INFO] dbscan 1.0.0 ....................................... SUCCESS [  0.863 s]
[INFO] Clustering Coefficient 1.0.0 ....................... SUCCESS [  0.784 s]
[INFO] Kleinberg Generator 1.0.0 .......................... SUCCESS [  0.940 s]
[INFO] Column Calculator 1.0.1 ............................ SUCCESS [  1.116 s]
[INFO] Groups by partition 1.0.0 .......................... SUCCESS [  0.662 s]
[INFO] gephi-plugins 0.9.2 ................................ FAILURE [  3.433 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:06 min
[INFO] Finished at: 2022-01-25T23:13:05-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.gephi:gephi-maven-plugin:1.2.3:validate (validate-plugin) on project gephi-plugins: Multiple module suites have been found, this is not supported -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :gephi-plugins

Output of mvn package:
mvn-package-output.txt

Output of mvn -X package:
debug.log

Automated plugin conversion errors if angle-brackets are included in author info

Specifically, in my plugin, I had this:
https://github.com/chunky/gephi_graphviz/blob/master/nbproject/project.properties
Which included this line:

nbm.module.author=Gary "ChunkyKs" Briggs <[email protected]>

This caused the angle-brackets to end up nested in some other XML in the generated POM file, which maven took umbrage with.

To reproduce:

  1. Fork, clone, gephi-plugins
  2. Clone https://github.com/chunky/gephi_graphviz into top-level working directory of new gephi-plugins
    2a) I then deleted .git from inside gephi_graphviz clone, although I don't know if that matters
  3. Run mvn org.gephi:gephi-maven-plugin:migrate

Manually editing the project.properties file to not include angle-brackets on my email fixed it

failing the execution of gephi-maven-plugin

As mentionned in the read me file for the creation of a new plugin, the first step to do is to clone the gephi-maven-plugin and use the generate goal to create the new plugin. After cloning, when I build it an error related to desriptors appears.

Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:2.9:descriptor (default-descriptor) on project gephi-maven-plugin: Error extracting plugin descriptor: 'No mojo definitions were found for plugin: org.gephi:gephi-maven-plugin.' -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

I also tried the org.gephi:gephi-maven-plugin:generate goal under rightClickProject- costum- goals of netbeans IDE but it fails to execute.

Failed to execute goal org.gephi:gephi-maven-plugin:1.2.3:generate (default-cli) on project gephi-maven-plugin: Can't obtain gephi version number -> [Help 1]

org.gephi:gephi-maven-plugin:generate doesn't generate correct manifest.mf

After using org.gephi:gephi-maven-plugin:generate, the Module Manifest

gephi-plugins\modules\MyModule\src\main\nbm\manifest.mf

Doesn't contain the following parameters even if they are fill up during the generate process:

  • OpenIDE-Module-Short-Description
  • OpenIDE-Module-Long-Description

Which result in an error during compilation

How to develop multiple, independent plugins

Hello,

I'm working on a set of plugins, each independent from the others. One of them is a statistics module that I think is of general interes and I'd like to publish on the Plugins Marketplace. Another one is a layout plugin.

While I can define and compile several plugins in my gephi-plugins folder, I seem to be unable to run Gephi if those plugis are independent from each other. The error message I get is:

Multiple module suites have been found, this is not supported

This was possible in Gephi 0.8.2 with the former Ant build process.

So, here's my question: How can I author several independent plugins (having different licenses) and run them all together in a single Gephi 0.9.1.x instance?

org.gephi:gephi-maven-plugin:run doesn't load the plugin

It even doesn't appear on any list or a message hinting that there was a loading problem.

Console Output:
--- gephi-maven-plugin:1.2.4-SNAPSHOT:run (default-cli) @ imagePreviewPlugin ---

Executing: cmd.exe /X /C ""C:\Program Files (x86)\Gephi-0.9.1\bin\gephi64.exe" --console suppress --userdir D:\git\gephi-plugins\modules\imagePreviewPlugin\target\userdir -J-Dnetbeans.logger.console=true -J-ea --branding gephi --jdkhome "C:\Program Files\Java\jdk1.8.0_60""

Log Session: Wednesday, March 2, 2016 10:16:54 AM CET
System Info:
Product Version = Gephi 0.9.1 201510222201
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23; Oracle Corporation
Runtime = Java(TM) SE Runtime Environment 1.8.0_60-b27
Java Home = C:\Program Files\Java\jdk1.8.0_60\jre
System Locale; Encoding = de_DE (gephi); Cp1252
Home Directory = C:\Users\mvogt
Current Directory = C:\Program Files (x86)\Gephi-0.9.1
User Directory = D:\git\gephi-plugins\modules\imagePreviewPlugin\target\userdir
Cache Directory = D:\git\gephi-plugins\modules\imagePreviewPlugin\target\userdir\var\cache
Installation = C:\Program Files (x86)\Gephi-0.9.1\platform
C:\Program Files (x86)\Gephi-0.9.1\gephi
C:\Program Files (x86)\Gephi-0.9.1\platform
Boot & Ext. Classpath = C:\Program Files\Java\jdk1.8.0_60\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_60\jre\classes;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\zipfs.jar
Application Classpath = C:\Program Files (x86)\Gephi-0.9.1\platform\lib\boot.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\org-openide-modules.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\org-openide-util-lookup.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\org-openide-util-ui.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\org-openide-util.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_ar_SA.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_bg.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_ca.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_cs.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_de.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_es.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_fr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_gl_ES.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_in_ID.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_it.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_ko.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_nl_NL.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_pl.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_pt_PT.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_ro.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_si.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_sq.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_sv.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_tr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\boot_zh_TW.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_ar_SA.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_bg.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_ca.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_cs.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_de.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_es.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_fr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_gl_ES.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_in_ID.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_it.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_ko.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_nl_NL.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_pl.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_pt_PT.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_ro.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_si.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_sq.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_sv.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_tr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-modules_zh_TW.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_bg.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_ca.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_cs.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_de.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_es.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_fr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_gl_ES.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_in_ID.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_it.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_ko.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_nl_NL.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_pl.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_ro.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_si.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_sv.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_tr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-lookup_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-ui_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-ui_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-ui_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util-ui_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_ar_SA.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_bg.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_ca.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_cs.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_de.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_es.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_fr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_gl_ES.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_in_ID.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_it.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_ko.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_nl_NL.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_pl.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_pt_PT.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_ro.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_si.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_sq.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_sv.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_tr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\lib\locale\org-openide-util_zh_TW.jar;C:\Program Files\Java\jdk1.8.0_60\lib\dt.jar;C:\Program Files\Java\jdk1.8.0_60\lib\tools.jar

Startup Classpath = C:\Program Files (x86)\Gephi-0.9.1\platform\core\asm-all-5.0.1.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\core-base.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\core.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\org-netbeans-libs-asm.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\org-openide-filesystems-compat8.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\org-openide-filesystems.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core-base_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core-base_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core-base_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core-base_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_ar_SA.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_bg.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_ca.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_cs.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_de.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_es.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_fr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_gl_ES.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_in_ID.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_it.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_ko.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_nl_NL.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_pl.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_pt_PT.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_ro.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_si.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_sq.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_sv.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_tr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\core_zh_TW.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-netbeans-libs-asm_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-netbeans-libs-asm_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-netbeans-libs-asm_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-netbeans-libs-asm_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems-compat8_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems-compat8_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems-compat8_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems-compat8_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_ar_SA.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_bg.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_ca.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_cs.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_de.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_es.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_fr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_gl_ES.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_in_ID.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_it.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_ja.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_ko.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_nl_NL.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_pl.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_pt_BR.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_pt_PT.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_ro.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_ru.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_si.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_sq.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_sv.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_tr.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_zh_CN.jar;C:\Program Files (x86)\Gephi-0.9.1\platform\core\locale\org-openide-filesystems_zh_TW.jar;C:\Program Files (x86)\Gephi-0.9.1\gephi\core\locale\core_gephi.jar

INFO [org.netbeans.core.startup.NbEvents]: Module werden aktiviert:
org.openide.util.lookup [8.32.1 201510222201]
org.openide.util [9.5.1 201510222201]
org.openide.util.ui [9.4.1 201510222201]
org.openide.modules [7.47.1 201510222201]
org.netbeans.api.annotations.common/1 [1.26.1 201510222201]
org.openide.filesystems [9.8.1 201510222201]
org.openide.awt [7.65.1 201510222201]
org.netbeans.api.progress/1 [1.46.1 201510222201]
org.netbeans.api.progress.nb [1.46.1 201510222201]
org.openide.dialogs [7.41.1 201510222201]
org.openide.nodes [7.42.1 201510222201]
org.openide.windows [6.74.1 201510222201]
org.netbeans.modules.editor.mimelookup/1 [1.39.1 201510222201]
org.openide.text [6.66.1 201510222201]
org.netbeans.swing.tabcontrol [1.54.1 201510222201]
org.netbeans.swing.outline [1.32.1 201510222201]
org.openide.explorer [6.61.1 201510222201]
org.openide.actions [6.38.1 201510222201]
org.netbeans.modules.queries/1 [1.42.1 201510222201]
org.netbeans.api.templates [1.6.1 201510222201]
org.openide.filesystems.nb [9.7.1 201510222201]
org.openide.loaders [7.63.1 201510222201]
org.netbeans.api.intent [1.1.1 201510222201]
org.netbeans.api.io [1.2.1 201510222201]
org.openide.io [1.48.1 201510222201]
org.openide.filesystems.compat8 [9.7.1 201510222201]
org.netbeans.swing.plaf [1.40.1 201510222201]
org.netbeans.spi.quicksearch [1.26.1 201510222201]
org.netbeans.modules.templates/1 [1.6.1 201510222201]
org.netbeans.libs.asm [5.2.1 201510222201]
org.netbeans.bootstrap/1 [2.74.1 201510222201]
org.netbeans.core.startup.base [1.61.1.1 1 201510222201]
org.netbeans.core.startup/1 [1.61.1.1 201510222201]
org.netbeans.modules.settings/1 [1.48.1 201510222201]
org.netbeans.modules.sendopts/2 [2.34.1 201510222201]
org.netbeans.modules.sampler [1.13.1 201510222201]
org.netbeans.modules.progress.ui [1.32.1 201510222201]
org.netbeans.modules.keyring [1.23.1 201510222201]
org.netbeans.core/2 [3.49.1 201510222201]
org.netbeans.modules.options.api/1 [1.44.1 201510222201]
org.netbeans.modules.options.keymap [1.36.1 201510222201]
org.netbeans.libs.jna/1 [1.41.1 201510222201]
org.netbeans.modules.masterfs/2 [2.54.1.2 2 201510222201]
org.netbeans.modules.masterfs.windows [1.15.1 201510222201]
org.netbeans.modules.masterfs.ui [2.2.1.2 201510222201]
org.netbeans.modules.masterfs.nio2 [1.14.1 201510222201]
org.netbeans.modules.keyring.fallback [1.7.1 201510222201]
org.netbeans.modules.keyring.impl [1.23.1 201510222201]
org.netbeans.modules.autoupdate.services [1.51.1 201510222201]
org.netbeans.modules.autoupdate.ui [1.44.1 201510222201]
org.netbeans.modules.autoupdate.cli [1.12.1 201510222201]
org.netbeans.libs.jna.platform/1 [1.10.1 201510222201]
org.netbeans.core.windows/2 [2.80.1 201510222201]
org.netbeans.core.ui/1 [1.44.1 201510222201]
org.netbeans.core.output2/1 [1.40.1 201510222201]
org.netbeans.core.network [1.9.1 201510222201]
org.netbeans.core.nativeaccess/1 [1.30.1 201510222201]
org.netbeans.core.multitabs/1 [1.11.1.1 1 201510222201]
org.netbeans.core.io.ui/1 [1.29.1 201510222201]
org.gephi.core.library.wrapper [0.9.1 0.9.1 201602141952]
org.gephi.ui.library.wrapper [0.9.1 0.9.1 201602141953]
org.gephi.utils [0.9.1 0.9.1 201602141952]
org.gephi.lib.validation [0.9.1 0.9.1 201602141953]
org.gephi.utils.longtask [0.9.1 0.9.1 201602141952]
org.gephi.project.api [0.9.1 0.9.1 201602141952]
org.gephi.graph.api [0.9.1 0.9.1 201602141952]
org.gephi.ui.utils [0.9.1 0.9.1 201602141955]
org.gephi.ui.components [0.9.1 0.9.1 201602141955]
org.gephi.db.drivers [0.9.1 0.9.1 201602141954]
org.gephi.io.importer.api [0.9.1 0.9.1 201602141954]
org.gephi.mostrecentfiles.api [0.9.1 0.9.1 201602141957]
org.gephi.desktop.project [0.9.1 0.9.1 201602141957]
org.gephi.welcome.screen [0.9.1 0.9.1 201602141958]
org.gephi.datalab.api [0.9.1 0.9.1 201602141953]
org.gephi.visualization.api [0.9.1 0.9.1 201602141954]
org.gephi.tools.api [0.9.1 0.9.1 201602141957]
org.gephi.gleem [0.9.1 0.9.1 201602141957]
org.gephi.visualization [0.9.1 0.9.1 201602141958]
org.gephi.ui.propertyeditor [0.9.1 0.9.1 201602142000]
org.gephi.algorithms.plugin [0.9.1 0.9.1 201602141957]
org.gephi.tools.plugin [0.9.1 0.9.1 201602141958]
org.gephi.statistics.api [0.9.1 0.9.1 201602141955]
org.gephi.statistics.plugin [0.9.1 0.9.1 201602141956]
org.gephi.filters.api [0.9.1 0.9.1 201602141956]
org.gephi.appearance.api [0.9.1 0.9.1 201602141956]
org.gephi.filters.plugin [0.9.1 0.9.1 201602141957]
org.gephi.timeline.api [0.9.1 0.9.1 201602141957]
org.gephi.statistics.plugin.ui [0.9.1 0.9.1 201602141956]
org.gephi.settings.upgrader [0.9.1 0.9.1 201602141955]
org.gephi.project.ui [0.9.1 0.9.1 201602141955]
org.gephi.io.processor.plugin [0.9.1 0.9.1 201602141954]
org.gephi.processor.plugin.ui [0.9.1 0.9.1 201602141955]
org.gephi.preview.api [0.9.1 0.9.1 201602141953]
org.gephi.preview.plugin [0.9.1 0.9.1 201602141954]
org.gephi.io.exporter.api [0.9.1 0.9.1 201602141952]
org.gephi.io.exporter.preview [0.9.1 0.9.1 201602141953]
org.gephi.preview.export.ui [0.9.1 0.9.1 201602141953]
org.gephi.perspective.api [0.9.1 0.9.1 201602142002]
org.gephi.layout.api [0.9.1 0.9.1 201602141959]
org.gephi.layout.plugin [0.9.1 0.9.1 201602142000]
org.gephi.io.importer.plugin [0.9.1 0.9.1 201602142002]
org.gephi.io.generator.api [0.9.1 0.9.1 201602141959]
org.gephi.io.generator.plugin [0.9.1 0.9.1 201602141959]
org.gephi.io.exporter.plugin [0.9.1 0.9.1 201602142000]
org.gephi.import.plugin.ui [0.9.1 0.9.1 201602142003]
org.gephi.gephi.branding [0.9.1 0.9.1 201602141952]
org.gephi.generator.plugin.ui [0.9.1 0.9.1 201602141959]
org.gephi.desktop.banner [0.9.1 0.9.1 201602142003]
org.gephi.filters.plugin.ui [0.9.1 0.9.1 201602142003]
org.gephi.filters.impl [0.9.1 0.9.1 201602142002]
org.gephi.export.plugin.ui [0.9.1 0.9.1 201602142002]
org.gephi.directory.chooser [0.9.1 0.9.1 201602142005]
org.gephi.desktop.tools [0.9.1 0.9.1 201602142004]
org.gephi.desktop.timeline [0.9.1 0.9.1 201602142005]
org.gephi.desktop.statistics [0.9.1 0.9.1 201602142000]
org.gephi.desktop.recent.files [0.9.1 0.9.1 201602142002]
org.gephi.desktop.progress [0.9.1 0.9.1 201602141959]
org.gephi.desktop.io.export [0.9.1 0.9.1 201602142002]
org.gephi.desktop.preview [0.9.1 0.9.1 201602142004]
org.gephi.desktop.layout [0.9.1 0.9.1 201602142004]
org.gephi.desktop.import [0.9.1 0.9.1 201602142004]
org.gephi.desktop.generate [0.9.1 0.9.1 201602142000]
org.gephi.desktop.filters [0.9.1 0.9.1 201602142005]
org.gephi.desktop.datalab [0.9.1 0.9.1 201602142001]
org.gephi.desktop.context [0.9.1 0.9.1 201602141958]
org.gephi.desktop.branding [0.9.1 0.9.1 201602141959]
org.gephi.appearance.plugin [0.9.1 0.9.1 201602142001]
org.gephi.appearance.plugin.ui [0.9.1 0.9.1 201602142001]
org.gephi.desktop.appearance [0.9.1 0.9.1 201602142001]
org.gephi.datalab.plugin [0.9.1 0.9.1 201602142003]
nl.cloudfarming.client.lib.platform.l10n [1.1 1.1-NB80 201411231331]
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy resolver: Windows
INFO [org.netbeans.core.network.proxy.windows.WindowsNetworkProxy]: Windows system proxy resolver: manual (10.13.13.5:3128)
INFO [org.netbeans.core.network.proxy.windows.WindowsNetworkProxy]: Windows system proxy resolver: manual - no proxy hosts (10.13.13.41;)
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading succeeded.
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - mode: manual
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - http host: 10.13.13.5
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - http port: 3128
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - https host: 10.13.13.5
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - https port: 3128
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - socks host:
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - socks port:
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - no proxy hosts: 10.13.13.41|
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy TEST - http host: 10.13.13.5
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy TEST - http port: 3128
INFO [org.netbeans.ui.metrics.laf]: USG_LOOK_AND_FEEL
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.gephi.ui.upgrader.Upgrader.getCurrentVersion(Upgrader.java:123)
INFO: Current Version is target
WARNING [java.util.prefs]: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Diagnostic information
Input arguments:
-Xms64m
-Xmx512m
-Xverify:none
-Dsun.java2d.noddraw=true
-Dsun.awt.noerasebackground=true
-Dnetbeans.indexing.noFileRefresh=true
-Dplugin.manager.check.interval=EVERY_DAY
-XX:MaxPermSize=384m
-Dnetbeans.logger.console=true
-ea
-Dnetbeans.user.dir=D:\git\gephi-plugins\modules\imagePreviewPlugin
-Djdk.home=C:\Program Files\Java\jdk1.8.0_60
-splash:D:\git\gephi-plugins\modules\imagePreviewPlugin\target\userdir\var\cache\splash.png
-Dnetbeans.home=C:\Program Files (x86)\Gephi-0.9.1\platform
-Dnetbeans.user=D:\git\gephi-plugins\modules\imagePreviewPlugin\target\userdir
-Dnetbeans.default_userdir_root=
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=D:\git\gephi-plugins\modules\imagePreviewPlugin\target\userdir\var\log\heapdump.hprof
-Dsun.awt.keepWorkingSetOnMinimize=true
-Dnetbeans.dirs=C:\Program Files (x86)\Gephi-0.9.1\platform;C:\Program Files (x86)\Gephi-0.9.1\gephi
exit
Compiler: HotSpot 64-Bit Tiered Compilers
Heap memory usage: initial 64,0MB maximum 455,5MB
Non heap memory usage: initial 2,4MB maximum -1b
Garbage collector: PS Scavenge (Collections=9 Total time spent=0s)
Garbage collector: PS MarkSweep (Collections=2 Total time spent=0s)
Classes: loaded=6531 total loaded=6531 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 8.270.954.496
INFO [null]: Gesamter physischer Speicher 8.270.954.496
INFO: GL_VENDOR: Intel
INFO: GL_RENDERER: Intel(R) HD Graphics 4000
INFO: GL_VERSION: 4.0.0 - Build 9.18.10.3359
INFO: GL_SURFACE_SCALE: 1
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/org_gephi_branding_update_center.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/org_gephi_branding_update_center_1.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/org_gephi_branding_update_center.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/org_gephi_branding_update_center_1.instance: url_key attribute deprecated in favor of url
INFO [org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser]: Unpaired license 00000006 without any module.
INFO [org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser]: Unpaired license 00000006 without any module.
INFO [org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser]: Unpaired license 00000006 without any module.

mvn org.gephi:gephi-maven-plugin:run doesn't work

Error:

[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building imagePreviewPlugin 1.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- gephi-maven-plugin:1.2.3:run (default-cli) @ gephi-plugin-image-preview ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.396 s
[INFO] Finished at: 2016-03-01T17:13:48+01:00
[INFO] Final Memory: 9M/150M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.gephi:gephi-maven-plugin:1.2.3:run (default-cli) on project gephi-plugin-image-preview: The directory that shall contain the gephi application, doesn't exist (D:\git\gephi-plugins\modules\imagePreviewPlugi
n\target\gephi)
[ERROR] Please invoke 'mvn package' on the project first
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

java -version:
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
Windows 7 x64

setting in pom.xml of gephi-plugins, line 96 to some useful directory get's ignored.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.