timabell / sqlHawk

Database management / migration tooling. Java / JDBC based.
http://timabell.github.com/sqlHawk/
GNU General Public License v3.0
8 stars 4 forks source link

html - null pointer exception #70

Closed timabell closed 12 years ago

timabell commented 12 years ago

sqlHawk release-0.7.3 2012-06-06 18:44:25 +0100 More information at http://timabell.github.com/sqlHawk/ License: GPLv3.

10:38:34.046 INFO: SchemaMapper.getConnection - Connected to Microsoft SQL Server - 10.50.1600 10:38:34.057 INFO: SchemaMapper.readDb - Gathering schema details... 10:38:34.562 INFO: HtmlWriter.writeHtml - Gathered schema details 10:38:34.562 INFO: HtmlWriter.writeHtml - Writing/graphing summary... java.lang.NullPointerException: charsetName at java.io.OutputStreamWriter.(Unknown Source) at uk.co.timwise.sqlhawk.util.LineWriter.(LineWriter.java:53) at uk.co.timwise.sqlhawk.util.LineWriter.(LineWriter.java:45) at uk.co.timwise.sqlhawk.html.HtmlWriter.writeHtml(HtmlWriter.java:117) at uk.co.timwise.sqlhawk.controller.SchemaMapper.RunMapping(SchemaMapper.java:94) at uk.co.timwise.sqlhawk.console.Main.main(Main.java:49)

timabell commented 12 years ago

works with sqlhawk-release-0.7.1.jar

timabell commented 12 years ago

fixed but now issue #71 exposed