Question:
how to connect netbeans to javaDB ?
Mega T
2010-09-08 05:18:59 UTC
inside netbeans - when i right click on the java DB to start server i get this:

2010-09-08 12:10:30.562 GMT : Security manager installed using the Basic server security policy.
2010-09-08 12:10:31.669 GMT : Could not listen on port 1527 on host localhost:
java.net.SocketException: Unrecognized Windows Sockets error: 87: create
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000004c61d1a0, pid=8632, tid=5540
#
# JRE version: 6.0_21-b07
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b17 mixed mode windows-amd64 )
# Problematic frame:
# C [imon.dll+0xd1a0]
#
# An error report file with more information is saved as:
# C:\Users\USER\AppData\Local\Temp\hs_err_pid8632.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#

so where is the problem is it in the netbeans IDE 6.9.1 or in the JDK 1.6.0_21 or in the JRE 6_21 ? and how to fix it help me
Three answers:
deonejuan
2010-09-08 06:01:52 UTC
did you do the NetBeans tutorials for databases. There's one for Derby and there's one for MySQL. There may be problems if you are using Vista or Win7. I have yet to set up a modern Windows database and java, but maybe there is a workaround.
Confused Mind
2010-09-08 05:24:57 UTC
create a connection pool first.

then create new db connection!! you will find an option in services? right click database and go to javadb. then create a new connection and fill the form ... then connection is created. then a dsn will be created.
Catherine
2010-09-08 20:07:19 UTC
try this tool to get a free scan first, and to check whether there is some errors in your PC, and then you will how to do next:



http://www.dllerrors-fix.com/



hope it can help you.



thank you.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...