I've seen similar posts regarding this issue on the site, but none of the posted resolutions worked for me. When I attempt to launch MySQL Workbench, nothing happens on-screen & 2 application log errors are generated. One is a very generic KERNEL32 event, and the other is .NET related:
Application: MySQLWorkbench.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileNotFoundException Stack: at MySQL.GUI.Workbench.Program.Main(System.String[])
Most of the resolutions I've found online relate to missing prerequisites, which include
.NET Framework 4.5
Visual C++ Redistributable for Visual Studio 2015
I have installed both of these on the machine but am still seeing the same behavior. Can anyone suggest anything else to try?
Upgrading to MySQL Workbench 6.3.9 resolved the issue
i installed MySQL Workbench 8.0.19 and I encountered the same error. When I installed the following package, my problem was solved and MySQL Workbench started.
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
(My operating system is 64 bit and I downloaded-> x64: vc_redist.x64.exe)
Related
I have a 2021 MacBook Pro M1 that is running Windows 11 via Parallels.
I'm working on a Windows Forms project (Visual Studio 2022) that is using EntityFramework. When I create a new EntityFramework model the next error occurs:
Error after creating new EF model
After trying to compile the app, the next erros occur:
Errors while running
I have a Windows laptop and I did the exact same installation process of VisualStudio 2022 and when creating a new EntityFramework model, everything works "out of the box".
If anyone has any ideas to what is causing the problem I would appreciate the answer very much.
Thanks.
I tried fresh install of Windows 11 on Parallels.
I tried fresh install of Visual Studio (multiple times).
I tried installing EntityFramework package via NuGet Package Manager.
And nothing worked. Always the same errors.
Running into the same issue. Seems that MS is not supporting the port yet for EDMX and also the Data & Storage Workloads for ARM yet.
I installed mySQL workbench and I can't open it, it crashes right away.
SQL is installed, I can access databases in my terminal.
The sql server is running.
Im on mac os 11.1
I researched this topic, I found that a plugin can cause this, but I don't even have that plugin in my files.
Time Awake Since Boot: 890 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Abort trap: 6
Termination Reason: Namespace SIGNAL, Code 0x6
Thanks in advance if you could help!
MySQLWorkbench 8.0.23 crashes for me on startup on macOS 11.1, but downgrading to 8.0.22 from MySQL archives allows it to startup without a problem.
This bug is reported to the MySQL bug tracker: https://bugs.mysql.com/bug.php?id=102284
I was having the exact same issue, I was able to download the older version from MySql's archives, and it worked for me.
P.S., I also had to go into System Preferences > Security & Privacy > General and open anyway for MySQL.
I was having this crash issue on my mac Monterey 12.3 with the latest Mysql workbench 8.0.31, So I uninstalled it and did a fresh install of lower version 8.0.27. And it is working fine now.
As many people suggested, downloading and using the previous version may help resolve the issue. I encountered an error while using version 8.0.31, so I downloaded version 8.0.30 and to my surprise, the problem was fixed.
I had the same problem (macOS BigSur 11.6.3) : could not upgrade to any v8.x version.
After further investigation, I found that I was having a user module (script I wrote several years ago to generate automatic documentation).
After removing it from the 6.3 version (menu : Scripting > Scripting shells > Files > User module) I was able to install and run MysqlWorkbench 8 (8.28 for instance)
I am able to connect to my database, so credentials are working.
I cannot get the editor to connect, here is my error message.
Could anyone help please, I don't fully understand what the error message means.
Unable to open the server editor: Unsupported solution stack: 64bit Amazon
Linux 2018.03 v2.8.1 running PHP 7.2
Unsupported solution stack: 64bit Amazon Linux 2018.03 v2.8.1 running PHP 7.2
Looking at the source code for this tool, this error message is thrown if your solution stack isn't running Tomcat 6, 7, or 8.
I had the same problem.
The issue was that I selected Java as the platform when creating a new environment.
I created another one with Tomcat as the environment and Eclipse now connects with no problem.
I'm following the online installation example (https://www.youtube.com/watch?v=7ElSGLkprkY) to install PeopleSoft with PeopleTools on Windows 7 with SQLServer 2008 R2.
My PS and PT installation version differs from the online videos since I'm using most recent available versions:
PeopleSoft HM 9.2
PeopleTools 8.55
Tuxedo 12.1.3.0.0 with VS2012
WebLogic 12.1.3.0.0 64bit
JDK 7u55 x64
SQL Server 2008 R2
I could install each element with no error, excepted one VIEW during HC database creation (PS_EP_APPRMOB_PNDG), but I could re-create the view manually by slightly modifying the SQL query.
Now I'm trying to configure the Web (PIA) Server and I encounter an error while creating the domain. The piainstall_HC.log file contains following:
Tue Sep 20 09:48:32 CEST 2016:Starting PIA installation...
PS_HOME: c:\PT8.55
Install Action : CREATE_NEW_DOMAIN
Creating Domain...
Deploying Web Applications...
Deploying WebLogic Extension files...
Deploying PeopleSoft Site files...
Deploying PeopleSoft Site Doc files...
Completed.
PS_CFG_HOME: C:\PS_CFG_HOME
PIA_INSTALL_FAIL
After intensive googling, I found that some other people got a similar issue which was caused by a wrong version of the JDK: the JRockit jvm was required.
Of course I tried to use JRockit JDK 64bit, but I still get the same error. I also tried several other oracle JDK versions, among others the JDK 7u55 x64, which is provided with PeopleTools installation elements.
Unfortunately, I definitively get the same error and cannot find any other logfile which could give more information on the root cause.
Did someone experienced the same issue and could fix it ?
Thanks for help
I finally could fix the issue.
It seems that my error was to install the wrong weblogic version: originally, I installed weblogic by using the "setup_fmw_12.1.3.0.0_ohs_win64.exe" installer which was provided with PeopleTools.
It appears that the other one (fmw_12.1.3.0.0_wls.jar) was expected. After installing this version (with "Coherence"), the domain could be created successfully.
all, I implemented an application in my laptop (vista) with PyQt and it worked quite well. But if I want to run it in a desktop of Windows XP system, an error occured! It says the configuration was wrong. What is the reason (by this i mean does it matter which system I used??)and how to solve it please? thanks!!!
More info would be useful, but this sounds familiar to a problem I had when freezing apps using py2exe. Is this your exact error message?:
The application has failed to start because the application configuration is incorrect.
Reinstalling the application may fix the problem.
I managed to get around this by installing the Microsoft Visual C++ 2008 SP1 Redistributable Package from http://download.microsoft.com.
This was an error I had when using py2exe. After switching over to PyInstaller, which bundles the runtimes during freezing, the problems went away without having to install the C++ runtimes on an XP machine. There may even be a way to bundle the runtimes using py2exe, but I've not looked.