Problem in OHW I5

Hi,
I am new to Oracle Help and working on a POC as part of my requirement, I have successfully created POC in OHW 2.0 but now I need to work on latest version to avail advanced search features. After exploring, I found ohwrcf_i5.ear and I have followed the instructions given in the installation guide " OHW RC Release Note I5" to set it up in Standalone OC4J 11. when I try to deploy the application, I am ending up with ADFLogger exception and according to some web-references, its a known versioning issue and it works if deployed in the embedded OC4J with JDeveloper Studio Edition Version 11.1.1.0.0.
I am using JDeveloper Studio Edition Version 11.1.1.0.0, I did imported the ear file ohwrcf_i5.ear, added the required JSF and JSTL taglibs, and build was successful. But when I try running main.jspx, I am getting a blank page with the message "No config parameter specified in the url or invalid config parameter. Please contact your administrator for more information."
The log message in Embedded OC4J console is below:
Target URL -- http://127.0.0.1:8988/ohwrcf/faces/helppages/main.jspx
Apr 17, 2008 2:57:22 PM oracle.classloader.util.ClassLoadLogger log
WARNING: Code-source C:\JDeveloper\mywork\ohwrcf_i5\ohwrcf\public_html\WEB-INF\lib\share.jar (from WEB-INF/lib/ directory in C:\JDeveloper\mywork\ohwrcf_i5\ohwrcf\public_html\WEB-INF\lib) has the same filename but is not identical to /D:/Program Files/jdevstudio1111/jlib/share.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\Program Files\jdevstudio1111\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader current-workspace-app.web.ohwrcf:0.0.0.
Apr 17, 2008 2:57:30 PM oracle.help.web.rich.OHWFilter doFilter
WARNING: Cannot find Global Configuration with url: http://127.0.0.1:8988/ohwrcf/faces/helppages/main.jspx
I have also tried the same on IE7 as well but the same message is displayed.
Can you please help me in resolving this issue.
Thanks in Adv
Raza

It got it solved by myself when I tried with config=OHW+Servlet+1.
Regards
Raza

