JavaFx 2.0 + windows server 2008 R2 enterprise getting crash error? - windows-server-2008

I am trying to run executable jar developed with JavaFx 2.0 platform on windows server 2008. I installed java 7 on windows but I am getting the following error
A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000070d921b6, pid=3340, tid=3468
#
# JRE version: 7.0_07-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.3-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [glass.dll+0x121b6] Java_com_sun_glass_events_KeyEvent__1getKeyCodeForChar+0x11a6
#
# Core dump written. Default location: C:\Users\Administrator\Documents\NetBeansProjects\JavaFXApplication1\hs_err_pid3340.mdmp
#
# An error report file with more information is saved as:
# C:\Users\Administrator\Documents\NetBeansProjects\JavaFXApplication1\hs_err_pid3340.log
I try to setup develop environment on windows server 2008, but I am getting the same error. How to resolve this error ?
Kindly help..

Had same access violation as stated above. What worked for me was to setup "Desktop Experience" under Server Manager in Windows 2008 R2. Hope that helps...

I got the simple solution for this problem. I have just upgraded my java version. Presently I am using http://jdk7.java.net/download.html 7u10 version for my application and it is working fine on windows server 2008 also.
Although this release is not official release yet.. but I think I can leave with it.. until the official release of this version..
Enjoy.. cheers.

There is a JIRA issue that seems to match this problem - see http://javafx-jira.kenai.com/browse/RT-23456

Related

My VS 2022 Windows Form app will not run on Windows Server 2012 R2

I'm not sure what's going on here, the app runs on my laptop outside the development environment but will not run on Windows Server 2012 R2, absolutely no errors are generated, just doesn't load the form. I used the latest version of Visual Studio 2022 to create the application, application settings are:
Output Type: Windows Application
Target Framework: .NET 6.0
Target OS: Windows
Target OS Version: 8.0
Supported OS Version: 7.0 (tried 8.0 as well)
Target CPU: x64
The are a lot of other settings I believe are not applicable so I don't list them here. The permissions on the server are set properly. When I delete the app.dll file, the exe complains it can't find it so I know at least the exe "should" run. I get no error messages, nothing in the logs. Any suggestions?

I can't install SQL Server 2012 on Windows 8

When I try to install SQL Server 2012 on Windows 8, I have a problem.
Windows installer error message:
An error occurred during the installation of assembly 'microsoft.vc80.atl,version="8.0.50727.6229",publickeytoken="1fc8b3b9a1e18e3b",processorarchitecture="x86",type="win32"'. Please refer to help and support for more information. hresult: 0x80070422.
You are trying to install a 64bit SQL Server 2012, with a 32bit processor. I would suggest to download and install the 32bit version.
Download sql server on the basis of the processor of your computer/laptop.(32bit/64bit/ for mac version). you would not face this error

PHP 5.5 and MSSQL driver: Installing ODBC Driver 11 in Windows Server 2012 R2

I have a Windows Server 2012 R2 with IIS 8.5, and another server with MSSQL 2012. I must install PHP in IIS and connect to MSSQL, and I don't have Internet available for Web PI.
I managed to install PHP 5.5 and I'm able to run phpinfo(), and I also assured that php.ini is being loaded from C:\php\php.ini.
I was also able to load sqlsrv driver, it reports in example sqlsrv.ClientBufferMaxKBSize 10240 10240.
But when I execute a php file that connects to DB, I get a message
This extension requires the ODBC Driver 11 for SQL Server. Access the following URL to download the ODBC Driver 11 for SQL Server for x86: http://go.microsoft.com/fwlink/?LinkId=163712
I went to that site and it says
Supported operating systems for version 3.1 of the driver include Windows Server 2012 R2`.
It says
Version 3.1 requires Microsoft ODBC Driver 11 (or higher) for SQL Serverand points tohttp://www.microsoft.com/en-us/download/details.aspx?id=36434`.
In that page, in System Requirements, WinServer 2012 R2 is not listed. When I try to install msodbcsql.msi I get message
Installation of this product failed because it is not supported on this operation system. For information on supported configurations, see the product documentation.`
Well I'm now stuck. I need PHP in WinServer 2012 R2 and IIS 8.5 connecting to MSSQL 2012. But its driver requires ODBC 11, which seems to not support latest WinServer.
Is there any hope, or will I need to wait for Microsoft to support its own OS in its own drivers?
Be sure to download the 1033\x64\msodbcsql.msi (4.4 MB) installer. Even though you are using PHP x86, you need the x64 installer since the OS is x64. I had the same issue and my app now works with PHP x86 after installing the x64 installer.

eAccelerator not working in xampp 1.8.0

from error log:
eAccelerator requires Zend Engine API version 220090626.
The Zend Engine API version 220100525 which is installed, is newer.
Contact eAccelerator at http://eaccelerator.net for a later version of eAccelerator.
from phpinfo()
System Windows NT 6.1 build 7601 (Windows Server 2008 R2 Web Server Edition Service Pack 1) i586
Build Date Jun 13 2012 21:17:57
Compiler MSVC9 (Visual C++ 2008)
Architecture x86
Server API Apache 2.4 Handler Apache Lounge
PHP Extension Build API20100525,TS,VC9
Debug Build no
Thread Safety enabled
how can I solve this problem?
Eaccelerator needs to be compiled for exactly the version of zend engine it is used with. You cannot copy a dll from any old installation into a new Php engine version. Eaccelerator is no longer maintained. Please check out "XCache" which is maintained and compatible with php up to 5.5.x:
http://xcache.lighttpd.net/
eAccelerator not working because incompatibility with PHP 5.4.0.

XML Generation Error Installing SQL Server Express 2008 on Windows 8

Disclaimer: Yes, I know Windows 8 is a pre-release and things won't necessarily work. I still need to do this.
I'm trying to install SQL Server Express 2008 R2 on Windows 8 32-bit (via Virtual Box). When I run the installer, I get an error:
Database installer returned error code -2147024893 (The system cannot find the path specified.)
The web installer didn't work either. WPI's log file tells me:
DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2' is -2068774911
I tried running this in compatibility mode for Windows 7. I can run the installer, click through the setup screen, and finally I get this error:
There was an error generating the XML document.
Error code: 0x84B10001.
How do I get this working, or, how do I debug/triage this? I looked through the logs, but I'm not too sure what they said; it might've been a registry-write error. Running in admin mode just causes the installer to not load, or a nice BSOD:
The answer, ironically, is quite simple -- I was installing 32-bit SQL Server on a 32-bit Windows 8. Instead, I moved to installing a 64-bit SQL Server on a 64-bit Windows 8.
Problem solved.