Weblogic Portal Administration Console - Workflow problem

Hi
I began with WLP a week ago. When I try default workflow, I see that it doesn't work right
When I download workflow file (default.xml) it like this:
<pre class="jive-pre">
     <transition>
          <from-status id="1"/>
          <to-status id="2">
               <action class="com.bea.content.virtual.workflow.ReadyAction"/>
          </to-status>
          <to-status id="4">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.PublishAction"/>
          </to-status>
          <to-status id="5">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.RetireAction"/>
          </to-status>
     </transition>
     <transition>
          <from-status id="2">
<capabilityConstraint>can_publish</capabilityConstraint>
</from-status>
          <to-status id="3">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.RejectAction"/>
          </to-status>
          <to-status id="4">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.PublishAction"/>
          </to-status>
          <to-status id="5">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.RetireAction"/>
          </to-status>
     </transition>
     <transition>
          <from-status id="3"/>
<to-status id="1">
<action class="com.bea.content.virtual.workflow.DraftAction"/>
</to-status>
          <to-status id="2">
               <action class="com.bea.content.virtual.workflow.ReadyAction"/>
          </to-status>
     </transition>
     *<transition>*
          *<from-status id="4"/>*
*<to-status id="1">*
*<action class="com.bea.content.virtual.workflow.DraftAction"/>*
*</to-status>*
          *<to-status id="5">*
*<capabilityConstraint>can_publish</capabilityConstraint>*
               *<action class="com.bea.content.virtual.workflow.RetireAction"/>*
          *</to-status>*
     *</transition>*
     <transition>
          <from-status id="5"/>
<to-status id="1">
<action class="com.bea.content.virtual.workflow.DraftAction"/>
</to-status>
<to-status id="2">
<action class="com.bea.content.virtual.workflow.ReadyAction"/>
</to-status>
          <to-status id="4">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.PublishAction"/>
          </to-status>
     </transition>
<transition>
<from-status id="-1"/>
<to-status id="1">
<action class="com.bea.content.virtual.workflow.DraftAction"/>
</to-status>
</transition>
<beginStatus id="1" />
<status id="1" text="Draft" />
<status id="2" text="Ready for Approval" />
<status id="3" text="Rejected" />
<status id="4" text="Published" />
<status id="5" text="Retired" />
</workflow>
</pre>
When an item (content) was approved (published or current id = 4), I try to change it's status again. But I found "Ready for Approval" status (this status doesn't config in workflow at from id = 4) in the list of "check in content" form. I created another workflow file then applied to an item.
This file:
<pre class="jive-pre">
     <transition>
          <from-status id="1"/>
          <to-status id="2">
               <action class="com.bea.content.virtual.workflow.ReadyAction"/>
          </to-status>
     </transition>
     <transition>
          <from-status id="2"/>
          <to-status id="3">
               <action class="com.bea.content.virtual.workflow.RejectAction"/>
          </to-status>
          <to-status id="4">
               <action class="com.bea.content.virtual.workflow.PublishAction"/>
          </to-status>
     </transition>
     <transition>
          <from-status id="3"/>
          <to-status id="2">
               <action class="com.bea.content.virtual.workflow.ReadyAction"/>
          </to-status>
          <to-status id="1">
               <action class="com.bea.content.virtual.workflow.DraftAction"/>
          </to-status>
     </transition>
     *<transition>*
          *<from-status id="4"/>*
          *<to-status id="5">*
               *<action class="com.bea.content.virtual.workflow.RetireAction"/>*
          *</to-status>*
     *</transition>*
     <transition>
          <from-status id="5"/>
          <to-status id="1">
               <action class="com.bea.content.virtual.workflow.DraftAction"/>
          </to-status>
     </transition>
<transition>
<from-status id="-1"/>
<to-status id="1">
<action class="com.bea.content.virtual.workflow.DraftAction"/>
</to-status>
</transition>
*<beginStatus id="1" />*
<status id="1" text="Draft" />
<status id="2" text="Ready" />
<status id="3" text="Reject" />
<status id="4" text="Approve" />
<status id="5" text="Retire" />
</workflow>
</pre>
After I had changed the item's status to Approve, I checked out then checked in to access "check in content" form. I found that the list is not map with workflow file.
Workflow file : Retire
In the list : Ready
After many times examination I found that the result of the list in "check in content"(when item in Publish state) follow beginStatus id property. It means when i change value of id in beginStatus tag then the values in the list change base on value of the id.
I was confused is it really wrong or i was missed something configuration. I tried it 3 day but I can't fingure it out
*So sory beacse my Enghlish is not good.
Please, help me
Best Regards
Edited by: user8502077 on 03-Mar-2011 05:46

Hi
I began with WLP a week ago. When I try default workflow, I see that it doesn't work right
When I download workflow file (default.xml) it like this:
<pre class="jive-pre">
     <transition>
          <from-status id="1"/>
          <to-status id="2">
               <action class="com.bea.content.virtual.workflow.ReadyAction"/>
          </to-status>
          <to-status id="4">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.PublishAction"/>
          </to-status>
          <to-status id="5">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.RetireAction"/>
          </to-status>
     </transition>
     <transition>
          <from-status id="2">
<capabilityConstraint>can_publish</capabilityConstraint>
</from-status>
          <to-status id="3">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.RejectAction"/>
          </to-status>
          <to-status id="4">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.PublishAction"/>
          </to-status>
          <to-status id="5">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.RetireAction"/>
          </to-status>
     </transition>
     <transition>
          <from-status id="3"/>
<to-status id="1">
<action class="com.bea.content.virtual.workflow.DraftAction"/>
</to-status>
          <to-status id="2">
               <action class="com.bea.content.virtual.workflow.ReadyAction"/>
          </to-status>
     </transition>
     *<transition>*
          *<from-status id="4"/>*
*<to-status id="1">*
*<action class="com.bea.content.virtual.workflow.DraftAction"/>*
*</to-status>*
          *<to-status id="5">*
*<capabilityConstraint>can_publish</capabilityConstraint>*
               *<action class="com.bea.content.virtual.workflow.RetireAction"/>*
          *</to-status>*
     *</transition>*
     <transition>
          <from-status id="5"/>
<to-status id="1">
<action class="com.bea.content.virtual.workflow.DraftAction"/>
</to-status>
<to-status id="2">
<action class="com.bea.content.virtual.workflow.ReadyAction"/>
</to-status>
          <to-status id="4">
<capabilityConstraint>can_publish</capabilityConstraint>
               <action class="com.bea.content.virtual.workflow.PublishAction"/>
          </to-status>
     </transition>
