J2ee sdk installing on linux x64

sorry for crossposting, but I guess I am not going to break peoples' ball by doing so. I am new here, so pls, let me do this once.
Hello guys, this is my first post here :) so don't bash me too much.
Trying to get the Java EE installed on gentoo linux x86-64 here. Downloaded java_ee_sdk-6u1-jdk-linux-x64.sh from oracle.com.
I have tried different jres:
32 bit, 64 bit.
now I have this jre :
ak@pussy ~/0.java $ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)so, doing:
ak@pussy ~/0.java $ ./java_ee_sdk-6u1-jdk-linux-x64.sh gives:
[#|2010-08-04T20:32:13.704+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:13.781+06:00|INFO|Install Engine|org.openinstaller.provider.conf.ConfiguratorFactory|arg0=class org.openinstaller.provider.conf.InstallationConfigurator|LOG_INFO:Info|#]
[#|2010-08-04T20:32:14.210+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring GlassFish:\[Unconfiguring GlassFish\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.232+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:14.264+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring JDK:\[Unconfiguring JDK\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.289+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_UNCONFIGURE:Unconfiguring product|#]
[#|2010-08-04T20:32:14.318+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring Updatetool:\[Unconfiguring Updatetool\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.319+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Installation directory: /home/ak/0.java/glassfishv3:\[Installation directory: /home/ak/0.java/glassfishv3\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.322+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Shutting down notifier process:\[Shutting down notifier process\]*\[{0} {1}\]|#]
[#|2010-08-04T20:32:14.353+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Exception while unregistering notifier: Exception=EXECUTECMD_ERR
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
at java.lang.Thread.run(Thread.java:619)
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetool": java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:509)
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:423)
at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
at java.lang.Thread.run(Thread.java:619)
Context-Items=[[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=[/home/ak/0.java/glassfishv3/updatetool/bin/updatetool, --notifier, --shutdown]]]:\[Exception while unregistering notifier: Exception=EXECUTECMD_ERR
at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
at java.lang.Thread.run(Thread.java:619)
Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetool": java.io.IOException: error=2, No such file or directory
.and so on.
Any ideas ?

I guess this should give more details about issues I am having :
Using the user defined JAVA_HOME : /home/ak/0.java/jre1.6.0_21_64
Entering setup...
WARNING: Warning: Could not detect OS Architecture, falling back to os.arch [Architecture=GenuineIntel ]
FINE: completed initializing provider svc://general/orchestrator
FINEST: Ignoring blank answer file or syntax error in ,file:///tmp/install.080510113914/install.properties
FINEST: BGImagePanel() called by org.openinstaller.util.ui.StandaloneSplash?<init>
FINEST: BGImagePanel.setBgImage(Image BufferedImage@1c5d9084: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@42bad8a8 transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width = 728 height = 435 #numDataElements 3 dataOff[0] = 2) called by org.openinstaller.util.ui.StandaloneSplash?<init>
FINE: DISCOVERING_SERVICE_PROVIDERS
FINE: Not instantiating null - not a ServiceProvider
Exception=null
at java.net.URLClassLoader$1.run(null:?)
at java.security.AccessController.doPrivileged(null:?)
at java.net.URLClassLoader.findClass(null:?)
at org.openinstaller.core.EngineBootstrap.findClass(EngineBootstrap.java:249)
at java.lang.ClassLoader.loadClass(null:?)
at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:357)
at java.lang.ClassLoader.loadClass(null:?)
at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:318)
at java.lang.Class.forName0(null:?)
at java.lang.Class.forName(null:?)
at org.openinstaller.core.Orchestrator.findServiceProviders(Orchestrator.java:763)
at org.openinstaller.core.Orchestrator.main(Orchestrator.java:447)
at sun.reflect.NativeMethodAccessorImpl.invoke0(null:?)
at sun.reflect.NativeMethodAccessorImpl.invoke(null:?)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(null:?)
at java.lang.reflect.Method.invoke(null:?)
at org.openinstaller.core.EngineBootstrap.main(EngineBootstrap.java:208)
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: FOUND_SERVICE_PROVIDER
FINE: DISCOVERED_SERVICE_PROVIDERS
FINE: completed initializing provider svc://general/system
FINE: completed initializing provider svc://general/name
FINE: completed initializing provider svc://general/product
FINEST: Initializing configuration provider
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
FINE: completed initializing provider svc://general/task
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: Mode-Request data: EngineConfigCommand{ cmd=GET_CONFIG, data=DRY_RUN_FILE}] By: [org.openinstaller.provider.sims.SIMSProvider.init(*)
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: EngineConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=PLATFORM_PLUGIN_PATH}] By: [org.openinstaller.provider.platform.SystemInterface.init(*)
FINE: completed initializing provider svc://general/operation
FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ModeRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=PKG_FORMAT}] By: [org.openinstaller.sims.BackendFactory.discoverBackend(*)
FINE: LOADING_CLASS
FINE: Can't load SIMS backend org.openinstaller.sims.backends.zip.unix.linux.SIMSBackend
Exception=org.openinstaller.sims.backends.zip.unix.linux.SIMSBackend
at java.net.URLClassLoader$1.run(null:?)
at java.security.AccessController.doPrivileged(null:?)
at java.net.URLClassLoader.findClass(null:?)
at org.openinstaller.core.EngineBootstrap.findClass(EngineBootstrap.java:249)
at java.lang.ClassLoader.loadClass(null:?)
at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:357)
at java.lang.ClassLoader.loadClass(null:?)
at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:318)
at java.lang.Class.forName0(null:?)
at java.lang.Class.forName(null:?)
at org.openinstaller.sims.BackendFactory.getBackendByClass(BackendFactory.java:146)
at org.openinstaller.sims.BackendFactory.discoverBackend(BackendFactory.java:112)
at org.openinstaller.sims.BackendFactory.getBackend(BackendFactory.java:80)
at org.openinstaller.sims.SIMSContext.<init>(SIMSContext.java:131)
at org.openinstaller.provider.sims.SIMSProvider.init(SIMSProvider.java:95)
at org.openinstaller.bus.ControlBus$1.run(ControlBus.java:192)
at java.lang.Thread.run(null:?)
]

