(Hope someone from Software AG is listening)
I successfully built and installed TWS from the TWS421_BRANCH as described in proposals/tamino/readme.txt and from instructions via this list.
This works nice for me.
Since proposals/tamino also contains components and build/install scripts to activate an LDAP realm for Tomcat and an LDAP store as user/role DB for Slide/TWS (which worked great with a previous TWS version), I used this command:
./inodavconfig.sh install security -type OpenLDAP -serverHost "localhost" -serverPort 389 -personBindDn "dc=users,dc=domain ,dc=de" -groupBindDn "dc=roles,dc=domain,dc=de" -databaseUri "http://localhost/tamino/webdav" -databaseAccount sag -databasePassword sag
This gave me:
[run] install security
FATAL [main] - No appropriate constructor can be found for org.apache.slide.urm.authenticator.impl.ssx.URMAuthenticatorSSX.
FATAL [main] - (org.apache.slide.urm.URMException) - No appropriate constructor can be found for org.apache.slide.urm.authenticator.impl.ssx.URMAuthenticatorSSX.
[failed] No appropriate constructor can be found for org.apache.slide.urm.authenticator.impl.ssx.URMAuthenticatorSSX.: No appropriate constructor can be found for org.apache.slide.urm.authenticator.impl.ssx.URMAuthenticatorSSX.
Trying the JNDI version via:
./inodavconfig.sh install security -type JndiOpenLDAP -serverHost "localhost" -serverPort 389 -personBindDn "dc=users,dc=domain ,dc=de" -groupBindDn "dc=roles,dc=domain,dc=de" -databaseUri "http://localhost/tamino/webdav" -databaseAccount sag -databasePassword sag
gave me:
[run] install security
[failed] javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]: javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
Any idea on what the cause for either of these is and how to proceed is much appreciated.
Additionally I would be very grateful for some basic instructions on how to incorporate these components manually.
Thanks a lot. Guido
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