<transition>
<from-status id="-1"/>
<to-status id="1">
<action class="com.bea.content.virtual.workflow.DraftAction"/>
</to-status>
</transition>
<beginStatus id="1" />
<status id="1" text="Draft" />
<status id="2" text="Ready for Approval" />
<status id="3" text="Rejected" />
<status id="4" text="Published" />
<status id="5" text="Retired" />
</workflow>
</pre>
When an item (content) was approved (published or current id = 4), I try to change it's status again. But I found "Ready for Approval" status (this status doesn't config in workflow at from id = 4) in the list of "check in content" form. I created another workflow file then applied to an item.
This file:
<pre class="jive-pre">
     <transition>
          <from-status id="1"/>
          <to-status id="2">
               <action class="com.bea.content.virtual.workflow.ReadyAction"/>
          </to-status>
     </transition>
     <transition>
          <from-status id="2"/>
          <to-status id="3">
               <action class="com.bea.content.virtual.workflow.RejectAction"/>
          </to-status>
          <to-status id="4">
               <action class="com.bea.content.virtual.workflow.PublishAction"/>
          </to-status>
     </transition>
     <transition>
          <from-status id="3"/>
          <to-status id="2">
               <action class="com.bea.content.virtual.workflow.ReadyAction"/>
          </to-status>
          <to-status id="1">
               <action class="com.bea.content.virtual.workflow.DraftAction"/>
          </to-status>
     </transition>
     *<transition>*
          *<from-status id="4"/>*
          *<to-status id="5">*
               *<action class="com.bea.content.virtual.workflow.RetireAction"/>*
          *</to-status>*
     *</transition>*
     <transition>
          <from-status id="5"/>
          <to-status id="1">
               <action class="com.bea.content.virtual.workflow.DraftAction"/>
          </to-status>
     </transition>
<transition>
<from-status id="-1"/>
<to-status id="1">
<action class="com.bea.content.virtual.workflow.DraftAction"/>
</to-status>
</transition>
*<beginStatus id="1" />*
<status id="1" text="Draft" />
<status id="2" text="Ready" />
<status id="3" text="Reject" />
<status id="4" text="Approve" />
<status id="5" text="Retire" />
</workflow>
</pre>
After I had changed the item's status to Approve, I checked out then checked in to access "check in content" form. I found that the list is not map with workflow file.
Workflow file : Retire
In the list : Ready
After many times examination I found that the result of the list in "check in content"(when item in Publish state) follow beginStatus id property. It means when i change value of id in beginStatus tag then the values in the list change base on value of the id.
I was confused is it really wrong or i was missed something configuration. I tried it 3 day but I can't fingure it out
*So sory beacse my Enghlish is not good.
Please, help me
Best Regards
Edited by: user8502077 on 03-Mar-2011 05:46

