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

NumberFormatException thrown by Dta117Reader.java #1

Open
CSimmer opened this issue Oct 6, 2017 · 1 comment
Open

NumberFormatException thrown by Dta117Reader.java #1

CSimmer opened this issue Oct 6, 2017 · 1 comment
Labels

Comments

@CSimmer
Copy link
Contributor

CSimmer commented Oct 6, 2017

The exception is thrown when converting some .dta files.

  • The user sees a 500 error.
  • A (tomcat) log file (localhost.20xx-MM-DD.log) contains the error stack.

A workaround, using SPSS, is posted.

The java.lang.NumberFormatException: For input string: "" is thrown by class: edu.ncrn.cornell.ced2ar.stata.impl.Dta117Reader.readHeader(Dta117Reader.java:285).

Dta117Reader.java is contained in the ced2arddigenerator-1.1.1 jar file. (The same error also occurs in the ced2ar_ddi_generator.jar file.)

Further analysis is required to determine the exact cause.

@CSimmer CSimmer added the bug label Oct 6, 2017
@CSimmer
Copy link
Contributor Author

CSimmer commented Apr 19, 2018

Dta117Reader.java is in the /ced2ar-stata-reader/ced2arstatareader project.

The java projects, that use ced2arstatareader.jar, have been migrated from svn into github (ced2arddigenerator and ced2ardata2ddi).

This bug can be analyzed to determine the exact cause and fixed.

Once fixed, these packages need to be rebuilt: ced2arstatareader.jar, ced2arddigenerator.jar, ced2arddigenerator-jar-with-dependencies.jar, ced2ardata2ddi.war. (ced2ardata2ddi.war is a ced2ar v2.9 service.)

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

No branches or pull requests

1 participant