Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / July 2007

Tip: Looking for answers? Try searching our database.

Sun Java Sytem Web Server 7 on Windows Server 2003 64Bit Installation

Thread view: 
Philipp Ringel - 24 Jul 2007 13:02 GMT
Hi everyone!

sorry - this is kind of off-topic but i really need your help!

I want to install the Java System Web Server 7 on a Windows Server 2003
AMD64 Machine. But the installation quits during the configuration
process throwing following exception:

WARNING: C:\Program Files (x86)\Sun\WebServer7\lib\dllutil.dll: Can't
load IA 32-bit .dll on a AMD 64-bit platform
java.lang.UnsatisfiedLinkError: C:\Program Files
(x86)\Sun\WebServer7\lib\dllutil.dll: Can't load IA 32-bit .dll on a AMD
64-bit platform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1030)
    at com.sun.web.admin.configurator.DllUtil.<clinit>(DllUtil.java:11)
    at
com.sun.web.admin.configurator.ConfiguratorCLISupport.parseArgs(ConfiguratorCLISupport.java:52)
    at
com.sun.web.admin.configurator.ConfigureServer.main(ConfigureServer.java:50)

Yes of course i know, that the 64-Bit Version of Windows 2003 Server
isn't officially supportet... :(
but i was wondering, if there is a working workaround for this problem.

Is there a possibility of running it using the WOW64 subsystem or
telling WOW64 that running sjsws is a 32Bit Application manually?!

Here are my detailed System Specifications:

AMD Opteron 175, 2x2.20GHz Virtual Machine
400MB RAM
Operating System: Windows Server 2003 Standard Edition 64-Bit SP2
Java(TM) SE Development Kit 6 Update 2 - Windows x64 Platform

thanks in advance!
-----------------------------------
Detailed install log:

Jul 23, 2007 7:25:14 PM
com.sun.web.installer.web.actions.PostInstall_core install
INFO: Start core server configuration
Jul 23, 2007 7:25:14 PM
com.sun.web.installer.web.actions.PostInstall_core install
FINE: Initialized the variable in PostInstall_core install
Jul 23, 2007 7:25:14 PM
com.sun.web.installer.web.actions.PostInstall_core createScript
FINE: Replacing C:\Program Files
(x86)\Sun\WebServer7\lib/install/templates/scripts\configureServer.bat.template
to C:\Program Files (x86)\Sun\WebServer7\setup\configureServer.bat...
Jul 23, 2007 7:25:14 PM
com.sun.web.installer.web.actions.PostInstall_core createScript
FINE: ...done
Jul 23, 2007 7:25:14 PM
com.sun.web.installer.web.actions.PostInstall_core configureServer
FINE: Successfully created the configurator script
Jul 23, 2007 7:25:14 PM
com.sun.web.installer.web.actions.PostInstall_core configureServer
INFO: Successfully created the install.properties file to be used by the
backend configurator
Jul 23, 2007 7:25:15 PM com.sun.web.admin.configurator.ConfigureServer main
WARNING: C:\Program Files (x86)\Sun\WebServer7\lib\dllutil.dll: Can't
load IA 32-bit .dll on a AMD 64-bit platform
java.lang.UnsatisfiedLinkError: C:\Program Files
(x86)\Sun\WebServer7\lib\dllutil.dll: Can't load IA 32-bit .dll on a AMD
64-bit platform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1030)
    at com.sun.web.admin.configurator.DllUtil.<clinit>(DllUtil.java:11)
    at
com.sun.web.admin.configurator.ConfiguratorCLISupport.parseArgs(ConfiguratorCLISupport.java:52)
    at
com.sun.web.admin.configurator.ConfigureServer.main(ConfigureServer.java:50)
Jul 23, 2007 7:25:15 PM
com.sun.web.installer.web.actions.PostInstall_core configureServer
WARNING: Error while executing the backend configurator
Jul 23, 2007 7:25:15 PM
com.sun.web.installer.web.actions.PostInstall_core configureServer
INFO: The status returned from the backend is1
Jul 23, 2007 7:25:15 PM
com.sun.web.installer.web.actions.PostInstall_core install
INFO: End core server configuration
Jul 23, 2007 7:25:15 PM
com.sun.web.installer.web.actions.PostInstall_core createInfFile
INFO: Successfully created the install.inf file
Jul 23, 2007 7:25:15 PM
com.sun.web.installer.web.actions.PostInstall_core copyMsgJar
INFO: Successfully copied the messages.jar file
Jul 23, 2007 7:25:15 PM
com.sun.web.installer.web.actions.PostInstall_core moveUninstaller
INFO: Successfully moved the Uninstall class file to setup directory
Roedy Green - 24 Jul 2007 13:12 GMT
>WARNING: C:\Program Files (x86)\Sun\WebServer7\lib\dllutil.dll: Can't
>load IA 32-bit .dll on a AMD 64-bit platform
>java.lang.UnsatisfiedLinkError: C:\Program Files

sounds like you have the 32- bit dll on your path or library.path.  
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

Philipp Ringel - 24 Jul 2007 13:21 GMT
Roedy Green schrieb:

>> WARNING: C:\Program Files (x86)\Sun\WebServer7\lib\dllutil.dll: Can't
>> load IA 32-bit .dll on a AMD 64-bit platform
>> java.lang.UnsatisfiedLinkError: C:\Program Files
>
> sounds like you have the 32- bit dll on your path or library.path.  

yes because unfortunately there is no 64-bit version if sjsws :(

so i was wondering if it's possible to run the server in some sort of
compatibility-mode - just like WOW64
Roedy Green - 24 Jul 2007 13:58 GMT
>yes because unfortunately there is no 64-bit version if sjsws :(
>
>so i was wondering if it's possible to run the server in some sort of
>compatibility-mode - just like WOW64

The hardware support is there.  I don't know however if 64-bit Vista
supports 32-bit dlls, or where the 64-bit Java JVM is prepared to talk
to them, other than via some JNI glue.

I have seen comments that 64-bit vista requires 64-bit device drivers,
but other comments that sometimes 32-bit drivers work.

I guess this is all fairly new and shaky. It is not a big profit
center for MS yet.
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.