Unable to start application server of pgadmin 4 - windows

I have just installed postgresql-10.4-1-windows-x64. Didn't face any issue while installation, however, when trying to open pgAdmin4 receiving an error as attached.
Please help to get this started.

Did you have an earlier version of pgAdmin installed? The reason I ask is because the error message you received indicates you might be launching a different version than 4.3.
There was a rewrite so the old runtime as a tray-based server (v4.2 & older) is now launched a web browser (v 4.3 feature #3086).
I suspect your error not being able to connect to the "application server" means you are launching an older version but downloaded a newer one.

while mine is the 32 bit version, i encountered the same problem. but i solved mine by adding the postgresql bin folder path to the environment variable settings.

Related

Python 3.6.0a3 works for a while then fails on ucrtbase.dll Windows 7

I don't know if anyone else has had this issue? Python 3.5.2, 3.5.5 and now agian using 3.6.0a3.Sudden unexplained python failure to start. Ide Idle Shows Fatal when trying to start when hours earlier all was fine. Have had this happen now three times. Details Below.
pythonw.exe
3.6.150.1013
585cd097
ucrtbase.DLL
10.0.10586.9
5642c5f8
40000015
0008469a
9a0
01d29a9be7dc282e
C:-----my path to it
C:\Windows\system32\ucrtbase.DLL
261c485f-068f-11e7-a405-c80aa953b2de
I will re install again and may have to revert back to earlier versions at 3.3. Any help in Preventing this or knowing what causes it would be great Thanks.
Don't try to use the development version, get 3.6.0. If python does not start, no python application can run, so IDLE is not relevant.
I strongly suspect your ucrtbase.dll is either corrupt or out-of-date. On my Win10 system, I have version 10.0.14393.0. I don't know if it should be the same on Win 7. Do you have Windows Update turned on?
In any case, other people have had problems with ucrtbase.dll. See for example, this tracker issue. It refers to this ucrtbase.dll update download page.

HASP service will not start

I have a client who's HASP driver will not start. When we go into services and attempt to start it manually it still will not start. It is set to start automatically. Additionally, and obviously, attempting to go to http://localhost:1741 in their web browser does not work.
Does anyone know why the HASP driver would fail to start?
The version in question is from 02/12/2004 (back when it was still Aladdin) although I'm not sure of the actual version number. We're also talking about a Windows 7 (32-bit) PC.
The cause of the problem was that the HASP driver will not work sometimes if you access the PC through a remote desktop connection.
You trying to use a very ancient version of the HASP driver. You need to get an actual version and try to install it. Official website with drivers located here: https://sentinelcustomer.safenet-inc.com/sentineldownloads/?s=&c=End+User&p=HASP4&o=Windows&t=all&l=all
If you will still get an error, then you need to check installation logs: C:\Windows\aksdrvsetup.log

Xcode 5 continuous integration: The Xcode Service is not enabled on the server

I've just installed Xcode 5 and OS X Server and trying to set up continuous integration. I followed these steps but when I try to add server in Xcode I get the following error:
"The Xcode Service is not enabled on the server '...'. Contact the administrator for assistance."
The Xcode service appears to be up and running, it shows as "Available" in the Server app and is accessible through HTTP.
Is there any way this can be troubleshooted?
I had the same problem. It looks like there are network name resolving issues there. Try using server's IP address instead of its name. It worked for me.
Unfortunately, Server.app is strange and it does not directly report issues with embedded webserver. Therefore, if you are running some other Webserver (or something else on 80 / 443), whole Xcode CI will not start properly and Xcode will report this issue.
For me, shutting down Apache and restarting the Xcode Server part solved the issue, yet as I need Apache running on my computer, I'm not going to use CI in it's current state. :-(
Possibly, I have to find out how to change default port for Xcode CI.

Issue installing Oracle SQL Developer on my MacBookPro - Am I missing a component?

I had to recently re-install OS X on my MBP and am in the process of re-installing all of my apps. One app that worked just fine in the past, but is now giving me errors is Oracle SQL Developer and I can't for the life of me figure out what I am missing.
Here's what I have tried:
Downloaded and installed SQL Developer on my machine.
Downloaded the Instant Client related files - http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html (I installed all of the 64 bit related stuff on this page - Im on a 64 bit machine), combined it into one folder and moved it my /usr folder using this guide: installing Oracle Instantclient on Mac OS/X without setting environment variables?
I also installed this the JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html
I also set up my TNSNames.ora file and copied it to my /etc folder (This is required on a mac)
Here's my problem - If I attempt to connect to my Oracle instance using the above, it throws this error:
An error was encountered performing the requested operation:
no ocijdbc11 in java.library.path
Vendor code 0
This occurs whether I use basic or the TNS connection type.
So my question to my fellow developers is - Am I missing something in terms of the install above? I have tried googling for that particular error message and not found anything useful. At first glance, it seems like SQL Developer is looking for some file.
Thanks in advance for your answers!
EDIT - The version of SQL Developer that I am trying to install is 3.1.07 and I am trying to connect to an 11G instance.
Go to Tools > Preferences > Database > Advanced, and make sure Use OCI/Thick driver is un-checked.
Once done, try creating a connection and test. I also think you might be running an in-compatible version of Java in your newly installed OS X, so try installing JDK 1.6.0_11 or above, if the solution doesn't work.

Websphere registry and repository (WSRR)

I'm trying to install WSRR on Linux (Ubuntu 11.04), but without success. I think I'm lacking some important information about installation. I've read that it's a prerequisite to have WebSphere Application Server (WAS) and DB2 installed, but when I downloaded WSRR package it has its own version of WAS and during installation it offers me Derby DB. In order to install it I had to change bash for dash (or vice versa). In the end I tried create profile of standalone WSRR in Profile Management Tool but with no success. Did anybody success in installation of standalone WSRR? Please help me, I need it for my thesis.
Thank you.
So finally I managed to install and run WSRR.
First of all you have to have OpenSuse installed.
Log in as root
Reinstall you web browser (I changed mozilla 4 to mozilla 6)
Launch installation ./launchpad.sh
Create profile with Profile Management Tool GUI
Run First steps console => change directory to profile_root/firststeps/wsrr, for example, opt/IBM/WebSphere/ServiceRegistry/profiles/WSRRSrv01/firststeps/wsrr and ./launchpad.sh
Run server
Start the WSRR Web UI (if you have stand-alone server)
Not a final answer... it seems you're installing on an unsupported platform. Never try this with commercial software, you will fail or will need hours and hours to get it up and running.

Resources