Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Deploying STS....

Todd,
 
> In step 3, I run the instruction per Import some required entries from org.ldif file
> (C:\Program Files\OpenLDAP\ldapadd -x -D "cn=root" -w higgins -a -f org.ldif), and I get one line of output:
> adding new entry "dc=org"
> It doesn't appear that the rest of the tree gets created in the ldap server. The command prompt then just hangs in place.

 
 
I just now executed instructions for step 3 on Windows XP. And got the following output:
 
C:\Program Files\OpenLDAP>"C:\Program Files\OpenLDAP\ldapadd" -x -D "cn=root" -w higgins -a -f org.ldif
adding new entry "dc=org"
 
adding new entry "dc=eclipse,dc=org"
 
adding new entry "dc=higgins,dc=eclipse,dc=org"
 
adding new entry "ou=identities,dc=higgins,dc=eclipse,dc=org"
 
Only one change I made different from insructions, I enclosed C:\Program Files\OpenLDAP\ldapadd in quotes. Perhaps, you can have a problem with LDAP schemas. Are you sure you performed the following:
 
1. Used  windows_config.zip (not linux_config.zip) files (schema files for linux and win are different because of EOL characters at least).
 
2. Replaced "C:\Program Files\OpenLDAP\schema" dir with "schema" dir from windows_config.zip 
 
3. Changed slapd.conf in the following way:
Replace INCLUDE parameters (add the following lines to slapd.conf )
include  C:/Progra~1/OpenLDAP/schema/core.schema
include  C:/Progra~1/OpenLDAP/schema/cosine.schema
include  C:/Progra~1/OpenLDAP/schema/inetorgperson.schema
include  C:/Progra~1/OpenLDAP/schema/openldap.schema
include  C:/Progra~1/OpenLDAP/schema/higginsperson.schema
include  C:/Progra~1/OpenLDAP/schema/eperson.schema
 
Thanks,
Sergey Lyakhov
----- Original Message -----
Sent: Monday, April 14, 2008 10:40 PM
Subject: [higgins-dev] Deploying STS....

Hello all, I need some help here... trying to follow the deployment instructions per:
http://wiki.eclipse.org/Deploy_Token_Service
I'm wondering if you have any more detailed instructions or is there a community of users that I can tap into? I have everything installed, but am not getting the proper results. Basically, I am not getting the war deployed and the STS up and running.

I'm facing some simple problems:
In step 3, I run the instruction per Import some required entries from org.ldif file (C:\Program Files\OpenLDAP\ldapadd -x -D "cn=root" -w higgins -a -f org.ldif), and I get one line of output:
> adding new entry "dc=org"
It doesn't appear that the rest of the tree gets created in the ldap server. The command prompt then just hangs in place.

In step 5, I place the .war file and then start the tomcat server (startup.bat). A window pops up and then disappears. I'm guessing that it exits with some sort of failure, but does not give me the opportunity to debug it.

Don't mean to bug you. I plan to try some other debugging. But I was just wondering if there are some additional instructions or successful users I could leverage. Thanks in advance.


Todd Singleton
Software Engineer, Tivoli, IBM
Fremont, CA
email: toddsing@xxxxxxxxxx


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev

Back to the top