Similar Messages

  • Unable to display topics in OHW

    Greetings,
    I am using OHW 2.0.2 and having problems displaying topics. My ohwconfig.xml looks like...
    <?xml version='1.0' encoding='UTF-8'?>
    <helpConfiguration
    version="2.0"
    xmlns="http://xmlns.oracle.com/help/web/config">
    <!-- Page branding based on ResourceBundle -->
    <brandings>
    <branding text="HP OpenView Web Console Help" />
    </brandings>
    <!-- Different locale setups. -->
    <locales>
    <!-- English: -->
    <locale language="en">
    <books>
    <helpSet id="ovwebhelp"
    location="http://localhost/ohs/?type=ov_web&amp;locale=en&amp;port=80" >
    <contentLocation baseURI="http://localhost/help/en/ov_web/ui/gStart/" id="1" />
    </helpSet>
    </books>
    </locale>
    </locales>
    <navigatorAliases>
    <!-- Uncomment for Tree Based TOC Navigator
    <alias name="oracle.help.navigator.tocNavigator.TOCNavigator"
    value="oracle.help.web.navigator.tocNavigator.TOCTreeNavigator" /> --
    </navigatorAliases>
    <parameters>
    <combineBooks>false</combineBooks>
    <useLabelInfo>true</useLabelInfo>
    <!--
    Number of locales that are kept in memory all the time.
    Please see the OHW documentation for more information on
    this parameter.
    <cacheSize>3</cacheSize>
    -->
    </parameters>
    </helpConfiguration>
    Unfortunately while ohw displays the table of contents correctly, I can't select any topic and see the table of contents. The URL for the helpset is a generated helpset with just one subhelpset:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <helpset>
    <title>Openview Help</title>
    <subhelpset location="http://peony:80/help/en/ov_web/ui/gStart/getStarted.hs" order="2147483647" />
    </helpset>
    I'm running all of this on a single Windows XP machine peony with JDK 1.4.2. What do I need to do to ensure OHW displays the content of my topics? I thought the <contentLocation> element was the only additional thing I needed to do, but that's not working.
    thanks,
    Elizabeth Dyer.

    Greetings,
    I am still pursuing problems with OHW and displaying the help content correctly. All the subhelpsets are under the same directory structure, e.g. help/en/ov_web/ui/hoh, help/en/ov_web/ui/usingHelp, etc. The html files in the subhelpsets usually reference a shared jpg file in their html file...
    <body leftmargin="10px" topmargin="12px" marginheight="12px">
    <img class="bannerrightimage" src="../../../common/image/banner_graphic.jpg" alt
    ="Library logo">
    where banner_graphic.jpg resides in the help/en/ov_web/common/image directory. Note that the common directory itself contains no subhelpsets, but stylesheets and graphics shared by all the help html files.
    I have added all the subhelpset locations to ohwconfig.xml with the <contentLocation> element (including the common/image directory). All subhelpsets are referenced via an apache alias that points to the help directory. OHW is not displaying images that are referenced in the html for the topic. If I look in my access_log for apache, I find that the URL to banner_graphic.jpg is wrong...
    15.2.113.125 - - [01/Mar/2005:13:12:18 -0700] "GET /ohw/help/common/image/banner_logo.gif HTTP/1.1" 302 -
    This should be /help/en/ov_web/common/image/banner_logo.gif
    So, what do I need to add to my ohwconfig.xml to get it to reference URLs that are shared by multiple html files, but still within a directory specified by a contentLocation element. If needed, I can mail you my ohwconfig.xml and portions of the subhelpsets to reproduce the problem.
    thanks,
    Elizabeth Dyer.

  • Ohw-demo-ear-2.0.0-beta3.ear

    Hi, when I try to deploy ohw-demo-ear-2.0.0-beta3.ear on my application server (9.0.2) I have this error:
    Deployment failed: Nested exception Root Cause: Error loading web-app 'ohw-demo' at D:\Oracle\Midtier\j2ee\OC4J_HELP_OHW\applications\ohwdemo\ohw-demo: Unknown deployment tag in D:\Oracle\Midtier\j2ee\OC4J_HELP_OHW\application-deployments\ohwdemo\ohw-demo/orion-web.xml: <web-app-class-loader>; nested exception is: java.lang.InstantiationException: Error loading web-app 'ohw-demo' at D:\Oracle\Midtier\j2ee\OC4J_HELP_OHW\applications\ohwdemo\ohw-demo: Unknown deployment tag in D:\Oracle\Midtier\j2ee\OC4J_HELP_OHW\application-deployments\ohwdemo\ohw-demo/orion-web.xml: <web-app-class-loader>. Error loading web-app 'ohw-demo' at D:\Oracle\Midtier\j2ee\OC4J_HELP_OHW\applications\ohwdemo\ohw-demo: Unknown deployment tag in D:\Oracle\Midtier\j2ee\OC4J_HELP_OHW\application-deployments\ohwdemo\ohw-demo/orion-web.xml: <web-app-class-loader>; nested exception is: java.lang.InstantiationException: Error loading web-app 'ohw-demo' at D:\Oracle\Midtier\j2ee\OC4J_HELP_OHW\applications\ohwdemo\ohw-demo: Unknown deployment tag in D:\Oracle\Midtier\j2ee\OC4J_HELP_OHW\application-deployments\ohwdemo\ohw-demo/orion-web.xml: <web-app-class-loader>
    [Edited by: rpollock on May 10, 2004 9:43 AM]

    Can you please try again with the OHW 2.0 production
    demo bundle? Please let us know if the problem
    reoccurs.OHW 2.0 production also cannot be deployed to AS 9.0.2 because of the same error. But it works well with 10g.

  • Generated helpset not displayed correctly in OHW 2.0.2

    Hi,
    I have a servlet which generates a helpset file. To test my helpset, I plug in the url to the ohwconfig.xml in the ohw-demo-2.0.2 sample; ie C:\Tomcat 5.0\webapps\ohw-demo-2.0.2\helpsets\ohwconfig.xml
    The change in the ohwconfig.xml looks like this:
    <locales>
    <locale language="en">
    <books>
    <helpSet id="test" location="http://mymachine:8080/ohs/?type=ov_java&locale=ja&port=80" />
    </books>
    </locale>
    </locales>
    When I try to access the demo help (http://mymachine:8080/ohw-demo-2.0.2/help), I get:
    Error in OHW Configuration:
    Critical error in OHW configuration:
    No books in [books] section.
    ---what works, but not what I want---
    If I save off the output of the servlet into a file, say "test.hs" and put in under an htdocs directory (so it is visible to my webserver), everything works. My ohwconfig.xml looks like this:
    <locales>
    <locale language="en">
    <books>
    <helpSet id="test" location="http://mymachine:80/help/test.hs"/>
    </books>
    </locale>
    </locales>
    The java dump when it fails:
    java.io.EOFException: no more data available
    at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2968)
    at org.xmlpull.mxp1.MXParser.more(MXParser.java:2975)
    at org.xmlpull.mxp1.MXParser.parseEntityRef(MXParser.java:2207)
    at org.xmlpull.mxp1.MXParser.parseAttribute(MXParser.java:2045)
    at oracle.help.common.xml.HelpXmlPullParser$LaxParser.parseAttribute(Hel
    pXmlPullParser.java:226)
    at org.xmlpull.mxp1.MXParser.parseStartTag(MXParser.java:1802)
    at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1171)
    at org.xmlpull.mxp1.MXParser.next(MXParser.java:1137)
    at oracle.help.common.xml.HelpXmlPullParser._processDocument(HelpXmlPull
    Parser.java:138)
    at oracle.help.common.xml.HelpXmlPullParser.<init>(HelpXmlPullParser.jav
    a:58)
    at oracle.help.common.xml.ParserFactory.createParser(ParserFactory.java:
    32)
    at oracle.help.web.config.parser.OHWParser.getGlobalConfiguration(OHWPar
    ser.java:87)
    at oracle.help.web.OHWController._createOHWConfiguration(OHWController.j
    ava:711)
    at oracle.help.web.OHWController.init(OHWController.java:89)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
    java:1029)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:86
    2)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContex
    t.java:4013)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
    357)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
    .java:823)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:80
    7)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
    at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDep
    loyer.java:277)
    at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
    :349)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
    eSupport.java:119)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478
    at org.apache.catalina.core.StandardService.start(StandardService.java:4
    80)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:231
    3)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Critical error in OHW configuration:
    No books in [books] section.
    Any help would be great:)
    thanks,
    -ron

    Hi Brian,
    My environment is all within a firewall, so I don't think that is the problem. I wrote a simple servlet which successfully accessed the URL. Here is the output of the console, including the stack trace:
    Dec 7, 2004 10:58:12 AM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Dec 7, 2004 10:58:13 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 891 ms
    Dec 7, 2004 10:58:13 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Dec 7, 2004 10:58:13 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
    Dec 7, 2004 10:58:13 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Dec 7, 2004 10:58:13 AM org.apache.catalina.core.StandardHost getDeployer
    INFO: Create Host deployer for direct deployment ( non-jmx )
    Dec 7, 2004 10:58:13 AM org.apache.catalina.core.StandardHostDeployer install
    INFO: Processing Context configuration file URL file:C:\Tomcat 5.0\conf\Catalina
    \localhost\admin.xml
    Dec 7, 2004 10:58:13 AM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=tru
    e
    Dec 7, 2004 10:58:13 AM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNul
    l=true
    Dec 7, 2004 10:58:13 AM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', retur
    nNull=true
    Dec 7, 2004 10:58:15 AM org.apache.catalina.core.StandardHostDeployer install
    INFO: Processing Context configuration file URL file:C:\Tomcat 5.0\conf\Catalina
    \localhost\balancer.xml
    Dec 7, 2004 10:58:15 AM org.apache.catalina.core.StandardHostDeployer install
    INFO: Processing Context configuration file URL file:C:\Tomcat 5.0\conf\Catalina
    \localhost\manager.xml
    Dec 7, 2004 10:58:15 AM org.apache.catalina.core.StandardHostDeployer install
    INFO: Installing web application at context path /ohs from URL file:C:/Tomcat 5.
    0/webapps/ohs
    Dec 7, 2004 10:58:15 AM org.apache.catalina.core.StandardHostDeployer install
    INFO: Installing web application at context path /ohw-demo-2.0.2 from URL file:C
    :/Tomcat 5.0/webapps/ohw-demo-2.0.2
    Full thread dump Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode):
    "Signal Dispatcher" daemon prio=10 tid=0x008f4088 nid=0x3294 waiting on conditio
    n [0..0]
    "Finalizer" daemon prio=9 tid=0x008f1480 nid=0x27ac in Object.wait() [2b5f000..2
    b5fd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x104fac80> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x104fac80> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x008f0050 nid=0x1abc in Object.wait() [2
    b1f000..2b1fd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x104face8> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:429)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
    - locked <0x104face8> (a java.lang.ref.Reference$Lock)
    "main" prio=5 tid=0x00035ed0 nid=0x2b64 runnable [7e000..7fc3c]
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
    - locked <0x1007cef8> (a java.io.BufferedInputStream)
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:756)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:711)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:626)
    - locked <0x100744a8> (a sun.net.www.protocol.http.HttpURLConnection)
    at java.net.URL.openStream(URL.java:913)
    at oracle.help.common.util.LocaleUtils.determineHelpSetEncoding(LocaleUt
    ils.java:191)
    at oracle.help.library.helpset.HelpSet._parseFile(HelpSet.java:451)
    at oracle.help.library.helpset.HelpSet._initHelpSet(HelpSet.java:420)
    at oracle.help.library.helpset.HelpSet.<init>(HelpSet.java:167)
    at oracle.help.web.config.parser.LocalesSectionParser._handleHelpSet(Loc
    alesSectionParser.java:389)
    at oracle.help.web.config.parser.LocalesSectionParser._parseBooks(Locale
    sSectionParser.java:296)
    at oracle.help.web.config.parser.LocalesSectionParser._parseLocale(Local
    esSectionParser.java:261)
    at oracle.help.web.config.parser.LocalesSectionParser.parse(LocalesSecti
    onParser.java:109)
    at oracle.help.web.config.parser.OHWParser._parse(OHWParser.java:157)
    at oracle.help.web.config.parser.OHWParser.getGlobalConfiguration(OHWPar
    ser.java:92)
    at oracle.help.web.OHWController._createOHWConfiguration(OHWController.j
    ava:711)
    at oracle.help.web.OHWController.init(OHWController.java:89)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
    java:1029)
    - locked <0x10858b48> (a org.apache.catalina.core.StandardWrapper)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:86
    2)
    - locked <0x10858b48> (a org.apache.catalina.core.StandardWrapper)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContex
    t.java:4013)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
    357)
    - locked <0x10843b60> (a org.apache.catalina.core.StandardContext)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
    .java:823)
    - locked <0x105cb660> (a java.util.HashMap)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:80
    7)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
    at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDep
    loyer.java:277)
    - locked <0x1060fc80> (a org.apache.catalina.core.StandardHostDeployer)
    at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
    :349)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
    eSupport.java:119)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
    - locked <0x105c67a0> (a org.apache.catalina.core.StandardHost)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
    - locked <0x105c67a0> (a org.apache.catalina.core.StandardHost)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
    - locked <0x105afa00> (a org.apache.catalina.core.StandardEngine)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478
    at org.apache.catalina.core.StandardService.start(StandardService.java:4
    80)
    - locked <0x105afa00> (a org.apache.catalina.core.StandardEngine)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:231
    3)
    - locked <0x105dbc68> (a [Lorg.apache.catalina.Service;)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    "VM Thread" prio=5 tid=0x009336e8 nid=0x2474 runnable
    "VM Periodic Task Thread" prio=10 tid=0x009357b8 nid=0x327c waiting on condition
    "Suspend Checker Thread" prio=10 tid=0x008f37d0 nid=0x2d5c runnable

  • Problem to weblogic start managed server "OraSDP"

    Hi all,
    first, sorry if this location is not correct to this thread.
    I have a problem when I start a weblogic managed server, which indicates there is an error to check a QueueConnectionFactory into JNDI.
    The log of this error is next:
    <16-feb-2011 13H35' CET> <Warning> <Connector> <BEA-190110> <Resource Adapter is calling BootstrapContext.createTimer() and allocating a Timer Thread that is not managed by WebLogic Server. This may adversely impact the performance/operation of WebLogic Server.>
    <16-feb-2011 13H35' CET> <Error> <oracle.sdp.messaging.util> <SDP-25716> <Se ha producido un error al consultar QueueConnectionFactory en JNDI, saltando: [OraSDPM/QueueConnectionFactory, OraSDPM/Queues/OraSDPMDriverDefSndQ1] >
    <16-feb-2011 13H35' CET> <Error> <oracle.sdp.messaging.util> <SDP-25700> <Se ha obtenido una excepción inesperada.
    javax.naming.NameNotFoundException: While trying to lookup 'OraSDPM.QueueConnectionFactory' didn't find subcontext 'OraSDPM'. Resolved ''; remaining name 'OraSDPM/QueueConnectionFactory'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.sdpinternal.messaging.util.MessagingUtil.getQueueInfoList(MessagingUtil.java:1093)
         at oracle.sdpinternal.messaging.driver.DriverHelper.<init>(DriverHelper.java:189)
         at oracle.sdp.messaging.driver.DriverResourceAdapterBase.start(DriverResourceAdapterBase.java:300)
         at weblogic.connector.security.layer.AdapterLayer.start(AdapterLayer.java:980)
         at weblogic.connector.common.RAInstanceManager.initialize(RAInstanceManager.java:1185)
         at weblogic.connector.common.RAInstanceManager.<init>(RAInstanceManager.java:352)
         at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:197)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    Anyone knows how can I resolve this error?..
    Regards.
    PD: Sorry, but there is sentences in Spanish language.

    Hi, here you can see my config.xml and a xml file which are in the $DOMAIN_HOME/config/jms/ folder. I have split the config.xml in several parts because it exceeds the maximun length.
    Config.xml part I:
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://xmlns.oracle.com/weblogic/domain" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/xacml http://xmlns.oracle.com/weblogic/security/xacml/1.0/xacml.xsd http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator/1.0/passwordvalidator.xsd http://xmlns.oracle.com/weblogic/domain http://xmlns.oracle.com/weblogic/1.0/domain.xsd http://xmlns.oracle.com/weblogic/security http://xmlns.oracle.com/weblogic/1.0/security.xsd http://xmlns.oracle.com/weblogic/security/wls http://xmlns.oracle.com/weblogic/security/wls/1.0/wls.xsd">
    <name>npnode2</name>
    <domain-version>10.3.3.0</domain-version>
    <security-configuration>
    <name>npnode2</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType">
    <wls:use-retrieved-user-name-as-principal>true</wls:use-retrieved-user-name-as-principal>
    </sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    <sec:password-validator xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator" xsi:type="pas:system-password-validatorType">
    <sec:name>SystemPasswordValidator</sec:name>
    <pas:min-password-length>8</pas:min-password-length>
    <pas:min-numeric-or-special-characters>1</pas:min-numeric-or-special-characters>
    </sec:password-validator>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted>{AES}TvOXKMlehQtZcaRHQ/gQVlgYjxTmuP2CzlEJz9qrFh3uR07iZ+i8EGIA07v0wMPvmzqZi1A2iurkHF8xJHrn+4jPlQsyhKeRHIATxpxFScUXcGm/6ap/gt78jMklop90</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>{AES}UPT4LnwZgpkqKzgV/1Li+OoD2dj2d/J7kG4dELlPPoi=</node-manager-password-encrypted>
    </security-configuration>
    <server>
    <name>AdminServer</name>
    <listen-address></listen-address>
    <server-diagnostic-config>
    <name>AdminServer</name>
    <diagnostic-context-enabled>true</diagnostic-context-enabled>
    </server-diagnostic-config>
    </server>
    <server>
    <name>soa_server1</name>
    <ssl>
    <name>soa_server1</name>
    <listen-port>8002</listen-port>
    </ssl>
    <machine>LocalMachine</machine>
    <listen-port>8001</listen-port>
    <listen-address></listen-address>
    <server-diagnostic-config>
    <name>soa_server1</name>
    <diagnostic-context-enabled>true</diagnostic-context-enabled>
    </server-diagnostic-config>
    </server>
    <embedded-ldap>
    <name>npnode2</name>
    <credential-encrypted>{AES}wcwM9xWQy3NNzRzOEYbyOJq9JAPOo9HGL6EOylMeseZhLZLidXviUnNstKZbrnsu</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.3.0</configuration-version>
    <app-deployment>
    <name>FMW Welcome Page Application#11.1.0.0.0</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/fmw-welcome.ear</source-path>
    <deployment-order>5</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>DMS Application#11.1.1.1.0</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.war</source-path>
    <deployment-order>5</deployment-order>
    <security-dd-model>CustomRoles</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>wsil-wls</name>
    <target>AdminServer,soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/wsil-wls.ear</source-path>
    <deployment-order>5</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>FileAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/FileAdapter.rar</source-path>
    <deployment-order>321</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>DbAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/DbAdapter.rar</source-path>
    <deployment-order>322</deployment-order>
    <plan-dir xsi:nil="true"></plan-dir>
    <plan-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/Plan.xml</plan-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>JmsAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/JmsAdapter.rar</source-path>
    <deployment-order>323</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>AqAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/AqAdapter.rar</source-path>
    <deployment-order>324</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>FtpAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/FtpAdapter.rar</source-path>
    <deployment-order>325</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>SocketAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/SocketAdapter.rar</source-path>
    <deployment-order>326</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>MQSeriesAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/MQSeriesAdapter.rar</source-path>
    <deployment-order>327</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>OracleAppsAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/AppsAdapter.rar</source-path>
    <deployment-order>328</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>OracleBamAdapter</name>
    <target>soa_server1</target>
    <module-type>rar</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/connectors/OracleBamAdapter.rar</source-path>
    <deployment-order>329</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>wsm-pm</name>
    <target>soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.wsm.pm_11.1.1/wsm-pm.ear</source-path>
    <deployment-order>5</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>usermessagingserver</name>
    <target>soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/communications/applications/sdpmessagingserver.ear</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>usermessagingdriver-email</name>
    <target>soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-email.ear</source-path>
    <deployment-order>200</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>usermessagingdriver-xmpp</name>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-xmpp.ear</source-path>
    <deployment-order>202</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>usermessagingdriver-smpp</name>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-smpp.ear</source-path>
    <deployment-order>203</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>usermessagingdriver-voicexml</name>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-voicexml.ear</source-path>
    <deployment-order>204</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>em</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/user_projects/applications/npnode2/em.ear</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>soa-infra</name>
    <target>soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/applications/soa-infra-wls.ear</source-path>
    <deployment-order>350</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>worklistapp</name>
    <target>soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/applications/worklist-wls.ear</source-path>
    <deployment-order>312</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>b2bui</name>
    <target>soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/applications/soa-infra-b2bui-wls.ear</source-path>
    <deployment-order>313</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>DefaultToDoTaskFlow</name>
    <target>soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/applications/DefaultToDoTaskFlow.ear</source-path>
    <deployment-order>314</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>composer</name>
    <target>soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/applications/soa-composer.ear</source-path>
    <deployment-order>315</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <library>
    <name>oracle.jrf.system.filter</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/system-filters.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.wsm.seedpolicies#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.jsp.next#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.jsp_11.1.1/ojsp.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.dconfig-infra#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.dconfig-infra_11.1.1.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>orai18n-adf#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.nlsgdk_11.1.0/orai18n-adf.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>adf.oracle.domain#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/adf.oracle.domain.ear</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.adf.dconfigbeans#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.adf.management#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.adf.management_11.1.1/adf-management.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>adf.oracle.domain.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.adf.view_11.1.1/adf.oracle.domain.webapp.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>jsf#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/wlserver_10.3/common/deployable-libraries/jsf-1.2.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>jstl#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/wlserver_10.3/common/deployable-libraries/jstl-1.2.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>UIX#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.uix_11.1.1/uix11.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>ohw-rcf#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.help_5.0/ohw-rcf.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>ohw-uix#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.help_5.0/ohw-uix.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.pwdgen#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/oracle_common/modules/oracle.pwdgen_11.1.1/pwdgen.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.rules#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.rules_11.1.1/rules.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.webcenter.composer#[email protected]</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/webcenter/modules/oracle.webcenter.framework_11.1.1/oracle.webcenter.composer.war</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.webcenter.skin#[email protected]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle.webcenter.skin.ear</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.workflow.wc#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.workflow_11.1.1/oracle.soa.workflow.wc.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.rules_editor_dc.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.rules_editor_dc.webapp_11.1.1/oracle.soa.rules_editor_dc.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.rules_dict_dc.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.rules_dict_dc.webapp_11.1.1/oracle.soa.rules_dict_dc.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.bpm.mgmt#[email protected]</name>
    <target>AdminServer</target>
    <source-path>/opt/Oracle/Middleware/oracle_common/bpm/modules/oracle.bpm.mgmt_11.1.1/oracle.bpm.bpmn-em-tools.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emai</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emai.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.sdp.messaging#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/communications/modules/oracle.sdp.messaging_11.1.1/sdpmessaging.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.sdp.client#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/communications/modules/oracle.sdp.client_11.1.1/sdpclient.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emas</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emas.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emcore</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emcore.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.bpel#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.bpel_11.1.1/oracle.soa.bpel.jar</source-path>
    <deployment-order>301</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.worklist#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.worklist_11.1.1/oracle.soa.worklist.jar</source-path>
    <deployment-order>302</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.workflow#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.workflow_11.1.1/oracle.soa.workflow.jar</source-path>
    <deployment-order>303</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.mediator#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.mediator_11.1.1/oracle.soa.mediator.jar</source-path>
    <deployment-order>304</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.composer.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.composer.webapp_11.1.1/oracle.soa.composer.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.ext#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1/oracle.soa.ext.jar</source-path>
    <deployment-order>307</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.b2b#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/oracle.soa.b2b.jar</source-path>
    <deployment-order>308</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.worklist.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>/opt/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.worklist.webapp_11.1.1/oracle.soa.worklist.webapp.war</source-path>
    <deployment-order>309</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <machine>
    <name>LocalMachine</name>
    <node-manager>
    <name>LocalMachine</name>
    <listen-address>localhost</listen-address>
    </node-manager>
    </machine>
    <jms-server>
    <name>SOAJMSServer</name>
    <target>soa_server1</target>
    <persistent-store>SOAJMSFileStore</persistent-store>
    </jms-server>
    <jms-server>
    <name>UMSJMSServer</name>
    <target>soa_server1</target>
    <persistent-store>UMSJMSFileStore</persistent-store>
    </jms-server>
    <jms-server>
    <name>JMSSGPMC</name>
    <target>soa_server1</target>
    <persistent-store>FileStore-0</persistent-store>
    <hosting-temporary-destinations>true</hosting-temporary-destinations>
    <temporary-template-resource xsi:nil="true"></temporary-template-resource>
    <temporary-template-name xsi:nil="true"></temporary-template-name>
    <message-buffer-size>-1</message-buffer-size>
    <paging-file-locking-enabled>true</paging-file-locking-enabled>
    <expiration-scan-interval>30</expiration-scan-interval>
    </jms-server>
    <self-tuning>
    <work-manager>
    <name>wm/SOAWorkManager</name>
    <target>soa_server1</target>
    </work-manager>
    </self-tuning>
    <shutdown-class>
    <name>JOC-Shutdown</name>
    <target>AdminServer,soa_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.ias.cache.Shutdown</class-name>
    </shutdown-class>
    <shutdown-class>
    <name>DMSShutdown</name>
    <target>AdminServer,soa_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.dms.wls.DMSShutdown</class-name>
    </shutdown-class>
    <startup-class>
    <name>JRF Startup Class</name>
    <target>AdminServer,soa_server1</target>
    <deployment-order>110</deployment-order>
    <class-name>oracle.jrf.wls.JRFStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>JPS Startup Class</name>
    <target>AdminServer,soa_server1</target>
    <deployment-order>115</deployment-order>
    <class-name>oracle.security.jps.wls.JpsWlsStartupClass</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>

  • L&F Problem with Demo War

    I recently downloaded the Demo War and deployed it with both Tomcat and Weblogic 8.1. With Weblogic, it appears as though the style-sheet is not being used - it is using all the default browser fonts and colors. With Tomcat however, it appears as it should. Any thoughts would be appreciated. Thanks!

    Ben,
    The UIX technology that OHW uses for its user interface requires write access to the area on the server where the application is deployed. This is normally no problem on most servlet containers, since the usually automatically unpack WAR and EAR files at deployment time. Weblogic, however, defaults to leaving the archives unpacked. This makes it so UIX can not write out the style sheets it generates, etc.
    This is the bit from the JDeveloper/UIX docs about how to resolve this when deploying to Weblogic (from
    http://helponline.oracle.com/jdeveloper/help/state/content/navSetId.jdeveloper/navId.4/vtTopicFile.jdeveloper%7Cdeploying%7Cj2ee_aweblogicuixdeploy%7Ehtml/)
    Then complete the deployment according to the instructions found in the Quickstart Guide to Deployment of the WebLogic Server documentation, at edocs.bea.com.
    An overview of the required steps are as follows:
    1. Follow the instructions found in Step 1 of the "Quickstart Guide to Deployment" in the WebLogic Server documentation for expanding the EAR file into a directory.
    2. If the EAR file contains WAR files, expand them, too.
    3. Delete the expanded EAR and WAR archives.
    4. Follow the remaining steps in the "Quickstart Guide to Deployment" to finish deploying the UIX application to WebLogic.
    Hope this helps,
    -brian

  • OHW-RC and Glassfish

    Hi,
    I'm trying to get the OHW-RC running on my Glassfish 3.1.2.2 server. After fixing the invalid web.xml, I managed to deploy and open it, but pressing any of the navigation items refreshes the application to its starting state - the welcome page. The glassfish log shows the following SEVERE message whenever that happens:
    [#|2014-01-09T13:32:26.286+0200|SEVERE|glassfish3.1.2|oracle.adfinternal.view. - Pastebin.com
    The ohw-rc libraries are closed source so I can't really track down the problem. Perhaps someone else has been in a similar situation?
    I'm using JDeveloper 12c (not that it matters), Glassfish 3.1.2.2 and Oracle Help 12.1.2.0 (tried ohw-rcf-demo-thin.ear and ohw-rcf-demo-thick.ear for same results).
    Thanks in advance,
    Tomas

    Bumping. I still haven't found a solution for this.

  • Multiple locales problem ---labels display incorrectly

    Hi, we get a problem as we try to get the internationalization support for our helpset. The Labels, for example, can not be correctly displayed if we change the language option in Internet Explorer from english to Italian. "Switch Books" would always be displayed as german language , also "index", "content"... But if we check cabo/images/cache directory, we can only find an "en" subdirectory, nothing else.
    Is it necessary to configure some files to get this support? or its automaticlly supported? by the way we have included the ohw-2.0.1.0.jar file in WEB-INF/lib

    It should be automatically supported. Some questions/comments:
    1. Do you have a german locale helpset that matches the locale used by the browser? OHW will only change the UI if it can find a matching helpset. This is to ensure the helpset and UI are in the same language.
    2. Second, you can force OHW to use a particular locale (with the condition above) by adding locale=en_US (or some other IANA code) as another request paramter. You can try this to make sure your browser settings were not incorrect the last time you tried.

  • OHW: topicids broken in nested subhelpsets

    Greetings,
    We are setting up our OHW system to have nested subhelpsets, e.g. a main helpset file has multiple subhelpsets in hierarchical subdirectories. However, this breaks Topic ID links. I set up the OHW servlet using tomcat on Win2K and copied the Shakespeare and ohguide sample help to the helpsets directory, e.g.
    ../webapps/ohw/helpsets/shakespeare
    ../webapps/ohw/helpsets/ohguide
    I added the ohguide.hs as a subhelpset of the shakespeare.hs helpset file, e.g.
    <subhelpset location="../ohguide/ohguide.hs"/>
    The ohguide pages displayed fine, and I could traverse the hard links in the ohguide content without any problems. However, the topic id links such as the one in ohff_tpcfile.html...
    this link
    causes a "The page cannot be displayed" error. (This link is reached via "Oracle Help File Formats"->"Topic Files"->"Topic ID Links"->"this link".)
    Note that this helpset file works fine under OHJ. The only way to get the subhelpset file to work is to have all helpset files in one directory. This approach does not work for our application, as we need helpsets for different areas of the product in separate directories, but they are all referenced by a master helpset.
    Is this a known defect in OHW? To us, this is a serious and critical issue that affects many customers traversing the links. Is there any workaround that would allow us to have subdirectories of helpsets? What does the optional parameter "class" in the <subhelpset> element do? Would it have any effect on this problem?
    thanks,
    Elizabeth.

    Ryan,
    We are using OHW 1.1.1. I am also using JDK 1.4.1 on both HP-UX and Win2K. I had some interesting results using oc4j. I tried both HP-UX and Windows2K using the shakespeare and ohguide demo help.
    What I found was that if I used the default ohwconfig.xml, which lists both helpsets in the ohwconfig.xml things worked fine for OC4J on both Windows & HP-UX. I could drill down into the Shakespeare help and display and individual topic.
    If my ohwconfig.xml looked like...
    <books combineBooks="false" useLabelInfo="true">
    <helpSet location="ov_web/OpenView.hs" />
    </books>
    where ov_web/OpenView.hs has...
    <?xml ?>
    <helpset>
    <title>OpenView Help</title>
    <subhelpset location="../shakespeare/shakespeare.hs"/>
    <subhelpset location="../ohguide/ohguide.hs"/>
    </helpset>
    then it failed to display an individual topic. The source for the web page was...
    <html dir="ltr"><head><link rel="stylesheet" charset="UTF-8" type="text/css" href="/cabo/styles/cache/blaf-en-mozilla.css"><script language="javascript" src="/cabo/jsLibs/MarlinCore.js"></script></head><frameset border="0" rows="100%,*"><frameset rows="*,0"><frame id="main" name="main" marginwidth="5" frameborder="0" marginheight="0" noresize src="navigator"><frame id="footer" name="footer" title="hidden frame" marginwidth="5" frameborder="0" marginheight="0" noresize src="footer"></frameset><noframes></noframes></frameset></html>
    On HP-UX both netscape 7 & IE failed to display the topic. Running oc4j on Win2K, IE successfully displayed the topic but netscape failed to display the topic.
    Going back to my original HP-UX apache/tomcat configuration, I found that if I listed the helpsets in ohwconfig.xml instead of using a single helpset with subhelpsets, then also, I could display the individual topics.
    Let me know if you want any more details...
    thanks,
    Elizabeth.

  • OHW 2.0.6. Error in clicking the search tab

    I've replaced ohw-2.0.2.jar by ohw-2.0.6.jar and now I have 500 Internal Server Error when clicking the Search tab.
    java.lang.NullPointerException
         at oracle.help.web.navigator.searchNavigator.SearchDispatcher.getSources(Unknown Source)...
    ---

    Aleksey,
    I took a look and can reproduce your problem if my helpset file (.hs) has more than one search <view> with the first one lacking a <title>. Is this your case? If so, you can work around this by adding a <title> to all your views.
    I'll fix this and post a new version soon.
    -brian

  • Problems running bam-config.bat

    hello everybody I m havin a trouble running bam-config.bat this is the problem that I copy from the command prompt, anyone knows what can be doing this problem? This the second machine I m trying to install the TP4 and the first one was Ok and now I m getting this:
    stop-standalone-oc4j-private:
    [echo] OC4J stopped sucessfully
    managed-oc4j-init:
    stop-managed-oc4j:
    stopoc4j:
    config-users-and-roles-standalone:
    [echo] == Configuring BAM security. ==
    [java] Jul 22, 2008 11:11:01 AM oracle.bam.common.security.BamJpsProvisioner execute
    [java] INFO: [1] BamJpsProvisioner: Start BAM JPS provisioning.
    [java] Jul 22, 2008 11:11:04 AM oracle.bam.common.security.BamJpsProvisioner execute
    [java] INFO: [1] BamJpsProvisioner: End BAM JPS provisioning.
    append_bam_grants:
    config-users-and-roles-managed:
    config-users-and-roles:
    config-logging:
    [echo] == Configuring BAM logging ==
    start-standalone-oc4j:
    init:
    is-oc4j-running:
    start-standalone-oc4j-private-script:
    start-standalone-oc4j-private-java:
    [echo] ==Starting standalone oc4j.
    [echo] Start script used is:C:\Oracle\BAM11g_OC4J/bin/start-oc4j-in-console.bat
    [echo] ==Waiting max 420 second(s) for startup of URL http://PARJ0LEM100564:8888...
    [echo] ==standalone oc4j started sucessfully==
    start-standalone-oc4j-private:
    managed-oc4j-init:
    start-managed-oc4j:
    startoc4j:
    config-shared-libraries-standalone:
    [echo] == Configuring BAM Shared Libraries Standalone ==
    [echo] ==Creating common shared libraries: oracle.fabric.runtime and oracle.adapter.common==
    usage:
    soa-common-lib:
    [echo] admin_client cmd : -script C:\Oracle\BAM11g_OC4J/j2ee/home/install/tmp/SOA.script
    [java] Java Result: 1
    [echo] admin_client cmd : -script C:\Oracle\BAM11g_OC4J/j2ee/home/install/tmp/SOA.script
    [java] Java Result: 1
    [echo] java -jar C:\Oracle\BAM11g_OC4J/j2ee/home/admin_client.jar fmwadmin welcome1 deployer:oc4j:PARJ0LEM100564:23791 -publishSharedLibrary -name oracle.bam.common -version 11.1.1.0.0 -addCodeSources C:\Oracle\BAM11g_OC4J/jlib/jmxtools.jar C:\Oracle\BAM11g_OC4J/lib/java/shared/oracle.bam.common/11.1.1.0.0/bpm-ide-common.jar C:\Oracle\BAM11g_OC4J/lib/java/shared/oracle.bam.common/11.1.1.0.0/commons-httpclient-3.0.1.jar C:\Oracle\BAM11g_OC4J/lib/java/shared/oracle.bam.common/11.1.1.0.0/Tidy.jar C:\Oracle\BAM11g_OC4J/lib/java/shared/oracle.bam.common/11.1.1.0.0/xstream-1.1.3.jar C:\Oracle\BAM11g_OC4J/jlib/ohw-share.jar C:\Oracle\BAM11g_OC4J/jlib/ohw-uix.jar C:\Oracle\BAM11g_OC4J/jlib/help-share.jar C:\Oracle\BAM11g_OC4J/jlib/uix2.jar C:\Oracle\BAM11g_OC4J/jdk/lib/tools.jar C:\Oracle\BAM11g_OC4J/jlib/jaxen.jar C:\Oracle\BAM11g_OC4J/jlib/share.jar -imports apache.commons.fileupload com.ctc.wstx oracle.xml oracle.sdp.messaging
    [java] oracle.oc4j.admin.deploy.cmdline.AdminCommandException: PublishSharedLibrary error: Shared library already exists: oracle.bam.common version 11.1.1.0.0
    [java] at oracle.oc4j.admin.deploy.cmdline.PublishSharedLibraryCommand.doExecute(PublishSharedLibraryCommand.java:106)
    [java] at oracle.oc4j.admin.deploy.cmdline.AdminCommandBase.execute(AdminCommandBase.java:58)
    [java] at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:107)
    [java] at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.main(Oc4jAdminCmdline.java:71)
    [java] Caused by: oracle.oc4j.admin.deploy.cmdline.AdminCommandException: Shared library already exists: oracle.bam.common version 11.1.1.0.0
    [java] at oracle.oc4j.admin.deploy.cmdline.PublishSharedLibraryCommand.doExecute(PublishSharedLibraryCommand.java:103)
    [java] ... 3 more
    [java] Java Result: 1
    config-shared-libraries-managed:
    config-shared-libraries:
    null-guids:
    null-guids:
    [echo] Clearing BAM user GUIDs...
    [echo] bam.jdbc.connectstring=localhost:1521:xe
    [echo] bam.jdbc.url=jdbc:oracle:thin:@localhost:1521:xe
    [echo] bam.db.user=ORACLEBAM
    [echo] bam.db.password=bam
    [sql] Executing commands
    [sql] 1 of 1 SQL statements executed successfully
    config-scripts:
    [echo] == Configuring BAM command line scripts ==
    config-data-sources:
    [echo] == Configuring BAM Datasource ==
    [echo] == bam.db.user = ORACLEBAM ==
    [echo] == bam.db.password = bam ==
    [echo] == bam.jdbc.url = jdbc:oracle:thin:@localhost:1521:xe ==
    [echo] java -jar C:\Oracle\BAM11g_OC4J/j2ee/home/admin_client.jar fmwadmin welcome1 deployer:oc4j:PARJ0LEM100564:23791 -createJDBCConnectionPool -name bam_connection_pool -factoryClass oracle.jdbc.pool.OracleDataSource -user ORACLEBAM-password bam -url jdbc:oracle:thin:@localhost:1521:xe
    [java] Jul 22, 2008 11:11:40 AM oracle.j2ee.util.AnnotatedLogger log
    [java] WARNING: Exception returned by remote server: javax.management.MBean
    Exception: Exception thrown in RequiredModelMBean while trying to invoke operation createJDBCConnectionPool
    [java] oracle.oc4j.admin.deploy.cmdline.AdminCommandException: createJDBCConnectionPool error: createJDBCConnectionPool failed: MBeanException creating JDBC connection pool: Exception thrown in RequiredModelMBean while trying to invoke operation createJDBCConnectionPool : Cannot create connection pool. A connection pool named 'bam_connection_pool' already exists.
    [java] at oracle.oc4j.admin.deploy.cmdline.CreateJDBCConnectionPoolCommand.doExecute(CreateJDBCConnectionPoolCommand.java:86)
    [java] at oracle.oc4j.admin.deploy.cmdline.AdminCommandBase.execute(AdminCommandBase.java:58)
    [java] at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:107)
    [java] at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.main(Oc4jAdminCmdline.java:71)
    [java] Caused by: oracle.oc4j.admin.deploy.api.J2EEDeploymentException: createJDBCConnectionPool failed: MBeanException creating JDBC connection pool: Exception thrown in RequiredModelMBean while trying to invoke operation createJDBCConnectionPool : Cannot create connection pool. A connection pool named 'bam_connection_pool' already exists.
    [java] at oracle.oc4j.admin.deploy.shared.exceptions.JSR88DeploymentExceptions.operationFailed(JSR88DeploymentExceptions.java:137)
    [java] at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.createJDBCConnectionPool(J2EEDeploymentManager.java:1112)
    [java] at oracle.oc4j.admin.deploy.cmdline.CreateJDBCConnectionPoolCommand.doExecute(CreateJDBCConnectionPoolCommand.java:82)
    [java] ... 3 more
    [java] Caused by: java.lang.InstantiationException: MBeanException creating JDBC connection pool: Exception thrown in RequiredModelMBean while trying to invoke operation createJDBCConnectionPool : Cannot create connection pool. A connection pool named 'bam_connection_pool' already exists.
    [java] at oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.createJDBCConnectionPool(Oc4jDeploymentManager.java:451)
    [java] at oracle.oc4j.admin.deploy.api.J2EEDeploymentManager.createJDBCConnectionPool(J2EEDeploymentManager.java:1109)
    [java] ... 4 more
    [java] Caused by: oracle.oc4j.sql.DataSourceException: Cannot create connection pool. A connection pool named 'bam_connection_pool' already exists.
    [java] at com.evermind.server.DataSources.createConnectionPool(DataSources.java:392)
    [java] at com.evermind.server.DataSources.createConnectionPool(DataSources.java:431)
    [java] at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1794)
    [java] at com.evermind.server.Application.createDataSourceConnectionPool(Application.java:4562)
    [java] at oracle.oc4j.admin.management.mbeans.J2EEApplication.createJDBCConnectionPool(J2EEApplication.java:1976)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239)
    [java] at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
    [java] at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
    [java] at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:729)
    [java] at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    [java] at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    [java] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    [java] at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    [java] at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.invoke(ApplicationStateFilterMBeanServer.java:572)
    [java] at oracle.oc4j.admin.jmx.server.security.ApplicationContextInterceptor.invoke(ApplicationContextInterceptor.java:186)
    [java] at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:337)
    [java] at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:307)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:27)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.checkPermission(MBeanServerEjbBean.java:1262)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at com.evermind.server.ejb.interceptor.MethodBasedInterceptor.invoke(MethodBasedInterceptor.java:45)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.TxSupportsInterceptor.invoke(TxSupportsInterceptor.java:37)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:52)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    [java] at oracle.oc4j.security.SecurityServices.doAsPrivileged(SecurityServices.java:182)
    [java] at oracle.oc4j.security.SecurityServices.doAsPrivileged(SecurityServices.java:511)
    [java] at oracle.oc4j.security.JaasModeImpl$DoAsPrivilegedExecutor.execute(JaasModeImpl.java:301)
    [java] at oracle.oc4j.security.JaasModeImpl$BasicExecutor.execute(JaasModeImpl.java:161)
    [java] at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:57)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    [java] at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    [java] at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:58)
    [java] at com.evermind.server.ejb.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:828)
    [java] at MBeanServerEjb_RemoteProxy_1me2j7.invoke(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:585)
    [java] at com.evermind.server.rmi.RmiMethodCall.invokeMethod(RmiMethodCall.java:102)
    [java] at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:64)
    [java] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    [java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    [java] at java.lang.Thread.run(Thread.java:595)
    BUILD FAILED
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:195: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:209: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:303: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:349: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:605: The following error occurred while executing this line:
    C:\Oracle\BAM11g_OC4J\install\bam\config-tasks.xml:700: Java returned: 1
    Total time: 2 minutes 35 seconds
    C:\Oracle\BAM11g_OC4J\bin>

    Hi Mario,
    Did you run the config more than once?The error states the the connection pool already exists(A connection pool named 'bam_connection_pool' already exists.)
    If this is the case, you will need to :
    1.Delete the existing unzipped directory.
    2.Unzip the zip files again.
    3.Run soaconfig . (I suggest, to make a backup of the folder after this step, so that in case anything fails, you don't have to rerun soa-config.)
    4.Run bamconfig.
    ~Deepan

  • Problems deploying new WebStarterApp II

    Oracle 10g kit -- AS 9.0.4, CMSDK 9.0.4 RDBMS 9.2.0 JDeveloper 9.0.5.1
    I've successfully deployed a stand-alone instance of the new webstarterapp on JDeveloper and connected to my CMSDK repository. This works fine.
    However, when I try to deploy it to my Linux 3 ES Server (where I am running RDBMS/AS/CMSDK) it fails to start and I get the following messages in the application log file.
    04/04/28 16:03:24 webstarterapp: 9.0.4.0.0 Started
    04/04/28 16:03:26 webstarterapp: NodeGuardian: java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError: oracle/sysman/emSDK/util/os/ProcessUtil
    at oracle.ifs.management.domain.NodeGuardian.getNodeGuardianProcessId(NodeGuardian.java:696)
    at oracle.ifs.management.domain.NodeGuardian.run(NodeGuardian.java:516)
    at oracle.ifs.management.domain.HttpServletNodeUtilities$1.run(HttpServletNodeUtilities.java:211)
    04/04/28 16:03:26 webstarterapp: NodeGuardian: Abnormal termination
    04/04/28 16:03:26 webstarterapp: Unable to run node guardian
    oracle.ifs.common.IfsException: IFS-45060: Unable to run node guardian
    java.lang.NoClassDefFoundError: oracle/sysman/emSDK/util/os/ProcessUtil
    at oracle.ifs.management.domain.NodeGuardian.getNodeGuardianProcessId(NodeGuardian.java:696)
    at oracle.ifs.management.domain.NodeGuardian.run(NodeGuardian.java:516)
    at oracle.ifs.management.domain.HttpServletNodeUtilities$1.run(HttpServletNodeUtilities.java:211)
    The original webstarterapp still works fine.
    I've followed the readme.txt file explicitly (6 times now) including having someone else watch me perform every step.
    Has anyone else seen this problem? Any suggestions?
    Thanks, Mark

    Thanks Simon. That was part of the problem; but the application still couldn't resolve the classpath for the WebStarterServlet class. I figured out the rest by going back and comparing the deployment instructions with the original webstarterapp.
    As per your suggestion I modified the orion-application.xml file to add a line that I copied from the original webstarterapp:
         <library path="/opt/oracle/as904/jlib/emPid.jar"/><library path="/opt/oracle/as904/jlib/ohw.jar"/>
    I then went to $ORACLE_HOME/opmn/conf/ and edited the opmn.xml file to copy the <environment> block from webstarterapp to my new webstarterappII. In my case this looks as follows:
    <process-type id="OC4J_iFS_webstarterappII" module-id="OC4J">
    <environment>
    <variable id="SHLIB_PATH" value="/opt/oracle/as904/lib32:/opt/oracle/as904/lib"/>
    <variable id="NLS_LANG" value=".UTF8"/>
    <variable id="LIBPATH" value="/opt/oracle/as904/lib32:/opt/oracle/as904/lib"/>
    <variable id="LD_LIBRARY_PATH" value="/opt/oracle/as904/lib32:/opt/oracle/as904/lib"/>
    </environment>
    Mark

  • Mapping topics in OHW

    Hi,
    Some of the map file contents are as below:
    &lt;mapID target="target_name" url="target_file.html" /&gt;
    &lt;mapID target="target_name_1" url="target_file.html#target_name_1" /&gt;
    &lt;mapID target="target_name_2" url="target_file.html#target_name_2" /&gt;
    What is required is, when the URL http://hostname:port/ohw/help/?topic=target_name_1 or http://hostname:port/ohw/help/?topic=target_name_2 is given, the browser page should be displayed from the specified anchor position..
    In both IE and Netscape, it is not happening, but, just the file "target_file.html" is displayed starting from the beginning.
    But, when the URL http://hostname:port/ohw/help/helpTopic?topic=target_name_1&file=absolute_file_path.html&linkHelp=false#target_name_1 or http://hostname:port/ohw/help/helpTopic?topic=target_name_2&file=absolute_file_path.html&linkHelp=false#target_name_2 is given, the correct desired output is shown. But, then, the page doesn't have the "linkHelp=true" facility, which shows the hyperlink that would allow to go to the Help home page.
    Can't we use the URL http://hostname:port/ohw/help/?topic=target_name_1 or http://hostname:port/ohw/help/?topic=target_name_2 to view the desired output, if we correct something in the present map configurations?
    We are using the OHW on jakarta-tomcat-3.2.2
    Thank you,
    Ranjith..

    Hi,
    The hyperlinks generated by the OHW, as specified in the TOC file, does not give the correct output on clicking them. For Netscape, clicking on the hyperlink for the "target_name_1" topic(or "target_name_2"), referred above, navigates to the end of the "target_file.html" page. For the same case in IE, it navigates to the beginning of the "target_file.html" page.
    The same thing, given above, when viewed in the OHJ helpset previewer gives the correct desired output without any problems.
    So, for the OHW map, TOC file do we have to give slightly different configurations?
    Please help..
    Thank you,
    Ranjith..
    P.S: Please read the &lt;, &gt; as less than and greater than signs. Was having problems earlier using such tags ..Sorry..

  • OC4J instance for OHW and Forms

    I have developed a application by using Oracle Forms9i and Oracle AS. Now I am creating a help system for this application and I am using OHW(I installed OHW bundle Demo 2.0.8). The problem is: when I run my application, I have to start OC4J for it, but it is not the same as for OHW, I cannot start OC4J for OHW at the same time, and vice versa.
    Is there any way to solve it? I think it should be. Please help. Thanks.

    The OHW demo bundle was designed to quickly get you up and running to test your helpset and sample various OHW features. In addition, it is a fine solution if you want a standalone server somewhere hosting OHW.
    If you have an application deployed to OC4J, then you will have to deploy OHW to that same app server. Thus, you would have a single OC4J running your application and OHW.

  • OHW & multiple locales

    I have some questions regarding OHW and how to support multiple locales. Our product is internationalized and also localized in several languages and has helpsets for each of these locales. These helpsets contain the same topics and content for all the locales. For example, when the user running under the French locale selects a help topic, we want OHW to display the French helpset for that help topic. The "Deploying OHW in Apache tomcat" says to put your helpset files under the directory jakarta-tomcat/webapps/ohw/helpsets, and create a ohwconfig.xml file to point to those helpsets. As well, OHW automatically uses the default Java locale and default encoding when using these helpsets. Since our product uses the default Java locale, the ohwconfig.xml file does not need to include a <localeSettings> element.
    How do you set up the helpsets directory and the ohwconfig.xml so that OHW selects the correct helpset to go with the Java locale? Is there an individual ohwconfig.xml for each locale, or can I have all the helpsets listed in one ohwconfig.xml file? If there are any examples or guidelines available on how to set this up, that would be great.
    thanks,
    Elizabeth Dyer.

    I have another solution to handle your problem:
    instead of using different WARs for every locale you can put all different
    HelpSets in own directories inside one single WAR. You only have to define
    a different mapping of the servlet for every locale you need inside web.xml.
    Here is the code of web.xml (for WebSphere) to show how it works:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app id="WebApp_1">
         <servlet id="Servlet_1">
              <servlet-name>OHW_DE</servlet-name>
              <servlet-class>oracle.help.OHW</servlet-class>
              <init-param id="InitParam_1">
                   <param-name>configFileName</param-name>
                   <param-value>/helpsets/ohwconfig_de.xml</param-value>
              </init-param>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet id="Servlet_2">
              <servlet-name>OHW_EN</servlet-name>
              <servlet-class>oracle.help.OHW</servlet-class>
              <init-param id="InitParam_2">
                   <param-name>configFileName</param-name>
                   <param-value>/helpsets/ohwconfig_en.xml</param-value>
              </init-param>
              <load-on-startup>2</load-on-startup>
         </servlet>
         <servlet-mapping id="ServletMapping_1">
              <servlet-name>OHW_DE</servlet-name>
              <url-pattern>/help_de/*</url-pattern>
         </servlet-mapping>
         <servlet-mapping id="ServletMapping_2">
              <servlet-name>OHW_EN</servlet-name>
              <url-pattern>/help_en/*</url-pattern>
         </servlet-mapping>
    </web-app>
    As you can see above you need to define different ohwconfig_XX.xml-Files
    for every locale.
    Hope this helps a little bit.
    Greetings,
    Thomas

Maybe you are looking for

  • Oracle 11gR1 RAC in IBM p servers, VIOS or NOT

    Hi, Before IBM VIOS was certified by Oracle RAC last year, I always use two HBA ports and two NIC card ports on each node for redundancy purpose in the RAC implementation in IBM p series servers. I would like to hear other expert's opinion whether VI

  • Kanban - External procurement with multiple vendor

    Hi Gurus, We are working on implementation of Kanban for external procurement (Scheduling agreement) in my organisation. As per the business requirement, some of the components are supplied by more than one vendor. As per the standard process, Kanban

  • Excel open volume for RDS?

    hello, someone can says me if Microsoft Open Licensing Excel 2013 is compatiible for install to server with Remote desktop service, or is mandatory Office 2013 Standard Open V.?  Because I need excel only and I found this product in open license More

  • Assigning Full Folder In DMS

    Dear Sir/mam In CV01N insteat of assigning single file i want to assign full folder with many autocad files, can you sugest any other subsequent way to assign so many file bcoz every time i have to select sing file. I hadassigned one document to doc.

  • Safari/iWeb Non-functionality?

    I have been trying for two weeks to publish a simple web site using iWeb, and then observe it using Safari. To date I have yet to have a clean view of my site via Safari. Artifact white lines show up on pages where none exist. Functionality such as "