There do not appear to be procedures laid out for how to install Weblogic on Windows 2008 when you want to use the 64-bit JVM. Can anyone point me to procedures for this? The documentation appears to only exist for solaris/linux/*nix OSes.
On this page at the bottom there are two sections for installing Weblogic on Windows 2008 ("Download and Installation Instructions for Windows 2008 on 64-bit Xeon/AMD64" and "Download and Installation Instructions for Windows 2008 on x86").
Related
I have the following environment
Windows Server 2008 R2 Standard 64-bit
SQL Server 2005 32-bit
I am trying to load up the TIFF IFilter into SQL Server but it does not appear in the following sql command:
select * from sys.fulltext_document_types
I have installed TIFF IFilter via control panel and turned on Windows features and run the following in SQL:
sp_fulltext_service 'load_os_resources',1
sp_fulltext_service 'verify_signature',0
then restarted SQL Server and also tried rebooting.
I believe the problem is that SQL Server is 32-bit and the Windows installation is 64-bit and so SQL server is perhaps looking in all the 32-bit directories and registries for any filters.
I would like to know if it is possible to obtain the tifffilt.dll for 32-bit machines and register that (unless the 64-bit is built for any CPU) and then somehow put that where SQL Server 32-bit can find it.
Can anyone help me do this?
I'm having difficulty getting Arango 1.4.9 working on my Windows 2008 Standard (SP2) server. It's a fresh install. When I try to start Arango Server I receive this message:
The procedure entry point TryAcquireSRWLockExclusive could not be located in the dynamic link library KERNEL32.dll
I have tried both the 64bit and 32bit versions. I have run the installer as an administrator and vice versa. Any ideas?
TryAcquireSRWLockExclusive is from a newer Windows API. The Windows 2008r2 build uses newer Windows API features such as SRW (Slim/Reader Writer) API to improve performance. These are not available in Windows Server 2008.
I assume that you must recompile for Windows 2008 or ask for a suitable binary in the support forum (https://groups.google.com/forum/#!forum/arangodb).
I bought a copy of SQL Server 2012 Developer Edition, and no matter what I try, I can't seem to be able to install SQL Server Management Studio 64-bit from the install disc. I've tried installing and uninstalling several times, and only the 32-bit version shows up. Even the C:\Program Files\Microsoft SQL Server\110\Tools\Binn\ManagementStudio folder exists, but not the 64-bit executable. Anyone know what I'm doing wrong?
I'm running Windows 7 Enterprise 64-bit SP1 with 16 GB of RAM...
Edit: a little further info... sqlservr.exe is running in 64-bit. Just not ssms.exe...
There is no such thing. The application itself, like Visual Studio, only ships as a 32-bit application, regardless of the operating system and regardless of the instance(s) you use it with.
I have an rails app was using trinidad 1.0.5 on windows server 2008 R2, but today I update trinidad to 1.2.3, and find out it unsupported. Is trinidad no more support windows platform?
the message when I run trinidad:
c:\myapp> jruby -S trinidad -e production
Error daemonizing Trinidad: Unsupported Operating System Windows Server 2008 R2
Support has not been dropped for the Windows platform, but you have probably run up against a bug.
Are you using 64-bit Server 2008 R2?
There is an open issue on the Trinidad Init Services GitHub page for 64-bit 2008 R2 entitled "The bundled version of prunsrv doesn't work on Windows Server 2008 R2 64-bit"
Essentially, it is looking like the bundled library is 32-bit.
A workaround would be to download the 64-bit library linked from the issue and manually swap the library in-place, until Trinidad has been scripted to do this for you.
I was trying to install Microsoft SQL Server 2005 on my Windows 7 pc. When I tried to install it, it tells me that I have a newer version installed on my pc. So, I checked that Microsoft Sharepoint 2010 installed some sql server 2008 tools for me.
I decided to uninstall SharePoint 2010(which I wasn't using) and then tried to install MS SQL Server 2005 again. This threw me the following exception:
Error 1603 installing microsoft sql server setup support files
Searching on Google I found this article: http://support.microsoft.com/kb/916760 but it's not my case actually.
Any help will be appreciated. I really need this to continue working.
I hope this might be useful
http://vivekthangaswamy.blogspot.com/2008/05/none-of-selected-features-can-be.html
Turn on all the Windows Features for IIS - this fixed the problem for me.
This is done via Start -> Control Panel -> Programs and Features -> Turn Windows features on or off.