database - db derby StartNetworkServer -
i have problem starting derby server. derby version: db-derby-10.11.1.1
i followed tutorial: http://db.apache.org/derby/papers/derbytut/ns_intro.html
but after typing: startnetworkserver.bat there no response: https://www.dropbox.com/s/bo1tgfj8gf2533i/derby_issue.png?dl=0
could me? maybe there problem localhost? think install derby correctly because after typing: java org.apache.derby.tools.sysinfo got result
regards
the bug in localization (for me in cs localization) , derby server not print exceptions default.
workaround: under windows in console run following commands:
set "derby_opts=-duser.language=en -dderby.drda.debug=true" startnetworkserver.bat
the first line adds 2 options java/derby
. first option change local language en , second 1 enables printing debug messages console. second line runs server (add path if needed).
another workaround adding missing localization key drda_missingnetworkjar.s
file org\apache\derby\loc\drda\messages_cs.properties
inside derbynet.jar
.
Comments
Post a Comment