Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6583459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:24:44+00:00 2026-05-25T16:24:44+00:00

Does anyone know how to get the Websphere Application Server for developers (v6.1) installed

  • 0

Does anyone know how to get the Websphere Application Server for developers (v6.1) installed via the console?

I’m setting up a build server and the server I have is a RHEL 5.6 server with no Graphical console access (only ssh to a tty console).

One of the projects I need to build on the server relies on WAS 6.1 (fix 23, at least), and as the build runs various WAS tools to generate WSDLs, EJBs, etc. I need to have WebSphere installed. So, I downloaded the developers edition, extracted the tar.gz to a directory and tried to install from there.

I have read the various documents about the silent install and have done as suggested: created a responsefile (called responsefile.txt) with the following

-OPT silentInstallLicenseAcceptance="true"
-OPT allowNonRootSilentInstall="true"
-OPT installType="installNew"
-OPT installLocation="/home/me/apps/was/v6.1"

#This is only a developer install for builds, so no security, features, or profiles!
-OPT PROF_enableAdminSecurity="false"
-OPT feature="noFeature"
-OPT createProfile="false"
-OPT profileType="none"
-OPT PROF_isDeveloperServer="true"

#Logging settings for the install
-OPT traceFormat=text
-OPT traceLevel=CONFIG

When I run the WAS/install -silent -options "${PWD}/WAS/responsefile.txt, the script seems to run, then returns to the command line after 5 seconds or so. Similarly, WAS/install -console -options... does the same.

I looked through the install script and added logging to show the various vars in use in the script (to see if there were any unexpected values, nope). The setup.jar is in the correct directory, and JAVAHOMEis from the JDK supplied by the WAS installer (${PWD}/JDK/jre.pak/repository/package.java.jre/java/jre).

So, I then ran the java command manually:

export JAVAHOME=${PWD}/JDK/jre.pak/repository/package.java.jre/java/jre
${JAVAHOME}/bin/java \
   -cp ${PWD}/WAS/setup.jar \
   -Xms265m -Xmx512m \
   run
   -silent \
   -options "${PWD}/WAS/responsefile.txt"

This time, various settings were output to the console, but it still returned after about 5 seconds without installing the software (no /home/me/apps/was created). Output was;

I       Process Type: install
I       Install Type: nonOS400
I       Install Mode: silentMode
I       #Received OPT Properties
#Fri Jul 22 07:21:33 EDT 2011
traceLevel=CONFIG
traceFormat=text
PROF_hostName=dev-ci-svr
silentInstallLicenseAcceptance=true
allowNonRootSilentInstall=true
profileType=none
installLocation=/home/me/apps/was/v6.1
installType=installNew
PROF_enableAdminSecurity=false
feature=noFeature

I also tried as root, with the same results.

The documentation also mentions a -console option, but this only gives the following message

The wizard cannot continue because of the following error: Invalid command line option: console is not supported (1001) (403)

Has anyone succeeded in installing WebSphere from the Linux command line?

[Edit]
OK, seems to be installing now. It turns out there is an environment var you can set to see more output from the installer is.debug (needed to decompile setup.jar to see this).

When I run with this defined, I can at least see the problems it’s failing over.

Right, in the responsefile.txt I needed to remove the createProfile option (clashes with installType), and disable the OS pre-requisite check by adding -OPT disableOSPrereqChecking="true".

After this it installed. Simples.

[Rant] The setup JAR should at least tell you why it’s failing without needing to resort to undocumented settings, or decompiling the JAR.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:24:44+00:00Added an answer on May 25, 2026 at 4:24 pm

    On advice from home, am providing the answer (same as in the original edit).

    It turns out there is an environment var you can set to see more output from the installer is.debug (needed to decompile setup.jar to see this).

    When I run with this defined, I can at least see the problems it’s failing over.

    Right, in the responsefile.txt I needed to remove the createProfile option (clashes with installType), and disable the OS pre-requisite check by adding -OPT disableOSPrereqChecking=”true”.

    After this it installed. Simples.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know how to get an equivalent of the SQL Server 2000 sysobjects
Does anyone know how to get the current build configuration $(Configuration) in C# code?
Does anyone know how to get amex authorized with authorize.net? I have authorize set
Does anyone know how to get IntelliSense to work reliably when working in C/C++
Does anyone know how to get the MS Office 2007 .NET C# Interop libraries
Does anyone know how to get the below to report a javascript error? (any
Does anyone know how to get the operating system information from a microsoft sql
Does anyone know how to get the correct mouse position during a drag-and-drop operation
Does anyone know how to get the list of items and check/uncheck items in
Does anyone know why I get undefined method `my_method' for #<MyController:0x1043a7410> when I call

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.