|
Home > Archive > WebSphere Portal Server > July 2006 > error: after enable security-ldap in wps 5.02,Authorization failure on distributed dat
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
error: after enable security-ldap in wps 5.02,Authorization failure on distributed dat
|
|
| Mississauga Hans 2004-04-05, 12:33 am |
| OS = OS400
Version = V5R2
Portal = Portal Server 5.02 express for iSeries/400
========================================
====================================
Who knows what's wrong in my wpconfig.properties that lead the error when start up portal server instance?
=================
The command I used for enabling security-ldap in QSH
=================
wpsconfig.sh enable-security-ldap -DDbPassword=password -DWpcpDbPassword=password
-DFeedbackDbPassword=password -DWmmDbPassword=password -DLikemindsDbPassword=password
-DPortalAdminPwd=wpsadmin -DLDAPAdminPwd=wpsadmin
-DWasPassword=wpsadmin -DLTPAPassword=wpsadmin -DLDAPBindPassword=wpsadmin
=================
Error message in QSH
=================
action-create-deployment-credentials:
[xmlaccess] XMLA0006I: Connecting to URL http://localhost:20109/wps/config
[xmlaccess] XMLA0002I: Reading input file /QIBM/UserData/WebAS5/Base/wps01/PortalServer5/config/work/createDeploymentCredentials.
xml
[xmlaccess] XMLA0012E: Received error response code 503
[xmlaccess] java.net.ConnectException: HTTP status not ok: 503
BUILD FAILED
file:../config/actions/wps_cfg.xml:266: XMLA0016E: An error occurred on the client: HTTP status not ok: 503
Total time: 30 minutes 20 seconds
===================
tons of the error message such
"Authorization failure on distributed database connection attempt"
in activity.log after start portal instance
===================
ÝÌ»ªª»ÌÝ B IBM WebSphere Application Server ZPlatform 5.0 [BASE 5.0.2 ptf2M0325.01] [CLIENT 5.0.2 ptf20328.01] [PME 5.0.2 ptf20327.03] "com.ibm.ejs.cm.pool.ConnectionPool 630e0d5 045001/QEJBSVR/WPS01 !iseries_wps01\iseries_wps01\wps01 MSG_CONM_6009E "com.ibm.ejs.resources.CONMMessages û·(Ø¡ persDS ÝÌ»ªª»ÌÝ v IBM WebSphere Application Server ZPlatform 5.0 [BASE 5.0.2 ptf2M0325.01] [CLIENT 5.0.2 ptf20328.01] [PME 5.0.2 ptf20327.03] 'com.ibm.ws.cpi.JDBCPersisterFactoryImpl 630e0d5 045001/QEJBSVR/WPS01 !iseries_wps01\iseries_wps01\wps01 !ERROR_STARTING_CMP_BEAN_CNTR0031W com.ibm.ejs.container.container û·(ÙU
)WPCP_Express_Runtime#PznBeans.jar#CacheOPúcom.ibm.ejs.persistence.EJSPersistenceException: ; nested exception is:
com.ibm.db2.jdbc.app.DB2DBException: Authorization failure on distributed database connection attempt.
com.ibm.db2.jdbc.app.DB2DBException: Authorization failure on distributed database connection attempt.
java/lang/Throwable.<init>(Ljava/lang/String;)V+4 (Throwable.java:85)
java/lang/Exception.<init>(Ljava/lang/String;)V+1 (Exception.java:33)
java/sql/SQLException.<init>(Ljava/lang/String;Ljava/lang/String;I)V+1 (SQLException.java:34)
com/ibm/db2/jdbc/app/DB2DBException.<init>(Ljava/lang/String;Ljava/lang/String;I[B)V+1 (DB2DBException.java:47)
===================
wpconfig.properties file :
===================
########################################
######################################
#
# WebSphere Portal 5.0 configuration file
#
# key = value
#
# NOTE: Do NOT enclose any value in quotes!
# NOTE: Windows paths must use '/', not ''.
# NOTE: Windows long paths are OK.
# NOTE: Properties are immutable. Once set, they cannot be overriden.
# Precedence is as follows, in decending order:
# Properties set on command line are read first (-DMyNode=somenode)
# Properties set in properties file are read next,
# Properties set in buildfile file are read last.
#
########################################
#######################################
########################################
#######################################
# Save Parent Properties
#
# The SaveParentProperties property indicates that upon successful task
# execution using properties from a parent file specified by the
# parentProperties property, those properties should be copied into the
# main configuration properties file so that it will reflect the current
# state. The default value (if the property is not defined) is True.
########################################
#######################################
SaveParentProperties=True
########################################
#######################################
# WebSphere Application Server Properties - BEGIN
########################################
#######################################
# VirtualHostName: The name of the WebSphere Application Server virtual host
VirtualHostName=default_host
# WasAdminServer: The name of the WebSphere Application Server administration server (server1)
WasAdminServer=wps01
# WasHome: The directory where WebSphere Application Server product files are installed
WasHome=/QIBM/ProdData/WebAS5/PME
# WasUserHome: The directory where WebSphere Application Server user data is created
WasUserHome=/QIBM/UserData/WebAS5/Base/wps01
# WasUserid: The user ID for WebSphere Application Server security authentication
# CUR: WasUserid=wpsbind
# See LDAP examples below:
# IBM Directory Server: { uid=wpsbind,cn=users,dc=yourco,dc=com }
# Domino: { cn=wpsbind,o=yourco.com }
# Active Directory: { cn=wpsbind,cn=users,dc=yourco,dc=com }
# SunOne: { uid=wpsbind,ou=people,o=yourco.com }
# Novell eDirectory { uid=wpsbind,ou=people,o=yourco.com }
WasUserid=CN=wpsadmin,O=mycompnay.com
# WasPassword: The password for WebSphere Application Server security authentication (LDAP and CUR)
WasPassword=
# WpsInstallLocation: The directory where WebSphere Portal is installed
WpsInstallLocation=/QIBM/UserData/WebAS5/Base/wps01/PortalServer5
# CellName: The name of the WebSphere Application Server Cell
CellName=iseries_wps01
# NodeName: The name of WebSphere Application Server Node
NodeName=iseries_wps01
# ServerName: The name of application server for WebSphere Portal
ServerName=wps01
# WpsHostName: The name of the WebSphere Portal host
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome>
# For example "localhost" in the URL: http://localhost:80/wps/portal
WpsHostName=localhost
# WpsHostPort: The port used by WebSphere Portal
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome>
# For example "80" in the URL: http://localhost:80/wps/portal
WpsHostPort=20109
# WpsAdminConsolePort: The port used by WebSphere Admin Console deployed on WebSpere Portal Server
# Note: This property may not be used to reconfigure the WpsAdminConsolePort.
# For example: http://<WpsHostName>:<WpsAdminConsolePort>/admin
# For example "9091" in the URL: http://localhost:9091/admin
WpsAdminConsolePort=
# WpsAppName: The WebSphere Portal application name
WpsAppName=wps
# WpsContextRoot: The WebSphere Portal context root
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome>
# For example "wps" in the URL: http://localhost:80/wps/portal
WpsContextRoot=wps
# WpsDefaultHome: The WebSphere Portal default home
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsDefaultHome>
# For example "portal" in the URL: http://localhost:80/wps/portal
WpsDefaultHome=portal
# WpsPersonalizedHome: The WebSphere Portal personalized home
# For example: http://<WpsHostName>:<WpsHostPort>/<WpsContextRoot>/<WpsPersonalizedHome>
# For example "myportal" in the URL: http://localhost:80/wps/myportal
WpsPersonalizedHome=myportal
# ContentAccessServiceProxyHost: The HTTP proxy host used by the Content Access Service
ContentAccessServiceProxyHost=
# ContentAccessServiceProxyPort: The HTTP proxy port used by the Content Access Service
ContentAccessServiceProxyPort=
########################################
#######################################
# WebSphere Application Server Properties - END
########################################
#######################################
########################################
#######################################
# Java Properties - BEGIN
########################################
#######################################
# JavaHome: The directory where the WebSphere Application Server Java is installed
JavaHome=/QIBM/ProdData/Java400/jdk13
########################################
#######################################
# Java Properties - END
########################################
#######################################
########################################
#######################################
# Portal Config Properties - BEGIN
########################################
#######################################
# PortalAdminId: The user ID for the WebSphere Portal Administrator
# DEV (No security): PortalAdminId=uid=<portaladminid>,o=default organization
# CUR: PortalAdminId=uid=<portaladminid>,o=default organization
# See LDAP examples below:
# IBM Directory Server: { uid=<portaladminid>,cn=users,dc=yourco,dc=com }
# Domino: { cn=<portaladminid>,o=yourco.com }
# Active Directory: { cn=<portaladminid>,cn=users,dc=yourco,dc=com }
# SunOne: { uid=<portaladminid>,ou=people,o=yourco.com }
# Novell eDirectory { uid=<portaladminid>,ou=people,o=yourco.com }
PortalAdminId=CN=wpsadmin,O=mycompnay.com
# PortalAdminIdShort: The short WebSphere Portal admin ID
PortalAdminIdShort=wpsadmin
# PortalAdminPwd: The password for the WebSphere Portal Administrator
PortalAdminPwd=
# PortalAdminGroupId: The group ID for the WebSphere Portal Administrator group
# DEV (No security): PortalAdminGroupId=cn=wpsadmins,o=defaul
t organization
# CUR: PortalAdminGroupId=cn=wpsadmins,o=defaul
t organization
# See LDAP examples below:
# IBM Directory Server: { cn=wpsadmins,cn=groups,dc=yourco,dc=com }
# Domino: { cn=wpsadmins }
# Active Directory: { cn=wpsadmins,cn=groups,dc=yourco,dc=com }
# SunOne: { cn=wpsadmins,ou=groups,o=yourco.com }
# Novell eDirectory { cn=wpsadmins,ou=groups,o=yourco.com }
PortalAdminGroupId=cn=wpsadmins,O=mycomp
nay.com
# PortalAdminGroupIdShort: The WebSphere Portal admin group ID
PortalAdminGroupIdShort=wpsadmins
# PortalUniqueID: The 12 hex digits unique to this WebSphere Portal instance.
# Usually a MAC address from a communications adapter on this node
PortalUniqueID=000039D052B0
########################################
#######################################
# Portal Config Properties - END
########################################
#######################################
########################################
#######################################
# Dependency Checking Properties - BEGIN
########################################
#######################################
# CheckVersions: This value should be false is used to disable dependency rules based validation.
# A false value should only be used in order to bypass validation when a valid configuration
# is indicated as invalid. Most of the dependency rules based validation deals with
# checking versions of installed components (for example WebSphere Application Server)
# { true | false }
CheckVersions=true
# DependencyRulesDirectory: This is used to specify a location of a unique set of
# rules to use for dependency rules based validation tasks during configuration.
# This should very rarely be necessary. However, if you used special rules
# during the installation process and some of the rules need to be used during
# configuration-time validation as well, you would use this property.
#DependencyRulesDirectory=path_to_rules_
directory
########################################
#######################################
# Dependency Checking Properties - END
########################################
#######################################
########################################
#######################################
# Database Properties - BEGIN
########################################
#######################################
# DbSafeMode: This only applies to Database specific tasks. If it is set to true
# the databases will not be created, initialized, or removed.
# { false | true }
DbSafeMode=false
# DbType: The type of database to be used for WebSphere Portal
# DB2: { DB2 }
# Oracle: { oracle }
# Informix: { informix }
# MS SQL Server: { sqlserver }
# Cloudscape: { cloudscape }
# DB2 for iSeries: { db2_iseries }
# DB2 for z/OS and OS/390: { db2_zos }
DbType=db2_iseries
# WpsDbName: The name of the WebSphere Portal database
# Note: This value should also appear as the database element in DbUrl
WpsDbName=*LOCAL/wps01
# **Required for iSeries only**
# WpsDbSchema: The WebSphere Portal database schema name
WpsDbSchema=wps01
# **Required for DB2 for z/OS and OS/390 only**
# WpsDbNameOnZos: The name of the remote WebSphere Portal database
WpsDbNameOnZos=WPSTST02
########################################
########################################
###
# Database Transfer #
########################################
########################################
###
# NOTE: The schema list for cswps.jdbc.schema.names below should NOT be changed. #
########################################
########################################
###
cswps.jdbc.schema. names=db2admin,FEEDBACK,PZNADMIN,EJB,wcm
dbadm
# DbDriver: The name of class SqlProcessor will use to import SQL files, also known as "JDBC provider"
# cloudscape: { com.ibm.db2j.jdbc.DB2jDriver }
# db2: { COM.ibm.db2.jdbc.app.DB2Driver }
# db2_iseries: { com.ibm.db2.jdbc.app.DB2Driver }
# db2_iseries (remote db): { com.ibm.as400.access.AS400JDBCDriver }
# db2_zos: { COM.ibm.db2.jdbc.app.DB2Driver }
# oracle: { oracle.jdbc.driver.OracleDriver }
# informix: { com.informix.jdbc.IfxDriver }
# sqlserver: { com.microsoft.jdbc.sqlserver.SQLServerDriver }
DbDriver=com.ibm.db2.jdbc.app.DB2Driver
# DbDriverDs: The name of class SqlProcessor will use to import SQL files via data source
# cloudscape: { com.ibm.db2j.jdbc.DB2jConnectionPoolDataSource }
# db2: { COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource }
# db2_iseries: { com.ibm.db2.jdbc.app.UDBConnectionPoolDataSource }
# db2_iseries (remote db): { com.ibm.as400.access.AS400JDBCConnectionPoolDataSource }
# db2_zos: { COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource }
# oracle: { oracle.jdbc.pool.OracleConnectionPoolDataSource }
# informix: { com.informix.jdbcx.IfxConnectionPoolDataSource }
# sqlserver: { com.microsoft.jdbcx.sqlserver.SQLServerDataSource }
DbDriverDs=com.ibm.db2.jdbc.app.UDBConnectionPoolDataSource
# JdbcProvider: The name of jdbc provider to be used
JdbcProvider=wps50JDBC
# DbUrl: The wps database URL
# Note: The database element of this value should match the value of WpsDbName
# cloudscape: { jdbc:db2j:wps50;create=true }
# db2: { jdbc:db2:wps50 }
# db2_iseries: { jdbc:db2:*LOCAL/QWPS50 }
# db2_iseries (remote): { jdbc:as400:<hostName>/QWPS50 }
# db2_zos: { jdbc:db2:wps50 }
# oracle: { jdbc:oracle:thin:@wps19:1521:wps50 }
# informix: { jdbc:informix-sqli://wps19:1526/wps50:informixserver=freeman }
# sqlserver: { jdbc:microsoft:sqlserver://wps19:1433;DatabaseName=wps50 }
DbUrl=jdbc:db2:*LOCAL/wps01
# DbUser: The database administrator user ID
DbUser=wps01
# DbPassword: The database administrator password
DbPassword=
#DbLibrary: The directory and name of the zip file containing db.driver class
# cloudscape <PortalServer>shared/app/cloudscape/db2j.jar
# DB2 <SQLLIB>/java12/db2java.zip
# db2_iseries /QIBM/ProdData/Java400/ext/db2_classes.jar
# db2_iseries (remote) /QIBM/ProdData/PortalServer5/IBMTrans/lib/jt400.jar
# db2_zos <SQLLIB>/java12/db2java.zip
# oracle <Oracle>/jdbc/lib/classes12.zip
# informix <InformixJDBC>/lib/ifxjdbc.jar;<InformixJDBC>/lib/ifxjdbcx.jar
# sqlserver <SQLServerJDBC>/lib/mssqlserver.jar;<SQLServerJDBC>/lib/msbase.jar;<SQLServerJDBC>/lib/msutil.jar
DbLibrary=/QIBM/ProdData/Java400/ext/db2_classes.jar
# WpsDsName: The name of datasource to be used for WebSphere Portal
WpsDsName=wps50DS
# **Required for Non-Windows only**
# WpsXDbName: The TCPIP Alias for the database to be used as ds name
WpsXDbName=wps5TCP
# WpsDbNode: This value is the node for the WebSphere Portal database
WpsDbNode=wpsNode
########################################
###
# PORTAL INFO SEQUENCE
########################################
###
########################################
##########################
# WPCP Database Properties - BEGIN
########################################
##########################
# **Required for Non-Windows platforms when using DB2 only**
# WpcpDbNode: This value is the node for the WPCP database
WpcpDbNode=wcmNode
# **Required for Non-Windows platforms when using DB2 only**
# WpcpXDbName: The TCP/IP alias for the database.
WpcpXDbName=*LOCAL/QWPS50
# **Required for Non-Windows platforms when using DB2 only**
# FeedbackXDbName: The TCPIP Alias for the database
FeedbackXDbName=*LOCAL/QWPS50
# **Required for Non-Windows platforms when using DB2 only**
# LikemindsXDbName: The TCPIP Alias for the database
LikemindsXDbName=*LOCAL/QWPS50
# **Required for Informix only**
# WpcpDbPort: The port number for the WPCP database.
#WpcpDbPort=1526
# **Required for Informix only**
# WpcpDbInstanceName: The instance name of the WPCP database.
# (i.e ol_myserver)
#WpcpDbInstanceName=ol_myserver
# **Required for Informix and MS SQL Server only**
# WpcpDbHostName: The hostname for the WPCP database
#WpcpDbHostName=myserver
# WpcpDbName: The name of the WPCP database
# Note: This value should also appear as the database element in WpcpDbUrl
WpcpDbName=*LOCAL/wps01
# WpcpDbSchema: The WPCP database schema name (used for iSeries only)
WpcpDbSchema=wps01
# **Required for DB2 for z/OS and OS/390 only**
# WpcpDbNameOnZos: The name of the remote WPCP database
WpcpDbNameOnZos=wpcp5zos
# **Required for DB2 for z/OS and OS/390 only**
# WpcpDbTablespace: The name of the WPCP database tablespace.
WpcpDbTablespace=wpcp50ts
# WpcpDbUser: The database user for WPCP
WpcpDbUser=wps01
# WpcpDbPassword: The database password for WPCP
WpcpDbPassword=
# WpcpDbUrl: The WPCP database URL
# Note: The database element of this value should match the value of WpcpDbName
# cloudscape: { jdbc:db2j:wpcp50;create=true }
# db2: { jdbc:db2:wpcp50 }
# db2_iseries: { jdbc:db2:*LOCAL/QWPCP50 }
# db2_iseries (remote): { jdbc:as400:<hostName>/QWPS50 }
# db2_zos: { jdbc:db2:wpcp50 }
# oracle: { jdbc:oracle:thin:@wps19:1521:wpcp50 }
# informix: { jdbc:informix-sqli://wps19:1526/wpcp50:informixserver=freeman }
# sqlserver: { jdbc:microsoft:sqlserver://wps19:1433;DatabaseName=wpcp50 }
WpcpDbUrl=jdbc:db2:*LOCAL/wps01
# PznDbName: The name of the WPCP database
# Note: This value should also appear as the database element in PznDbUrl
PznDbName=*LOCAL/wps01
# PznSchema: Personalization database schema name (used for iSeries only)
PznSchema=wps01
# PznDbUrl: The Pzn database URL
# Note: The database element of this value should match the value of PznDbName
# db2_iseries: { jdbc:db2:*LOCAL/QWPCP50 }
# db2_iseries (remote): { jdbc:as400:<hostName>/QWPS50 }
PznDbUrl=jdbc:db2:*LOCAL/wps01
# BrbDbName: The name of the WPCP database
# Note: This value should also appear as the database element in BrbDbUrl
BrbDbName=*LOCAL/wps01
# BrbSchema: Business Rules Beans (BrBeans) database schema name (used for iSeries only)
BrbSchema=wps01
# BrBeans: The BrBeans database URL
# Note: The database element of this value should match the value of BrbDbName
# db2_iseries: { jdbc:db2:*LOCAL/QWPCP50 }
# db2_iseries (remote): { jdbc:as400:<hostName>/QWPS50 }
BrbDbUrl=jdbc:db2:*LOCAL/wps01
# **Required for MS SQL Server and Oracle only**
# WpcpDbEjbPassword: The password for EJB user.
WpcpDbEjbPassword=ejb
# **Required for MS SQL Server and Oracle only**
# WpcpDbPznadminPassword: The password for PZNADMIN user.
WpcpDbPznadminPassword=pznadmin
# **Required for Informix only**
# FeedbackDbPort: The port number for the feedback database.
#FeedbackDbPort=1526
# **Required for Informix only**
# FeedbackDbInstanceName: The instance name of the feedback database.
# (i.e ol_myserver)
#FeedbackDbInstanceName=ol_myserver
# **Required for Informix and MS SQL Server only**
# FeedbackDbHostName: The hostname of the feedback database.
#FeedbackDbHostName=myserver
# FeedbackDbName: The name of the feedback database.
# Note: This value should also appear as the database element in FeedbackDbUrl
FeedbackDbName=*LOCAL/wps01
# FeedbackSchema: The Feedback database schema name (used for iSeries only)
FeedbackSchema=wps01
# FeedbackDbNameOnZos: The name of the remote WPCP Feedback database
FeedbackDbNameOnZos=fdbk5zos
# **Required for DB2 for z/OS and OS/390 only**
# FeedbackDbTablespace: The name of the feedback database tablespace.
FeedbackDbTablespace=fdbk50ts
# **Required for DB2, DB2 for z/OS and OS/390, and Informix**
#
# **For SQL Server and Oracle only, this value MUST be set to FEEDBACK**
# **which corresponds to the user FEEDBACK in your SQL Server or Oracle database**
# FeedbackDbUser: The database user for feedback database.
FeedbackDbUser=wps01
# FeedbackDbPassword: The database password for feedback database.
FeedbackDbPassword=
# FeedbackDbUrl: The WPCP database URL
# Note: The database element of this value should match the value of FeedbackDbName
# cloudscape: { jdbc:db2j:fdbk50;create=true }
# db2: { jdbc:db2:fdbk50 }
# db2_iseries: { jdbc:db2:*LOCAL/QWPCP50 }
# db2_iseries (remote): { jdbc:as400:<hostName>/QWPS50 }
# db2_zos: { jdbc:db2:fdbk50 }
# oracle: { jdbc:oracle:thin:@wps19:1521:fdbk50 }
# informix: { jdbc:informix-sqli://wps19:1526/fdbk50:informixserver=freeman }
# sqlserver: { jdbc:microsoft:sqlserver://wps19:1433;DatabaseName=fdbk50 }
FeedbackDbUrl=jdbc:db2:*LOCAL/wps01
# **Required for Informix only**
# LikemindsDbPort: The port number for the Likeminds database.
#LikemindsDbPort=1526
# **Required for Informix only**
# LikemindsDbInstanceName: The instance name of the Likeminds database.
# (i.e ol_myserver)
#LikemindsDbInstanceName=ol_myserver
# **Required for Informix and MS SQL Server only**
# LikemindsDbHostName: The hostname of the Likeminds database.
#LikemindsDbHostName=myserver
# LikemindsDbName: The name of the Likeminds database.
# Note: This value should also appear as the database element in LikemindsDbUrl
LikemindsDbName=*LOCAL/wps01
# **Required for DB2 for z/OS and OS/390 only**
# LikemindsDbNameOnZos: The name of the remote WPCP Likeminds database
LikemindsDbNameOnZos=lmdb5zos
# **Required for DB2 for z/OS and OS/390 only**
# LikemindsDbTablespace: The name of the Likeminds database tablespace.
LikemindsDbTablespace=lmdb50ts
# **Required for DB2, DB2 for z/OS and OS/390, and Informix**
# LikemindsDbUser: The database user for Likeminds database.
LikemindsDbUser=wps01
# LikemindsDbPassword: The database password for Likeminds database.
LikemindsDbPassword=
# LikemindsDbUrl: The WPCP database URL
# Note: The database element of this value should match the value of LikemindsDbName
# cloudscape: { jdbc:db2j:lmdb50;create=true }
# db2: { jdbc:db2:lmdb50 }
# db2_iseries: { jdbc:db2:*LOCAL/QWPCP50 }
# db2_iseries (remote): { jdbc:as400:<hostName>/QWPS50 }
# db2_zos: { jdbc:db2:lmdb50 }
# oracle: { jdbc:oracle:thin:@wps19:1521:lmdb50 }
# informix: { jdbc:informix-sqli://wps19:1526/lmdb50:informixserver=freeman }
# sqlserver: { jdbc:microsoft:sqlserver://wps19:1433;DatabaseName=lmdb50 }
LikemindsDbUrl=jdbc:db2:*LOCAL/wps01
########################################
##########################
# WPCP Database Properties - END
########################################
##########################
########################################
##########################
# WPCP Additional Properties - BEGIN
########################################
##########################
# WpcpWorkflow: Type of Workflow to use with WPCP
# WpcpWorkflow = { liteWF | None }
WpcpWorkflow=liteWF
#CmRootLib: Directory containing cmb81.jar and cmbsdk81.jar
CmRootLib=C:/CMBROOT/lib
#CmCommon: Directory specified by CMCOMMON env variable
CmCommon=C:/PROGRA~1/IBM/Cmgmt
#WpcpCmServer: Content Manager server
WpcpCmServer=icmnlsdb
#WpcpCmUser: Content Manager user
WpcpCmUser=ICMADMIN
#WpcpCmPassword: Content Manager password
WpcpCmPassword=password
#WpcpCmResourceMgr: Content Manager resource manager
WpcpCmResourceMgr=RMDB
########################################
##########################
# WPCP Additional Properties - END
########################################
##########################
########################################
##########################
# WMM Properties - BEGIN
########################################
##########################
# WmmDsName: The name of datasource to be used for WMM
WmmDsName=wmmDS
#WmmAppName: The WMM application name
WmmAppName=wmmApp
# WmmDbName: The name of the WebSphere Portal database
# Note: This value should also appear as the database element in WmmDbUrl
WmmDbName=*LOCAL/wps01
# **Required for iSeries only**
# WmmDbSchema: The WMM database schema name
WmmDbSchema=wps01
# **Required for DB2 for z/OS and OS/390 only**
# WmmDbNameOnZos: The name of the remote WMM database for
WmmDbNameOnZos=WPSTST01
# WmmDbUser: The database administrator user ID
WmmDbUser=wps01
# WmmDbPassword: The database administrator password
WmmDbPassword=
# WmmDbUrl: The database URL
# Note: The database element of this value should match the value of WmmDbName
# cloudscape: { jdbc:db2j:wps50;create=true }
# db2: { jdbc:db2:wps50 }
# db2_iseries: { jdbc:db2:*LOCAL/QWPCP50 }
# db2_iseries (remote): { jdbc:as400:<hostName>/QWPS50 }
# db2_zos: { jdbc:db2:wps50 }
# oracle: { jdbc:oracle:thin:@wps19:1521:wps50 }
# informix: { jdbc:informix-sqli://wps19:1526/wps50:informixserver=freeman }
# sqlserver: { jdbc:microsoft:sqlserver://wps19:1433;DatabaseName=wps50 }
WmmDbUrl=jdbc:db2:*LOCAL/wps01
# WmmEjbName: The name of the ejb
WmmEjbName=ejb/MemberServiceHome
########################################
##########################
# WMM Properties - END
########################################
##########################
########################################
##########################
#
# Lotus Collaborative Components Properties - BEGIN
#
########################################
##########################
########################################
##########################
# Lotus QuickPlace Properties - BEGIN
########################################
##########################
# Description: Lotus Collaborative Components required properties
# to enable Lotus QuickPlace
# LCC.QuickPlace.Enabled: Is Lotus QuickPlace enabled in the environment?
# { true | false }
LCC.QuickPlace.Enabled=false
# LCC.QuickPlace.Server: The Lotus QuickPlace server name.
# { hostname | ip address }
LCC.QuickPlace.Server=
# LCC.QuickPlace.Protocol: The protocol used to connect to the Lotus QuickPlace server.
# { http | https }
LCC.QuickPlace.Protocol=http
# LCC.QuickPlace.Port: The port number for the Lotus QuickPlace server.
# { port number }
LCC.QuickPlace.Port=
########################################
##########################
# Lotus QuickPlace Properties - END
########################################
##########################
########################################
##########################
# Lotus Sametime Properties - BEGIN
########################################
##########################
# Description: Lotus Collaborative Components required properties
# to enable Lotus Sametime
# LCC.Sametime.Enabled: Is Lotus Sametime enabled in the environment?
# { true | false }
LCC.Sametime.Enabled=true
# LCC.Sametime.Server: The Lotus Sametime server name.
# { hostname | ip address }
LCC.Sametime.Server=iseries.mycompnay.com
# LCC.Sametime.Protocol: The protocol used to connect to the Lotus Sametime server.
# { http | https }
LCC.Sametime.Protocol=http
# LCC.Sametime.Port: The port number for the Lotus Sametime server.
# { port number }
LCC.Sametime.Port=8088
########################################
##########################
# Lotus Sametime Properties - END
########################################
##########################
########################################
##########################
# Lotus Discovery Server Properties - BEGIN
########################################
##########################
# Description: Lotus Collaborative Components required properties
# to enable Lotus Discovery Server
# LCC.DiscoveryServer.Enabled: Is Lotus Discovery Server enabled in the environment?
# { true | false }
LCC.DiscoveryServer.Enabled=false
# LCC.DiscoveryServer.Server: The Lotus Discovery Server name.
# { hostname | ip address }
LCC.DiscoveryServer.Server=
# LCC.DiscoveryServer.Protocol: The protocol used to connect to the Lotus Discovery Server.
# { http | https }
LCC.DiscoveryServer.Protocol=http
# LCC.DiscoveryServer.Port: The port number for the Lotus Discovery Server.
# { port number }
LCC.DiscoveryServer.Port=
########################################
##########################
# Lotus Discovery Server Properties - END
########################################
##########################
########################################
##########################
# Lotus Domino Directory Properties - BEGIN
########################################
##########################
# Description: Lotus Collaborative Components required properties
# to enable Lotus Domino Directory
# LCC.DominoDirectory.Enabled: Is Lotus Domino Directory enabled in the environment?
# { true | false }
LCC.DominoDirectory.Enabled=true
# LCC.DominoDirectory.Server: The Lotus Domino Directory server name.
# { hostname | ip address }
LCC.DominoDirectory.Server=ISERIES.mycompnay.COM
# LCC.DominoDirectory.Port: The port number for the Lotus Domino Directory server.
# { port number }
LCC.DominoDirectory.Port=389
# LCC.DominoDirectory.SSL: Is SSL used to connect to the Lotus Domino Directory Server?
# { true | false }
LCC.DominoDirectory.SSL=false
########################################
##########################
# Lotus Domino Directory Properties - END
########################################
##########################
########################################
##########################
#
# Lotus Collaborative Components Properties - END
#
########################################
##########################
########################################
##########################
#
# WebSphere Portal Security Configuration - BEGIN
#
########################################
##########################
########################################
##########################
# WebSphere Portal Security LTPA and SSO configuration
########################################
##########################
# LTPAPassword: Specifies the password to encrypt and decrypt the LTPA keys.
LTPAPassword=
# LTPATimeout: Specifies the time period in minutes at which an LTPA token will expire.
LTPATimeout=120
# SSOEnabled: Specifies that the Single Sign-on function is enabled.
SSOEnabled=true
# SSORequiresSSL: Specifies that Single Sign-On function is enabled
# only when requests are over HTTPS Secure Socket Layer (SSL) connections.
SSORequiresSSL=false
# SSODomainName: Specifies the domain name (.ibm.com, for example) for all Single Sign-on hosts.
SSODomainName=
########################################
##########################
# General Global Security Settings
########################################
##########################
# Description: The values in this section should only be adapted by advanced users
# useDomainQualifiedUserNames: Specifies the user names to qualify with the security domain within which they reside.
useDomainQualifiedUserNames=false
# cacheTimeout: Specifies the timeout value in seconds for security cache.
cacheTimeout=600
# issuePermissionWarning: Specifies that when the Issue permission warning is enabled, during application deployment
# and application start, the security run time emits a warning if applications are granted any custom permissions.
issuePermissionWarning=true
# activeProtocol: Specifies the active authentication protocol for RMI/IIOP requests when security is enabled.
activeProtocol=BOTH
# activeAuthMechanism: Specifies the active authentication mechanism, when security is enabled.
activeAuthMechanism=LTPA
########################################
##########################
#
# Credentials for WAS administration secure SOAP connection
#
# Used for Portlet deployment with WAS security enabled
#
########################################
##########################
# TrustStore: The location of the trust store
TrustStore=/etc/DummyClientTrustFile.jks
# TrustStorePwd: The password to access the trust store.
TrustStorePwd=WebAS
# KeyStore: The location of the key store
KeyStore=/etc/DummyClientKeyFile.jks
# KeyStorePwd: The password to access the key store.
KeyStorePwd=WebAS
########################################
##########################
# Custom User Registry Configuration - BEGIN
########################################
##########################
# CUClassName: Specifies a dot-separated class name that implements the com.ibm.websphere.security.UserRegistry
# interface (should be in the classpath).
CUClassName=com.ibm.websphere.wmm.registry.WMMCustomRegistry
########################################
##########################
# Custom User Registry Configuration - END
########################################
##########################
########################################
##########################
# LDAP Properties Configuration - BEGIN
########################################
##########################
# LookAside: To configure LDAP with an additional LookAside Database
# true - LDAP + Lookaside database
# false - only LDAP
LookAside=false
# LDAPHostName: The LDAP server hostname
LDAPHostName=ISERIES.mycompnay.COM
# LDAPPort: The LDAP server port number
# For example, 389 for non-SSL or 636 for SSL
LDAPPort=389
# LDAPAdminUId: The LDAP administrator ID
LDAPAdminUId=cn=wpsadmin
# LDAPAdminPwd: The LDAP administrator password
LDAPAdminPwd=
# LDAPServerType: The type of LDAP server to be used for WebSphere Portal
# IBM Directory Server: { IBM_DIRECTORY_SERVER }
# Domino: { DOMINO502 }
# Active Directory: { ACTIVE_DIRECTORY }
# SunOne: { IPLANET }
# Novell eDirectory: { NDS }
# Note: use IPLANET for SunONE
LDAPServerType=DOMINO502
#LDAPBindID: The user ID for LDAP Bind authentication
# See LDAP examples below:
# IBM Directory Server: { uid=wpsbind,cn=users,dc=yourco,dc=com }
# Domino: { cn=wpsbind,o=yourco.com }
# Active Directory: { cn=wpsbind,cn=users,dc=yourco,dc=com }
# SunOne: { uid=wpsbind,ou=people,o=yourco.com }
# Novell eDirectory { uid=wpsbind,ou=people,o=yourco.com }
LDAPBindID=CN=wpsadmin,O=mycompnay.com
#LDAPBindPassword: The password for LDAP Bind authentication
LDAPBindPassword=
########################################
##########################
# LDAP Properties Configuration - END
########################################
##########################
########################################
########################
# Advanced LDAP Configuration - BEGIN
########################################
########################
# LDAPSuffix: The LDAP suffix appropriate for your LDAP server
# IBM Directory Server: { dc=yourco,dc=com }
# Domino value is null
# Domino: { }
# Active Directory: { dc=yourco,dc=com }
# SunOne: { o=yourco.com }
# Novell eDirectory { o=yourco.com }
LDAPSuffix=
# LdapUserPrefix: The LDAP user prefix appropriate for your LDAP server
# IBM Directory Server: { uid }
# Domino: { cn }
# Active Directory: { cn )
# SunOne: { uid }
# Novell eDirectory { uid }
LdapUserPrefix=cn
# LDAPUserSuffix: The LDAP user suffix appropriate for your LDAP server
# IBM Directory Server: { cn=users }
# Domino: { o=yourco.com }
# Active Directory: { cn=users }
# SunOne: { ou=people}
# Novell eDirectory { ou=people }
LDAPUserSuffix=O=mycompnay.com
# LdapGroupPrefix: The LDAP group prefix appropriate for your LDAP server
# IBM Directory Server: { cn }
# Domino: { cn }
# Active Directory: { cn }
# SunOne: { cn }
# Novell eDirectory { cn }
LdapGroupPrefix=cn
# LDAPGroupSuffix: The LDAP group suffix appropriate for your LDAP server
# IBM Directory Server: { cn=groups }
# Domino value is null
# Domino: { }
# Active Directory: { cn=groups }
# SunOne: { ou=groups }
# Novell eDirectory { ou=groups }
LDAPGroupSuffix=O=mycompnay.com
# LDAPUserObjectClass: The LDAP user object class appropriate for your LDAP server
# IBM Directory Server: { inetOrgPerson }
# Domino: { inetOrgPerson }
# Active Directory: { user }
# SunOne: { inetOrgPerson }
# Novell eDirectory { inetOrgPerson }
LDAPUserObjectClass=inetOrgPerson
# LDAPGroupObjectClass: The LDAP group object class appropriate for your LDAP server
# IBM Directory Server: { groupOfUniqueNames }
# Domino: { groupOfNames }
# Active Directory: { group }
# SunOne: { groupOfUniqueNames }
# Novell eDirectory { groupOfNames }
# Shared UserRegistry with WebSeal/TAM: { accessGroup }
LDAPGroupObjectClass=groupOfNames
# LDAPGroupMember: The LDAP group member attribute name appropriate for your LDAP server
# IBM Directory Server: { uniqueMember }
# Domino: { member }
# Active Directory: { member }
# SunOne: { uniqueMember }
# Novell eDirectory { uniqueMember }
# Shared UserRegistry with WebSeal/TAM: { member }
LDAPGroupMember=member
# LDAPUserFilter: The LDAP user filter appropriate for your LDAP server (to work with default values in WMM)
#IBM Directory Server: { (&(uid=%v)(objectclass=inetOrgPerson)) }
#Domino: { (& (|(cn=%v)(uid=%v))(objectclass=inetOrgPe
rson)) }
#Active Directory: { (& (|(cn=%v)(samAccountName=%v))(objectclas
s=user)) }
#SunOne: { (&(uid=%v)(objectclass=inetOrgPerson)) }
#Novell eDirectory { (&(uid=%v)(objectclass=inetOrgPerson)) }
LDAPUserFilter=(&(|(cn=%v)(uid=%v))(objectclass=person))
# LDAPGroupFilter: The LDAP group filter appropriate for your LDAP server (to work with default values in WMM)
#IBM Directory Server: { (& (cn=%v)(objectclass=groupOfUniqueNames))
}
#Domino: { (& (cn=%v)(|(objectclass=groupOfNames)(obje
ctclass=groupOfUniqueNames)))
#Active Directory: { (&(cn=%v)(objectclass=group)) }
#SunOne { (& (cn=%v)(objectclass=groupOfUniqueNames))
}
#Novell eDirectory { (& (cn=%v)(objectclass=groupOfUniqueNames))
}
LDAPGroupFilter=(& (cn=%v)(|(objectclass=groupOfUniqueNames
)(objectclass=groupOfNames)(objectclass=
group)(objectclass=dominoGroup)))
# LDAPGroupMinimumAttributes: This attribute is loaded for group search (performance issues)
LDAPGroupMinimumAttributes=
# LDAPUserBaseAttributes: These attributes are loaded for user login (performance issues)
LDAPUserBaseAttributes=givenName,sn,pref
erredLanguage
# LDAPUserMinimumAttributes: These attributes are loaded for user search (performance issues)
LDAPUserMinimumAttributes=
#LDAPsearchTimeout: Specifies the timeout value in seconds for an LDAP server to respond before aborting a request.
LDAPsearchTimeout=120
#LDAPreuseConnection: Should set to true by default to reuse the LDAP connection.
# { false | true }
LDAPreuseConnection=true
#LDAPIgnoreCase: Specifies that a case insensitive authorization check is performed.
# { false | true }
LDAPIgnoreCase=true
#LDAPsslEnabled: Specifies whether secure socket communications is enabled to the LDAP server.
# { false | true }
# Set to true if configuring LDAP over SSL
LDAPsslEnabled=false
########################################
########################
# Advanced LDAP Configuration - END
########################################
########################
########################################
##########################
# LDAP Properties - END
########################################
##########################
########################################
##########################
#
# WebSphere Portal Security Configuration - END
#
########################################
##########################
########################################
##########################
# WEBSPHERE TRANSLATION SERVER Properties - BEGIN
########################################
##########################
# Update Translation Server:port
# Replace value="localhost:1098" with actual WTS server host and port
# Multiple WTS servers should be specified by a comma separated list
# ex: hostname1:port1,hostname2:port2
# NOTE: The entire list will be updated with the new value
# It will NOT be Appended to the existing values.
WTSserverPortList=localhost:1098
########################################
##########
# WEBSPHERE TRANSLATION SERVER Properties - END
########################################
##########
########################################
##########
# iSeries CCSID value
#
# If the CCSID on an iSeries is set to 65535,
# some configuration commands will not work
# correctly. Configuration run under a job with
# CCSID of 65535 will be changed by default
# to CCSID 37. The CCSIDvalue property can
# be used to change the default CCSID to something
# other than 37. This property is only used
# when the configuration job CCSID is 65535.
#
########################################
##########
# CCSIDvalue=37
Instance=wps01
| |
| icuesta 2004-12-29, 4:01 pm |
| Hans, I have the same problem ,
did you solve this problem on iseries ??
thanks in advance | |
| boxer_00 2006-03-20, 8:44 am |
| Hi, I have a problem in the same context, though it is bit different.
After modifying the config file for wps, and after i have executed the enable security command in the command prompt...it gives the message BUILD SUCCESSFUL. After this, it doesn not allow me to either start or stop the Application Server Thread. If you run the startServer server1, it gives the message as server already started, and when you run the stop script it says, appears to be stoped, cannot be reached.
Please let me know if you have any idea about this issue. | |
| boxer_00 2006-03-20, 8:46 am |
| Hi, I have a problem in the same context, though it is bit different.
After modifying the config file for wps, and after i have executed the enable security command in the command prompt...it gives the message BUILD SUCCESSFUL. After this, it doesn not allow me to either start or stop the Application Server Thread. If you run the startServer server1, it gives the message as server already started, and when you run the stop script it says, appears to be stoped, cannot be reached.
Please let me know if you have any idea about this issue.
One can not even view the Admin console during this period, infact it is not more visible. But the Portal Server console is accessible but it does not allow me to install any portlet. | |
| boxer_00 2006-03-20, 8:46 am |
| Hi, I have a problem in the same context, though it is bit different.
After modifying the config file for wps, and after i have executed the enable security command in the command prompt...it gives the message BUILD SUCCESSFUL. After this, it doesn not allow me to either start or stop the Application Server Thread. If you run the startServer server1, it gives the message as server already started, and when you run the stop script it says, appears to be stoped, cannot be reached.
Please let me know if you have any idea about this issue.
One can not even view the Admin console during this period, infact it is not more visible. But the Portal Server console is accessible but it does not allow me to install any portlet. | |
|
| Hi
regarding your problem i would like you to please include the logs genertaed at the time of enabling ldap security and also would like you to display server start, stop logs.
One thing i would like you to do is just restart your machine once, i hope you would have done that by this time and than try to start server1, and also check tht it is not getting started as service, disable that feature and run the script through comman
d prompt.
Thanks
Deepak.
| |
| jmcastro 2006-07-25, 3:43 pm |
| Hi,
I have the same problem, but in the previous step when i tried to disable security and then enable the ldap security.
I tried to restart the server and then try again but nothing... (it isn't a windows service yet)..
Any help?.. thanks in advanced...
______
JM
*************************
LAST PART OF configwizard.log
*************************
.......
x'415A6F436B31496C4D3445426F7645626B7776
6A465970504E3072354C4856482F69435048542B
533678773D202020202020202020202020202020
2020202020202020202020202020202020202020
2020202020202020202020202020202020202020
2020202020202020202020202020202020202020
202020202020202020', '')
[logmsg] 2006.07.25 14:49:48.141 action-wmm-dev
[logmsg] EJPC3009I Database "wmm50" updated
iseries-switch-ccsid-original:
action-init-database-wmm-dev:
set-instance-properties:
action-start-portal-server-iseries:
start-portal-server:
[logmsg] 2006.07.25 14:49:49.859 start-portal-server
[logmsg] EJPC3060I Starting Server "WebSphere_Portal"
[exec] ADMU0116I: Tool information is being logged in file
[exec] D:\IBM\Workplace\AppServer\logs\WebSpher
e_Portal\startServer.log
[exec] ADMU3100I: Reading configuration for server: WebSphere_Portal
[exec] ADMU3200I: Server launched. Waiting for initialization status.
[exec] ADMU3000I: Server WebSphere_Portal open for e-business; process id is 1516
action-remove-deployment-credentials:
[xmlaccess] java.net.ConnectException: HTTP status not ok: 503
[xmlaccess] XMLA0002I: Reading input file D:\IBM\Workplace\PortalServer\config\wor
k\deleteDeploymentCredentials.xml
[xmlaccess] XMLA0012E: Received error response code 503
BUILD FAILED
file:../config/actions/wps_cfg.xml:335: XMLA0016E: An error occurred on the client: HTTP status not ok: 503
Total time: 4 minutes 59 seconds
*********************
SYSTEMOUT.LOG (This is the log when in the previous step it starts the portalserver...)
*********************
I've attached this file to the post. |
|
|
|
|