How to restore web applications view in AS PE 8.2

We are using Creator to deploy applications to a Sun AppServer PE 8.2 on Solaris x86. When we login to the application server and try to list the applications deployed, we get the following error message:

A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'webApplications'"

The root cause is "com.sun.enterprise.admin.common.exception.MBeanConfigException: Component not registered"

See the HTML source for more detailed (stack trace) information.

(See the web applications node) at:

http://ecom.ismlab.usf.edu:4848/admingui/TopFrameset (admin/adminadmin)

Restarting the server (stop-domain domain1; start-domain domain1) does not eliminate the problem.

We have made all changes to the default AS domain.xml file as suggested by Marco in the following thread:

http://swforum.sun.com/jive/thread.jspa?threadID=107212&start=0

What can we do to restore the web applications view?

Thanks

Manish

[1069 byte] By [manishUSF] at [2007-11-26 10:29:46]
# 1

I guess you started seeing this problem after you tried to undeploy one of your apps. How many apps have you deployed on this domain ? If it's just one, then try this workaround and see if it helps. (I hope this is not a production server)

Stop the appserver.

Edit your domain.xml and remove all references to this app. (Make sure to make a backup copy of the domain.xml file before editing it)

Restart the appserver and see if the GUI is fine.

If this fails, I guess you might have to create a new domain...Unless we can reproduce this problem, it becomes extremely difficult to troubleshoot this remotely.

Cheers,

Vasanth

pts_forum at 2007-7-7 2:35:47 > top of Java-index,Application & Integration Servers,Application Servers...