Install/config problem with JES 05Q1 on Solaris/Sparc

Hi

I am trying to install JES 05Q1 on Solaris 10 on SPARC

I couldn't get bundled app server to start so I downloaded JES 05Q1 and installed okay (I thought ... I have done this before on Windows no problem ... new to Solaris)

domain1 did not exist after install, nor did the /var/opt/SUNWappserver/domains directory ... I created this manually ... didn't seem right though ?

Anyhow I cannot get app server to start ... here is transcript of what happens ...

# asadmin create-domain --adminport 4848 --adminuser admin domain1

Please enter adminpassword>

Please enter adminpassword again>

Please enter the master password>

Please enter the master password again>

Using default port 8,080 for HTTP Instance.

Using default port 7,676 for JMS.

Using default port 3,700 for IIOP.

Using default port 8,181 for HTTP_SSL.

Using default port 3,820 for IIOP_SSL.

Using default port 3,920 for IIOP_MUTUALAUTH.

Using default port 8,686 for JMX_ADMIN.

no asnss in java.library.path

# asadmin list-domains

domain1 not running

Command list-domains executed successfully.

# asadmin start-domain domain1

Starting Domain domain1, please wait.

Log redirected to /var/opt/SUNWappserver/domains/domain1/logs/server.log.

Please enter password>

Please enter the master password>

no asnss in java.library.path

# asadmin list-domains

domain1 not running

Command list-domains executed successfully.

#

Anybody any ideas what the problem is?

THANKS in ADVANCE

[1650 byte] By [johnd] at [2007-11-26 6:14:02]
# 1

Hi -

You definitely should have had a /var/opt/SUNWappserver directory after installation - did you have a /opt/SUNWappserver directory? You should never have to manually make this dir.

Sounds to me like you have a bad install. Have you uninstalled (and removed all relevant dirs in /var/opt, /opt, etc..?

What I ended up doing was installing in layers:

- First Pass

Admin Server, Directory Server, Applicaton Server

- Second Pass

Web Server

- Second Pass

Portal Server, Access Manager

after this first pass you should be able to start the domain pretty easily.

Hope this helps some...

PS - can also see what are the values for these tokens in <InstallDir>/config/asenv.conf file...

AS_NSS

AS_NSS_BIN

Mine: /opt/SUNWappserver/appserver/config/asenv.conf

AS_NSS="/usr/lib/mps/secv1"

AS_NSS_BIN="/opt/SUNWappserver/appserver/lib"

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

Looks like a bad/incomplete installation.

After uninstall, have you manually cleared the /var/opt and the directories under /opt/SUNW* , /opt/sun/* and /var/opt/*

Select both AS and WS in the Product Selection Panel and the carry on the installation in a single session. This should solve your issue.

gauths at 2007-7-6 13:51:19 > top of Java-index,Java Enterprise System,Java Enterprise System - General Discussion...