Error Starting Web Console.

Trying to acces DSCC via the web console.Get the following errors on web console startup:

28-Jun-2007 | 16:43:06 | INFO | The console instance "console" is starting in

admin mode.

28-Jun-2007 | 16:43:06 | INFO | Resolving shared jar files

28-Jun-2007 | 16:43:06 | ERROR | Jar resource "audit_jar" in application

console not shared, path does not exist: /usr/lib/audit/Audit.jar

28-Jun-2007 | 16:43:06 | INFO | Resolving login modules

28-Jun-2007 | 16:43:06 | INFO | Resolving Java options

28-Jun-2007 | 16:43:06 | INFO | Resolving web modules

28-Jun-2007 | 16:43:07 | ERROR | Error generating product images for "dccapp"

web application: Product name string is empty or null

28-Jun-2007 | 16:43:07 | INFO | Deployed web application "dccapp".

28-Jun-2007 | 16:43:08 | INFO | The console instance "console" is starting in

user mode.

28-Jun-2007 | 16:43:53 | ERROR | Unexpected error determining status of server:

no applications loaded

28-Jun-2007 | 16:43:53 | ERROR | The console failed to start.

Anyone know how to resolve?

[1132 byte] By [ffridiejra] at [2007-11-27 9:10:47]
# 1

Try running the following to see if it shows you what is amiss:

install_dir/dscc6/bin/dsccsetup status -v

You could always just dismantle the dscc and re-initialize:

install_dir/dscc6/bin/dsccsetup dismantle

then

install_dir/dscc6/bin/dsccsetup initialize

sheger77a at 2007-7-12 21:52:40 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Here is the output from the status command:

***

## /usr/sbin/smreg is present

## /usr/sbin/smcwebserver is present

## /opt/support/sunone/SUNWdsee/dscc6/dccapp is present

## Running /usr/sbin/smreg list -a

## Running /usr/sbin/smreg list -l

## dccModule_1.0 is displayed

## jmx.jar/dccModule_1.0 is displayed

## jmxremote.jar/dccModule_1.0 is displayed

## jmxremote_optional.jar/dccModule_1.0 is displayed

## sasl.jar/dccModule_1.0 is displayed

## sunsasl.jar/dccModule_1.0 is displayed

## dcc.jar/dccModule_1.0 is displayed

## nquickclient.jar/dccModule_1.0 is displayed

## nquickapi.jar/dccModule_1.0 is displayed

## slapy.jar/dccModule_1.0 is displayed

## dpcfg.jar/dccModule_1.0 is displayed

## clip.jar/dccModule_1.0 is displayed

## common.jar/dccModule_1.0 is displayed

## cacao_cacao.jar/dccModule_1.0 is displayed

DSCC Application is registered in Sun Java (TM) Web Console

***

## /usr/sbin/cacaoadm is present

## /opt/support/sunone/SUNWdsee/dscc6/lib/jar/nquickmodule.jar is present

## Running /usr/sbin/cacaoadm list-modules -r

DSCC Agent is registered in Cacao

## Running /usr/sbin/cacaoadm status

## Running /usr/sbin/cacaoadm list-modules

## Running /usr/sbin/cacaoadm get-param network-bind-address

## Running /usr/sbin/cacaoadm get-param jmxmp-connector-port

***

## /opt/support/sunone/SUNWdsee/ds6/bin/dsadm is present

DSCC Registry has been created

Path of DSCC registry is /var/opt/SUNWdsee/dscc6/dcc/ads

Port of DSCC registry is 3998

***

I have done the dismantle - initialize sequence a couple fo times. Still getting this on webconsole startup:

29-Jun-2007 | 10:06:24 | INFO | The console instance "console" is starting in

admin mode.

29-Jun-2007 | 10:06:24 | INFO | Resolving shared jar files

29-Jun-2007 | 10:06:24 | ERROR | Jar resource "audit_jar" in application

console not shared, path does not exist: /usr/lib/audit/Audit.jar

29-Jun-2007 | 10:06:24 | INFO | Resolving login modules

29-Jun-2007 | 10:06:24 | INFO | Resolving Java options

29-Jun-2007 | 10:06:24 | INFO | Resolving web modules

29-Jun-2007 | 10:06:26 | INFO | The console instance "console" is starting in

user mode.

29-Jun-2007 | 10:07:11 | ERROR | Unexpected error determining status of server:

no applications loaded

29-Jun-2007 | 10:07:11 | ERROR | The console failed to start.

ffridiejra at 2007-7-12 21:52:41 > top of Java-index,Web & Directory Servers,Directory Servers...