Portal server installation failed and configuration failed

Hi All,

I am trying to install portal server(7.0) with SRAG . But i am getting the error at last ,that Portal server installation failed and configuration failed.

If I am seeing the log file then it is showing the error, mentioned below.

[#|2006-09-22T16:15:58.371+0200|INFO|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.ValidatePortalInputData; MethodName=validateSharedComponents; |PSFB_CSPFC0168:One or more required shared Components/Jars are missing.|#]

[#|2006-09-22T16:15:58.371+0200|SEVERE|SJS Portal Server|debug.com.sun.portal.fabric.config|ThreadID=10; ClassName=com.sun.portal.fabric.config.ConfigurePortal; MethodName=main; |PSFB_CSPFC0014:Failed configuring Portal Server!!

com.sun.portal.fabric.tasks.ConfigurationException: please refer the log file /var/opt/SUNWportal/logs/config/portal.fabric.0.0.log for more information

at com.sun.portal.fabric.config.ValidatePortalInputData.<init>(ValidatePorta lInputData.java:195)

at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:106)

ClassName=com.sun.portal.fabric.config.ConfigurePortal; MethodName=resetLogLevel; |PSFB_CSPFC0243:Failed invoking mbean action : reset loglevel

com.sun.portal.fabric.tasks.ConfigurationException: java.lang.SecurityException: Unable to read truststore

at com.sun.cacao.agent.JmxClient.getUnknownJmxClientConnection(JmxClient.java:835)

Caused by:java.io.FileNotFoundException: /etc/opt/SUNWcacao/security/jsse/truststore (No such file or directory)

First time I installed portal server without SRAG sucessfully ,Then I uninstalled with ./uninstall command and also deleted all SUNW package from /opt, etc/opt/ and /var/opt directroy and moved the registry file.

and then tried with Potal server with SRAG , Now i am getting above given error.

I checked the installation bit there is no /SUNWcacao/security jsse no jsse file or directory.there is only /SUNWcacao/security/snmp file are there.

Could You please help me on the point. Portal server version is 7.0.

Thanks in advance.

[2176 byte] By [ranjankunwar] at [2007-11-26 10:20:11]
# 1
Hi ranjankunwar,I am having the same problem.did you manage to solve the problem? if so, what did you do?Thanks,Sergio
hosting at 2007-7-7 2:18:16 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

Take the cacaoadm package from portal server or any package where it is. and put into theect/opt/cacaoadm . Then remove all package except cacaoadm package. then try to install it will help.

Check inside the cacaoadm security will be there .

cacaoadm will be with dump also. Check hope it will help u.

Thanks and good luck

bye.

ranjankunwar at 2007-7-7 2:18:16 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
hi ,I am facing the same problem the cacaoadm u are mentioning is a file and not a package.. what should I do with it ? Its already under the /opt/SunWcacao directory .....Please provide some help......thanks in advancedhawanmayur
dhawanmayur at 2007-7-7 2:18:16 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4
Add SUNWcacao package manually if cacao was not installed successfully. Then run '/opt/SUNWcacao/bin/cacaoadm status' to validate if cacao is functional.
sushmac at 2007-7-7 2:18:16 > top of Java-index,Web & Directory Servers,Portal Servers...
# 5

hi sushmac,

I tried the command /opt/SUNwcacao/bin/cacaoadm status the reply i got was

default instance is DISABLED at system startup.

default instance is not running.

Then I tried to start this using /opt/SUNWcacao/cacaoadm start

then I got the response as

No suitable Java Dynamic Management Kit runtime libraries found.

Cannot locate all the dependencies

I am trying to install the JDMK software now but I wonder that this software was not installed on my system previously then why didn' it ask before?

can you please provide some more ideas ?

thanks in advance

dhawanmayur

dhawanmayur at 2007-7-7 2:18:16 > top of Java-index,Web & Directory Servers,Portal Servers...
# 6

hi sushmac,

I could start the portal server. basically it was a CACAO problem. I first checked whether my cacao was up or not. Actually the cacao was not up as I didn't had any JDMK home in my system . So, in the next step I downloaded SUNJDMK and then setted the jdmk home parameter for cacao as well as the Javahome parameter.. After this I rebuild the dependencies

by ./cacaoadm rebuild-dependencies

and started the cacaodm. using ./cacaoadm start

after that I could easily run the configuration examples.

thanks for ur help

I want some more details on cacao... from where can I get them..

thanks

dhawanmayur

dhawanmayur at 2007-7-7 2:18:16 > top of Java-index,Web & Directory Servers,Portal Servers...