Bootstrapping Problem

Hi All
Please anybody help me i'm stuck.
I'm having problem in bootstrapping (MS AD to OID). All entries are read from Microsoft AD but when writting to OID i encounter the following problem (in logfile)
Writer Thread -0- Error occured while loading - cn=users,dc=loc,dc=com
It seems to me that my DN is wrong but it is not acutally.
As i'm new to OID i'm putting everything below:
Following is the parameter file (ad2oid.properties) i'm using:
==============================
odip.bootstrap.srctype = LDAP
odip.bootstrap.srcurl = 10.1.3.8:389
odip.bootstrap.srcdn = [email protected]
odip.bootstrap.srcpasswd = password
odip.bootstrap.desttype = LDAP
odip.bootstrap.desturl = portal.loc:4054
odip.bootstrap.destdn = cn=orcladmin
odip.bootstrap.destpasswd = manager1
odip.bootstrap.mapfile = /u01/app/oracle/product/10/infra/ldap/odi/conf/activechg.map
odip.bootstrap.logfile = /u01/app/oracle/product/10/infra/ldap/odi/conf/bootstrap.log
odip.bootstrap.logseverity = 15
odip.bootstrap.trcfile = /u01/app/oracle/product/10/infra/ldap/odi/conf/bootstrap.trc
Following is the mapping file (activechg.map)
===================================
DomainRules
CN=Users,DC=gia,DC=gob,DC=sb:cn=Users,dc=loc,dc=com
AttributeRules
# attribute rule for mapping windows organizationalunit
ou: : :organizationalunit:ou: : organizationalunit
objectguid: :binary:organizationalunit:orclobjectguid: : organizationalunit:bin2b64(objectguid)
# attribute rule for mapping directory containers
cn: : :container: cn: :orclContainer
objectguid: :binary:container: orclobjectguid: :orclContainer:bin2b64(objectguid)
# attribute rule for mapping directordomains
dc: : :domain: dc: :domain
# USER ENTRY MAPPING RULES
# attribute rule for mapping windows LOGIN id
sAMAccountName,userPrincipalName: : :user:orclSAMAccountName: :orclADUser:toupper(truncl(userPrincipalName,'@'))+"$"+sAMAccountname
# attribute rule for mapping Active Directory LOGIN id
userPrincipalName: : :user:orclUserPrincipalName: :orclADUser:userPrincipalName
# Map the userprincipalname to the nickname attr by default
userPrincipalName: : :user:uid: :inetorgperson:userPrincipalName
# Map the SamAccountName to the nickname attr if required
# If this rule is enabled, userprincipalname rule needs to be disabled
#sAMAccountName: : :user:uid: :inetorgperson
# Assign the userprincipalname to Kerberaos principalname
userPrincipalName: : :user:krbPrincipalName: :orcluserv2:trunc(userPrincipalName,'@')+'@'+toupper(truncl(userPrincipalName,'@'))
# This rule is mapped as SAMAccountName is a mandatory attr on AD
# and sn is mandatory on OID. sn is not mandatory on Active Directory
sn: : :user:sn: : person
# attributes to map to cn - normally this is the given name
#name: : :person:displayname: :inetorgperson
cn: : :person:cn: :person
# attribute rule for mapping entry and to create orclUserV2
# There should be a mapping rule with orcluserv2 objectclass
# without which the PORTAL may not function properly
givenName: : :person:givenName: :person
displayName: : :person:displayName: :orclUserV2
# mail needs to be assigned valid value for default settings ing DAS
userPrincipalName: : :user:mail: :inetorgperson
mobile: : :organizationalperson:mobile: :inetorgperson
ObjectGUID:1:binary:user:orclObjectGUID: :orclADUser:bin2b64(ObjectGUID)
ObjectSID: :binary:user:orclObjectSID: :orclADUser:bin2b64(ObjectSID)
# GROUP ENTRY MAPPING RULES
#name: : :organizationalunit:ou: : organizationalunit
#name: : :container: cn: :orclContainer
#name: : :domain: dc: :domain
cn: : :group:cn: :groupofuniquenames
# displayname needs to be assigned a valid value for default settings on DAS
SAMAccountName: : :group:displayName: :orclgroup
# Description needs tobe assigned a valid value for default settings on DAS
Description: : :group:Description: :orclgroup
member: : :group:uniquemember: :groupofUniqueNames
managedby: : :group:owner: :orclprivilegegroup
sAMAccountName: : :group:orclSAMAccountName: :orclADGroup
ObjectGUID: :binary:group:orclObjectGUID: :orclADGroup:bin2b64(ObjectGUID)
ObjectSID: :binary:group:orclObjectSID: :orclADGroup:bin2b64(ObjectSID)
Following is the log file (bootstrap.log)
===================================
INFO: [Tue Jul 15 14:59:04 AST 2008] Initializing bootstrap engine.......
INFO: [Tue Jul 15 14:59:04 AST 2008] Map engine successully initialized......
INFO: [Tue Jul 15 14:59:04 AST 2008] Filter successully initialized......
INFO: [Tue Jul 15 14:59:04 AST 2008] Input parameters parsed successfully and initialized....
DEBUG: [Tue Jul 15 14:59:04 AST 2008]
DIP Bootstrap object info.
Source type : LDAP UserName : [email protected]
Password : ***********
HostName : 10.1.3.8
PortNum : 389
Conn Str : 0
Conn Type : 0
Dest Type : LDAP UserName : cn=orcladmin
Password : ***********
HostName : portal.loc
PortNum : 4054
Conn Str : 0
Conn Type : 0
Map Info : oracle.ldap.odip.map.MapEngine@c9ba38
Filter Info : oracle.ldap.odip.map.OrclFilter@1e0be38
Trc Level : 3
INFO: [Tue Jul 15 14:59:04 AST 2008] Beginning the bootstrap process....
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Work Queue created successfully.
INFO: [Tue Jul 15 14:59:04 AST 2008] Initialized the LDAP source connector - 0 to read - cn=users,dc=gia,dc=gob,dc=sb
INFO: [Tue Jul 15 14:59:04 AST 2008] LDAP source connector - 0 search filter - null
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Reader Thread - 0 - Initialized.
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Reader Thread - 0 - Starting to read entries from the source ....
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Administrator,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Guest,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=SUPPORT_388945a0,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=HelpServicesGroup,CN=Users,DC=gia,DC=gob,DC=sb
INFO: [Tue Jul 15 14:59:04 AST 2008] Initialized the LDAP destination connector - 0
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Writer Thread - 0 - Initialized.
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Writer Thread - 0 - Starting to process the entries ....
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=TelnetClients,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:04 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=users,dc=loc,dc=com
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=msblha,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=test,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=karim,CN=Users,DC=gia,DC=gob,DC=sb
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=sedik,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=administrator,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=administrator,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=inam,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=guest,cn=users,dc=loc,dc=com
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=ahsbn,CN=Users,DC=gia,DC=gob,DC=sb
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=guest,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=hisham,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=support_388945a0,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=support_388945a0,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=helpservicesgroup,cn=users,dc=loc,dc=com
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=x,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=y,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=krbtgt,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=z,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Domain Computers,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=nu1,CN=Users,DC=gia,DC=gob,DC=sb
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=helpservicesgroup,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Domain Controllers,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=telnetclients,cn=users,dc=loc,dc=com
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Schema Admins,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Enterprise Admins,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Cert Publishers,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Domain Admins,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Domain Users,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Domain Guests,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Group Policy Creator Owners,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=RAS and IAS Servers,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Dnsbdmins,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=DnsUpdateProxy,CN=Users,DC=gia,DC=gob,DC=sb
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=telnetclients,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=msblha,cn=users,dc=loc,dc=com
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Exchange Domain Servers,CN=Users,DC=gia,DC=gob,DC=sb
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=msblha,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=Exchange Enterprise Servers,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=IUSR_gob-YT2BFE63XV6,CN=Users,DC=gia,DC=gob,DC=sb
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=test,cn=users,dc=loc,dc=com
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=IWAM_gob-YT2BFE63XV6,CN=Users,DC=gia,DC=gob,DC=sb
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=test,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=karim,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=karim,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Entry read and added to Q - CN=IIS_WPG,CN=Users,DC=gia,DC=gob,DC=sb
INFO: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Total no.of entries read = 35
INFO: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Total no.of entries filtered = 0
INFO: [Tue Jul 15 14:59:05 AST 2008] Reader Thread - 0 - Exiting....
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=sedik,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=sedik,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=inam,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=inam,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=ahsbn,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=ahsbn,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=hisham,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=hisham,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=x,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=x,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=y,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=y,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=krbtgt,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=krbtgt,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=z,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=z,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=domain computers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=domain computers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=nu1,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=nu1,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=domain controllers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=domain controllers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=schema admins,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=schema admins,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=enterprise admins,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=enterprise admins,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=cert publishers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=cert publishers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=domain admins,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=domain admins,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=domain users,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=domain users,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=domain guests,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=domain guests,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=group policy creator owners,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=group policy creator owners,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=ras and ias servers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=ras and ias servers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=dnsbdmins,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=dnsbdmins,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=dnsupdateproxy,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=dnsupdateproxy,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=exchange domain servers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=exchange domain servers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=exchange enterprise servers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=exchange enterprise servers,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=iusr_gob-yt2bfe63xv6,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=iusr_gob-yt2bfe63xv6,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=iwam_gob-yt2bfe63xv6,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=iwam_gob-yt2bfe63xv6,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 65 - sn attribute not found. Mandatory Attribute missing.]
DEBUG: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Entry removed from Q and mapping done - cn=iis_wpg,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - Error occurred while loading - cn=iis_wpg,cn=users,dc=loc,dc=com
ERROR: [Tue Jul 15 14:59:05 AST 2008] Writer Thread - 0 - [LDAP: error code 68 - Object already exists]
INFO: [Tue Jul 15 14:59:07 AST 2008] Writer Thread - 0 #no of entries - 35
INFO: [Tue Jul 15 14:59:07 AST 2008] Writer Thread - 0 #no of entries successfully processed - 0
INFO: [Tue Jul 15 14:59:07 AST 2008] Writer Thread - 0 - Exiting....
INFO: [Tue Jul 15 14:59:10 AST 2008] Cleaning up the source connector - 0....
INFO: [Tue Jul 15 14:59:10 AST 2008] Cleaning up the destination connector - 0....
INFO: [Tue Jul 15 14:59:10 AST 2008] Bootstrap process completed.
Following is the trace file (bootstrap.trc)
==============================
Trace Log Started at Tue Jul 15 14:59:04 AST 2008
Mapping init successful
LDAP URL : (10.1.3.8:389 [email protected]
LDAP Connection success

From your log files, it shows that only 35 entries are being read from the specified container in AD. Assuming that there are only 35 entries in 'cn=users,dc=gia,dc=gob,dc=sb', and all the entries are being read, there is an error for the mandatory attribute (sn) for most of it.
Try to provide the value of 'sn' or map the 'sn' attribute to another attribute, and then bootstrap.
For the error code 68, try to do an ldapsearch for that particular entry (Eg: cn=helpservicesgroup,cn=users,dc=loc,dc=com), to see if its already present (in case you have tried to bootstrap more than once, and the entry has already been bootstrapped).

Similar Messages

  • Org.apache.catalina.startup.Bootstrap problem

    Hello,
    My iMac running 10.7.5 launches org.apache.catalina.startup.Bootstrap at startup and I don't know how to get rid of this, or even what it does.
    Also, my network printers have stopped working although I can access their admin pages through their IP addresses. I can print with USB.
    I am not incredibly tech savy, and other searches about this org.apache.... talk about "tomcat" and other things that I have no idea about.
    Any help delivered in a simplistic way would be greatly appreciated.
    Thanks,
    Rob

    Stu,
    I put in a call to Apple, and during the troubleshooting it was suggested that I go to Apple Menu>System Preferences>Users & Groups>Login Items.  I removed two items that I did not know what they were.  Restarted, and this org.apache..... was gone. 
    It turns out that my printing problems were most likely unrelated.  I had rebooted a WAP, and some settings seem to revert to factory.  I am now up 100%.

  • ALC-TTN-011-031: Bootstrapping failed for platform component [DocumentServiceContainer].

    Hi,
              I am getting following error at the time initialization of database.
    [2009-04-07 17:14:40,375], SEVERE, Thread-11, com.adobe.livecycle.bootstrap.client.BootstrapRequestClient, com.adobe.livecycle.bootstrap.BootstrapException:
    ALC-TTN-011-031: Bootstrapping failed for platform component [DocumentServiceContainer].  The wrapped exception's message reads:
            at com.adobe.livecycle.bootstrap.bootstrappers.DSCBootstrapper.bootstrap(DSCBootstrapper.jav a:73)
            at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)
            at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1095)
            at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:569)
            at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
            at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.jav a:90)
            at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:748)
            at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1461)
            at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:118)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink .java:458)
            at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink .java:387)
            at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.jav a:102)
            at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionLi stener.java:165)
            at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
            at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:205)
            at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
    Caused by: com.ibm.ejs.container.UnknownLocalException:
            at com.adobe.pof.schema.POFDefaultDomain.getObjectType(POFDefaultDomain.java:95)
            at com.adobe.idp.dsc.initializer.DSCInitializerBean.applicationNameAttributeExists(DSCInitia lizerBean.java:239)
            at com.adobe.idp.dsc.initializer.DSCInitializerBean.installSchema(DSCInitializerBean.java:18 4)
            at com.adobe.idp.dsc.initializer.DSCInitializerBean.bootstrap(DSCInitializerBean.java:92)
            at com.adobe.idp.dsc.initializer.EJSLocalStatelessDSCInitializerBeanLocalEJB_7bb34e85.bootst rap(Unknown Source)
            at com.adobe.livecycle.bootstrap.bootstrappers.DSCBootstrapper.bootstrap(DSCBootstrapper.jav a:68)
            ... 18 more
    Caused by: com.adobe.pof.schema.ObjectTypeNotFoundException: Object Type: dsc.sc_resource_mapping not found.
            ... 24 more
    Please let me know, if you have any solution.

    Hi Everyone,
    Who will know how i can solve that bootstrap problem?
    I am installation
    1.OS -2008 64 bit R2
    2.WAS v7.0.0.9 32 bit trial
    3.LCES2 (9.0.0.7)
    I got the error when i install initialize dabase.
    [11/4/10 9:08:16:171 SGT] 000000a4 WFBootstrappe E com.adobe.livecycle.bootstrap.bootstrappers.AbstractBoostrapper log ALC-TTN-011-061: Bootstrapping failed for platform component [Process Engine].  The wrapped exception's message reads:
    javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference. 
    [11/4/10 9:08:16:171 SGT] 000000a4 WFBootstrappe E com.adobe.livecycle.bootstrap.bootstrappers.AbstractBoostrapper log TRAS0014I: The following exception was logged com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-011-061: Bootstrapping failed for platform component [Process Engine].  The wrapped exception's message reads:
    javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference. 
        at com.adobe.livecycle.bootstrap.bootstrappers.WFBootstrapper.bootstrap(WFBootstrapper.java: 59)
        at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)
        at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:156)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1655)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:937)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:500)
        at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java: 178)
        at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.jav a:91)
        at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
        at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:183)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink .java:455)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink .java:384)
        at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.jav a:83)
        at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionLi stener.java:165)
        at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
        at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
        at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
        at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
        at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
        at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)
    Caused by: com.adobe.workflow.initializer.WorkflowInitializerException: javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference.
        at com.adobe.workflow.initializer.POFWorkflowInitializer.initialize(POFWorkflowInitializer.j ava:283)
        at com.adobe.workflow.initializer.WorkflowInitializerBean.initialize(WorkflowInitializerBean .java:95)
        at com.adobe.workflow.initializer.EJSRemoteStatelessadobe_WorkflowInitializerEJB_75bbaaed.in itialize(Unknown Source)
        at com.adobe.workflow.initializer._WorkflowInitializerRemote_Stub.initialize(_WorkflowInitia lizerRemote_Stub.java:312)
        at com.adobe.workflow.initializer.WorkflowInitializerBean.bootstrap(WorkflowInitializerBean. java:57)
        at com.adobe.workflow.initializer.EJSRemoteStatelessadobe_WorkflowInitializerEJB_75bbaaed.bo otstrap(Unknown Source)
        at com.adobe.workflow.initializer._WorkflowInitializerRemote_Stub.bootstrap(_WorkflowInitial izerRemote_Stub.java:267)
        at com.adobe.livecycle.bootstrap.bootstrappers.WFBootstrapper.bootstrap(WFBootstrapper.java: 53)
        ... 23 more
    Caused by: javax.ejb.EJBException: nested exception is: com.adobe.pof.schema.RelationNotFoundException: Relation: default_severity does not exist on object-type: workflow.system_preference.
        at com.adobe.workflow.initializer.POFWorkflowInitializer.installDefaultData(POFWorkflowIniti alizer.java:642)
        at com.adobe.workflow.initializer.POFWorkflowInitializer.initialize(POFWorkflowInitializer.j ava:270)
        ... 30 more
    Plese help me any suggestion if you have.
    Thanks
    Ei Wah

  • J2ee on windows 2000 home edition ? installation problems.

    (i) I am trying to install j2ee on windows 2000 home edition. It simply does not install. On careful look at the download website I find that j2ee is meant for 2000 pro only. Is there a way I can install j2ee on home edition ? or it is simply not supported by Java Tech.
    (ii) I am actually trying to run an application (.jar). Is there a way I can run that application is j2ee is not supported on home edition ?
    (iii) There is no error message when I try to install j2ee. I have downloaded the self extracting file meant for windows (j2eesdk-1_4-dr-windows-eval.exe). I double-click the icon for this file. It launches a small popup and displays... extracting...installing....deleting temp files....Thats all.... Nothing more. When I do the same process on 2000 pro........ it does exactly the same, but at the end it pops up a new window asking my preference for installation directory, and displays a lengthy procedure for installation.
    Any help.
    Thanks in advance,
    Vivek Ranjan

    You are most likely hitting this problem:
    http://developer.java.sun.com/developer/bugParade/bugs/4887990.html
    One way to workaround this would be to rename your distribution to .zip file, extract it using Winzip or similar utility into some temporary directory. Then run this from command prompt (you must first go to the directory where you unzipped the distribution):
    package\jre\bin\java -cp .;package\PackageFormat.jar -Duser.home=<writable_temp_dir> -Xmx256m appserv
    This will start install wizard - once you get past the installation bootstrap problem, J2EE SDK should run on Windows XP Home Edition.

  • New to the Apple 'Newton' Messagepad 2100/2000 Can Some One Help?

    So I've just recently discovered the world of the Apple Messagepad. I've been searching for a while now for a pda that best suites my interests and needs. When I came across this old ad for the Messagepad I totally got excited as I love Apple products and seriously loved the look and features that the device boasted. So - now I've put some bids on a couple of 2100 models on ebay and am waiting, I've also found some resellers, I'm definitely going to get a hold of one of these devices. I've done some research on the devices and am concerned mostly with the just how difficult it will be to install software and/or upgrades onto the device from my G5 Powermac. Is there anyone out there with advice and/or suggestions for this Newton Newbie? Any info you can offer me about anything having to do with Messagepads would be surely helpful.
    Thanks.

    Welcome to the world of the Newt!
    In addition to the links already posted you will really need to look carefully at www.unna.org - specifically the wikiwikinewt which is a goldmine of information. Also after reading that if you have any questions you can post them on www.newtontalk.net.
    To get going on the install of software you have to overcome the "bootstrapping" problem (see wikiwikinewt). If you don't have access to someone with a Newt (you can then use iRDA) or can't get hold of a PCMCIA card from another Newt owner, then you will need a serial cable setup + a serial/USB adapter + a dongle for the Newt. The dongle adapts the Newt connector to the old Mac serial cable and the adapter makes it possible to connect to the latest Macs (this is what I use) (Keypsan produce a good adapter).
    Good Luck!

  • DNS Setting for internal sites

    Hello -
    I've had terrible problems with my internet connection recently. No internet connection = no DNS (using Google) and therefore I can't even access sites which are hosted within my own network.
    Could anyone talk me through adding DNS references to internal sites on SLS ?
    My set up :
    ADSL modem (bridge mode) into Airport Express which runs DHCP / NAT
    SLS connected to Airport which has DNS server already running.
    changeip -checkhostname returns
    Primary address = 10.0.1.2
    Current HostName = xx.xxx.ltd.uk
    DNS HostName = xx.xxx.ltd.uk (changed these entries)
    The names match. There is nothing to change.
    dirserv:success = "success"
    My domain name is registered with an external supplier - and set to point to my static IP address.
    Thanks for any help !
    Andrew

    One thing that did help me though - and this may be obvious to you, but I had problems with Server admin crashing. Changing the DNS server in network preferences on the server itself and the client I was working on to a public DNS helped. Guess that should be pretty obvious though.
    If things get wonky, I usually try to run Server Admin directly on the target server box.
    Am I safe to reference the DNS server on the client now as dns.mydomain.com ? ie - if that is where the client is getting it's DNS references from, how does it know where dns.mydomain.com points to before it looks it up ?!
    DNS servers are referenced by IP address, not by host name. Until the DNS server is available, the DNS names won't work; a bootstrapping problem.
    As for testing the server, you can use the dig command to test.
    +dig @ip.addr.dns.server whatever+
    Also - I am using an Airport Base Station for DHCP / NAT - but can't see how I can specify a DNS server so that all clients receive it automatically ? (This is fine for clients that don't leave the office, but a pain for laptops)
    AirPort Utility > select target AirPort > Manual setup > Internet > DNS Servers

  • Java Home on Solaris 10

    Hi All ,
    Config tool and JSPM are not opening for PI 7.1 on Solaris 10.
    It was working fine before.Seems the issue is with Java home .
    But i am not sure how to check Java home in Solaris.
    Also PI 7.1 ,JDK is inbuilt and we didn't set Java Home.
    But now i want to recheck the Java home environment variable.
    Can you pls help me with the relevant commands to do so.
    #setenv didn't provided any info or Java home.
    Regards
    Ajay

    Thanks Anjali
    Hi  Markus
    Config tool is hanging.Actually its a P1 7.1 system and we never set the Java home .
    Now patched SAP JVM manually.But now entire java (server node etc ) are not coming up..
    logs are here :JVM_bootstrap.out
    ============
       INFO: Loading tool launcher...
       INFO: [OS: SunOS] [VM vendor: SAP AG] [VM version: 5.1.034] [VM type: SAP Java Server VM]
       INFO: Main class to start: "com.sap.engine.bootstrap.Bootstrap"
       INFO: Loading 15 JAR files: [./bootstrap/sap.comtcbliqlibimpl.jar, ./bootstrap/sap.comtcexceptionimpl.jar, ./bootstrap/sap.comtcjeofflineconfigurationimpl.jar, ./bootstrap/sap.comtcbloffline_launcherimpl.jar, ./bootstrap/sap.comtcsecsecstorefsjavacore.jar, ./bootstrap/jdbc.jar, ./bootstrap/sap.comtcblconfigimpl.jar, ./bootstrap/sap.comtcjeflightrecorder.jar, ./bootstrap/sap.comtcsapxmltoolkitsapxmltoolkit.jar, ./bootstrap/sap.comtcloggingjavaimpl.jar, ./bootstrap/sap.comtcbljdsrjdsr.jar, ./bootstrap/sap.comtcjebootstrapimpl.jar, ./bootstrap/jperflib.jar, ./bootstrap/sap.comtcbldeployofflineimpl.jar, ./bootstrap/sap.comtcblopensql~implStandalone.jar]
       INFO: Start
    Component: [internal/unkown] of type [unkown]
    Message: [Exception occurred:]
    com.sap.engine.bootstrap.SynchronizationException: Unknown value [FORCE ] of [element.resynch] property.
         at com.sap.engine.bootstrap.BootstrapProperties.parseResynchMode(BootstrapProperties.java:180)
         at com.sap.engine.bootstrap.BootstrapProperties.parseProperties(BootstrapProperties.java:200)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:175)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    [Bootstrap]> Problem occurred while performing synchronization. For more details see the logs above.
    =============
    Regards
    Ajay

  • Java version for tomcat 4.0.5

    i read jdk1.2 and above are ok for tomcat 4.0.5. Can someone confirm it. has anyone got java 1.2.2 running with tomcat 4.0.5???

    buddies...i installed tomcat 4.0.5 succesfully . The bootstrap problem was due to my jdk version. Now i installed jdk1.3 and tom is live & kicking. I wanna take this opportunity to thank all of u and each one of u who responded patiently to my repeated questions and error. once again thank u so much :)

  • Jstart.exe stopped!!

    Sorry this is the content of log_bootstrap.0 file:
    [Sep 10, 2007 1:21:29 PM ] * Properties used for initialization: {element.resynch=detect, Logging properties = {log[defaultTrace]=FileLog, .logs=log[defaultTrace],log[consoleLog], log[defaultTrace].pattern=..\..\work\log_bootstrap.log, /.severity=Info, log[consoleLog].formatter=formatter[ConsoleFormatter], formatter[ConsoleFormatter]=TraceFormatter, log[consoleLog]=com.sap.engine.bootstrap.logging.BootstrapConsoleLog, log[defaultTrace].cnt=3, formatter[BootstrapFormatter]=TraceFormatter, log[defaultTrace].formatter=formatter[BootstrapFormatter], formatter[ConsoleFormatter].pattern=%m, log[defaultTrace].limit=5242880, .severity=Info, formatter[BootstrapFormatter].pattern=[%24d] %m}}, debugoff
    [Sep 10, 2007 1:21:29 PM ] * Bootstrap initialized for 640 ms.
    [Sep 10, 2007 1:21:29 PM ] * Initializing DB connection...
    [Sep 10, 2007 1:21:32 PM ] Entering setDefaultsFromProperties()
    [Sep 10, 2007 1:21:32 PM ] com.sap.sql.trace.standalone_impl LOGGING
    [Sep 10, 2007 1:21:32 PM ] com.sap.sql.trace.j2ee.cnt is 10
    [Sep 10, 2007 1:21:32 PM ] com.sap.sql.trace.j2ee.limit is 10000000
    [Sep 10, 2007 1:21:32 PM ] Exiting setDefaultsFromProperties()
    [Sep 10, 2007 1:21:32 PM ] Entering setDefaultsFromProperties()
    [Sep 10, 2007 1:21:32 PM ] com.sap.sql.trace.standalone_impl LOGGING
    [Sep 10, 2007 1:21:32 PM ] com.sap.sql.trace.j2ee.cnt is 10
    [Sep 10, 2007 1:21:32 PM ] com.sap.sql.trace.j2ee.limit is 10000000
    [Sep 10, 2007 1:21:32 PM ] Exiting setDefaultsFromProperties()
    [Sep 10, 2007 1:21:32 PM ] SecStoreFS object initialized.
    [Sep 10, 2007 1:21:32 PM ] setDefaultFilenames () called, filename = "C:\usr\sap\CE1\SYS\global/security/data/SecStore.properties".
    [Sep 10, 2007 1:21:32 PM ] File version = "7.00.000.001", software version = "7.00.000.001".
    [Sep 10, 2007 1:21:32 PM ] File version = "7.00.000.001", software version = "7.00.000.001".
    [Sep 10, 2007 1:21:32 PM ] setDefaultKeyFilename () called, filename = "C:\usr\sap\CE1\SYS\global/security/data/SecStore.key".
    [Sep 10, 2007 1:21:32 PM ] Check record okay.
    [Sep 10, 2007 1:21:32 PM ] Existing store opened.
    [Sep 10, 2007 1:21:32 PM ] File version = "7.00.000.001", software version = "7.00.000.001".
    [Sep 10, 2007 1:21:34 PM ] Component: [internal/unkown] of type [unkown]
    Message: [Exception occurred:]
    com.sap.engine.bootstrap.SynchronizationException: Database connection initialization failed. Check if the database is running and the database properties.
    at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:79)
    at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:66)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:208)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:409)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:153)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:48)
    at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:176)
    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:263)
    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:57)
    at com.sap.engine.bootstrap.HelperImpl.getConfigurationHandlerFactory(HelperImpl.java:38)
    at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:77)
    at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:66)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:208)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    Caused by: com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sapdb://privato-0922f88/CE1 [Restart required].
    at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:216)
    at com.sap.sql.connect.factory.DriverPooledConnectionFactory.createVendorConnection(DriverPooledConnectionFactory.java:50)
    at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:37)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:687)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.newPooledConnection(DBDataSourceImpl.java:631)
    at com.sap.sql.connect.datasource.DBDataSourceImpl.getPooledConnection(DBDataSourceImpl.java:159)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:211)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:353)
    ... 14 more
    [Sep 10, 2007 1:21:34 PM ] [Bootstrap]> Problem occurred while performing synchronization. For more details see the logs above.
    Do you want another log?

    See my reply in your other thread: jstart.exe stopped!!
    BTW, please do not open duplicate threads for the same issue.
    Thanks,
    -- Vladimir

  • Linux and x4500?

    Hi,
    I'm wondering, if anyone tried running Linux on Thumper? I know it works sweet with Solaris and ZFS is outstanding. But we have all infrastructure running on Linux and even some developed in-house applications, which I would like to run directly on storage, but which are very Linux-specific (I'm talking here about using Linux-only syscalls and tuning to Linux characteristic to get best performance).
    Linux' Marvell driver (sata_mv) supports following PCI IDs:
    PCI_VENDOR_ID_MARVELL: 0x5040, 0x5041, 0x5080, 0x5081, 0x6040, 0x6041, 0x6042, 0x6081;
    PCI_VENDOR_ID_ADAPTEC2: 0x0241
    Which one is used in x4500?

    Hi,
    I installed a Thumper using Scientific Linux 4.4 which is a rebuild of RHEL 44.
    Apart from some bootstrap problems, I have now the box up and running, but with the following critical issue:
    When building the arrays (8 RAID5), the box eventually crashes instantly with either of the following messages:
    PCI-DMA: Out of IOMMU space for 360448 bytes at device 0000:0b:01.0
    PCI-DMA: Out of IOMMU space for 360448 bytes at device 0000:02:01.0which corresponds to both the marvell controllers 'lspci' is seeing.
    I tried to change the IOMMU setting in the BIOS, with no success.
    Changing the md rebuild rate in /proc only deferrs the crash.
    Also worth mentioning is the following message which appears during boot:
    Lata7: SATA max UDMA/133 cmd 0x0 ctl 0xFFFFFF00000B6120 bmdma 0x0 irq 177
    ^Moading sata_mv.kata8: SATA max UDMA/133 cmd 0x0 ctl 0xFFFFFF00000B8120 bmdma 0x0 irq 177
    ^Mo module^M
    Badness in __msleep at drivers/scsi/sata_mv.c:1907
    ^M
    ^MCall Trace:<IRQ> <ffffffffa00421b7>{:sata_mv:__mv_phy_reset+237} <ffffffffa0041cc3>{:sata_mv:mv_channel_reset+138}
    ^M       <ffffffffa0042805>{:sata_mv:mv_interrupt+594} <ffffffff80112f4a>{handle_IRQ_event+41}
    ^M       <ffffffff801131c4>{do_IRQ+197} <ffffffff80110833>{ret_from_intr+0}
    ^M        <EOI> <ffffffff8010e749>{default_idle+0} <ffffffff8010e769>{default_idle+32}
    ^M       <ffffffff8010e7dc>{cpu_idle+26}
    ^Mata1: dev 0 ATA-7, max UDMA/133, 976773168 sectors: LBA48
    ^Mata1: dev 0 configured for UDMA/133Any successful attempts to use other kernels?

  • Problem related to class loader and bootstrap loader

    how class are loaded and how bootstraping please explain it in detail?

    793241 wrote:
    how class are loaded and how bootstraping please explain it in detail?Just to put in different words what previous posters are hinting at; this is not a place to come and get answers when you don't want to do research yourself - it is not even a problem you are having as it has a readily available solution; read and enlighten yourself.

  • AD to OID integration problems bootstraping.

    I am trying to integrated OID to AD and am having problems bootstrapping. The following is the bootstrap command and resultls:
    dipassistant bootstrap -port 389 -profile ActiveChgImp -dn cn=orcladmin -passwd password
    Bootstrapping in progress.....
    Bootstrapping completed.
    #entries read ..................... 17953
    #entries filtered ................. 0
    #entries ignored .................. 0
    #successfully processed entries ... 7022
    #failures ......................... 10931
    Please see the log file for more information.
    Updating the profile's last change number ..... Done.
    The following is the bootstrap.log file with errors:
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Initializing bootstrap engine.......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Map engine successully initialized......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Filter successully initialized......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Input parameters parsed successfully and initialized....
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Beginning the bootstrap process....
    INFO: [Tue Sep 15 09:45:16 CDT 2009] Initialized the LDAP source connector - 0 to read - ou=users,ou=eg,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    INFO: [Tue Sep 15 09:45:16 CDT 2009] LDAP source connector - 0 search filter - (|(objectclass=group)(objectclass=organizationalunit)(&(objectclass=user)(!(objectclass=computer))))"
    INFO: [Tue Sep 15 09:45:16 CDT 2009] Initialized the LDAP destination connector - 0
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 65 - Failed to find cn in mandatory or optional attribute list.]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=kern scott g civ usaf afmc 46ts/ogea,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=cox shaun r ssgt usaf afmc 796ces/ceohh,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=kern scott g civ usaf afmc 46ts/ogea,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=williams richard r ctr usaf afmc 780ts/ogmb,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=cox shaun r ssgt usaf afmc 796ces/ceohh,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    The following is the activechgimp.map mapping file:
    DomainRules
    ou=users,ou=EG,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil:cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    AttributeRules
    ou: : :organizationalunit:ou: : organizationalunit
    objectguid: :binary:organizationalunit:orclobjectguid: : organizationalunit:bin2b64(ObjectGUID)
    cn: : :container: cn: :orclContainer
    objectguid: :binary:container: orclobjectguid: :orclContainer:bin2b64(ObjectGUID)
    dc: : :domain: dc: :domain
    sAMAccountName,userPrincipalName: : :user:orclSAMAccountName: :orclADUser:toupper(truncl(userPrincipalName,'@'))+"$"+sAMAccountname
    userPrincipalName: : :user:orclUserPrincipalName: :orclADUser:userPrincipalName
    sAMAccountName: : :user:uid: :inetorgperson:sAMAccountName
    userPrincipalName: : :user:krbPrincipalName: :orcluserv2:cn+'@'+toupper(truncl('EGLIN.AFMC.DS.AF.MIL','@'))
    SAMAccountName: : :user:sn: : person
    cn: : :person:cn: :person
    givenName: : :person:displayName: :orclUserV2
    userPrincipalName: : :user:mail: :inetorgperson
    ObjectGUID: :binary:user:orclObjectGUID: :orclADUser:bin2b64(ObjectGUID)
    ObjectSID: :binary:user:orclObjectSID: :orclADUser:bin2b64(ObjectSID)
    cn: : :group:cn: :groupofuniquenames
    SAMAccountName: : :group:displayName: :orclgroup
    Description: : :group:Description: :orclgroup
    member: : :group:uniquemember: :groupofUniqueNames
    managedby: : :group:owner: :orclprivilegegroup
    sAMAccountName: : :group:orclSAMAccountName: :orclADGroup
    ObjectGUID: :binary:group:orclObjectGUID: :orclADGroup:bin2b64(ObjectGUID)
    ObjectSID: :binary:group:orclObjectSID: :orclADGroup:bin2b64(ObjectSID)
    cn: : :group:orclisvisible: :orclgroup: 'true'
    It sure would be nice to map AD SAMAccountName to OID cn........
    Any help is appreciated.

    I am trying to integrated OID to AD and am having problems bootstrapping. The following is the bootstrap command and resultls:
    dipassistant bootstrap -port 389 -profile ActiveChgImp -dn cn=orcladmin -passwd password
    Bootstrapping in progress.....
    Bootstrapping completed.
    #entries read ..................... 17953
    #entries filtered ................. 0
    #entries ignored .................. 0
    #successfully processed entries ... 7022
    #failures ......................... 10931
    Please see the log file for more information.
    Updating the profile's last change number ..... Done.
    The following is the bootstrap.log file with errors:
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Initializing bootstrap engine.......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Map engine successully initialized......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Filter successully initialized......
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Input parameters parsed successfully and initialized....
    INFO: [Tue Sep 15 09:45:09 CDT 2009] Beginning the bootstrap process....
    INFO: [Tue Sep 15 09:45:16 CDT 2009] Initialized the LDAP source connector - 0 to read - ou=users,ou=eg,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    INFO: [Tue Sep 15 09:45:16 CDT 2009] LDAP source connector - 0 search filter - (|(objectclass=group)(objectclass=organizationalunit)(&(objectclass=user)(!(objectclass=computer))))"
    INFO: [Tue Sep 15 09:45:16 CDT 2009] Initialized the LDAP destination connector - 0
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 65 - Failed to find cn in mandatory or optional attribute list.]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=kern scott g civ usaf afmc 46ts/ogea,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=cox shaun r ssgt usaf afmc 796ces/ceohh,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=kern scott g civ usaf afmc 46ts/ogea,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=williams richard r ctr usaf afmc 780ts/ogmb,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - [LDAP: error code 32 - No Such Object]
    ERROR: [Tue Sep 15 09:45:16 CDT 2009] Writer Thread - 0 - Error occurred while loading - cn=cox shaun r ssgt usaf afmc 796ces/ceohh,cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    The following is the activechgimp.map mapping file:
    DomainRules
    ou=users,ou=EG,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil:cn=users,dc=eglin,dc=afmc,dc=ds,dc=af,dc=mil
    AttributeRules
    ou: : :organizationalunit:ou: : organizationalunit
    objectguid: :binary:organizationalunit:orclobjectguid: : organizationalunit:bin2b64(ObjectGUID)
    cn: : :container: cn: :orclContainer
    objectguid: :binary:container: orclobjectguid: :orclContainer:bin2b64(ObjectGUID)
    dc: : :domain: dc: :domain
    sAMAccountName,userPrincipalName: : :user:orclSAMAccountName: :orclADUser:toupper(truncl(userPrincipalName,'@'))+"$"+sAMAccountname
    userPrincipalName: : :user:orclUserPrincipalName: :orclADUser:userPrincipalName
    sAMAccountName: : :user:uid: :inetorgperson:sAMAccountName
    userPrincipalName: : :user:krbPrincipalName: :orcluserv2:cn+'@'+toupper(truncl('EGLIN.AFMC.DS.AF.MIL','@'))
    SAMAccountName: : :user:sn: : person
    cn: : :person:cn: :person
    givenName: : :person:displayName: :orclUserV2
    userPrincipalName: : :user:mail: :inetorgperson
    ObjectGUID: :binary:user:orclObjectGUID: :orclADUser:bin2b64(ObjectGUID)
    ObjectSID: :binary:user:orclObjectSID: :orclADUser:bin2b64(ObjectSID)
    cn: : :group:cn: :groupofuniquenames
    SAMAccountName: : :group:displayName: :orclgroup
    Description: : :group:Description: :orclgroup
    member: : :group:uniquemember: :groupofUniqueNames
    managedby: : :group:owner: :orclprivilegegroup
    sAMAccountName: : :group:orclSAMAccountName: :orclADGroup
    ObjectGUID: :binary:group:orclObjectGUID: :orclADGroup:bin2b64(ObjectGUID)
    ObjectSID: :binary:group:orclObjectSID: :orclADGroup:bin2b64(ObjectSID)
    cn: : :group:orclisvisible: :orclgroup: 'true'
    It sure would be nice to map AD SAMAccountName to OID cn........
    Any help is appreciated.

  • [Bootstrap unable to get a direct/routed: ..... ] problem !!!

     

    The server does not throw any axception (logs are clear, or there are
    some minor log entries about JDBC problems or so), sometimes the
    server exits, but in most cases it continues running but it does not
    answer to any requests (even from the administration console).
    Clients trying to access the server throw exceptions shown below.
    This server runs on Win2k.
    Any ideas?
    -- Marek
    "Rob Woollen" <[email protected]> wrote in message
    news:[email protected]...
    Please post questions to a single newsgroup.
    What do you mean when you say crashed? Did the process exit? Was there
    any error message?
    -- Rob
    Marek Slesicki wrote:
    Hi Folks!
    I am permamently (after one hour or two of continuous testing)
    getting my WL 6.0 crashed and the client throws exceptions
    shown below. Do you have any idea why it behaves this way?
    For me it seems it is a bug, but maybe there are some hints
    I should know to avoid this problem ???
    Any help would be appreciated!
    Thanks in advance,
    Marek
    Bootstrap unable to get a direct: 'Protocol: 't3''connection to:
    '0S:127.0.0.1:[7001,-1,-1,-1,-1,-1,-1]' on port: '7001'
    java.rmi.ConnectException: Destination unreachable; nested exception is:
    java.io.InterruptedIOException: Read timed out
    java.io.InterruptedIOException: Read timed out
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:86)
    at java.net.SocketInputStream.read(SocketInputStream.java:102)
    at java.io.DataInputStream.readLine(DataInputStream.java:449)
    at weblogic.rjvm.t3.T3JVMConnection.connect(T3JVMConnection.java:99)
    at
    weblogic.rjvm.t3.T3JVMConnection.createConnection(T3JVMConnection.java:148)
    at weblogic.rjvm.Protocol.createConnection(Protocol.java:201)
    at
    weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.jav
    a:1077)
    atweblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:365)
    atweblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:330)
    at
    weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:228)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:188)
    atweblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:180)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:149)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:232)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:174)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    atjavax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    atjavax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at vc.test.LoggedUserTestClient2.<init>(LoggedUserTestClient2.java:41)
    at vc.test.LoggedUserTestClient2.main(LoggedUserTestClient2.java:2259)
    Bootstrap unable to get a routed: 'Protocol: 't3'' connection to:
    '0S:127.0.0.1:[7001,-1,-1,-1,-1,-1,-1]' on port: '7001'
    java.rmi.ConnectException: No available router to destination
    at
    weblogic.rjvm.ConnectionManager.findOrCreateRouter(ConnectionManager.java:11
    67)
    atweblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:378)
    atweblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:330)
    at
    weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:228)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:188)
    atweblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:180)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:149)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:232)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:174)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    atjavax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    atjavax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at vc.test.LoggedUserTestClient2.<init>(LoggedUserTestClient2.java:41)
    at vc.test.LoggedUserTestClient2.main(LoggedUserTestClient2.java:2259)--
    Coming Soon: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnweblogic.com

  • Problem adding bootstrap responsive css to muse/bc site

    Here's an example of the problem:
    http://magnavino.businesscatalyst.com/test-page
    As the browser window is made narrower, at arrowed 760px there's some kind of progressive right margin or padding apparently going on. At phone width the content would be all smashed into the left side at like 15px.
    Anyone know how to get rid of this?
    The template is imported from muse to bussiness catalyst. In the muse file there's an html insert that contains the link to the bootstrap css (
    <link href="css/bootstrap.min.css" rel="stylesheet"> ). The two bootstrap css files, that contain only the grid, were uploaded via business catalyst to the css folder.
    Please help!

    Anyone know what the best way is to get the bootstrap css on top of the other css? There's two bootstrap css files, as shown in the attached screen capture.

  • Bootstrap Carousel and Absolute Position Problem

    I have an issue I can't figure out. I'm hoping for a CSS expert:)
    http://pensacolachiropracticspinalcenters.com/
    I've created a bootstrap carousel. The html blocks go like this.
    <div #HomeBannerPane> (position:relative)
    <div #home-carousel></div>
    <div #HomeBoxWrapper (position:absolute;)
    <div #HomeBoxFirst></div>(float:left)
    <div #HomeBoxFirst></div>(float:left)
    <div #HomeBoxFirst></div>(float:left)
    </div>
    </div>
    I have the bottom of #HomeBoxWrapper zeroed out to the bottom of the #HomeBannerPane which is where the Carousel fits into. #HomeBannerPane has a z-index to sit on top of the carousel.
    The problem I am having is when the slides rotate, it kicks the #HomeBoxWrapper and all three boxes down during the transition. I am completely stumped. I really need it to quit doing that. Any suggestions? Thanks

    You have code errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fpensacolachiropracticspinalcenter s.com%2F
    To test widgets, I like to go back to basics.  Try inserting your widget into a plain vanilla test page with no other scripts on it. Often times scripts from other sources won't play nice with widgets. 
    If that works OK, then try it in your real web page.  Some people will tell you code doesn't matter.  But in my experience, code that is free of errors is much simpler to work with.
    Nancy O.

Maybe you are looking for