Similar Messages

  • OIM Install. Linux x64. errror /idm/Disk1/linux64/unzip ...

    Hello All.
    Try to install OIM on linux x64.
    Try to start runInstaller and got error :
    sh: /idm/Disk1/linux64/unzip: No such file or directory
    File is present.
    I try to start runInstaller from oracle and root users.
    Oracle 11g Database fresh instalation present on this server.
    Best regards Denis Eltsov

    Follow this:
    http://www.orafaq.com/forum/t/143402/2/

  • J2ee sdk install error

    Any ideas how to resolve this problem?
    cheers
    INFO - unpacked jar file: appserv-rt1.jar.pack
    INFO - unpacked jar file: appserv-rt2.jar.pack
    INFO - unpacked jar file: appserv-rt3.jar.pack
    INFO - unpacked jar file: appserv-rt4.jar.pack
    INFO - unpacked jar file: appserv-ext.jar.pack
    INFO - unpacked jar file: j2ee.jar.pack
    INFO - unpacked jar file: saaj-impl.jar.pack
    INFO - unpacked jar file: saaj-api.jar.pack
    INFO - unpacked jar file: jaxr-impl.jar.pack
    INFO - unpacked jar file: jaxr-api.jar.pack
    INFO - unpacked jar file: jaxrpc-api.jar.pack
    INFO - unpacked jar file: jax-qname.jar.pack
    INFO - unpacked jar file: xsdlib.jar.pack
    INFO - unpacked jar file: jaxrpc-impl.jar.pack
    INFO - unpacked jar file: mail.jar.pack
    INFO - unpacked jar file: relaxngDatatype.jar.pack
    INFO - unpacked jar file: activation.jar.pack
    INFO - unpacked jar file: jsf-api.jar.pack
    INFO - unpacked jar file: jsf-impl.jar.pack
    INFO - unpacked jar file: appserv-cmp.jar.pack
    INFO - unpacked jar file: appserv-tags.jar.pack
    INFO - unpacked jar file: appserv-jstl.jar.pack
    INFO - unpacked jar file: commons-launcher.jar.pack
    INFO - unpacked jar file: sun-appserv-ant.jar.pack
    INFO - unpacked jar file: appserv-assemblytool.jar.pack
    INFO - unpacked jar file: j2ee-svc.jar.pack
    INFO - unpacked jar file: deployhelp.jar.pack
    INFO - unpacked jar file: commons-logging.jar.pack
    INFO - unpacked jar file: sun-as-jsr88-dm.jar.pack
    INFO - unpacked jar file: xalan.jar.pack
    INFO - unpacked jar file: xercesImpl.jar.pack
    INFO - unpacked jar file: dom.jar.pack
    INFO - number of merged jar entries: 2304
    INFO - number of merged jar entries: 1403
    INFO - number of merged jar entries: 1907
    INFO - number of merged jar entries: 926
    INFO - Start core server configuration.
    ERROR - exception while updating command line utilities
    Not enough space
    ERROR - default domain creation returned following exception: /export/home/me/j2ee/SUNWappserver/bin/asadmin: cannot execute
    INFO - domain successfully created
    INFO - End core server configuration.
    INFO - Start samples configuration.
    INFO - End samples configuration.
    INFO - Start Sun ONE Messaging Queue configuration
    INFO - End Sun ONE Messaging Queue configuration
    INFO - Start PointBase configuration
    ERROR - Error changing permissions of PointBase files
    INFO - End PointBase configuration
    More Information:
    Log File: /var/tmp/Install_Application_Server_8PE_200409191838.log

    This error message means that system run out of available swap space while attempting to execute asadmin and chmod commands. Please uninstall this installation using provided uninstaller. Then make sure that you are running only those processes that are absolutely necessary and that your /tmp partition is as clean as possible before you attempt to install again.

  • J2EE SDK 1.4 on AMD64

    Hello All,
    I would like to run the J2EE SDK 1.4 on an AMD Opteron Server (Sun Fire - AMD) running Debian Linux. The kernel (2.6.12), the and the distribution (Debian unstable/testing) are both 64 bit versions. The J2EE SDK 1.4 is not available for this platform, so taking the base linux distribution and extracting it manually, and using the separate JDK 1.5 available specially for the AMD 64 bit installation gives this error:
    Unable to read system environment. No system environment will be used.And then the Application Server fails to startup properly. This problem has been documented in the past, see (You will note that I posted a solution for running the J2EE SDK under Debian Linux):
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=583452
    https://j2ee-sdk.dev.java.net/howtos/J2EE_SDK_Installation_HOWTO.html
    This time, though, installing the 'C++ compatibility library' is not an option. Even on the 64 bit distributions of redhat, this is still a 32 bit intel x86 library, and it is unusable on the AMD 64 architecture. There is not a separate version of this library available from redhat specifically for the 64 bit version of the AMD processor.
    Suggestions and guidance are greatly appreciated.
    Thanks,
    Adam
    Adam Just
    http://www.acjust.com

    The problem is with debian. installing j2ee in debian gives this kinda problem while j2se installs fine.
    The error in ur case is due to the fact that its unable to find the hostname.
    add <hostname> 127.0.0.1 in ur /etc/hosts file.
    It should work after that.

  • J2EE SDK 1.3.1 and OSX

    Hello,
    I would like to get the J2EE SDK installed and working under OSX. Has anyone had success in doing this? If so, I would appreciate any assistance you may have to offer.
    Thank you,
    Rob Abbe

    Well, maybe I was just being lazy ;) This turned out to be easier than I thought, but just in case someone here should ask the same question:
    Download the linux distribution of the J2EE toolkit from Sun and install it.
    Modify the JAVA_HOME variable as follows:
    JAVA_HOME=/System/Library/FrameWorks/JavaVM.framework/Versions/1.3.1/Home
    That's it! now you should be able to run the J2EE comamnd and start the app server.
    OSX is awesome, I hope people here will give it a chance. I think you will be impressed with the speed at which some of your favorite tools will run!

  • J2EE 1.4 beta SDK install problem on Linux RH 7.2 ?

    Hello everybody
    Thank for your reading
    I have installed J2EE SDK 1.4 beta on Linux RH 7.2, my installed J2SE is 1.4.0_01, but the J2EE installer reported that: Exception in the "main" thread: java.lang.io.NoDefClassFound: J2EE.
    I had defined JAVA_HOME. I don't know how to sovle this problem.
    Please help me. thank you
    [email protected]

    Hi, I'm fairly new with Linux.... I've downloaded the self extracting 1.4.0 bin file... how do I istall it now? I'm not sure what command to use for the installation to occur.
    I'm installing Tomcat as well...
    Is there anywhere I can go to see step by step instructions to install these products?
    Thank you in advanced!

  • Installing J2EE SDK on Linux

    Hello I am trying to install J2EE SDK on Fedora from command line.
    I downloaded J2EE 1.4 SDK 2005Q1 UR1(j2eesdk-1_4_01_2005Q1-linux.bin) and typed ./j2eesdk-1_4_01_2005Q1-linux.bin -console
    I keep on getting an error. Am I missing someting? Here are the results:
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Extracting installation files...
    Launching Java(TM) 2 Runtime Environment...
    java.lang.UnsatisfiedLinkError: /tmp/j2eesl3hyHA/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:897)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:332)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:78)
    at java.lang.Thread.run(Thread.java:534)
    InvocationTargetException in ArchiveReader constructornull
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Caused by: java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    ... 7 more
    Target Exception Trace:
    java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Deleting temporary files...
    Thanks for your help in advance

    This is probably similar to the problem described in this thread:
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=526086
    (i.e. headless AWT mode which is used to run J2EE installer in console mode is broken in J2SE 1.4.x).
    One thing you can try, provided that J2SE issue got fixed, is to separately download and install JRE 1.5.x on this system and run installer as:
    ./j2eesdk-1_4_01_2005Q1-linux.bin -console -javahome <jre 1.5 install dir>

  • Installing java ee sdk (java_ee_sdk-6u1-jdk-linux-x64.sh) on x64 linux

    Hello guys, this is my first post here :) so don't bash me too much.
    Trying to get the Java EE installed on gentoo linux x86-64 here. Downloaded java_ee_sdk-6u1-jdk-linux-x64.sh from oracle.com.
    I have tried different jres:
    32 bit, 64 bit.
    now I have this jre :
    ak@pussy ~/0.java $ java -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)so, doing ak@pussy ~/0.java $ ./java_ee_sdk-6u1-jdk-linux-x64.sh gives me nasty file not found exception & hence I can't get sdk installed:
    [#|2010-08-04T20:32:13.704+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=glassfish|OP_UNCONFIGURE:Unconfiguring product|#]
    [#|2010-08-04T20:32:13.781+06:00|INFO|Install Engine|org.openinstaller.provider.conf.ConfiguratorFactory|arg0=class org.openinstaller.provider.conf.InstallationConfigurator|LOG_INFO:Info|#]
    [#|2010-08-04T20:32:14.210+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring GlassFish:\[Unconfiguring GlassFish\]*\[{0} {1}\]|#]
    [#|2010-08-04T20:32:14.232+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=jdk|OP_UNCONFIGURE:Unconfiguring product|#]
    [#|2010-08-04T20:32:14.264+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring JDK:\[Unconfiguring JDK\]*\[{0} {1}\]|#]
    [#|2010-08-04T20:32:14.289+06:00|INFO|Install Engine|org.openinstaller.provider.task.TaskDriver|arg0=prod\=updatetool|OP_UNCONFIGURE:Unconfiguring product|#]
    [#|2010-08-04T20:32:14.318+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Unconfiguring Updatetool:\[Unconfiguring Updatetool\]*\[{0} {1}\]|#]
    [#|2010-08-04T20:32:14.319+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Installation directory: /home/ak/0.java/glassfishv3:\[Installation directory: /home/ak/0.java/glassfishv3\]*\[{0} {1}\]|#]
    [#|2010-08-04T20:32:14.322+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Shutting down notifier process:\[Shutting down notifier process\]*\[{0} {1}\]|#]
    [#|2010-08-04T20:32:14.353+06:00|INFO|Install Engine|org.openinstaller.provider.conf.InstallationConfigurator||Exception while unregistering notifier: Exception=EXECUTECMD_ERR
    at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
    at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
    at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
    at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
    at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
    at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
    at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
    at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
    at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
    at java.lang.Thread.run(Thread.java:619)
    Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetool": java.io.IOException: error=2, No such file or directory
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
    at java.lang.Runtime.exec(Runtime.java:593)
    at java.lang.Runtime.exec(Runtime.java:509)
    at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:423)
    at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
    at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
    at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
    at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
    at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
    at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
    at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
    at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
    at java.lang.Thread.run(Thread.java:619)
    Context-Items=[[method=org.openinstaller.util.ExecuteCommand.execute(), operation=EXECUTECMD_ERR, command=[/home/ak/0.java/glassfishv3/updatetool/bin/updatetool, --notifier, --shutdown]]]:\[Exception while unregistering notifier: Exception=EXECUTECMD_ERR
    at org.openinstaller.util.ExecuteCommand.execute(ExecuteCommand.java:467)
    at org.openinstaller.provider.conf.InstallationConfigurator.unconfigureUpdatetool(null:?)
    at org.openinstaller.provider.conf.InstallationConfigurator.unConfigure(null:?)
    at org.openinstaller.provider.conf.ConfigProvider.receiveRequest(ConfigProvider.java:573)
    at org.openinstaller.bus.ControlBus.publishRequest(ControlBus.java:341)
    at org.openinstaller.provider.task.UnconfigTask.perform(UnconfigTask.java:88)
    at org.openinstaller.provider.task.TaskDriver.executeTask(TaskDriver.java:378)
    at org.openinstaller.provider.task.TaskProvider.receiveRequest(TaskProvider.java:117)
    at org.openinstaller.bus.ControlBus$3.run(ControlBus.java:404)
    at java.lang.Thread.run(Thread.java:619)
    Caused By=java.io.IOException: Cannot run program "/home/ak/0.java/glassfishv3/updatetool/bin/updatetool": java.io.IOException: error=2, No such file or directory
    .and so on

    I guess this should give more details about issues I am having :
    Using the user defined JAVA_HOME : /home/ak/0.java/jre1.6.0_21_64
    Entering setup...
    WARNING: Warning: Could not detect OS Architecture, falling back to os.arch [Architecture=GenuineIntel ]
    FINE: completed initializing provider svc://general/orchestrator
    FINEST: Ignoring blank answer file or syntax error in ,file:///tmp/install.080510113914/install.properties
    FINEST: BGImagePanel() called by org.openinstaller.util.ui.StandaloneSplash?<init>
    FINEST: BGImagePanel.setBgImage(Image BufferedImage@1c5d9084: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@42bad8a8 transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width = 728 height = 435 #numDataElements 3 dataOff[0] = 2) called by org.openinstaller.util.ui.StandaloneSplash?<init>
    FINE: DISCOVERING_SERVICE_PROVIDERS
    FINE: Not instantiating null - not a ServiceProvider
    Exception=null
    at java.net.URLClassLoader$1.run(null:?)
    at java.security.AccessController.doPrivileged(null:?)
    at java.net.URLClassLoader.findClass(null:?)
    at org.openinstaller.core.EngineBootstrap.findClass(EngineBootstrap.java:249)
    at java.lang.ClassLoader.loadClass(null:?)
    at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:357)
    at java.lang.ClassLoader.loadClass(null:?)
    at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:318)
    at java.lang.Class.forName0(null:?)
    at java.lang.Class.forName(null:?)
    at org.openinstaller.core.Orchestrator.findServiceProviders(Orchestrator.java:763)
    at org.openinstaller.core.Orchestrator.main(Orchestrator.java:447)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(null:?)
    at sun.reflect.NativeMethodAccessorImpl.invoke(null:?)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(null:?)
    at java.lang.reflect.Method.invoke(null:?)
    at org.openinstaller.core.EngineBootstrap.main(EngineBootstrap.java:208)
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: FOUND_SERVICE_PROVIDER
    FINE: DISCOVERED_SERVICE_PROVIDERS
    FINE: completed initializing provider svc://general/system
    FINE: completed initializing provider svc://general/name
    FINE: completed initializing provider svc://general/product
    FINEST: Initializing configuration provider
    FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
    FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
    FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=MEDIA_LOCATION}] By: [org.openinstaller.util.install.Common.getMediaLocationURL(*)
    FINE: completed initializing provider svc://general/task
    FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: Mode-Request data: EngineConfigCommand{ cmd=GET_CONFIG, data=DRY_RUN_FILE}] By: [org.openinstaller.provider.sims.SIMSProvider.init(*)
    FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: EngineConfigRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=PLATFORM_PLUGIN_PATH}] By: [org.openinstaller.provider.platform.SystemInterface.init(*)
    FINE: completed initializing provider svc://general/operation
    FINEST: BusRequest For: [svc://general/EngineConfig] Request: [BusRequest: name: ModeRequest data: EngineConfigCommand{ cmd=GET_CONFIG, data=PKG_FORMAT}] By: [org.openinstaller.sims.BackendFactory.discoverBackend(*)
    FINE: LOADING_CLASS
    FINE: Can't load SIMS backend org.openinstaller.sims.backends.zip.unix.linux.SIMSBackend
    Exception=org.openinstaller.sims.backends.zip.unix.linux.SIMSBackend
    at java.net.URLClassLoader$1.run(null:?)
    at java.security.AccessController.doPrivileged(null:?)
    at java.net.URLClassLoader.findClass(null:?)
    at org.openinstaller.core.EngineBootstrap.findClass(EngineBootstrap.java:249)
    at java.lang.ClassLoader.loadClass(null:?)
    at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:357)
    at java.lang.ClassLoader.loadClass(null:?)
    at org.openinstaller.core.EngineBootstrap.loadClass(EngineBootstrap.java:318)
    at java.lang.Class.forName0(null:?)
    at java.lang.Class.forName(null:?)
    at org.openinstaller.sims.BackendFactory.getBackendByClass(BackendFactory.java:146)
    at org.openinstaller.sims.BackendFactory.discoverBackend(BackendFactory.java:112)
    at org.openinstaller.sims.BackendFactory.getBackend(BackendFactory.java:80)
    at org.openinstaller.sims.SIMSContext.<init>(SIMSContext.java:131)
    at org.openinstaller.provider.sims.SIMSProvider.init(SIMSProvider.java:95)
    at org.openinstaller.bus.ControlBus$1.run(ControlBus.java:192)
    at java.lang.Thread.run(null:?)
    ]

  • Installing j2ee sdk over newer update

    If I have 118668-06 J2SE 5.0_X86: update 7 patch installed,
    will installing the j2ee sdk on top of it interfere with any of the new files?

    How did you download the JDK? Under Linux you tend to have a "default java" such that it is automatically available on the path. Did you install it successfully? When you type javac -version on the bash prompt, what do you get?

  • I am installing Netweaver on Linux x64 but I dont it. Can you help me?

    Hello.
    I try install Netweaver WAS on Linux x64 according :
    https://www.sdn.sap.com:443/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/603afa05-d2a4-2a10-a0bf-c86743f37368 [original link is broken]
    later when I have finished to download 7 packages and cat command apply, try mount iso file on linus file system . I burn a DVD too , but do not access to them. So what can I do bad ?
    Thank a lot
    Regards

    Hmm ..with so many large files SAP should at least provide the MD5SUM of each file so they can be checked once downloaded to confirm they are not corrupt before creating the image file!
    When you are mounting the ISO image what command are you using ? Should be something like:
    mount -t iso9660 iso.image /media/cdrom -o loop
    If you are still having problems email the address at the bottom of the page you posted and ask them for the md5sum of each file.
    Good luck.
    Regards,
    Nelis

  • How to install J2ee sdk 1.4

    How to install j2ee sdk 1.4......is like j2ee sdk 1.3???????????

    Download the SDK from here http://java.sun.com/j2ee/1.4/download.html#sdk follow the installation instructions.

  • Fail to install J2EE SDK  1.4.02 2005 Q2

    Anyone can tell me how to install the J2EE SDK (all in one bundle) on xp sp2.
    When I install it (with no space in folder name), it failed and its log
    ERROR - default domain creation returned following exception: abnormal subprocess termination: Detailed Message:'File' is not recognized as an internal or external command,
    operable program or batch file.
    Usage: create-domain [--terse=false] [--echo=false] [--interactive=true] [--domaindir domain_directory] adminport port_number adminuser admin [--passwordfile filename ] [--instanceport port_number] [--savemasterpassword=false] [--domainproperties (name=value)[:name=value]*] domain_name
    CLI020 Operand is required.
    'File' is not recognized as an internal or external command,
    operable program or batch file.
    'File' is not recognized as an internal or external command,
    operable program or batch file.
    Usage: create-domain [--terse=false] [--echo=false] [--interactive=true] [--domaindir domain_directory] adminport port_number adminuser admin [--passwordfile filename ] [--instanceport port_number] [--savemasterpassword=false] [--domainproperties (name=value)[:name=value]*] domain_name
    CLI020 Operand is required.
    'File' is not recognized as an internal or external command,
    operable program or batch file.
    Thanks ([email protected])

    I have installed this on XP SP2 without any problems several times.
    My suggestion would be to download the bundle again and make sure you select the right one for Windows.
    The one you want is here: http://192.18.97.53/ECom/EComTicketServlet/BEGIN294E737CA32440599D51A8CB3E75FD22/-2147483648/1126766379/1/620966/620954/1126766379/2ts+/westCoastFSEND/j2eesdk-1_4_02_2005Q2-oth-JPR/j2eesdk-1_4_02_2005Q2-oth-JPR:4/j2eesdk-1_4_02_2005Q2-windows.exe
    After doing that, reboot your PC and try again. It should work fine.

  • When SDDM x64 says "Cannot find a J2SE SDK installed at ..."  what is it actually looking for?

    First of all,please forgive me if this question has been answered before, but search facilities in this new forum are even more rubbish than the old one, which is an achievement I wouldn't have thought possible.
    Anyhoo.
    I have downloaded the 64-bit version of Data Modeller, which comes without the JRE.
    I have installed JDK1.3.0.21.  I have subsequently also downloaded and installed JRE 1.7u21.  However when I run datamodellerx64.exe for the first time it hurls with this message:  "Cannot find a J2SE SDK installed at C:\Program Files\Java\jdk1.7.0_21\bin".     It also doesn't like  C:\Program Files\Java\jre7\bin  (under the JDK install) or .C:\Program Files (x86)\Java\jre7\bin (the JRE install)
    So what path does it actually want?
    I suppose I could download and install the 32-bit version with the inbuilt JRE but that would be a pretty sorry workaround.
    Cheers, APC
    Message was edited by: APC - just realised I had typed "with the JRE" instead of "without", which is actually the entire source of the issue.  Doh!

    The first time you start up Data Modeler, it should prompt for the Java home.  You should select the java.exe file within the jre\bin folder of a Java JDK.
    Thanks!  This was the bit which was confusing me.  What I needed was C:\Program Files\Java\jdk1.7.0_21\jre\bin\java.exe
    Of course, then I get a message telling me that versions above 1.6 are not certified, but I'm not installing a monstrous rootkit on my new laptop simply to run SDDM, so I guess I'll just rub along without the certification.   It seems to start up just fine.
    Cheers, APC

  • Error installing on Linux

    Hello I am trying to install J2EE SDK on Fedora from command line.
    I downloaded J2EE 1.4 SDK 2005Q1 UR1(j2eesdk-1_4_01_2005Q1-linux.bin) and typed ./j2eesdk-1_4_01_2005Q1-linux.bin -console
    I keep on getting an error. Am I missing someting? Here are the results:
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Extracting installation files...
    Launching Java(TM) 2 Runtime Environment...
    java.lang.UnsatisfiedLinkError: /tmp/j2eesl3hyHA/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java :897)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:332)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:78)
    at java.lang.Thread.run(Thread.java:534)
    InvocationTargetException in ArchiveReader constructornull
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Caused by: java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineT ask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(Instal lCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask. java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java: 1874)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    ... 7 more
    Target Exception Trace:
    java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineT ask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(Instal lCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask. java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java: 1874)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Deleting temporary files...
    Thanks for your help in advance

    I am having this same issue on Redhat 7 (can't update the OS, unfortunately).
    I've googled it ad nauseum, with no success. Have you found a resolution?

  • J2EE 5.0 on Linux Itanium (IA64)

    Does anyone know if J2EE 5.0 for Linux is supported and available on Itanium (IA64).

    Java EE 5 SDK is not officially supported on this platform. You could attempt installation using workarounds described here:
    http://wiki.java.net/bin/view/Projects/LinDist
    Another option would be to download and install GlassFish distribution which is open source equivalent of Application Server bundled in Java EE 5 SDK and then download and install other parts of SDK (samples, javadocs, etc) separately. Relevant download URLs:
    https://glassfish.dev.java.net/downloads/04May06.html
    http://java.sun.com/javaee/downloads/index.jsp
    (see "Download the Components Independently" section)

Maybe you are looking for

  • Remote Control No longer works after 10.3 upgrade

    I have begun pushing out ZCM 10.3 to my infrastructure and I'd like ask WHY the Remote Control Policy no longer works. The managed device was unable to initialize Novell encryption scheme for the session. Ensure that the managed device is UTC time sy

  • Pages '08 document cannot be read properly in '09

    Hey guys, I'm currently working on my last major assignment for university, and I've written about 3 quarters of the assignment in Pages '08, however, when I open the document in Pages '09 - even though the settings and preferences are the same - the

  • ACR vs. LR 4

    I am wondering whether ACR and LR4 are the same or different.. I have been using ACR (6.7)  in photoshop CS5 for post processing camera images in Windows 7 environment. After processing ACR, the processed image returns to Photoshop in jpeg.   I alway

  • Create table interval partition on a column timestamp with local time zone

    Hi Does anyone have an example for 11g on how to create a table with interval partitioning on a column defined as timestamp with local time zone. I know it's possible. the following does not work. CREATE TABLE KOMODO_EXPIRED_RESULTS TEST_EVENT_KEY NU

  • Can OWB extract metadata from foxpro 2.5 or foxbase?

    We know that OWB can extract metadata from some relational databases other than Oracle database with Heterogeneous Services. Sybase,DB2 and SQL Server provide specific agent for Oracle.What about foxpro 2.5 or foxbase? If they haven't any agent for o