Problem about Community Sample
I can not create a new community .
In Create a new Community menu.
When I create a new Community to Step 2.
I want to move from step 2(Description) to step 3(Template) by press next button from step 2 but program can not go to next step.
OS : Solaris 9 x86
web Browser : mozilla
[316 byte] By [
bento0013] at [2007-11-26 6:11:26]

# 2
1. is the derby database running? ps -ef|grep java ... you should see a java process w/ the sys prop derby.system.home. if it's not running, refer to the portal 7 docs on how to start it:
http://docs.sun.com/app/docs/doc/819-3031/6n59fp3va?q=derby&a=view
2. take a look in /var/opt/.../config/desktopconfig.properties, and check the portletRenderModeParallel property. make sure it's set to false. you need to restart the web container to affect a change in this.
hope this helps.
# 4
also I notice when I do start derby db that it i killed after whatever proccess was using it is done. ex: doing a psconfig --unconfig unconfig.xml it will print out
root@foo /var/opt/SUNWportal/logs/admin > java -Dderby.system.home=/var/opt/SUNWportal/derby org.apache.derby.drda.NetworkServerControl start
Server is ready to accept connections on port 1527.
Connection number: 1.
Shutdown successful.
This seems not correct to me. Any insight would be appreciated.
Thanks
# 5
hi,
psconfig starts and stops the process as it needs the process to be running in order to configure the database. otherwise, for normal portal operation, it's up to you to manage the process.
the process for starting and stopping the database is documented here:
http://docs.sun.com/app/docs/doc/819-3031/6n59fp3va?a=view
or, you can follow the instructions from the derby manuals from apache. you can create an RC script for this, or whatever suits your needs.