The Portal Zone
(Moved to http://portalzone.blogspot.com/)

« Tip: One click login... | Main | Sun Java System... »
Friday Feb 10, 2006

Sun Portal 7 troubleshooting tips

Common problems and their solutions:

  1. Question: I am unable to login to the Portal Server Console (psconsole) as amadmin. The Access Manager Console (amconsole) however works. What is the issue ?

    Answer:Portal Server uses JMX Mbeans for all administrative activities. For both the portal console application and command line interfaces to work, the JMX container needs to be running.Try starting the cacao server instance:

    /opt/SUNWcacao/bin/cacaoadm start

  2. Question: I am accessing the community sample portal. However creation of a new community fails.

    Answer:The community sample portal needs the derby database running. You can start/stop derby with the following commands:

    ant -DPS_CONFIG=/etc/opt/SUNWportal/PSConfig.properties -buildfile /opt/SUNWportal/lib/derby.xml stop-instance
    ant -DPS_CONFIG=/etc/opt/SUNWportal/PSConfig.properties -buildfile /opt/SUNWportal/lib/derby.xml start-instance

View all FAQ

Comments:

Post a Comment:
Comments are closed for this entry.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License.