Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AROAnalyzer: java.lang.NullPointerException when exporting CSV/JSON file #14

Open
thongngo opened this issue Jul 16, 2015 · 2 comments
Open

Comments

@thongngo
Copy link

Dear Dev Team,

I got an issue with the latest version ARO Analyzer (4.1.1) for Mac OS when exporting CSV/JSON file from final result. Previous version of ARO Analyzer still works well.
I've already tried on 3 various of mac os machines (10.10.4) and even reinstalled OS, still fail.

java.lang.NullPointerException
at com.att.aro.main.AROAnalysisResultsTab.saveCSV(Unknown Source)
at com.att.aro.main.AROAnalysisResultsTab.exportCSVFileToFileSystem(Unknown Source)
at com.att.aro.main.ApplicationResourceOptimizer$26.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
at com.apple.laf.AquaMenuItemUI.doClick(AquaMenuItemUI.java:157)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
at java.awt.Component.processMouseEvent(Component.java:6516)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
at java.awt.Component.processEvent(Component.java:6281)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4872)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4698)

Now I'm using previous version for substitute.
Thanks for hard working.

@bn153x
Copy link

bn153x commented Jul 16, 2015

Hi,

What is the exact version that you are using?
What versions of Java do you have?

Can you supply a zip of the trace folder.

Barry

On Jul 16, 2015, at 12:02 AM, Thongngo <[email protected]mailto:[email protected]> wrote:

Dear Dev Team,

I got an issue with the latest version ARO Analyzer (4.1.1) for Mac OS when exporting CSV/JSON file from final result. Previous version of ARO Analyzer still works well.

I've already tried on 3 various of mac os machines (10.10.4) and even reinstalled OS, still fail.

java.lang.NullPointerException
at com.att.aro.main.AROAnalysisResultsTab.saveCSV(Unknown Source)
at com.att.aro.main.AROAnalysisResultsTab.exportCSVFileToFileSystem(Unknown Source)
at com.att.aro.main.ApplicationResourceOptimizer$26.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
at com.apple.laf.AquaMenuItemUI.doClick(AquaMenuItemUI.java:157)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
at java.awt.Component.processMouseEvent(Component.java:6516)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
at java.awt.Component.processEvent(Component.java:6281)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4872)
at java.awt.Container.dispatchEventImpl(Container.java:2287)

at java.awt.Component.dispatchEvent(Component.java:4698)

Now I'm using previous version for substitute.
Thanks for hard working.


Reply to this email directly or view it on GitHubhttps://github.com//issues/14.

@diarec
Copy link

diarec commented May 11, 2017

thanks guys...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants