Sun Portal 7 troubleshooting tips
Common problems and their solutions:
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
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
Posted at 05:54PM Feb 10, 2006 by Navaneeth Krishnan in FAQ |
This work is licensed under a
Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License.