0

enter image description hereI was trying to create a database in Netbeans, I have followed all the steps by starting the server and writing the username and passwords, but when it comes to creating the database, this message occurs:

error

What's the issue here?

here's the path: java DB instalation:

C:\Program Files\Java\jdk1.7.0_45\db database location: C:\Users\Admin.netbeans-derby

Alladin
  • 1,010
  • 3
  • 27
  • 45

2 Answers2

1

Can you right click on sample Database -> Properties

looks like this ?

enter image description here

and after stop and start the server you get : look for port 1527

enter image description here

can you test the following

enter image description here

and new connection wizzard

enter image description here

Browse to your Database folder and look if there exists sample

enter image description here

moskito-x
  • 11,832
  • 5
  • 47
  • 60
1

After double clicking on sample DB, having successfully connected to the sample DB, I have got the app deployed successfully. I think it is some bug or a 'feature'. I think it may help somebody.

ddsultan
  • 2,027
  • 1
  • 19
  • 19