andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 57 forks source link

export-sn Export shared-nothing persistence files to CSV, does not seems to be working #57

Open Naveenbandaru opened 7 years ago

Naveenbandaru commented 7 years ago

Hi.

"Export" works fine, but when I was trying to export AS space data into CSV by using export-sn option, but it does not seems to be working. I always get this exception, do we have any help on usage of this command

FINE: Connected to metaspace Apr 14, 2017 3:46:01 PM com.tibco.as.io.cli.AbstractApplication execute SEVERE: Could not execute command java.lang.NullPointerException at java.io.File.(File.java:222) at com.tibco.as.io.cli.AbstractSNExportCommand.getUserSpaceNames(AbstractSNExportCommand.java:20) at com.tibco.as.io.cli.AbstractExportCommand.getExecutor(AbstractExportCommand.java:24) at com.tibco.as.io.cli.AbstractApplication.execute(AbstractApplication.java:138) at com.tibco.as.file.cli.DelimitedFileApplication.main(DelimitedFileApplication.java:13) Apr 14, 2017 3:46:01 PM com.tibco.as.io.AbstractChannel close FINE: Disconnecting from metaspace Apr 14, 2017 3:46:01 PM com.tibco.as.io.AbstractChannel close FINE: Disconnected from metaspace

The reason we are exploring export-sn is, looks like export-sn only deals with the persistence file, so it does not any impact of the cluster when we are executing export-sn command, otherwise if we are exporting data thru "export" command, it does query the space in RAM, which execute Queries on the cluster, hence impacts the cluster performance.

Thanks Naveen