JSF logging -- where is domains.xml file?

Hi
I'm running under WebLogic 9.2.2. I wanted to enable JSF logging and found this article on this forum:
http://wiki.glassfish.java.net/Wiki.jsp?page=JavaServerFacesRI#section-JavaServerFacesRI-HowCanITurnOnLogging
but this led me to a question. The article mentions the "domain.xml" file. There is no spec for such a file appearing in my WAR so I assume this is a file in the container? Grateful for any clarity you can provide, - Dave

Looking at the article, I get the impression that domain.xml is a GlassFish-specific configuration file. I would pursue the tact of configuring JDK logging for your application server.

Similar Messages

  • Where to upload xml files?

    In the installation doc. I found:
    "Login as a user with administrative privileges and upload the following xml files from $IFS_HOME/samplecode/oracle/ifs/examples/jspapps/insurance/xml directory, in the order given
    a) CreateDirectoryObjects.xml
    b)InsuranceExtendedPermission.xml
    c)CreateClassAcl.xml
    d)CreateInsuranceForm.xml
    e)CreateInsuranceJlu.xml
    to iFS using any protocol."
    To where/ which folder???? /home/system or /Mount points/public

    user10243788 wrote:
    Thank you miheal,
    is there any tool also we can use?The person I turn to for ideas about XML going into and out of the database is Marco Gralike.
    Here's a sample (a couple of years old now) from his blog of mixing XML and SQL: http://www.liberidu.com/blog/2010/07/29/external-views-xml-based/
    It's the first one I happened to get to when I did a search on his blog for: external table.
    Some time back he sent me an example of running an SQL statement from the database which accessed the internet and pulled back the content of one of my blog pages in a form that would allow me to do: "insert into table select from {XML call}"
    Unfortunately I can't find the code right now - I know I stored it somewhere to make sure I didn't lose it but ...
    Regards
    Jonathan Lewis

  • Tiles / JSF with single tiles-defs.xml file, no templating JSPs?

    All the examples I've seen for using JSF with Tiles use many JSP files for the templating information, resulting in twice as many JSP files as you would have in, say, a typical Struts project.
    When coding in Struts you can forward to a tiles definition, meaning that if all your page layouts are defined in tiles-defs.xml, then you only need to provide the JSPs for the non-standard parts of each page.
    With JSF it seems that you need to provide a JSP for the template for each file (which might end up being a single <tiles:insert... />, and the JSP for the non-standard bits for that page.
    Is there a way to either a) combine those two JSP files into one (by maby using a <tiles:put ... type="string"/> - tried this, couldn't get it to work), or b) get something similar to the way Struts + Tiles works?

    It does not work by default. It is a fact.
    Source for Struts, Tiles and even JSF are open now. I.e. everybody who has interest can research this question.
    I got this reply from another forum for this question and I am currently working on it. Lets see if we get somewhere.

  • Where are the xml files for code generator of MSAHH5?

    I'm generating source files for MSAHH5 and in the source code I can find xml files for generating all entities and DAL for those entities but I can't find anywhere files for MSATableConstants.xsl and MSAPersistanceManager.xsl and if I leave them alone they don't generate any class. I tried all xml in the code-generator folder without luck. What files should I use?
    Thanks in advance.

    Hi,
        I will answer your question in 2 parts.
    1. Which files are used to generate what?????????
    For entities:            Entity.xslt+ Entity.xml
    For MSATablesContants:   MSATableConstants.xslt+       
                             Entity.xml
    For MSAPackageManager:   MSAPackageManager.xslt+
                             Entity.xml
    For DAL Generation:      DAL.xslt+DAL.xml
    2. Where these will be generated?????????
    It depends on the path of the project that you are giving. If in the code generator tool when u make a new project give the path as the path of your project in eclipse.
    Otherwise if you give path as ./ means the current folder from where you r running classgenerator.jar
    you have to manually create folders like
    C:\classgenerator\com\sap\crm\handheld\db\dataaccess for DAL classes and similarly for entities etc.
    Hope this is clear
    anubhav

  • Where do we post the .xml file with new redirect code?

    We have two existing iTunes podcasts, which we wish to combine, rename and host with a different company. The old ISP submitted our original podcasts, and they are not being very direct regarding our questions about a redirect. We are not sure where the edited .xml file needs to be uploaded.  Does it go to the directory of the old podcast host?  If the old host is not willing to upload the file, is there a way to get around this?
    Any help will be appreciated.

    Thanks! I have sent the following to that suggestion address:
    111) Syncronization with Outlook Notes - this functionality should be added (Although I have recently migrated from WinTel to Mac!).
    222) Need the capability of forwarding SMS messages.
    333) Need to be able to save SMS messages and emails as drafts for later editing and sending.
    444) MUST be able to cut-and-paste between applications. For example if I get some information in a text message I may want to save it to a note or to an email or even to a contact. * THIS IS A TOP PRIORITY FOR ME *
    555) Move the SEND button further away from the keyboard OR make a "are you sure" pop-up before sending. My fat fingers have resulted in me sending loads of half-completed messages because I accidentally struck the send button and not the "i", "o" or "p". OR save in an outbox for later sending. ** THIS IS ALSO TOP PRIORITY *
    666) 3G network covereage for UK / EU. Edge is too patchy in coverage and too slow.

  • I need a copy of domain.xml

    I've wrongly changed some configurations in Admin Console -> HTTP Server -> HTTP Listeners->
    Then the server can't be started because of that. After I modified domain.xml, the sever starts, but deployment tool is still not working right.
    I don't quite understand these problems for security yet. I just want server and deployment tool to be working so that I can continue learning.
    I need a default copy of the following secton of domain.xml file.
    Pls help me! Thanks!
    \Sun\AppServer\domains\domain1\config\domain.xml
    <http-service>
    <http-listener acceptor-threads="100" address="0.0.0.0" default-virtual-server="server" enabled="true" id="http-listener-1" port="8080" security-enabled="false" server-name="" xpowered-by="true">
    </http-listener>
    <http-listener acceptor-threads="100" address="0.0.0.0" default-virtual-server="server" enabled="true" id="http-listener-2" port="1043" security-enabled="false" server-name="" xpowered-by="true">
    </http-listener>
    <http-listener acceptor-threads="100" address="0.0.0.0" default-virtual-server="__asadmin" enabled="true" id="admin-listener" port="4848" security-enabled="false" server-name="" xpowered-by="true">
    </http-listener>
    <virtual-server hosts="lxp-dell" http-listeners="http-listener-1,http-listener-2" id="server" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
    </virtual-server>
    <virtual-server default-web-module="admingui" hosts="lxp-dell" http-listeners="admin-listener" id="__asadmin" state="on">
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
    </virtual-server>
    </http-service>

    I am pasting mine. See if it helps!
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE domain PUBLIC "-//Sun Microsystems Inc.//DTD Application Server 8.0 Domain//EN" "http://www.sun.com/software/appserver/dtds/sun-domain_1_0.dtd">
    <!--
       Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
       SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
    -->
    <!-- Generated from default-domain.xml.template -->
    <domain application-root="${com.sun.aas.instanceRoot}/applications" log-root="${com.sun.aas.instanceRoot}/logs">
      <applications>
        <j2ee-application enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/MEjbApp" name="MEjbApp" object-type="system-all"/>
        <j2ee-application enabled="true" location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/__ejb_container_timer_app" name="__ejb_container_timer_app" object-type="system-all"/>
        <web-module context-root="/web1" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/adminapp/adminapp_war" name="adminapp" object-type="system-admin">
          <!-- System Web Module - DO NOT DELETE! -->
        </web-module>
        <web-module context-root="/asadmin" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/admingui/adminGUI_war" name="admingui" object-type="system-admin">
          <!-- System Web Module - DO NOT DELETE! -->
        </web-module>
        <web-module context-root="/com_sun_web_ui" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/com_sun_web_ui" name="com_sun_web_ui" object-type="system-admin">
          <!-- System Web Module - DO NOT DELETE! -->
        </web-module>
      </applications>
      <resources>
        <jdbc-resource enabled="true" jndi-name="jdbc/__TimerPool" object-type="system-all" pool-name="__TimerPool"/>
        <jdbc-resource enabled="true" jndi-name="jdbc/PointBase" object-type="user" pool-name="PointBasePool"/>
        <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.pointbase.xa.xaDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="__TimerPool" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
          <property name="DatabaseName" value="jdbc:pointbase:embedded:ejbtimer,database.home=${com.sun.aas.instanceRoot}/lib/databases"/>
          <property name="User" value="pbPublic"/>
          <property name="Password" value="pbPublic"/>
        </jdbc-connection-pool>
        <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.pointbase.xa.xaDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="PointBasePool" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
          <property name="DatabaseName" value="jdbc:pointbase:server://localhost:9092/sun-appserv-samples"/>
          <property name="Password" value="pbPublic"/>
          <property name="User" value="pbPublic"/>
        </jdbc-connection-pool>
      </resources>
      <configs>
        <config name="server-config">
          <http-service>
            <http-listener acceptor-threads="100" address="0.0.0.0" default-virtual-server="server" enabled="true" id="http-listener-1" port="8080" security-enabled="false" server-name="" xpowered-by="true">
        </http-listener>
            <http-listener acceptor-threads="100" address="0.0.0.0" default-virtual-server="server" enabled="true" id="http-listener-2" port="1043" security-enabled="true" server-name="" xpowered-by="true">
        </http-listener>
            <http-listener acceptor-threads="100" address="0.0.0.0" default-virtual-server="__asadmin" enabled="true" id="admin-listener" port="4848" security-enabled="false" server-name="" xpowered-by="true">
        </http-listener>
            <virtual-server hosts="TCS032328" http-listeners="http-listener-1,http-listener-2" id="server" state="on">
              <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
              <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
            </virtual-server>
            <virtual-server default-web-module="admingui" hosts="TCS032328" http-listeners="admin-listener" id="__asadmin" state="on">
              <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
            </virtual-server>
          </http-service>
          <iiop-service client-authentication-required="false">
            <orb max-connections="1024" message-fragment-size="1024" use-thread-pool-ids="thread-pool-1"/>
            <iiop-listener address="0.0.0.0" enabled="true" id="orb-listener-1" port="3700" security-enabled="false"/>
            <iiop-listener address="0.0.0.0" enabled="true" id="SSL" port="2829" security-enabled="true">
              <ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
            </iiop-listener>
            <iiop-listener address="0.0.0.0" enabled="true" id="SSL_MUTUALAUTH" port="1061" security-enabled="true">
              <ssl cert-nickname="s1as" client-auth-enabled="true" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
            </iiop-listener>
          </iiop-service>
          <admin-service type="das-and-server">
            <das-config admin-session-timeout-in-minutes="60" autodeploy-dir="${com.sun.aas.instanceRoot}/autodeploy" autodeploy-enabled="true" autodeploy-jsp-precompilation-enabled="false" autodeploy-polling-interval-in-seconds="2" autodeploy-verifier-enabled="false" deploy-xml-validation="full" dynamic-reload-enabled="true" dynamic-reload-poll-interval-in-seconds="2"/>
          </admin-service>
          <web-container/>
          <ejb-container cache-idle-timeout-in-seconds="600" cache-resize-quantity="32" commit-option="B" max-cache-size="512" max-pool-size="32" pool-idle-timeout-in-seconds="600" pool-resize-quantity="8" removal-timeout-in-seconds="5400" session-store="${com.sun.aas.instanceRoot}/session-store" steady-pool-size="0" victim-selection-policy="nru"/>
          <mdb-container idle-timeout-in-seconds="600" max-pool-size="32" pool-resize-quantity="8" steady-pool-size="0"/>
          <jms-service init-timeout-in-seconds="60" type="LOCAL">
            <jms-host admin-password="admin" admin-user-name="admin" host="TCS032328" name="default_JMS_host" port="7676"/>
          </jms-service>
          <log-service alarms="false" file="${com.sun.aas.instanceRoot}/logs/server.log" log-rotation-limit-in-bytes="2000000000" log-to-console="false" use-system-logging="false">
            <module-log-levels admin="INFO" classloader="INFO" cmp="INFO" cmp-container="INFO" configuration="INFO" connector="INFO" corba="INFO" deployment="INFO" ejb-container="INFO" javamail="INFO" jaxr="INFO" jaxrpc="INFO" jdo="INFO" jms="INFO" jta="INFO" jts="INFO" mdb-container="INFO" naming="INFO" resource-adapter="INFO" root="INFO" saaj="INFO" security="INFO" server="INFO" verifier="INFO" web-container="INFO"/>
          </log-service>
          <security-service anonymous-role="ANYONE" audit-enabled="false" audit-modules="default" default-realm="file" jacc="default">
            <auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="file">
              <property name="file" value="${com.sun.aas.instanceRoot}/config/keyfile"/>
              <property name="jaas-context" value="fileRealm"/>
            </auth-realm>
            <auth-realm classname="com.sun.enterprise.security.auth.realm.certificate.CertificateRealm" name="certificate">
        </auth-realm>
            <jacc-provider name="default" policy-configuration-factory-provider="com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl" policy-provider="com.sun.enterprise.security.provider.PolicyWrapper">
              <property name="repository" value="${com.sun.aas.instanceRoot}/generated/policy"/>
            </jacc-provider>
            <audit-module classname="com.sun.enterprise.security.Audit" name="default">
              <property name="auditOn" value="false"/>
            </audit-module>
          </security-service>
          <transaction-service automatic-recovery="false" heuristic-decision="rollback" keypoint-interval="2048" retry-timeout-in-seconds="600" timeout-in-seconds="0" tx-log-dir="${com.sun.aas.instanceRoot}/logs"/>
          <monitoring-service>
            <module-monitoring-levels connector-connection-pool="OFF" ejb-container="OFF" http-service="OFF" jdbc-connection-pool="OFF" orb="OFF" thread-pool="OFF" transaction-service="OFF" web-container="OFF"/>
          </monitoring-service>
          <java-config classpath-suffix="D:\Sun/lib/jaxb-api.jar;D:\Sun/lib/jaxb-impl.jar;D:\Sun/lib/jaxb-libs.jar;D:\Sun/lib/jaxb-xjc.jar;D:\Sun/lib/jwsdp-tools-lib/jax-qname.jar;D:\Sun/lib/jwsdp-tools-lib/namespace.jar;D:\Sun/lib/relaxngDatatype.jar;D:\Sun/lib/xsdlib.jar;${com.sun.aas.installRoot}/pointbase/lib/pbclient.jar${path.separator}${com.sun.aas.installRoot}/pointbase/lib/pbembedded.jar" debug-enabled="false" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044" env-classpath-ignored="true" java-home="${com.sun.aas.javaRoot}" javac-options="-g" rmic-options="-iiop -poa -alwaysgenerate -keepgenerated -g" server-classpath="D:\Sun/lib/activation.jar;D:\Sun/lib/endorsed/xercesImpl.jar;D:\Sun/lib/endorsed/dom.jar;D:\Sun/lib/endorsed/xalan.jar;D:\Sun/lib/saaj-api.jar;D:\Sun/lib/saaj-impl.jar;D:\Sun/lib/jaxrpc-spi.jar;D:\Sun/lib/jwsdp-tools-lib/jax-qname.jar;D:\Sun/lib/relaxngDatatype.jar;D:\Sun/lib/xsdlib.jar;${com.sun.aas.javaRoot}/lib/tools.jar${path.separator}${com.sun.aas.installRoot}/lib/install/applications/jmsra/imqjmsra.jar${path.separator}${com.sun.aas.imqLib}/jaxm-api.jar${path.separator}${com.sun.aas.imqLib}/fscontext.jar${path.separator}${com.sun.aas.antLib}/ant.jar">
            <!-- various required jvm-options -->
            <jvm-options>-client</jvm-options>
            <jvm-options>-Djava.endorsed.dirs=${com.sun.aas.installRoot}/lib/endorsed</jvm-options>
            <jvm-options>-Dhttp.proxyHost=</jvm-options> <jvm-options>-Dhttp.proxyPort=</jvm-options> <jvm-options>-Djwsdp.container.type=appserver</jvm-options> <jvm-options>-Dorg.apache.xindice.root-collection=${com.sun.aas.instanceRoot}/applications/j2ee-modules/RegistryServer/Xindice</jvm-options> <jvm-options>-Dxindice.db.home=${com.sun.aas.instanceRoot}/applications/j2ee-modules/RegistryServer/Xindice</jvm-options> <jvm-options>-Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy</jvm-options>
            <jvm-options>-Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf</jvm-options>
            <jvm-options>-Dsun.rmi.dgc.server.gcInterval=3600000</jvm-options>
            <jvm-options>-Dsun.rmi.dgc.client.gcInterval=3600000</jvm-options>
            <jvm-options>-Dcom.sun.web.console.appbase=/${com.sun.aas.installRoot}/lib/install/applications/com_sun_web_ui</jvm-options>
            <jvm-options>-Xmx512m</jvm-options>
            <jvm-options>-Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks</jvm-options>
            <jvm-options>-Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks</jvm-options>
            <jvm-options>-Djava.ext.dirs=${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext</jvm-options>
            <jvm-options> -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver</jvm-options>
            <jvm-options>-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar</jvm-options>
            <jvm-options>-XX:NewRatio=2</jvm-options>
          </java-config>
          <thread-pools>
            <thread-pool idle-thread-timeout-in-seconds="120" max-thread-pool-size="200" min-thread-pool-size="0" num-work-queues="1" thread-pool-id="thread-pool-1"/>
          </thread-pools>
        </config>
        <!-- config model with name "server-config" ends -->
      </configs>
      <servers>
        <server config-ref="server-config" name="server">
          <application-ref enabled="true" ref="adminapp" virtual-servers="__asadmin"/>
          <application-ref enabled="true" ref="admingui" virtual-servers="__asadmin"/>
          <application-ref enabled="true" ref="com_sun_web_ui" virtual-servers="__asadmin"/>
          <application-ref enabled="true" ref="MEjbApp" virtual-servers="server"/>
          <application-ref enabled="true" ref="__ejb_container_timer_app" virtual-servers="server"/>
          <resource-ref enabled="true" ref="jdbc/__TimerPool"/>
          <resource-ref enabled="true" ref="jdbc/PointBase"/>
        </server>
      </servers>
    </domain>Cheers.
    Rich

  • How to disable config.xml file reloading

    Hi,
    I changed the value of PreferWebInfClasses in my config.xml with the weblogic.admin SET command. I restart my saerver, everything works fine... But then, two/three minutes after deploying my web app, I got a <Configuration changes for domain saved to the repository.> in my weblogic.log and the config.xml file is restored from I don't know where without the PreferWebInfClasses set to true.
    Anyone has an Idea ?
    Thanks in advance,
    Regis

    Are you using 6.1sp3 or 7.0?
    Is there any reason why u r using SET Command
    You can enable this option via console. This will persist the property
    Regis <[email protected]> wrote:
    Hi,
    I changed the value of PreferWebInfClasses in my config.xml with the
    weblogic.admin SET command. I restart my saerver, everything works fine...
    But then, two/three minutes after deploying my web app, I got a <Configuration
    changes for domain saved to the repository.> in my weblogic.log and
    the config.xml file is restored from I don't know where without the
    PreferWebInfClasses set to true.
    Anyone has an Idea ?
    Thanks in advance,
    Regis

  • How to retrieve image from XML  file

    Hi All,
    I am new to XML. So any best guidance is appreciated.
    The application requirement is to display image retrived from uploaded xml file in file upload section of our application. And store that image in database.
    In my XML file , images & strings & numbers & booleans are there . I am able to save everything in database except images .
    I am using JSF, Seam & Hibernate combination. In my Hibernate entity class i took BLOB datatype for image.
    I am using following tags in my Xhtml file to display image
    <s:graphicImage value="#{hibernateentitybean.picBlobtype}" height="200" width="200">
    <s:transformImageSize width="200" height="200" />
    <s:transformImageType contentType="image/jpeg"/>
    But image is not displayed in Xhtml file
    I am using org.w3c.dom.Document for retrieving node name & corresponding value in that node in XML file.
    I am getting code like below for Image when i am logging all values from XML files in my bean class .
    x0lGQRQAAAABAAAAAAAAAFJHAQARAAAAVwBhAHQAZQByACAAbABpAGwAaQBlAHMALgBqAHAAZwAAAP/Y/+AAEEpGSUYAAQIBAGAAYAAA/+0YLl
    I want to convert this value to image. So i can convert image to bytes and store in BLOB.
    Can anyone guide me ? or any other approach .
    Thanks in advance for any reply.
    Regards,
    Naresh

    Dan_Koldyr wrote:
    agree, it's really odd. Just reread OP and it says:
    NareshDharmiVatsal  wrote:
    want to convert this value to image. In any case it doesn't get worth then another single code line:
    final String cdata = "x0lGQRQAAAABAAAAAAAAAFJHAQARAAAAVwBhAHQAZQByACAAbABpAGwAaQBlAHMALgBqAHAAZwAAAP/Y/+AAEEpGSUYAAQIBAGAAYAAA/+0YLl";
    final sun.misc.BASE64Decoder decoder = new sun.misc.BASE64Decoder();
    final byte[] data = decoder.decodeBuffer(cdata);
    Blob blob = new SerialBlob(data);//or what ever other DB-specific blob implementaiton Did i answered original question? Any more comments to my first replay?I can comment on this latest code. The package sun.misc is private to Sun (Oracle now of course). It is undocumented and may change or be removed altogether in a future release. There is a good free open source Base64 decoder in the Jakarta Commons Codec library.

  • Error XML file, Description ID...is more than 30 char. won`t be send toCCMS

    Hi, could somebody help me with these message error I got at starting time of our EP:
    error in XML file -> Description ID:[MGR.Port.AcceptingThreadsUsageRate ]is more than 30 characters and won't be sent to CCMS.
    error in XML file -> Description ID:[MGR.ConManip.TotalConnectionsCount ]is more than 30 characters and won't be sent to CCMS.
    error in XML file -> Description ID:[MGR.ConManip.TELNETConnectionsCount ]is more than 30 characters and won't be sent to CCMS.
    And so on until 20 or 30 times.
    Regards,
    Santi

    1st of all my apologize for the delay. I got theses messages when EP is starting. Here you are attached a snapshot of logs. Anyway, I know that log files are at /usr/sap/EPD/JC01/cluster/server0/log: defaultTrace.trc, but I don't know how to upload here, and what is more, I don't know where is that XML file referenced in the message, this is what I'm asking for.
    Thanks in advance, Santi.
    Message was edited by: Santiago Ruiz Ramos Also at /usr/sap/EPD/JC01/work I got these files ... dev_dispatcher, dev_dispatcher.b00 and dev_dispatcher.b01 Below are attached as you requested me. Once time more, thanks in advanced for your help.
    Message was edited by: Santiago Ruiz Ramos
    Gosh, I have again problems to attach a file, because I have packed all std* in std.rar file
    I'll send you as soon as possible.

  • Fatal Error: domain.xml

    Can anybody help me about this error. I checked the domain.xml and it the file got corrupted.
    I am in the middle of testing and i would appreciate your ideas.
    asadmin> start-domain --user admin
    [Fatal Error] domain.xml:248:80: XML document structures must start and end with in the same entity.
    Starting Domain domain1, please wait.
    Log redirected to /var/opt/SUNWappserver/domains/domain1/logs/server.log.
    Please enter password>
    Error refreshing ConfigContext:/var/opt/SUNWappserver/domains/domain1/config/domain.xml
    cause: Failed to create the XML-DOM Document. Check your XML to make sure it is correct.
    XML document structures must start and end within the same entity.
    CLI156 Could not start the domain domain1.
    THankyou.
    G

    You must have manually edited domain.xml file. What you can do is to create a new server instance(cluster) with similar options you used for your instance that wouldn't start and replace the corrupted domain.xml with the one from created instance.
    You can even do some appserver temp install for that, but make sure you edit the unique parameters to match the instance/domain that wouldn't start.

  • So what's the deal with missing context-root element in domain.xml?

    I see that this issue has come up in the past:
    If one hand modifies an application's web.xml file and tries to deploy using JSC, the application's corresponding web-module element's context-root gets nuked in the app server's domain.xml file. The only way I can get the server AND app to successfully run is to manually add context-root back in and manually restart the server (whether from JSC Deployment Server tree node or from the Start Menu (I'm running on XP Pro.) Trying to start either/both from the Run Project button on JSC recreates the problem. Is this a bug? Am I doing something wrong? If bug, will this be addressed soon?

    Here's what I did:
    1. I created a simple HelloWorld JSF project & tested that it compiled, deployed & ran fine using built-in AppServer.
    2. Switched Project View to FileSystem view & opened src/web/WEB-INF/web.xml for editing
    3. Inserted security-constraint
        <!-- Security -->
        <security-constraint>
              <display-name>SecurityConstraint</display-name>
              <web-resource-collection>
                 <web-resource-name>WRCollection</web-resource-name>
                 <url-pattern>/*</url-pattern>
              </web-resource-collection>
              <auth-constraint>
                 <role-name>admin</role-name>
              </auth-constraint>
              <user-data-constraint>
                 <transport-guarantee>NONE</transport-guarantee>
              </user-data-constraint>
        </security-constraint>  4. Tried to deploy & get deplyment failure messages.
    5. Looking in to the %APPSERVERROOT%/domains/creator/config/domain.xml file shows that the HelloWorld webmodule line looks as follows:
    <web-module enabled="true" location="c:/Documents and Settings/Jake Ochs/My Documents/Creator/Projects/HelloWorld/build" name="_helloworld" object-type="user"/>(notice how "context-root" is missing & now needs to be added manually to getthe app to run again.

  • Location of XMl file of a Concurrent Request

    Hi All,
    I have developed a report in XML Publisher. The report runs successfully in DEV. Now this has been migrated to higher instances. The data is not correctly appearing in the report. I want to debug this .
    I understand that when we click on Diagnostics and View XML on the concurrent request ,we see the ..XML file with all the tags generated. Up until this point its working fine.
    My problem comes, while viewing the XML. The XML file with tags stops after few records saying that there is an Invalid character.
    My question here is , "DOES ANY ONE KNOW WHERE DOES THIS XML FILE WITH THE RUNTIME TAGS STORE IN THE APPLICATION"?. Please help me
    Thanks for taking time to read and help me
    Thanks
    Sandeep

    Hi All,
    I have developed a report in XML Publisher. The report runs successfully in DEV. Now this has been migrated to higher instances. The data is not correctly appearing in the report. I want to debug this .
    I understand that when we click on Diagnostics and View XML on the concurrent request ,we see the ..XML file with all the tags generated. Up until this point its working fine.
    My problem comes, while viewing the XML. The XML file with tags stops after few records saying that there is an Invalid character.
    My question here is , "DOES ANY ONE KNOW WHERE DOES THIS XML FILE WITH THE RUNTIME TAGS STORE IN THE APPLICATION"?. Please help me
    Thanks for taking time to read and help me
    Thanks
    Sandeep

  • Xcelsius XML Connection Issue when using a Crystal created XML file

    HI Xcelsius/Crystal Gurus,
    I am running Crystal Reports 2008 version 12.2.9.698 and Xcelsius 2008 5.3.0.0 Build 12,3,0,670,
    I am attempting to create an XML file from a Crystal report which will be consumed by an Xcelsius Dashboard.  Apparently, there is something with the file that Xcelsius does not like.
    I have formatted the report exactly as Xcelsius requires and exporting via text with an xml extension to create an .xml file.  When I add an XML Connection in Xcelsius and add the appropriate names/range, etc...I am able to see the file via the Preview XML button on the Connection, but when I use a component, I am not seeing the data in the component.
    I can 'recreate' the file in NotePad by manually typing in the entries to look exactly like the file created by Crystal and set up a connection in Xcelsius to consume that file and it works beautifully.
    Does anyone have any experience with using Crystal Reports to create an XML file (not using the XML Export, but by exporting as a Text and adding an extension)?
    Is it possible that Crystal is adding hidden characters or something?  I can pull this Crystal created file into an XML editor or MS Word and it is validated as a good XML File.
    Any help is greatly appreciated!

    This article is all about setting up security on the web service. But, I just want to connect to the web service as a client using the proxy and the web service doesn't have any security set on it at this time.
    I am getting a connection timeout, even when I set the syncMaxWaitTime in the domain.xml file on the app server to a higher number (although this doesn't seem to affect the time it takes for the debugger to return).

  • How and when to load cross-domain.xml for web services.

    I'm accessing some 3rd party web services and so I need them to have a cross-domain.xml file, which they have done.
    In order to access their web services, am I correct that I need to load the cross-domain.xml file they put on their web server, and if so, is my code to do so below correct, which I put in my creationComplete handler function?
    Note, of course the IP address in my code is not 0.0.0.0.
    Do I need all these lines, and am I doing this correctly?
    Currently I am getting a SecurityErrorEvent.
    Security.allowDomain("0.0.0.0");
    Security.loadPolicyFile("http://0.0.0.0/crossdomain.xml");
    var request:URLRequest = new URLRequest("http://0.0.0.0/crossdomain.xml");
    var loader:URLLoader = new URLLoader();
    loader.addEventListener(Event.COMPLETE, policyLoaded);
    loader.addEventListener(IOErrorEvent.IO_ERROR, policyIOError);
    loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, policySecurityError);
    loader.load(request);

    Okay, I found that when I put the crossdomain.xml file at the root of my web site file area my hosting company provides, I do not specifically need to load the crossdomain.xml file.
    But if I want finer control over who has access to what, and I put the crossdomain.xml file in the same directory as my Flex app SWF file, what lines of the following code (or additional lines I don't know about) should I put in my app creationComplete handler function to load the crossdomain.xml file?
    Note, of course the IP address in my code is not 0.0.0.0.
    Do I need all these lines, and am I doing this correctly?
    Security.allowDomain("0.0.0.0");
    Security.loadPolicyFile("http://0.0.0.0/myAppFolder/crossdomain.xml");
    var request:URLRequest = new URLRequest("http://0.0.0.0/myAppFolder/crossdomain.xml");
    var loader:URLLoader = new URLLoader();
    loader.addEventListener(Event.COMPLETE, policyLoaded);
    loader.addEventListener(IOErrorEvent.IO_ERROR, policyIOError);
    loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, policySecurityError);
    loader.load(request);

  • UIModel XML file location - creation and refactoring

    I am using JDeveloper 9.0.5.2. How can I control where the UIModel XML file is created when I create it explicitly or implicitly via drag-drop within JDeveloper?
    This is giving me fits. I have had some success only when explicitly creating the UIModel, but if its implicitly created before I get to it, it seems to have a mind of its own.
    So likewise, once a UIModel is created, how can I rename it or move it to a different package?
    B

    Jdeveloper creates the UIModel files in the projects default package. (Project Properties|Input Paths).
    The only way to refactor UIModels is to do it manually. You need to copy the uimodel to the correct directory, then remove it from the application workspace, and open the new uimodel and add it to the workspace.
    Finally, edit the Databindings.cpx file in a text editor and update the package name of the uimodel.
    Gareth

Maybe you are looking for