Similar Messages

  • Equivalent of Weblogic Portal admin console in Webcenter ?

    Our company is currently equipped with Weblogic Portal (WLP) 10.3.2. I'm part fo the team in preparing a migration approach study to Oracle Webcenter (OWC).
    In WLP 10.3.2 we are using JSF, WSRP and 286 portlets. Hence most of it can be reused in OWC.
    Regarding run time customisation in Weblogic+ Portal administration console we can create desktop and include books, pages, portlets in Portal.
    Can we achieve the same in Oracle Webcenter through Webcenter Portal administration console ?
    While going through Oracle documentation I found the foll. thing "Composer in WebCenter Portal has been leveraged extensively inside Oracle WebCenter Portal: Spaces to allow users to customize and personalize spaces."
    I'm not clear if I can achieve the equivalent of Weblogic Portal administration console+ in Webcenter using Webcenter Portal administration console (or) Spaces (or) Composer ?
    Any helpful pointers / links would be helpful.
    Thanks for the helping heart in advance.

    As you are expecting simple mapping, it will be not be there, because they change whole product in such way that there is no one to one mapping between weblogic portal and webcenter portal.
    Spaces used for run time development of team sites and other collaboration sites, so this will be not useful to you in your scenario. Composer is run time customization of page. So if you want to give user capability to change content and page then you can use this feature.
    But for your answer or requirement you can use web center portal admin console to create pages and put portlet inside it from WC Portal Admin console. I know you might have gone through tutorials, but here is the quick one.
    http://docs.oracle.com/cd/E23943_01/webcenter.1111/e12405/wcadm_admin_apps.htm
    With WC oracle made too much complexity to understand. As a weblogic portal developer I also always try to compare things with WL portal :-)

  • Weblogic Portal Admin Console is not displayed after the ear deployment

    Hi
    There is a Weblogic portal application deployed in the Weblogic Server 9.2 mp3 . The application is fine , when opened with the browser, but the problem is the portal admnistrator console is not opened.
    The application is deployed in a clustered environment with an Admin server and one managed server. The domain is configured for Production Mode and running in an Solaris environment.
    I had another similar kind of domain where the application is running fine and the weblogic portal admin console is also fine.
    The following difference is observed in both the server logs. I see that there is some problem with the initialization of /WEB-INF/beehive-netui-config.xml. The log continues with the messages like "< Pushing body text '" etc.
    ####<Apr 13, 2010 1:25:53 PM EEST> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1271154353777> <000000> <In webapp <WebLogic Portal Producer Application>, the url template <{url:scheme}://{url:domain}:{url:port}/{url:prefix}/{url:path}?{url:queryString}{url:currentPage}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.>
    ####<Apr 13, 2010 1:25:54 PM EEST> <Info> <netuix> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154354990> <BEA-423101> <[admin-rportal/portalAppAdmin] Initializing the NetUIx container>
    ####<Apr 13, 2010 1:26:04 PM EEST> <Info> <PortletServer> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154364405> <BEA-420666> <[admin-rportal/portalAppAdmin] Undeploying the portlet application in webapp [WEB-INF/portlet.xml].>
    ####<Apr 13, 2010 1:26:09 PM EEST> <Warning> <org.apache.beehive.netui.pageflow.AutoRegisterActionServlet> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154369699> <000000> <Found module-config-locators list in context-parameter moduleConfigLocators, which is deprecated. Please use the <module-config-locators> element in /WEB-INF/beehive-netui-config.xml instead.>
    ####<Apr 13, 2010 1:26:09 PM EEST> <Debug> <org.apache.beehive.netui.util.internal.DiscoveryUtils> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154369701> <000000> <Trying to load implementor class for interface org.apache.beehive.netui.pageflow.AutoRegisterActionServlet$ModuleConfigLocator: com.bea.netuix.servlets.controls.content.StrutsContentModuleConfigLocator>
    ####<Apr 13, 2010 1:26:09 PM EEST> <Trace> <org.apache.struts.util.PropertyMessageResources> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154369867> <000000> <Initializing, config='org.apache.struts.action.ActionResources', returnNull=true>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370088> <000000> <register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN', 'zip:/opt/rp/instance/wl/rportal/dom/dom-v1.0.3/rportaldomain/servers/wl-rp-rportal-1/tmp/_WL_user/struts-1.2/d8diym/WEB-INF/lib/struts.jar!/org/apache/struts/resources/struts-config_1_0.dtd'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370093> <000000> <register('-//Apache Software Foundation//DTD Struts Configuration 1.1//EN', 'zip:/opt/rp/instance/wl/rportal/dom/dom-v1.0.3/rportaldomain/servers/wl-rp-rportal-1/tmp/_WL_user/struts-1.2/d8diym/WEB-INF/lib/struts.jar!/org/apache/struts/resources/struts-config_1_1.dtd'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370097> <000000> <register('-//Apache Software Foundation//DTD Struts Configuration 1.2//EN', 'zip:/opt/rp/instance/wl/rportal/dom/dom-v1.0.3/rportaldomain/servers/wl-rp-rportal-1/tmp/_WL_user/struts-1.2/d8diym/WEB-INF/lib/struts.jar!/org/apache/struts/resources/struts-config_1_2.dtd'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370101> <000000> <register('-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN', 'zip:/opt/rp/instance/wl/rportal/dom/dom-v1.0.3/rportaldomain/servers/wl-rp-rportal-1/tmp/_WL_user/struts-1.2/d8diym/WEB-INF/lib/struts.jar!/org/apache/struts/resources/web-app_2_2.dtd'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370105> <000000> <register('-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN', 'zip:/opt/rp/instance/wl/rportal/dom/dom-v1.0.3/rportaldomain/servers/wl-rp-rportal-1/tmp/_WL_user/struts-1.2/d8diym/WEB-INF/lib/struts.jar!/org/apache/struts/resources/web-app_2_3.dtd'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.struts.action.ActionServlet> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370127> <000000> <Scanning web.xml for controller servlet mapping>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370331> <000000> <setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@11a731d)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370331> <000000> <startDocument()>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370333> <000000> <startPrefixMapping(,http://java.sun.com/xml/ns/j2ee)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370333> <000000> <startPrefixMapping(xsi,http://www.w3.org/2001/XMLSchema-instance)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370334> <000000> <startElement(http://java.sun.com/xml/ns/j2ee,web-app,web-app)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370334> <000000> < Pushing body text ''>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370334> <000000> < New match='web-app'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370335> <000000> < No rules found matching 'web-app'.>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370336> <000000> <characters(
    )>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370336> <000000> <startElement(http://java.sun.com/xml/ns/j2ee,display-name,display-name)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370336> <000000> < Pushing body text '
    '>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370337> <000000> < New match='web-app/display-name'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370337> <000000> < No rules found matching 'web-app/display-name'.>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370338> <000000> <characters(WebLogic Portal Producer Application)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370338> <000000> <endElement(http://java.sun.com/xml/ns/j2ee,display-name,display-name)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370338> <000000> < match='web-app/display-name'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370339> <000000> < bodyText='WebLogic Portal Producer Application'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370339> <000000> < No rules found matching 'web-app/display-name'.>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370340> <000000> < Popping body text '
    '>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370340> <000000> <characters(
    )>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370341> <000000> <startElement(http://java.sun.com/xml/ns/j2ee,context-param,context-param)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370341> <000000> < Pushing body text '
    '>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370341> <000000> < New match='web-app/context-param'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370342> <000000> < No rules found matching 'web-app/context-param'.>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370342> <000000> <characters(
    )>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370343> <000000> <startElement(http://java.sun.com/xml/ns/j2ee,description,description)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370343> <000000> < Pushing body text '
    '>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370343> <000000> < New match='web-app/context-param/description'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370344> <000000> < No rules found matching 'web-app/context-param/description'.>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370344> <000000> <characters(Period of timer (millisecs) to delete proxy portlets.)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370345> <000000> <endElement(http://java.sun.com/xml/ns/j2ee,description,description)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370345> <000000> < match='web-app/context-param/description'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370345> <000000> < bodyText='Period of timer (millisecs) to delete proxy portlets.'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370346> <000000> < No rules found matching 'web-app/context-param/description'.>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370346> <000000> < Popping body text '
    '>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370346> <000000> <characters(
    )>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370347> <000000> <startElement(http://java.sun.com/xml/ns/j2ee,param-name,param-name)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370347> <000000> < Pushing body text '
    '>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370348> <000000> < New match='web-app/context-param/param-name'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370348> <000000> < No rules found matching 'web-app/context-param/param-name'.>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370348> <000000> <characters(timerPeriod)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester.sax> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370349> <000000> <endElement(http://java.sun.com/xml/ns/j2ee,param-name,param-name)>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370349> <000000> < match='web-app/context-param/param-name'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370350> <000000> < bodyText='timerPeriod'>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370350> <000000> < No rules found matching 'web-app/context-param/param-name'.>
    ####<Apr 13, 2010 1:26:10 PM EEST> <Debug> <org.apache.commons.digester.Digester> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1271154370350> <000000> < Popping body text '
    Please let us know , if we were missing any configuaration in creating the domain or configuring the application.Please provide any links or forums related to this problems.
    Also observed another difference is that
    ####<Apr 13, 2010 1:25:43 PM EEST> <Debug> <J2EE> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1271154343381> <BEA-160058> <Cannot find JDBC DataSource at portalFrameworkPoolAlwaysXA>
    ####<Apr 13, 2010 1:25:43 PM EEST> <Debug> <J2EE> <saerpord12> <wl-rp-rportal-1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1271154343389> <BEA-160058> <Cannot find JDBC DataSource at portalFrameworkPoolAlwaysXA>
    Regards
    Edited by: user11285785 on Apr 13, 2010 6:42 AM

    how did you create this domain? Is this dataSource defined - portalFrameworkPoolAlwaysXA? is it targetted to cluster? did you get errors on startup related to this dataSource?

  • Portal Administration Console Login

    Hello!
    I have integrated Oracle Weblogic Server with Oracle Identity Manager to achive Single Sign On. In IDM is set form login.
    My base_domain configuration is : AdminServer and a Cluster_0 with two managed servers : Server_1 and Server_0.
    I have as proxy server : Oracle HTTP Server (OHS) for each server : Admin-Server, Server-0, Server-1.
    I targeted my portal app to cluster. My portal application contains Portal Administration Console, avaibled at /myAppAdmin.
    Security Providers are (in this order):
    1. OAMIDAsserter - Oracle Access Manager Identity Asserter( Control Flag : REQUIRED, Active Types : ObSSOCookie)
    2. OIDAuthentificator - Provider that performs LDAP authentication (Control Flag: SUFFICIENT )
    3. DefaultAuthenticator - Weblogic Authentication Provider ( Control Flag : SUFFICIENT
    4. DefaultIdentityAsserter - Weblogic Identity Assertion provider.
    When I access Portal Administration Console from /myAppAdmin (admin-tools.war)
         1. I login first in IDM with the user from LDAP : weblogic_ldap. The login is ok and the ObSSOCookie is set.
         2. I am redirected to login from Portal Administration Console (this thing is wrong and I want to jump this step. I want to go directly in Portal Administration Console after the first login).
         3. I login in the second login page from Portal Administration Console with the same user : weblogic_ldap. The login has succeed.
         4. I am logged in Portal Administration Console and I can add content ( for exemple)
    What I have to do to have only the login form from IDM. To have the only two steps:
    1. Login in Portal Administration Console using login form from IDM and a LDAP user
    2. Access the Portal Administration Console
    I have tried :
    I have changed domain security Default Model : "Advanced" , set Combined Role Mapping Enabled to "FALSE", set Check Roles and Policies to
    "ALL Web applications and EJBs" and selected for When Deploying Web Applications or EJBs: "Ignore roles and policies to DD".
    After this changes I deployed myApp which contains /myAppAdmin Console with Security policies set to Advanced.
    I have only the IDM login, the correct one, and after that I am able to see first page of the Portal Administration Console and whatever I click I receive the error:
    ####<Mar 29, 2011 11:20:55 AM EEST> <Error> <netuix> <server0-dns> <Server-0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1301386855474> <BEA-423142> <The control com.bea.netuix.servlets.controls.page.SingleLevelMenu could not be rendered properly due to the following error:
    com.bea.p13n.entitlements.common.PolicyMgmtAccessException: Attempt to access Entitlement Policy Mgmt API by user in invalid role. Entitlement Policy operation attempted by disallowed user ["principals=[]"].
         at com.bea.p13n.entitlements.management.internal.SecurityHelper.isWLPAdminRole(SecurityHelper.java:937)
         at com.bea.p13n.entitlements.management.internal.RolePolicyDelegate.roleExists(RolePolicyDelegate.java:346)
         at com.bea.p13n.delegation.DelegationService.getParentInheritanceFlag(DelegationService.java:189)
         at com.bea.p13n.delegation.DelegationService.getAdminPolicies(DelegationService.java:753)
         at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:450)
         at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:430)
         at com.bea.jsptools.common.ToolsMenuTag.hasMenuAccess(ToolsMenuTag.java:354)
         at com.bea.jsptools.common.ToolsMenuTag.doStartTag(ToolsMenuTag.java:130)
    I have to modified admin-tools.war or something in domain's security or myApp's descriptors to be able to login in Portal Administration Console
    using only SSO and not both SSO and default login?
    Thank you for helping me.
    Edited by: bluerainbow on Mar 29, 2011 2:06 AM

    no idea? :(

  • Weblogic Server Administration Console does not open

    hi,
    I am using EM Grid Control and Weblogic Server is added in the Middleware Targets...when I click on "Weblogic Server Administration Console" to open the Admin Server console it directs me to old IP address in the browser and console does not open...it goes on old IP address...
    it gets open when I put the Ip address myself in the browser like:
    https://10.254.166.141:7102/conole
    it gets open there...means that server is okay and working properly...
    I have seen the logs and it is giving the following message:
    <<anonymous>><BEA-220103> <Async web service support is not fully configured. The async response web
    service /AsyncResponseServiceSoap12 for this server was not fully deployed because the JMS reliability queue was not
    defined/deployed:
    any help will be appreciated...
    thanx
    Edited by: user13672598 on May 23, 2011 4:55 AM

    Hi,
    Can you check the EM configuration whenther it has updated the changes made by you i.e. the ip address.
    Can you try rebooting the EM application,as this seems to be that the EM has not the changes reflected to it's configuration.
    Hope this helps
    Regards,
    Rohit Jaiswal

  • How to Disable Library Services on Portal Administration Console?

    How do we set the Library Services Enabled to false on Portal Administration Console?
    Thanks

    Thanks for the response.
    Is it not possible to disable it in the config file (content-config.xml)?
    not sure if this is related to that: [ http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/deploydescriptorCM.html#wp1074440|http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/deploydescriptorCM.html#wp1074440]

  • Administration Console Extension problem with 8.1.5 upgrade

    I have a module of code that is an extension of the Administration Console. When I deploy the .ear file, I can see a yellow folder/node displayed in the Weblogic (8.1.3) console.
    This has been working for a couple of years until we recently upgraded to Weblogic 8.1.5 server. Even though the server log says that .ear file has been deployed successfully, the yellow folder/node does not appear in the Weblogic console.
    Any one know what may caused this problem?
    Thank you!

    From $ORACLE_HOME/bin enter the
    following:
    $ORACLE_HOME/bin/oerr ORA 01034 This will give you more info on your
    problem.

  • Document or link for the Weblogic Portal Administration version 10

    Hi,
    This is Kalyan . I need to know is there any document for the Weblogic Portal Administraton Version 10 .I will be thankful if you send me link or any pdf document..
    Thanks & Regards

    Hi Kalyan
    Easy way to start is create and deploy a simple portalEAR with portalWeb project on a Portal Domain. Then access the Portal Admin Console for your portal EAR. Once you are logged in, on the top right hand side, click on Help Link, and this open a big html page with list of topics for all the areas in Portal Admin Console. The link will be some thing like this: http://localhost:7001/iodEARAdmin/helpTools/locales/en/portal/help/toc.html (Here iodEAR imy portal application deployed on this domain).
    Here is a link just on how to Extend portal admin console: http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/extendadmin/index.html
    One More Link: http://download.oracle.com/docs/cd/E13218_01/wlp/docs100/portals/creating_staging.html#wp1009960
    HTH
    Ravi Jegga

  • Flash Media Administration Console Login Problems

    Hi, I have Flash Media 4.5.  I stupidly lost the piece of paper i wrote my  password for the Flash Media Administration Console. Is there anyway i can retrieve the password?

    Hi,
    You can follow the steps listed here and reset your password.
    http://forums.adobe.com/docs/DOC-2334
    Thanks,
    Shiven

  • Session Property Set not available in Portal Administration Console

    We have a Portal Application (WLP 10.0 MP1) that needs to have visitor entitlements applied to allow some customization based upon a Session Property Set. The property set has been defined in Workshop and the .ses file is now included in our Portal EAR file in the /META-INF/data directory. When the EAR is deployed on a local (winXP) domain the property set is then available in the portal admin console and can be used to build entitlements. When the EAR is deployed to our test server (Solaris 10) the property set does not become available in the portal admin console. Both servers are in development mode and already have a previous version of the EAR deployed in streaming mode.
    Is there anything obvious that needs to be done to ensure that a property set is enabled when deploying a new EAR?

    We are actually performing the portal EAR build using maven but are creating the same directory layout as is created by Workshop when a data sync project is used and an EAR exported, i.e. the contents of the data sync project ends up in the EAR /META-INF/data directory.
    The mystery here is that the property set correctly deploys in one environment but not in another. I'd really like to know whether there are any particular tricks to the property set deployment and what the deployent process actually does. Could issues with the target environment prevent correct deployment of the property set?

  • Unable to view Portal Resources from the Portal Administration console

    Hi,
    When I trying to view the portal resources I got an empty page and the following exception:
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423168> <An exception or error occurred in the backing file [com.bea.jsptools.interaction.backing.DelegatedAdminBackingPlaceholders] while executing its init method. It was java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at com.bea.p13n.entitlements.common.management.internal.PolicyRefMigration.getPersistenceInitialized(PolicyRefMigration.java:63)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.initializePersistence(RDBMSPolicyRefManager.java:426)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getPolicyRefItem(RDBMSPolicyRefManager.java:166)
    at com.bea.p13n.entitlements.management.internal.RDBMSRolePolicyManager.getRolePolicyRefs(RDBMSRolePolicyManager.java:1476)
    at com.bea.p13n.entitlements.management.RolePolicyManager.getRolePolicyRefs(RolePolicyManager.java:460)
    at com.bea.p13n.delegation.management.internal.DelegationRolePolicyDelegate.getPolicyRefs(DelegationRolePolicyDelegate.java:484)
    at com.bea.p13n.delegation.management.DelegationRoleManager.getPolicyRefs(DelegationRoleManager.java:758)
    at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:414)
    at com.bea.jsptools.interaction.backing.DelegatedAdminBackingPlaceholders.init(DelegatedAdminBackingPlaceholders.java:78)
    at com.bea.netuix.servlets.controls.Backable$Impl.initializeBackingFile(Backable.java:126)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.init(AdministeredBackableControl.java:61)
    at com.bea.netuix.servlets.controls.window.Window.init(Window.java:183)
    at com.bea.netuix.servlets.controls.page.Page.init(Page.java:108)
    at com.bea.netuix.nf.ControlLifecycle$5.visit(ControlLifecycle.java:88)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:356)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423168> <An exception or error occurred in the backing file [com.bea.jsptools.interaction.backing.DelegatedAdminBackingSegments] while executing its init method. It was java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at com.bea.p13n.entitlements.common.management.internal.PolicyRefMigration.getPersistenceInitialized(PolicyRefMigration.java:63)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.initializePersistence(RDBMSPolicyRefManager.java:426)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getPolicyRefItem(RDBMSPolicyRefManager.java:166)
    at com.bea.p13n.entitlements.management.internal.RDBMSRolePolicyManager.getRolePolicyRefs(RDBMSRolePolicyManager.java:1476)
    at com.bea.p13n.entitlements.management.RolePolicyManager.getRolePolicyRefs(RolePolicyManager.java:460)
    at com.bea.p13n.delegation.management.internal.DelegationRolePolicyDelegate.getPolicyRefs(DelegationRolePolicyDelegate.java:484)
    at com.bea.p13n.delegation.management.DelegationRoleManager.getPolicyRefs(DelegationRoleManager.java:758)
    at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:414)
    at com.bea.jsptools.interaction.backing.DelegatedAdminBackingSegments.init(DelegatedAdminBackingSegments.java:78)
    at com.bea.netuix.servlets.controls.Backable$Impl.initializeBackingFile(Backable.java:126)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.init(AdministeredBackableControl.java:61)
    at com.bea.netuix.servlets.controls.window.Window.init(Window.java:183)
    at com.bea.netuix.servlets.controls.page.Page.init(Page.java:108)
    at com.bea.netuix.nf.ControlLifecycle$5.visit(ControlLifecycle.java:88)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:356)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423168> <An exception or error occurred in the backing file [com.bea.jsptools.portal.backing.DelegatedAdminBackingPortal] while executing its init method. It was java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at com.bea.p13n.entitlements.common.management.internal.PolicyRefMigration.getPersistenceInitialized(PolicyRefMigration.java:63)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.initializePersistence(RDBMSPolicyRefManager.java:426)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getPolicyRefItem(RDBMSPolicyRefManager.java:166)
    at com.bea.p13n.entitlements.management.internal.RDBMSRolePolicyManager.getRolePolicyRefs(RDBMSRolePolicyManager.java:1476)
    at com.bea.p13n.entitlements.management.RolePolicyManager.getRolePolicyRefs(RolePolicyManager.java:460)
    at com.bea.p13n.delegation.management.internal.DelegationRolePolicyDelegate.getPolicyRefs(DelegationRolePolicyDelegate.java:484)
    at com.bea.p13n.delegation.management.DelegationRoleManager.getPolicyRefs(DelegationRoleManager.java:758)
    at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:414)
    at com.bea.jsptools.portal.backing.DelegatedAdminBackingPortal.init(DelegatedAdminBackingPortal.java:84)
    at com.bea.netuix.servlets.controls.Backable$Impl.initializeBackingFile(Backable.java:126)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.init(AdministeredBackableControl.java:61)
    at com.bea.netuix.servlets.controls.window.Window.init(Window.java:183)
    at com.bea.netuix.servlets.controls.page.Page.init(Page.java:108)
    at com.bea.netuix.nf.ControlLifecycle$5.visit(ControlLifecycle.java:88)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:356)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423168> <An exception or error occurred in the backing file [com.bea.jsptools.content.backing.DelegatedAdminBackingCMS] while executing its init method. It was java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at com.bea.p13n.entitlements.common.management.internal.PolicyRefMigration.getPersistenceInitialized(PolicyRefMigration.java:63)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.initializePersistence(RDBMSPolicyRefManager.java:426)
    at com.bea.p13n.entitlements.management.internal.RDBMSPolicyRefManager.getPolicyRefItem(RDBMSPolicyRefManager.java:166)
    at com.bea.p13n.entitlements.management.internal.RDBMSRolePolicyManager.getRolePolicyRefs(RDBMSRolePolicyManager.java:1476)
    at com.bea.p13n.entitlements.management.RolePolicyManager.getRolePolicyRefs(RolePolicyManager.java:460)
    at com.bea.p13n.delegation.management.internal.DelegationRolePolicyDelegate.getPolicyRefs(DelegationRolePolicyDelegate.java:484)
    at com.bea.p13n.delegation.management.DelegationRoleManager.getPolicyRefs(DelegationRoleManager.java:758)
    at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:414)
    at com.bea.jsptools.content.backing.DelegatedAdminBackingCMS.init(DelegatedAdminBackingCMS.java:80)
    at com.bea.netuix.servlets.controls.Backable$Impl.initializeBackingFile(Backable.java:126)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.init(AdministeredBackableControl.java:61)
    at com.bea.netuix.servlets.controls.window.Window.init(Window.java:183)
    at com.bea.netuix.servlets.controls.page.Page.init(Page.java:108)
    at com.bea.netuix.nf.ControlLifecycle$5.visit(ControlLifecycle.java:88)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:356)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:366)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:126)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >
    <Apr 5, 2007 11:22:38 AM GMT+08:00> <Error> <netuix> <BEA-423167> <An exception or error occurred in the backing file [com.bea.jsptools.portal.backing.DelegatedAdminBackingPortal] while executing its preRender method. It was java.lang.NullPointerException
    java.lang.NullPointerException
    at com.bea.jsptools.portal.backing.DelegatedAdminBackingPortal.preRender(DelegatedAdminBackingPortal.java:140)
    at com.bea.netuix.servlets.controls.Backable$Impl.preRender(Backable.java:171)
    at com.bea.netuix.servlets.controls.AdministeredBackableControl.preRender(AdministeredBackableControl.java:85)
    at com.bea.netuix.servlets.controls.window.Window.preRender(Window.java:339)
    at com.bea.netuix.servlets.controls.page.Page.preRender(Page.java:223)
    at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:443)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:719)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:731)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:181)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:204)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:153)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:324)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.PortalServlet.doPost(PortalServlet.java:772)
    at com.bea.netuix.servlets.manager.PortalServlet.doGet(PortalServlet.java:671)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.SystemAdminSavedStateFilter.doFilter(SystemAdminSavedStateFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.servlet.PortalSystemAdministratorFilter.doFilter(PortalSystemAdministratorFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    >

    Hi
    I got below problem when i am applying Opatch on middle tier.
    Patch number: 5441441
    ERROR: OPatch failed because of cmd. args. problem
    logfile shows:
    This is a OCM patch.
    Home has no OCM installed.
    To run in silent mode, OPatch requires a response file for Oracle Configuration Manager (OCM).
    Run ./ocm/bin/emocmrsp to generate an OCM response file. The generated response file can be reused on different platforms and in multiple OPat
    ch silent installs.
    To regenerate an OCM response file, rerun ./ocm/bin/emocmrsp.
    I have ran the ./ocm/bin/emocmrsp still i got the above problem.
    Thanks
    balu

  • Oracle Weblogic Server Administration Console

    Hi,
    I am learning ADF thru the online tutorials in Oracle. I am in the following tutorial:
    Oracle JDEV Tutorial > Advanced > Using JUnit, Ant and Hudson for Continuous Integration
    I have downloaded the required files and followed the instructions in the step 1 of the tutorial but encountered a problem trying to run the tpcinstaller.jar so I proceeded to the next step. I realized my laptop does not have the java program needed to open this jar file. So I installed the following java programs in the following order: jre, jdk, and finally java_ee_sdk-7-jdk7-windows-x64.exe
    After successful installation of the last one, I was able to install the tpcinstaller.jar and continued following the tutorial up to Step 2 - 13. It said to refresh the WLS console and it will display there. However, it did not. I checked the startWebLogic.cmd and an error was displayed there. I tried manually installing the otpc.war but it is giving me the following error:
    Unable to access the selected application.
    Exception in AppMerge flows' progression
    Exception in AppMerge flows' progression
    VALIDATION PROBLEMS WERE FOUND problem: cvc-enumeration-valid: string value '3.0' is not a valid enumeration value for web-app-versionType in namespace http://java.sun.com/xml/ns/javaee:<null>
    I don't know what to do anymore. I tried playing around the web-app tag of web.xml under JDEV_HOME/wlserver_10.3/server/lib/consoleapp/webapp\WEB-INF as suggested in other forums/posts/articles but it did not solve the issue.
    Any ideas? Thanks.

    Well, the tutorials are mostly coming for a specific version of software. Have you used the required software in the required versions?
    Timo

  • WebLogic Server Administration Console shows EPM servers in ADMIN State

    Hello everyone,
    We have a distibuted environment for Oracle EPM:
    Server 1 - Foundation Services, Essbase
    Server 2 - Reporting and Analysis Framework
    We are trying to replicate one of our customer's environment and as part of that we have done multiple installation-configurations and un-installations on this environment. After completing one of the latest configurations we see that all of the managed servers are in ADMIN state.  I have tried restarting the services but with no luck.
    All the previous installations and configurations worked fine without any issues.
    Any advice from the members is highly appreciated.
    Regards,
    Warren

    Thank you Celvin and Rahul.
    Both your posts were helpful in resolving the issue. After going through the logs we realized that there was some conflict with data sources. After setting the data sources right from the WebLogic admin console and restarting the services the managed servers are now starting in the RUNNING mode.
    Thank you once again.
    Regards,
    Warren

  • Weblogic portal admin - delegates book contents are visible to anonymous us

    weblogic portal admin - delegates book contents are visible to anonymous users !!!
    In the weblogic portal administration console, we have configured a desktop and under which there are some portlets and one delegates book (delegates book contains portlets which are visible to the logged in users only by configuring entitlements)
    The desktop URL is something like : http://10.0.1.1:7010/TTDPortalWeb/appmanager/TTDPortal/desktop
    accessing this URL shows the main page contents perfectly before and after login (ie. it only shows the services which are supposed to show to the logged in user)
    but if somebody accesses the below url delibrately, all the contents are shown even without login.
    http://10.0.1.1:7010/TTDPortalWeb
    when i select a portlet inside the delegates book, I can see the Portlet publishing link URL as:
    http://10.0.1.1:7010/TTDPortalWeb/bea/wlp/api/portlet/publish?context=/TTDPortalWeb/appmanager/TTDPortal/desktop&portlet=CompletionCertificatePortlet_1
    but when I roll mouse over the service's link on the actuall page, I see url as http://10.0.1.1:7010/TTDPortalWeb/wlp.c?__c=7d6 (also when I click the service, I takes me to this URL)
    When I roll mouse over the forgot password which is at the main desktop (not inside the delegates book) it shows the correct URL which is http://10.0.1.1:7010*/TTDPortalWeb/appmanager/TTDPortal/desktop*?_nfpb=true&_windowLabel=portlet_3_1_1&portlet_3_1_1_actionOverride=%2Fttd%2Fportal%2Fpageflow%2Fuser%2Flogin%2FforgotPassword
    Any help would be highly appreciated
    Thanks and Regards
    Ushas Symon

    Solved the problem by editing the entitlements on the books under the Library section at the portal admin...

  • Deploying JSR-168 portlets error in Weblogic Portal 9.2MP2

    Hello,
    We're using WebLogic 9.2MP2 and ALBPM 5.7 SP2 enterprise server standalone. We want display in our portal the In-Box to the user as a JSR-168 portlet.
    We are following the steps in the following guide:
    http://edocs.bea.com/albsi/docs57/adminguide/jsr-168/ad_jsr168_wl92_deployingalbpmjsr168portlets.htm
    but when we try to add a new remote producer using the WebLogic Portal Administrator Console we get this error ( in the "Find producer" step):
    com.bea.jsptools.portal.helpers.wsrp.AddProducerControlException: java.rmi.RemoteException: Remote method invocation failed: weblogic.xml.crypto.wss.WSSecurityException: Unable to add security token for identity.; nested exception is:
         weblogic.xml.crypto.wss.WSSecurityException: Unable to add security token for identity
         at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper.getProducerForWsdl(AddProducerHelper.java:712)
         at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper.access$100(AddProducerHelper.java:61)
         at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper$FindProducers.producerWsdl(AddProducerHelper.java:249)
         at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper$FindProducers.run(AddProducerHelper.java:235)
         at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.runAction(AddProducerWizardController.java:566)
         at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.doIfValid(AddProducerWizardController.java:542)
         at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.selectProducerAction(AddProducerWizardController.java:172)
         at sun.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
         at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:878)
         at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808)
         at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477)
         at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305)
         at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335)
         at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042)
         at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:90)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2114)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554)
         at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851)
         at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630)
         at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1169)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:688)
         at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:144)
         at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
         at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:99)
         at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:180)
         at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:168)
         at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:222)
         at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:178)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:351)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
         at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:128)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:339)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:330)
         at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:162)
         at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137)
         at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:370)
         at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:229)
         at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:183)
         at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:221)
         at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:600)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.jsptools.servlet.PagedResultServiceFilter.doFilter(PagedResultServiceFilter.java:82)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:251)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1909)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: java.rmi.RemoteException: Remote method invocation failed: weblogic.xml.crypto.wss.WSSecurityException: Unable to add security token for identity.; nested exception is:
         weblogic.xml.crypto.wss.WSSecurityException: Unable to add security token for identity
         at com.bea.wsrp.proxy.WseeProxy.dispatch(WseeProxy.java:274)
         at com.bea.wsrp.proxy.WseeProxy.sendMessage(WseeProxy.java:131)
         at com.bea.wsrp.proxy.WseeProxy.dispatch(WseeProxy.java:103)
         at com.bea.wsrp.proxy.ProxyBase.invoke(ProxyBase.java:438)
         at $Proxy83.getServiceDescription(Unknown Source)
         at com.bea.wsrp.client.ProducerAgentImpl.getServiceDescription(ProducerAgentImpl.java:93)
         at com.bea.wsrp.client.ProducerAgentImpl.getServiceDescription(ProducerAgentImpl.java:55)
         at com.bea.jsptools.portal.helpers.wsrp.ProducerRegistryControlImpl.getServiceDescription(ProducerRegistryControlImpl.java:205)
         at com.bea.jsptools.portal.helpers.wsrp.ProducerRegistryControlBean.getServiceDescription(ProducerRegistryControlBean.java:133)
         at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper.getProducerForWsdl(AddProducerHelper.java:704)
         ... 80 more
    Caused by: weblogic.xml.crypto.wss.WSSecurityException: Unable to add security token for identity
         at weblogic.wsee.security.wss.SecurityPolicyDriver.processIdentity(SecurityPolicyDriver.java:175)
         at weblogic.wsee.security.wss.SecurityPolicyDriver.processOutbound(SecurityPolicyDriver.java:73)
         at weblogic.wsee.security.WssClientHandler.processOutbound(WssClientHandler.java:69)
         at weblogic.wsee.security.WssClientHandler.processRequest(WssClientHandler.java:53)
         at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:72)
         at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:127)
         at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:100)
         at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDispatcher.java:101)
         at com.bea.wsrp.proxy.WseeProxy.dispatch(WseeProxy.java:236)
         ... 89 more
    and this is the content of the wsdl
    <s0:definitions name="" targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl">
    <s0:import location="http://esmadaix01:7001/fportlets/producer/wsrp-1.0/markup?WSDL/wlp_wsrp_v1_bindings.wsdl" namespace="urn:bea:wsrp:ext:v1:bind"/>
    <s0:import location="http://esmadaix01:7001/fportlets/producer/wsrp-1.0/markup?WSDL/wsrp_v1_bindings.wsdl" namespace="urn:oasis:names:tc:wsrp:v1:bind"/>
    <s1:Policy s2:Id="ProducerDefaultPolicy">
         <s1:All>
         <wssp:Identity>
         <wssp:SupportedTokens>
    <wssp:SecurityToken TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-2004-01-saml-token-profile-1.0#SAMLAssertionID">
         <wssp:Claims>
    <wssp:ConfirmationMethod>sender-vouches</wssp:ConfirmationMethod>
    </wssp:Claims>
    </wssp:SecurityToken>
    </wssp:SupportedTokens>
    </wssp:Identity>
    </s1:All>
    </s1:Policy>
    <wsp:UsingPolicy s0:Required="true"/>
    <s0:service name="WSRPService">
    <s0:port binding="s3:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
    <s4:address location="http://esmadaix01:7001/fportlets/producer/wsrp-1.0/markup"/>
    </s0:port>
    <s0:port binding="s3:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
    <s4:address location="http://esmadaix01:7001/fportlets/producer/wsrp-1.0/serviceDescription"/>
    </s0:port>
    <s0:port binding="s3:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
    <s4:address location="http://esmadaix01:7001/fportlets/producer/wsrp-1.0/registration"/>
    </s0:port>
    <s0:port binding="s3:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
    <s4:address location="http://esmadaix01:7001/fportlets/producer/wsrp-1.0/portletManagement"/>
    </s0:port>
    <s0:port binding="s5:WLP_WSRP_v1_Markup_Ext_Binding_SOAP" name="WLP_WSRP_Ext_Service">
    <s4:address location="http://esmadaix01:7001/fportlets/producer/wsrp-wlp-ext-1.0/markup"/>
    </s0:port>
    </s0:service>
    </s0:definitions>
    I don't know what to do..., please help!!
    Thanks in advance for your help.

    I also have a similar problem with ALSB, I'm trying to call a service which is signed with usernameToken, i created a service account, and passed the remote username and password, but unfortunatily i get the follownig error:
    <Dec 24, 2007 10:49:52 AM GST> <Info> <Server> <BEA-002605> <Adding address: 83.
    110.15.81 to licensed client list>
    <Dec 24, 2007 10:50:00 AM GST> <Warning> <netuix> <BEA-423430> <The portal <dire
    ctive.page> element has been deprecated. You can set the page encoding on the <n
    etuix:desktop> element.>
    <Dec 24, 2007 10:50:02 AM GST> <Warning> <netuix> <BEA-423420> <Redirect is exec
    uted in begin or refresh action. Redirect url is jsp/login/index.jsp.>
    <Dec 24, 2007 10:50:07 AM GST> <Info> <JMX> <BEA-149505> <The administration ser
    ver was unable to establish JMX Connectivity with the Server1 at the JMX Service
    URL of <none>.>
    <Dec 24, 2007 10:50:09 AM GST> <Notice> <Stdout> <000000> <nl.ikarus.nxt.priv.im
    ageio.icoreader.lib.ICOReader loaded, version: 0.06.064 build: 691>
    <Dec 24, 2007 10:50:24 AM GST> <Info> <Health> <BEA-310002> <54% of the total me
    mory in the server is free>
    <Dec 24, 2007 10:50:25 AM GST> <Warning> <netuix> <BEA-423430> <The portal <dire
    ctive.page> element has been deprecated. You can set the page encoding on the <n
    etuix:desktop> element.>
    <Dec 24, 2007 10:50:40 AM GST> <Info> <ALSB Security> <BEA-387027> <Message-leve
    l access control policy grants access to proxy "Fadia/ADTA/PSMine", operation "S
    endSMS", message-id: 7380087946135603967-36ae4590.1170ae9bb75.-7ff3, subject: Su
    bject: 3
    Principal = class weblogic.security.principal.WLSUserImpl("weblogic")
    Principal = class weblogic.security.principal.WLSGroupImpl("Administrato
    rs")
    Principal = class weblogic.security.principal.WLSGroupImpl("IntegrationA
    dministrators")
    .>
    <Dec 24, 2007 10:50:40 AM GST> <Error> <ALSB Security> <BEA-387024> <An error oc
    urred during web service security outbound request processing [error-code: Fault
    , message-id: 7380087946135603967-36ae4590.1170ae9bb75.-7ff3, proxy: Fadia/ADTA/
    PSMine, target: Fadia/ADTA/BSsmsMINE, operation: SendSMS]
    --- Error message:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soa
    penv:Header/><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><
    faultstring>Unable to add security token for identity</faultstring></soapenv:Fau
    lt></soapenv:Body></soapenv:Envelope>
    weblogic.xml.crypto.wss.WSSecurityException: Unable to add security token for id
    entity
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processIdentity(Secur
    ityPolicyDriver.java:175)
    at weblogic.wsee.security.wss.SecurityPolicyDriver.processOutbound(Secur
    ityPolicyDriver.java:73)
    at weblogic.wsee.security.WssClientHandler.processOutbound(WssClientHand
    ler.java:69)
    at weblogic.wsee.security.WssClientHandler.processRequest(WssClientHandl
    er.java:53)
    at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:72)
    at com.bea.wli.sb.security.wss.WssOutboundHandler$1.run(WssOutboundHandl
    er.java:140)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at com.bea.wli.sb.security.wss.WssOutboundHandler.processRequest(WssOutb
    oundHandler.java:138)
    at com.bea.wli.sb.security.wss.WssHandlerImpl.doOutboundRequest(WssHandl
    erImpl.java:901)
    at com.bea.wli.sb.context.BindingLayerImpl.createTransportSender(Binding
    LayerImpl.java:487)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContex
    tImpl.java:501)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatch(PipelineContextI
    mpl.java:488)
    at stages.routing.runtime.RouteRuntimeStep.processMessage(RouteRuntimeSt
    ep.java:127)
    at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMes
    sage(StageMetadataImpl.java:319)
    at com.bea.wli.sb.pipeline.RouteNode.doRequest(RouteNode.java:108)
    at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:68)
    at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextIm
    pl.java:834)
    at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:194)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProces
    sor.java:75)
    at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:669)
    at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:668)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.ja
    va:666)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessage
    Sender.java:265)
    at com.bea.wli.sb.test.service.ServiceMessageSender.access$000(ServiceMe
    ssageSender.java:86)
    at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessage
    Sender.java:124)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send(ServiceMessageS
    ender.java:127)
    at com.bea.wli.sb.test.service.ServiceProcessor.invoke(ServiceProcessor.
    java:404)
    at com.bea.wli.sb.test.TestServiceImpl.invoke(TestServiceImpl.java:163)
    at com.bea.wli.sb.test.client.ejb.TestServiceEJBBean.invoke(TestServiceE
    JBBean.java:138)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.invoke(TestS
    ervice_sqr59p_EOImpl.java:427)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_WLSkel.invok
    e(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:17
    4)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:335)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:252)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_921_WLStub.i
    nvoke(Unknown Source)
    at com.bea.wli.sb.console.test.TestServiceClient.invoke(TestServiceClien
    t.java:178)
    at com.bea.wli.sb.console.test.actions.DefaultRequestAction.invoke(Defau
    ltRequestAction.java:117)
    at com.bea.wli.sb.console.test.actions.DefaultRequestAction.execute(Defa
    ultRequestAction.java:70)
    at org.apache.struts.action.RequestProcessor.processActionPerform(Reques
    tProcessor.java:419)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201
    (PageFlowRequestProcessor.java:95)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunn
    er.execute(PageFlowRequestProcessor.java:2042)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionI
    nterceptors.wrapAction(ActionInterceptors.java:90)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processAct
    ionPerform(PageFlowRequestProcessor.java:2114)
    at com.bea.wli.common.base.SBConsoleRequestProcessor.processActionPerfor
    m(SBConsoleRequestProcessor.java:78)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
    va:224)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInt
    ernal(PageFlowRequestProcessor.java:554)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(Pa
    geFlowRequestProcessor.java:851)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(A
    utoRegisterActionServlet.java:630)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageF
    lowActionServlet.java:157)
    at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionSe
    rvlet.java:241)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServ
    let.java:130)
    at com.bea.wli.common.base.SBConsoleActionServlet.doGet(SBConsoleActionS
    ervlet.java:58)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlow
    Utils.java:1169)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.exec
    uteAction(ScopedContentCommonSupport.java:688)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.proc
    essActionInternal(ScopedContentCommonSupport.java:144)
    at com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.processAction(St
    rutsStubImpl.java:76)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiAct
    ionHandler.java:99)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedActi
    on(NetuiContent.java:180)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedActi
    on(NetuiContent.java:168)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackD
    ata(NetuiContent.java:222)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:178)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:351)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.j
    ava:361)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:128)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:339)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:330)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:162)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java
    :370)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:229)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:183)
    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileS
    ervlet.java:221)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:124)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:223)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:42)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsF
    ilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3243)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2003)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:1909)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1359)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    PLEASE PEASE HELP

Maybe you are looking for