JES 2005Q4 Administration Server Console Problem

Hello, I have installed JES on Sol 10x86.

I've used /usr/sbin/mpsadmserver configure to configure the Admin Server Console.

I used the default user;admin

I used a password that I know,

I used the default port of 390.

when I type /usr/sbin/mpsconsole I put in

user id admin

password ********

<a href="http&#58;&#47;&#47;fqdn:390" target="_blank">http://fqdn:390</a>

It comes back with the error message

"Cannot login because of an incorrect User ID, incorrect password or directory problem. java.io.interuptedIOException:Http Responce Time Out"

I've used /usr/sbin/mpsadmserver unconfig to remove and reinstall it and still nothing.

Thanks in advance for the help.

[779 byte] By [IVAces] at [2007-11-26 6:14:14]
# 1
What is your HTTP host?
ErikBarcsay at 2007-7-6 13:51:45 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 2
Tell us what error you observe in the admin server logs/error file, and logs/access.I suggest you download the compressed archive (tarball) format and use "./setup" or "./installer" method instead of pkgadd and ".... configure" method. Gary
GaryTay at 2007-7-6 13:51:45 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 3
I'll try downloading it and installing it rather than using the cd's I made.Thanks
IVAces at 2007-7-6 13:51:45 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 4

I downloaded fresh ISO's,

made new cd's

reinstalled solaris from scratch again

I now have the very same problem.

I start mpsconsole and login using the admin and my password and get the same error as I did before.

is "admin" the default login id?

I thought that was it.

IVAces at 2007-7-6 13:51:45 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 5

I thought the proper order of doing things are:

download sw image

unpack.

read release notes and install guide

acertain install sw/hw requirements

install required SW component, I think JDK/JRE 1.4.2 or later needed

install required OS/kernel/LDAP/JES patches

...

When encountering error...

read the error and/or access log file

read the install log file, usually somewhere, may be in /tmp or /var/sadm/...

turn on debugging mode of installer, if there is, someting like:

# ./installer -d

or

# ./setup -d

The above is compressed archive install, I tried to avoid pkg install as pkg method seems more problematic, I may be wrong.

If you use the compressed archive method, then at the end of the successful run of "installer", simply:

# ./startconsole

instead of running "mpsconsole"

Gary

GaryTay at 2007-7-6 13:51:45 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 6

Correction and additional notes.

The debugging option for the compressed archive install method should be:

# ./installer -debug

NOT

# ./installer -d

You may add "-nodisplay" when not in X-Windows mode.

You may "chmod -R a+x *" for all the unpacked in the archive, just in case.

If you need to uninstall, run "prodreg", this is only available in X-Windows mode.

Gary

GaryTay at 2007-7-6 13:51:45 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 7

For Solaris 10, there is specific step for 齝rle?command, you may like to refer to this URL:

<a href="http://www.sunmanagers.org/pipermail/summaries/2005-August/006688.html" target="_blank"> http://www.sunmanagers.org/pipermail/summaries/2005-August/0 06688.html</a>

Gary

GaryTay at 2007-7-6 13:51:45 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...
# 8
Gary, Thanks for the tips.I downloaded the packages individually and installed them separately.It worked like a charm. This makes me believe that there is somthing wrong with the iso image for JES5Q4 but who knows.
IVAces at 2007-7-6 13:51:45 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...