Location of dtd for weblogic 92 for weblogic.xml

Hi:
Can anybody gives me the location of the dtd for the weblogic.xml file for weblogic 92.
I can't seem to find it on google.
Yours,
Frustrate
Edited by jadeite100 at 03/23/2007 6:59 AM

In 9.x there are no DTDs as everything is now schema based. You can find the schemas here:http://www.bea.com/ns/weblogic/90/**.xsd
So for your weblogic.xml for your weblogic-web-app you can find the xsd at:
http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd
Hope this helps!
-Jesus

Similar Messages

  • DTD for deployment  xml file for providers

    Hi all,
    where can I find the DTD for the deployment file that is to be used in .par file for the custom providers for Portal Server 6.0 and 6.2. ?
    Thanks,
    Klara

    in case you mean portlets then it is:
    portlet.xsd contains reference to http://www.w3.org/2001/xml.xsd.
    in case you mean providers, e.g. smpleMailservice:
    /ps-base/SUNWam/dtd/sms.dtd
    or
    /ps-base/SUNWam/dtd
    with all the named dtd's
    cheers,
    Ulf

  • DTD for config.xml is this accurate.

    Where is the current DTD for the config.xml. The one I copied from the bea web site
    seems inconsistent with the config.xml generated when I did the installation. I
    tried using it with XEmacs and psgml. It didn't like the attributes in the Domain
    tag. Perhaps I am doing something wrong, it's been known to happen. Before I start
    trying to debug this on my side, I'd like to know if I have the correct DTD. Can
    some one clarify this for me?
    STH

    Deepak Vohra <[email protected]> wrote:
    Steven,
    The config.xml DTD :
    http://edocs.bea.com/wls/docs70/config_xml/configdtd.html#111643
    Deepak
    Thanks Deepak,
    That generates errors when I open it in Tibco's Schema Editor. For one it didn't
    like the '(Deprecated)' strings. There were a few values assigned as default, which
    were not in the list of constraints, and, perhaps a couple of other reported errors.
    Also, once I fixed up the few error I encountered in the DTD, I found errors in
    the config.xml generated by WL 7.0. For example there are attributes in the xml
    file which are not in the DTD. One of these is "Deployed" in the "Application" Element.
    Methinks something is amiss here.
    STH

  • DTD for an "unknown" document-structure

    Is it possible to write a DTD for a XML-Document, whose structure I don't know exactly. In the example below, I don't know the content of the tag c, but I would like to write a DTD for the rest of the document. Are there any possibilities to do this?
    Thanks in advance
    Chris
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE a SYSTEM "test.dtd">
    <a>
    <b>hello world</b>
    <c>
    <!-- here there are any childs I don't know-->
    </c>
    </a>
    <!ELEMENT a (b, c)>
    <!ELEMENT b (#PCDATA)>
    <!ELEMENT c ( ??WHAT DO I WRITE HERE?? )>

    when u r mentioning ur own dtd in the xml doc, ensure that it is in the dir
    relative to the xml doc.
    That is why , when u moved to webserver's opt dir., which u specified in the
    xml doc.,it worked.
    please refer to the xml basic documents for details.
    SP
    "Kiran P" <[email protected]> wrote in message
    news:3e1eb180$[email protected]..
    >
    Hi All
    I have written a simple application to parse an XML file.
    Need to validate the XML file against a DTD. The DTD will be packaged withthe
    'ear' file, WL 7.0.
    Am using xerces parser for XML parsing (xerces is packaged with the ear).
    Following the guidelines under the 'Programming Weblogic XML' guide.
    I am not able to refer to the local DTD within the ear file.
    I get the following exception:
    org.xml.sax.SAXParseException: File "/opt/car.dtd" not found. atorg.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1219)
    atorg.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalEntit
    y(DefaultEntityHandler.java:780)
    atorg.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalSubse
    t(DefaultEntityHandler.java:571)
    at
    My ear structure:
    test.ear
    -lib-
    -lib-xerces.jar
    -lib-xml-registry-dtds
    -lib-xml-registry-dtds-car.dtd
    -META-INF-
    -META-INF-weblogic-application.xml
    -webapp-
    -webapp-META-INF-
    -webapp-META-INF-MANIFEST.MF
    weblogic-application.xml contents:
    <entity-mapping>
    <entity-mapping-name>car_definition</entity-mapping-name>
    <system-id>/opt/car.dtd</system-id>
    <entity-uri>dtds/car.dtd</entity-uri>
    </entity-mapping>
    MyCar.xml contents:
    <?xml version="1.0"?>
    <!DOCTYPE chart_definition SYSTEM "/opt/car.dtd">
    <car_definition>
    <car>
    I can get this to work if i change the SYSTEM ID in the MyCar.xml to"file:///opt/car.dtd"
    and place the DTD on the server under /opt folder.
    Am I missing something? Is there any additional setup required, i failedto find
    any in the Weblogic XML Programming guide.
    Thanks.
    -Kiran.

  • Weblogic 7 checks for wellformed xmls

    Hello,
    I am having trouble deploying my applications with WLS 7.0. The error I am getting
    is that my web.xml is not well-formed, but I have double-checked everything and
    I think it is correct.
    I have read that weblogic 7.00 does not deploy an application which xmls are not
    well-formed (whereas earlier versions of weblogic would do so).
    My question is: against what dtds does WLS 7 check the web.xml, the weblogic.xml
    , etc.?
    I would think that it would check it against the dtd in the head of the xnl file,
    i.e., http://java.sun.com/dtd/web-app_2_3.dtd for the web.xml, is this correct?
    If this was true, what about intranet applications that are not connected to the
    Internet? could this be the reason?
    TIA
    Cristina Ceballos

    hi,
    i doubt your architecture.
    u r calling local bean from the client,which is not possible.
    your architecture should be as follows.
    jsp calls ejb(remote wrapper bean) which internally calls localbean.
    or
    jsp calls java which calls remote bean.
    for calling remote u can lookup as follows
    Object objref = initial.lookup("MoveMos");
    problem in your code its not able to narrow the home interface.
    try changing the architecture.
    if u have any problems further reply back
    thx,
    abdul.

  • Location of DTD or Schema for XSQL Statements

    Hi,
    where can I find a DTD or a XML schema for XSQL statements?
    I am using XML Spy as XML editor. With a XSQL DTD it would be more comfortable to create xsql files.
    Kind regards, Achim

    Thanks for your answer.
    Your proposed way creates the XML schema for the resulting XML of the query. I was asking for the XML schema or DTD of the allowed XSQL statements and attributes in the query XML file (the XSQL file).
    If you are doing a xsql:query, you can add a parameter
    include-schema="yes" to the <xsql:query> tag and it will
    return the XML Schema for your query.
    This works on the latest xdk

  • Web-app dtd for WL 9.1

    What is the DTD location(weblogic91-web-jar.dtd) for the Web application deployment parameters that are
    specific to the WebLogic server in WebLogic 9.1

    http://support.bea.com//support_news/Patch_for_2007_Daylight_Savings_Time_Changes.jsp
    check this out

  • BEA-141230 Could Not locate descriptor file for System Resource: DS name

    Guys,
    When I start the Admin and Managed server ..I get below warning message.
    *<Warning> <Management> <BEA-141230> <Could Not locate descriptor file for System Resource : datasource1.>*
    I know that weblogic server is unable to locatie datasource1.xml file at <SOA_HOME>/user_projects/domains/base_domain/config/jdbc
    Is there any way to to get rid off from this error? I tried to delete datasource from weblogic Admin console, but get below error:
    java.lang.NullPointerException
    All changes have been activated. No restarts are necessary.
    Errors were encountered while performing this delete operation.
    Thanks,
    Ab

    Are you starting servers with the root user? make sure that using whichever user you are starting server, it has full access on MW_Home and it's sub-directories. You may consider raising a support SR.
    Regards,
    Anuj

  • Javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package ...

    I want to marshall a java content tree (generated with jaxb api) in xml stream
    in an EJB.
    Generated classes are archived in a jar file containing its jaxb.properties, when
    I test it
    in a classic java process it runs well.
    When I try to do it in an EJB with weblogic 8.1 I get the following error:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
    I've checked:
    - jaxb.properties is in the archive file
    I've tried to put the jar file in the classpath of the server in the starter script.
    I've tried to put reference classpath in the manifest of the ejb jar and of application
    ear.
    I've tried to put both reference in server classpath and ear/jar manifest.
    I still doesn't run.
    Any idea?
    Thanks a lot
    Franck

    Add the directory of the generated classes in the classpath.
    "franck" <[email protected]> wrote:
    >
    I want to marshall a java content tree (generated with jaxb api) in xml
    stream
    in an EJB.
    Generated classes are archived in a jar file containing its jaxb.properties,
    when
    I test it
    in a classic java process it runs well.
    When I try to do it in an EJB with weblogic 8.1 I get the following error:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
    I've checked:
    - jaxb.properties is in the archive file
    I've tried to put the jar file in the classpath of the server in the
    starter script.
    I've tried to put reference classpath in the manifest of the ejb jar
    and of application
    ear.
    I've tried to put both reference in server classpath and ear/jar manifest.
    I still doesn't run.
    Any idea?
    Thanks a lot
    Franck

  • Invalid DTD for Tablib

    Hi
              I am using Weblogic-8.1 ,i am using spring-tld,jstls inside my webapplication
              when i am trying to access my jsps i am getting the below exception:
              java.io.IOException: Invalid DTD for taglib: cannot resolve '-//Sun Microsystems, Inc.//DTD JSP com Library 1.2//EN'
              at weblogic.servlet.jsp.dd.JSPEntityResolver.resolveEntity(JSPEntityResolver.java:64)
              at weblogic.apache.xerces.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:154)
              at weblogic.apache.xerces.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:624)
              at weblogic.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(XMLDocumentScannerImpl.java:839)
              at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:329)
              at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:525)
              at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:581)
              at weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
              at weblogic.apache.xerces.parsers.DOMParser.parse(DOMParser.java:257)
              at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:201)
              at weblogic.servlet.jsp.dd.JSPEntityResolver.load(JSPEntityResolver.java:81)
              at weblogic.servlet.jsp.dd.JSPEntityResolver.load(JSPEntityResolver.java:96)
              at weblogic.servlet.internal.WebAppHelper.registerTagLibListeners(WebAppHelper.java:293)
              at weblogic.servlet.internal.WebAppServletContext.activateFromDescriptors(WebAppServletContext.java:2530)
              at weblogic.servlet.internal.WebAppServletContext.activate(WebAppServletContext.java:6163)
              at weblogic.servlet.internal.WebAppServletContext.setActive(WebAppServletContext.java:6141)
              at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:836)
              at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:3322)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2201)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2174)
              at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2520)
              at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2438)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2155)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2254)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2149)
              at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2401)
              at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
              at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
              The same application is perfectly working inside tomcat.
              Thanks in Advance
              Mahendran

    Hi
              I am using Weblogic-8.1 ,i am using spring-tld,jstls inside my webapplication
              when i am trying to access my jsps i am getting the below exception:
              java.io.IOException: Invalid DTD for taglib: cannot resolve '-//Sun Microsystems, Inc.//DTD JSP com Library 1.2//EN'
              at weblogic.servlet.jsp.dd.JSPEntityResolver.resolveEntity(JSPEntityResolver.java:64)
              at weblogic.apache.xerces.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:154)
              at weblogic.apache.xerces.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:624)
              at weblogic.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(XMLDocumentScannerImpl.java:839)
              at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:329)
              at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:525)
              at weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:581)
              at weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
              at weblogic.apache.xerces.parsers.DOMParser.parse(DOMParser.java:257)
              at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:201)
              at weblogic.servlet.jsp.dd.JSPEntityResolver.load(JSPEntityResolver.java:81)
              at weblogic.servlet.jsp.dd.JSPEntityResolver.load(JSPEntityResolver.java:96)
              at weblogic.servlet.internal.WebAppHelper.registerTagLibListeners(WebAppHelper.java:293)
              at weblogic.servlet.internal.WebAppServletContext.activateFromDescriptors(WebAppServletContext.java:2530)
              at weblogic.servlet.internal.WebAppServletContext.activate(WebAppServletContext.java:6163)
              at weblogic.servlet.internal.WebAppServletContext.setActive(WebAppServletContext.java:6141)
              at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:836)
              at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:3322)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2201)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2174)
              at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2520)
              at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2438)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2155)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2254)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2149)
              at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2401)
              at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
              at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
              at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
              The same application is perfectly working inside tomcat.
              Thanks in Advance
              Mahendran

  • Unable to locate Spring NamespaceHandler for XML schema namespace

    I am not sure if this is the best practice approach but this is the problem I am ruining into. Below, I explain what I am doing:
    1) What I am doing:
    =============
    Based on the oracle incubator example (http://coherence.oracle.com/display/INCUBATOR/Processing+Pattern+Examples); I am running a server and submitting tasks through a proxy application that submits them to ProcessingPatternConfigurator; let's call my task processReport.
    a) my processReport is using spring and ibatis together, I created a utility static class to obtain a spring context and retrieves beans using the following lines ( see exhibit "A1 and A2" below).
    b) when my task calls the context and that spring loads, it is failing with the error show in exhibit "B".
    I suspect I am missing a lib? I googled the error and searched you site but could find a meaningful discussion on it. I guess my question is if this is not the best approach, how do I integrated with spring initializing beans and setting up ibatis framwork, providing beans and database access through Ibatis for each task ruining on the grid (processReport).
    thanks
    A1) processReport (submitted in the grid) uses this line
    AbstractXmlApplicationContext ctx = (AbstractXmlApplicationContext) AmrContextUtil.getInstance();
              System.out.println("Classpath loaded. Executing Report...");
              ReportProcessor repProcessor = (ReportProcessor) ctx.getBean("reportProcessor");
    A2) Here is the AmrContextUtil:
    import org.springframework.context.support.AbstractApplicationContext;
    import org.springframework.context.support.ClassPathXmlApplicationContext;
    public final class AmrContextUtil {
         private static AbstractApplicationContext ctx = null;
         public AmrContextUtil() {
              super();
         public final static synchronized AbstractApplicationContext getInstance(){
              if (ctx == null){
                   ctx = new ClassPathXmlApplicationContext("classpath:config/applicationContext.xml");
                   setCtx(ctx);
              return ctx;
         public final static synchronized AbstractApplicationContext getCtx() {
              return ctx;
         public final static synchronized void setCtx(AbstractApplicationContext ctx) {
              AmrContextUtil.ctx = ctx;
    B) Here is the error reported by the server:
    2010-02-10 15:42:28.312/57.986 Oracle Coherence GE 3.5.2/463 <Warning> (thread=GridExecutor:Thread-2
    , member=1): TaskRunner - Failed to process 0x00000126B99E5524AC1F007AAB1587BBCFEC5E6637E1DED6CCB984
    03D6AADF4D due to:org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath:config/reports-application.xml] Offending resource: class path resource [config/applicationContext.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unexpected failure during bean definition parsing
    Offending resource: class path resource [config/reports-application.xml] Bean 'reportSqlMapConfig'; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: *Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/util]*
    *Offending resource: class path resource [config/reports-application.xml] Bean 'reportSqlMapConfig'*
    -> Property 'resourceMap'
    c)Here is my application-context.xml offending line:
    <bean id="reportSqlMapConfig"
    class="com.xx.report.generator.ReportSqlMapConfig">
    <property name="resourceMap">
    <map>
    <entry>
    <key>
    <util:constant static-field="com.xx.report.domain.ReportType.FPA"/>
    </key>
    <value>classpath:config/diehardReportSqlMapConfig.xml</value>
    </entry>
    <entry>
    <key>
    <util:constant static-field="com.xx.report.domain.ReportType.FCN"/>
    </key>
    <value>classpath:config/falconReportSqlMapConfig.xml</value>
    </entry>
    <entry>
    <key>
    <util:constant static-field="com.xx.report.domain.ReportType.ODS"/>
    </key>
    <value>classpath:config/odsReportSqlMapConfig.xml</value>
    </entry>
    </map>
    </property>
    </bean>

    My guess is that something is broken in the configuration of the cacheServer and its not finding
    all of the dependencies that your process pattern application needs. Probably the best way
    to debug this stuff is to define a static main in your runnable task which will make the call
    to the run() method and invoke it as the main class using the identical settings (classpath,
    run directory) that you are using to launch the Coherence cache server.
    Regards,
    Bob

  • How do I establish a new icloud account - I can't locate a screen for this

    How do I establish a new icloud account - I can't locate a screen for this

    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • In Premiere Elements 11 I get this error message, unable to access location sequence 01/for creating

    The total error message is: unable to access location sequence 01/for creating temporary burning files
    What is this and how do I fix it.

    Some of this may be for Premiere Pro, but the IDEAS are the same for all Adobe software
    I am on Windows, but have a few saved Mac discussions that may help (or, may not... but free to read)
    Mac and Root User http://forums.adobe.com/thread/879931 -and http://forums.adobe.com/thread/940869?tstart=0
    Troubleshooting guide for Mac freeze
    http://helpx.adobe.com/x-productkb/global/troubleshoot-system-errors-freezes-mac.html
    Mac 10.8.2 Bug w/PreElements http://forums.adobe.com/thread/1202216
    Mac FONTS w/PrElements-11 http://forums.adobe.com/thread/1201281
    External speakers stop playback http://forums.adobe.com/thread/1370072?tstart=0

  • We have 3 locations coming up for our TV listings how do we make one the default and stop others?

    We have 3 locations coming up for our TV listings how do we make one the default and stop others?
    There is Bed Room, Living Room and Family how can we make ONLY FAMILY COME UP?
    When we check the listings or record from the TV Listing the LIVING ROOM comes up and only the Family has the controls to record.
    THANK YOU.
    Solved!
    Go to Solution.

    Please provide more details.
    What equipment do you have?
    Where do you see this listing? On STB? Online? Verizon App?
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Creating OD Replica: Unable to locate kerberos services for localhost

    Hello,
    I'm trying to setup a new OS X Server to become an OD Replica for my other OS X Server that is acting as an OD Master in an Active Directory Magic Triangle configuration. Both Macs are running the same build of 10.8.2 (12C3104). Here is the log from slapconfig from the Mac I'm trying to set as the replica:
    2012-12-17 00:41:11 +0000 slapconfig -createreplica
    2012-12-17 00:41:18 +0000 command: /usr/sbin/sso_util info -r /LDAPv3/ldap://172.20.9.40 -p
    2012-12-17 00:41:19 +0000 int _populateLDAPService(): Unable to locate kerberos services for localhost: 0 (null)
    2012-12-17 00:41:19 +0000 Populating LDAP kerberos service in local node's localhost computer record failed.  Replication and rootDSE may not behave as expected.
    2012-12-17 00:41:19 +0000 Error retrieving kerberos realm
    2012-12-17 00:41:19 +0000 CopyReplicaArray: ldap_search_ext_s failed
    2012-12-17 00:41:19 +0000 Error retrieving replica array
    2012-12-17 00:41:19 +0000 Deleting Cert Authority related data
    2012-12-17 00:41:19 +0000 No intCAIdentity, not removing int CA from keychain
    2012-12-17 00:41:19 +0000 command: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xscertd.plist
    2012-12-17 00:41:19 +0000 command: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xscertd-helper.plist
    2012-12-17 00:41:19 +0000 command: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xscertadmin.plist
    2012-12-17 00:41:19 +0000 void _destroyLDAPServer(const char *): Failed to find computer record named usvtamtln103.lostarrow.com$: 0 (null)
    2012-12-17 00:41:19 +0000 Updating ldapreplicas on primary master
    2012-12-17 00:41:19 +0000 CopyPrimaryMaster: CopyLdapReplicas failed
    2012-12-17 00:41:19 +0000 Unable to locate primary master
    2012-12-17 00:41:19 +0000 Primary master node is nil!
    2012-12-17 00:41:19 +0000 Unable to locate ldapreplicas record: 0 (null)
    2012-12-17 00:41:19 +0000 Error setting read ldap replicas array: 0 (null)
    2012-12-17 00:41:19 +0000 Error setting write ldap replicas array: 0 (null)
    2012-12-17 00:41:19 +0000 ODRecord *_getODRecord(ODNode *, NSString *, NSString *, NSArray *): ODNodeRef parameter error
    2012-12-17 00:41:19 +0000 int _removeReplicaFromConfigRecord(ODNode *, NSString *): ODRecord not found
    2012-12-17 00:41:19 +0000 Error synchronizing ldapreplicas: 0 (null)
    2012-12-17 00:41:19 +0000 Removing self from the database
    2012-12-17 00:41:19 +0000 Stopping LDAP server (slapd)
    2012-12-17 00:41:19 +0000 Stopping password server
    2012-12-17 00:41:19 +0000 cleanKeytab: unable to retrieve default realm
    2012-12-17 00:41:19 +0000 Stopping password server
    2012-12-17 00:41:19 +0000 Removed file at path /Library/Preferences/com.apple.openldap.plist.
    The only thing I can derive from this is that the issue is related to kerberos. Any suggestions?

    SSH is enabled for all users on both Macs. Manually added diradmin aswell just to make me feel better.
    Additionally, here's what I get when I try running preflight on either Mac:
    usvtamtln101:~ sadmin$ sudo /usr/sbin/slapconfig -preflightreplica 172.20.9.40 diradmin
    Password:
    172.20.9.40's Password:
    2012-12-17 19:34:33 +0000 NSMutableDictionary *_getRootDSE(const char *): rootDSE not found
    2012-12-17 19:34:33 +0000 Error: Unable to determine the master's software version.
    After seeing this, I tried unbinding both Macs from Active Directory, restarting and then trying again. Same thing...

Maybe you are looking for

  • IPhone screen shot not automatically shown in Windows explorer

    After connect iPhone to PC,it will be shown as a portable device in Windows explorer,and you can explore your existing photos including screen shots in there. Keep my iPhone conneting with computer,press home-lock to take a sceen shot,go back to Wind

  • Boot Camp and Vista SP1

    Hi. I have a Macbook Pro running Leopard and Vista. Is it safe to install Vista SP1 in Boot Camp 2.0? I haven't heard of too many issues, but just making sure it wasn't going to break anything. Thanks.

  • Using useBean for authentication

    Hi, I am creating a login page for personalization, After the login the user can access his/her information, so in my authentication.jsp I am making all the properties available to the user. However I have the properties stored in two different beans

  • SAP JAM work pattern for SAP C4C Service ticket

    Can anybody familiar with the SAP JAM Work pattern for SAP Cloud for Customer Service tickets answer these questions? My client would like to use SAP JAM groups in Service tickets in the following way: C4C service agents raise service tickets which a

  • Getting error message: MSVCR80.dll is missing after last update...  won't launch iTunes...

    I keep getting this error message when trying to download iTunes.  Have unistalled and then tried to reinstall.  MSVCR80.dll is missing Error 7 (Windows Error 126) Please advise