After I reinstalled my computer I could no longer connect to any database in NetBeans IDE 8.0.2, even the sample. It shows "Connecting to database, please wait..." but nothing ever happens. All the time there's just "Starting the Java DB Server". No errors. It just doesn't work. I can't even create my own database.
I used different version of jdk and it works.
Related
I found somebody asking the same question almost 6 years ago, versions are changed and i can't make it work
This are the versions im working with:
Windows 11
pgAdmin 4 v6.17
postgresql 14.6.1
I changed PC and i had to reinstall evrything...
So basically i installed pgAdmin with the installer you can find on their web site (here https://www.pgadmin.org/download/pgadmin-4-windows/), and postgresql with the installer you can find following the steps from pgadmin website (this is the link: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)
If i manually shutdown postgresql pgAdmin will work but obviously i can't use a local DB
If i keep postgres active locally pgAdmin wont open due to Fatal Error:The pgAdmin 4 server could not be contacted , i got no more info
The problem is that i need to work with DB both locally and in remote
i tried reinstalling both pgAdmin and postgres, and executing pgadmin as administrator made no difference
I think is related to the port usage, like they are both tring to use port 5432, but i don t know
Anything i can try?
Trying to connect to localdb using Database tab in Rider.
I adding SqlServer jTds and Rider shows this error
Connection to SunEngineDb1 failed. [08S01] Network error IOException:
.\pipe\MSSQL$LOCALDB#E65C6709\sql\query (Can not find the specified
file)
What am I missing, and how it can be solved?
It is ASP.NET Core 2.0 project with localdb database on development. If I run it it works perfectly including database connect.
Well, finally we discovered the problem. It is the mistake in the driver we provide. To have this issue fixed urgently, delete the file \config\jdbc-drivers\jdbc-drivers.xml and restart the IDE. Then, please, refresh your driver to 1.3.1.1 or just put [latest] there.
I have problem starting the glassfish server, i'm working on Oracle database EX and Oracle APEX, but while installing the glassfish i had a problem with the the java runtime VM, and after i fixed it, it won't recognize the JDK.
And i managed to install it though, but after i tried to start the application server, it just won't start
I had this message while installing the glassfish, and i selected the jdk file and it worked, maybe this is the problem?
And this is what i got when a tired to start the server application
I recently installed Visual Studio 2017 on my computer and am having issues with SSRS. I previously had 2016, which worked fine, but I had to reinstall the OS on my system and only found 2017 to download. When I try to preview a report on SSRS locally I get the error:
"There was no endpoint listening at net.pipe://localhost/PreviewProcessingService9512/ReportProcessing
that could accept the message. This is often caused by an incorrect address or SOAP action."
I've read other people suggesting to right click the .rdl and click run, but if I do that I get a reporting services error "The item cannot be found." I've also read that the Net.Pipe Listener Adapter needs to be restarted, but this isn't even installed on my machine and I don't see where to install it. I've experimented and found that if I create a new user in SQL Server and grant it administrator privileges then the report preview will work for a short time, maybe 15-60 minutes, before going back to the "endpoint" error. I've even tried uninstalling and reinstalling both SQL Server and Visual Studio, but I get the same problems.
I'm completely stuck here. Does anyone know how to fix this?
Apparently it was a permissions issue. Even though I was logged in as an administrator I need to run Visual Studio under the "run as administrator" mode. This doesn't make sense as I'm logged in as an admin, but at least it works.
I installed Oracle database 12c for the first time. I followed correctly all the steps and installed it on Windows 7 64 bits, but when I click on SQL Developer and try to create a new connection, I put in the informations like Username and password, and finnaly click on TEST button, I get this error message: "The Network Adapter could not establish the connection".
I dont know what to do anymore, I read tutorials and cant solve that error. Also, when I open SQL Developer, i get a message saying Im using a java version that is not supported by Oracle Database, Im using java 1.8 and it says I should use from 1.6 to 1.7 only. im not sure if that is causing something bad but it seems fine because I can go further using the SQL Dev. So, what should i do? Thank you very much!
Here are some things to check:
Ensure that the TNSNAMES.ORA file is properly configured to reference the database. Check for the SID, host name, and port number (typically 1521).
Check whether you can connect directly from the server, such as with SQL PLus. This should isolate whether it's a server or client problem.
Ensure that the Listener service on the server is running. Check that LISTENER.ORA is properly configured.
I encountered a situation in the past where client PCs could not connect. I found that by deleting (or renaming) the SQLNET.ORA file, the connection could be made.
Good luck.
Execute
tnsping <db_name>
from command prompt.
You will see, if listener is running and tnsnames.ora is configured properly.
Run with Windows PowerShell or Command Prompt (Admin) :
lsnrctl start