pgAdmin does not show the message error at the Process Watcher - postgresql

I've been had hard times trying to fix this problem, the message error log does not appear. I've tried to reinstall to a old version, changing configuration that I've found here, changed location, changed conf file to message and nothing helped. So I'd like to know if someone can help me.
Thank you
[enter image description here]

Same problem here, not sure what's happening. But the work around is by opening the physical log here: C:\Users<user>\AppData\Roaming\pgAdmin\sessions\process_logs
When the pop up dialog still open, a temporary folder will be created and inside the folder you will get some files, then open the "err" file, this is where you can see the detail
pgadmin error process log

Related

Bug İ am getting error "unity 2022.1.23f1_9636b062134a"

I am constantly getting the error "Unity 2022.1.23f1_9636b062134a" and unity shuts down. how can i solve this?
I couldn't try anything because I couldn't find the cause of the error.
remove the script folder and try to open the project if it does open, then add script by script when it crashes you'll know where is the issue (this applies to files other than scripts)
I too have had the same problem. Have you ever tried resetting Windows?

How to solve Server_stub issue when trying to run Protégé server?

Keep getting error when I try to run the Protégé server. I had it working already but can no longer get it running. I have attached an image of the error and I have made sure the path to the protege.jar file in the run_protoge_server.bat file is correct. Any help appreciated.
enter image description here

VSC Remote SSH - How to fix reconnection problems?

When using VSC Remote SSH, I am constantly getting the error "Cannot reconnect. Please reload the window.". Upon clicking "Reload Window", the window reloads and I receive the same error.
Sometimes I am also getting the following notification: "The terminal process failed to launch: A native exception occurred during launch (forkpty(3) failed)."
More errors showing here:
screenshot
I tried to find the solution but nothing worked for me, any suggestions? I tried:
Reinstalling extension
Deleting the VS Code + cache directory on the server
Restarting server
Update 17-01: Today it worked fine for around 2 hours. It randomly stopped working while I was typing a few lines of code without doing something else like saving, adding or delete files. The message is still te same and did not found any solution yet.
I had this same issue recently, for me it looks like disabling the wix.vs-code.import-cost extension remedied the issue.
This is probably because I am using private registries for npm packages and that could easily cause issues if attempting to load the private modules from any public source, but I didn't really look into it, so this is just my best guess.

There was an error while Opening file handle

Okay so I am trying to update my VS Code but every time I click on restart to update I get the error message saying that :
"There was an error while Opening file handle: C:\Users\neela\AppData\Local\Programs\Microsoft VS Code\logs\custom-scanner-service.log": failed to create file handle: The process cannot access the file because it is being used by another process.
Please read the log file for more information :
C:\Users\neela\AppData\Local\Temp\vscode-inno-updater-1624166774.log
After I opened the log file mentioned above here's what it says :
Jun 20 11:00:03.966 ERRO Failed to create file handle: The process cannot access the file because it is being used by another process.
Can someone please guide me on this situation.
I had faced the same problem for two days. Then I ran the vs code as administrator and check for update manually from the top help menu. It got updated successfully then.
I tried taking ownership of the %appdata% vs code files, but ultimately I still ended up needing to run the update as admin.
start>right click vs code>file location>right click & open properties>compatibility tab>run as administrator.
restart vscode. This worked for me
run your VScode as administrator, then go to setting at the bottom left. Click Check for Updates. It will work.

My restaurant review project needs to work offline, but my local simple server shows 404 error

I am working on a project for Udacity. I am supposed to start a a simple HTTP server for my directory, but when I am trying to view the file on http://localhost:8000/ I see a different file and my terminal shows file not found error. I'm sure I must've done something, but I don't know how to fix this. Please HELP!