Weblogic  12.1.2 selectManyListbox component

Any one confirms selectManyListbox component works with Weblogic 12.1.2 (ADF llibraries 12.1.2) ?

Hi,
I can confirm that selectManyListboxes work with ADF of JDeveloper 12c. Please stop posting internal release questions on a public forum. You should know better.
Frank

Similar Messages

  • Problem rendering JSF selectManyListbox component from JSF selectOneMenu

    hello all. i have a problem rerender-ing selectManyListbox in "onchange" event of selectOneMenu.
    When i used both component as selectOneMenu then rerender-ing works fine but my requirement is to select many option and size also should be set which cannot be done in selectManyMenu component. so my tryint to use selectManyListbox
    So, when i change the rerender-ing component to selectManyListbox then rerendering doesnt work in onchange event of selectOneMenu.
    how can i use the selectManyListbox as rerender in onchange event of selectOneMenu?? please help and thanks in advance. please be free to answer to my post
    NOTE: i have specified 3 component
    1. selectManyListbox
    2. selectOneMenu
    3. selectManyMenu

    Did you found a solution to the problem?
    I am having similar problem in my page.
    Thanks,
    Bablu

  • Initializing an ADF Faces selectManyListbox Component

    I am trying to show a selectManyListbox with some values already selected for an edit page, but all i get is a selectManyListbox with no values selected?
    I build the <af:selectManyListbox> using a <af:forEach> which iterates through a List of custom TermType objects creating a <af:selectItem> with each iteration <af:selectItem>'s value property is assigned to an actual object (the toString() method of the object has been overriden to return a simple id string) and the label property is set to label="#{termType.term_type_name}" which produces a String.
    I have set <af:selectManyListbox... valuePassThru="true" ... value="#{TermBean.selectedTermTypes}"...>
    I have configured the function ---> "TermBean.selectedTermTypes" to return a List of "TermType" custom objects and didn't work... return a List of Strings (that match the value sent through to the outputted web page) and finally to return a String[] matching the value property outputted, but no luck....
    when using plain old <h:selectManyListbox> i can get it displaying with selected items when setting the "value" property to String[] of selected items (the Strings match the outputted value) but of cource this dosn't render nicely with all the extras like the adf selectManyListbox.
    i have also tried to do the job in java code hence the "binding" attrib being set to binding="#{TermBean.selectManyTermTypes}"
    Here is the page section that creates the selectManyListbox...
    region_term.jspx
    <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:afh="http://xmlns.oracle.com/adf/faces/EA17/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/EA17">
    <jsp:directive.page contentType="text/html;charset=utf-8"/>
    <af:regionDef var="region_term">
    <af:panelForm>
    <af:inputText label="#{bundle.TERM_NAME}:" value="#{TermBean.tempTerm.term_name}" required="#{region_term.required_term_name}"/>
    <af:selectManyListbox label="#{bundle.TERM_TYPE_S}:" required="#{region_term.required_term_type}" valuePassThru="true" binding="#{TermBean.selectManyTermTypes}" value="#{TermBean.selectedTermTypes}">
    <af:forEach var="termType" items="#{TermBean.allTermTypes}">
    <af:selectItem value="#{termType}" label="#{termType.term_type_name}"/>
    </af:forEach>
    </af:selectManyListbox>
    <af:inputText label="#{bundle.TERM_TEXT}:" value="#{TermBean.tempTerm.term_text}" required="#{region_term.required_term_text}" rows="6" columns="60"/>
    </af:panelForm>
    </af:regionDef>
    </jsp:root>
    <af:selectManyListbox label="#{bundle.TERM_TYPE_S}:" required="#{region_term.required_term_type}" valuePassThru="true" binding="#{TermBean.selectManyTermTypes}" value="#{TermBean.selectedTermTypes}">
    <af:forEach var="termType" items="#{TermBean.allTermTypes}">
    <af:selectItem value="#{termType}" label="#{termType.term_type_name}"/>
    </af:forEach>
    </af:selectManyListbox>
    TermBean.allTermTypes = a List of custom Term objects
    Can anybody tell me if they have managed to get a <af:selectManyListbox> with items already selected when the page loads?

    i realize valuePassThru is used for passing the value of your object or primitive through to the client... i have it off now and the problem isn't solved... the main issue is in the following:
    <af:selectManyListbox... value="#{TermBean.selectedTermTypes}">
    <af:forEach var="termType" items="#{TermBean.allTermTypes}">
    <af:selectItem value="#{termType}" label="#{termType.term_type_name}"/>
    </af:forEach>
    </af:selectManyListbox>
    if value="#{TermBean.selectedTermTypes}" is a List of "termType "objects (want these to be selected when the page loads) of the same type as var="termType" items="#{TermBean.allTermTypes}" i.e. getSelectedTermTypes() returns a List of objects of the type termType... why is the select box rendering with no selected items?

  • Error while deploying Web Service EAR to weblogic 10.3

    Hello All,
    I am getting the following errors when I "Activate changes" on the console after deploying the EAR file.
    An error occurred during activation of changes, please see the log for details.
    Error weblogic.application.ModuleException:
    Error port component:"StockQuotePortImpl" - wsdl port:{http://sun.com/stockquote.wsdl}StockQuotePortImplPort is not found in wsdl.
    The stack trace in the Workshop has the following:
    Caused by: weblogic.wsee.ws.WsException: port component:"StockQuotePortImpl" - wsdl port:{http://sun.com/stockquote.wsdl}StockQuotePortImplPort is not found in wsdl.
    I don't understand the problem. Is it something to do with the contextPath of the WS. If so, I have the <WLHttpTransport> element as a child of <jws> element and that has teh contextPath, port seviceURI etc.
    The WS builds fine and WAR/EAR created fine but I get this exception when I deploy.
    Any clues as to what is going wrong will be very helpful..
    Thanks much.

    Nevermind, I figured it out.
    I had to change the name of my JWS class (the one that implements the web service methods) and then it worked fine.
    Thanks to all who responded.

  • Unable to read selected values from selectManyListbox control

    I have selectManyListbox component in my jsp page as follows:
    <h:selectManyListbox id="allBusinessFunctions" styleClass="maintxtbox selectCampaignBox" >
    <f:selectItems value="#{pc_CreateCampaigns.bizFunctions}"/>
    </h:selectManyListbox>
    I am doing multiple selections on the component. In the same jsp page I have graphicImage component as follows:
    <h:graphicImage id="createCampaignLink" alt="Click on this" url="/theme/img/button-use.gif">
    <hx:behavior event="onclick" behaviorAction="get" targetAction="bizFunDetailsGroup"></hx:behavior>
    </h:graphicImage>
    On click of this graphicImage I am invoking a ajax call to one of the backing bean method getDisplayBizFunctions().
    I also have a panel group component as follows:
    <h:panelGroup id="bizFunDetailsGroup" styleClass="panelGroup">
    <h:dataTable id="bizFunDetails" value="#{pc_CreateCampaigns.displayBizFunctions}" var="bizFunctions" border="0">
    <h:column>
    <f:facet name="header">
         <h:outputText value="Column1"/>
    </f:facet>
    <h:outputText value="#{bizFunctions}"/>                                        
    </h:column>
    </h:dataTable>
    </h:panelGroup>
    <hx:ajaxRefreshRequest id="ajaxRefreshRequest3" target="bizFunDetailsGroup" params="allBusinessFunctions"></hx:ajaxRefreshRequest>
    In my backing bean I have a method as follows:
    public ArrayList getDisplayBizFunctions(){                         
    bizTypeSearch = (String)getRequestParam().get("allBusinessFunctions");
    System.out.println("bizTypeSearch =" + bizTypeSearch );                         
              return null;
    I am trying to read the multiple selected values of as
    getRequestParam().get("allBusinessFunctions");
    Which is returing only the first selected items value but not all..
    How can get all the selected values?

    To the point: you should have used HttpServletRequest#getParameterValues(), not getParameter().
    In this specific case: just bind the <h:selectManyListbox> 'value' property with a List<BizFunctionType> property in the backing bean.

  • Weblogic.application.WrappedDeploymentException

    Hi folks !!!
    While migrating JSF 1.2- OC4J  application to JSF 2.0-Weblogic,
    I removed jsf 1.2 jar and added jsf 2.0 specefic jar..
    while deploying..I am getting
    weblogic.application.WrappedDeploymentException: javax.faces.component.html.HtmlDataTable
    If i removed JSF2.0 jar and add again jsf 1.2 jar its working fine..
    I am not able to find issues.. please help me ...

    Nothing major changed, it appears the exception thrown is quite misleading. I created a new deployment profile and everything seemed to work out fine. Not quite sure why things went south initially after being previously successful

  • Help: I'm sure it is a Bug in JNI calling WebLogic EJB

    Help me! I'm using jni to call weblogic EJB from a Com+ component,here is the code:
    // This is the main project file for VC++ application project
    // generated using an Application Wizard.
    #include "stdafx.h"
    #pragma unmanaged
    #include <windows.h>
    #include <jni.h>
    #include <process.h>
    #include <stdio.h>
    #define USER_CLASSPATH "C:\\myClasses;C:\\j2sdk1.4.0\\lib\\tools.jar;Z:\\wlserver6.1\\lib\\weblogic.jar;"
    /* where Prog.class is */
    JavaVM *jvm;
    * Function GetJNIEnv(void) returns the java environment pointer
    * in case we are executing on a thread other than the one the
    * jvm was created on.
    JNIEnv* GetJNIEnv(void){
         JNIEnv *env = NULL;
         jint nRet = jvm->GetEnv((void **)&env, JNI_VERSION_1_2);
         if(nRet == JNI_EDETACHED){
              jvm->AttachCurrentThread((void **)&env, NULL);
         return env;
    * Function DoJNDI(void *arg) uses the Java Invocation API to
    * execute the following Java code:
    * Hashtable prop = new Hashtable();
    * prop.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory"
    * prop.put( Context.PROVIDER_URL, "t3://192.168.40.137:7001" );
    * ctxInitial = new InitialDirContext( prop );
    void DoJNDI(void *arg){
         jclass clsHash, clsInitDirCx;
         jmethodID mHashInit, mHashPut, mInitDirCxInit;
         jobject objHash, objInitDirCx;
         JNIEnv *env = GetJNIEnv(); // Get the environment if on a different thread
         clsHash = env->FindClass("java/util/Hashtable");
         mHashInit = env->GetMethodID(clsHash, "<init>", "()V");
         objHash = env->NewObject(clsHash, mHashInit);
         mHashPut = env->GetMethodID(clsHash, "put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;");
         jstring jstrICxFactoryPut = env->NewStringUTF("java.naming.factory.initial");
         jstring jstrICxFactoryVal = env->NewStringUTF("weblogic.jndi.WLInitialContextFactory");
         env->CallObjectMethod(objHash, mHashPut, jstrICxFactoryPut,jstrICxFactoryVal);
         jstring jstrProviderUrlPut = env->NewStringUTF("java.naming.provider.url");
         jstring jstrProviderUrlVal = env->NewStringUTF("t3://192.168.40.137:7001");
         env->CallObjectMethod(objHash, mHashPut, jstrProviderUrlPut,jstrProviderUrlVal);
         clsInitDirCx = env->FindClass("javax/naming/InitialContext");
         mInitDirCxInit = env->GetMethodID(clsInitDirCx, "<init>", "(Ljava/util/Hashtable;)V");
         objInitDirCx = env->NewObject(clsInitDirCx, mInitDirCxInit, objHash);
         if(objInitDirCx == NULL){
              printf("%s test FAILED:\n\n", (char*)arg);
         else{
              printf("%s test PASSED\n\n", (char*)arg);
         jvm->DetachCurrentThread();
    * Function main(void) creates a JVM, and calls DoJNDI twice:
    * Once as a regular function call, and once as a spun off thread.
    void main() {
    JavaVMInitArgs vm_args;
    JavaVMOption options[5];
         options[0].optionString = "-client";
    options[1].optionString =
    "-cp " USER_CLASSPATH;
    options[2].optionString =
    "-Djava.class.path=" USER_CLASSPATH;
         //options[3].optionString =
         //     "-Xbootclasspath:c:\\j2sdk1.4.0\\lib\\tools.jar;z:\\wlserver6.1\\lib\\weblogic_sp.jar;z:\\wlserver6.1\\lib\\weblogic.jar;";
         options[3].optionString =
              "-Xbootclasspath/a:c:\\j2sdk1.4.0\\lib\\tools.jar;z:\\wlserver6.1\\lib\\weblogic_sp.jar;";
         options[4].optionString =
              "-Xbootclasspath/p:c:\\j2sdk1.4.0\\lib\\tools.jar;z:\\wlserver6.1\\lib\\weblogic_sp.jar;";
    vm_args.version = 0x00010002;
    vm_args.options = options;
    vm_args.nOptions = 5;
    vm_args.ignoreUnrecognized = JNI_TRUE;
         JNIEnv *env;
         jint res = JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args);
         // *** Make the magic calls! (Both lines should do the same thing) ***
         DoJNDI((void*)"Function call");
         _beginthread(DoJNDI,0,(void *)"Thread call");
         /* wait for thread(s) to finish */
         Sleep(5000);
         jvm->DestroyJavaVM();
    But it always send me a Exception like below:
    javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory.
    Root exception is java.lang.ClassNotFoundException: weblogic/jndi/WLInitialContextFactory
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:207)
    at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:42)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    when I search this problem in java.sun.com,an article announce that it is a bug that
    JNDI not support multi-threads call,and it is fixed is JDK1.4 beta. The link is:
    http://developer.java.sun.com/developer/bugParade/bugs/4307751.html
    It seems that weblogic's JNDI is not support multi-thread call. what can i do?

    Try adding the following code before instantiating your initial context:
    Thread.currentThread().setContextClassLoader( ClassLoader.getSystemClassLoader()
    This fixed the problem for me.
    -Brian
    "Edward Lu" <[email protected]> wrote:
    >
    Help me! I'm using jni to call weblogic EJB from a Com+ component,here is
    the code:
    // This is the main project file for VC++ application project
    // generated using an Application Wizard.
    #include "stdafx.h"
    #pragma unmanaged
    #include <windows.h>
    #include <jni.h>
    #include <process.h>
    #include <stdio.h>
    #define USER_CLASSPATH "C:\\myClasses;C:\\j2sdk1.4.0\\lib\\tools.jar;Z:\\wlserver6.1\\lib\\weblogic.jar;"
    /* where Prog.class is */
    JavaVM *jvm;
    * Function GetJNIEnv(void) returns the java environment pointer
    * in case we are executing on a thread other than the one the
    * jvm was created on.
    JNIEnv* GetJNIEnv(void){
         JNIEnv *env = NULL;
         jint nRet = jvm->GetEnv((void **)&env, JNI_VERSION_1_2);
         if(nRet == JNI_EDETACHED){
              jvm->AttachCurrentThread((void **)&env, NULL);
         return env;
    * Function DoJNDI(void *arg) uses the Java Invocation API to
    * execute the following Java code:
    * Hashtable prop = new Hashtable();
    * prop.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory"
    * prop.put( Context.PROVIDER_URL, "t3://192.168.40.137:7001" );
    * ctxInitial = new InitialDirContext( prop );
    void DoJNDI(void *arg){
         jclass clsHash, clsInitDirCx;
         jmethodID mHashInit, mHashPut, mInitDirCxInit;
         jobject objHash, objInitDirCx;
         JNIEnv *env = GetJNIEnv(); // Get the environment if on a different thread
         clsHash = env->FindClass("java/util/Hashtable");
         mHashInit = env->GetMethodID(clsHash, "<init>", "()V");
         objHash = env->NewObject(clsHash, mHashInit);
         mHashPut = env->GetMethodID(clsHash, "put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;");
         jstring jstrICxFactoryPut = env->NewStringUTF("java.naming.factory.initial");
         jstring jstrICxFactoryVal = env->NewStringUTF("weblogic.jndi.WLInitialContextFactory");
         env->CallObjectMethod(objHash, mHashPut, jstrICxFactoryPut,jstrICxFactoryVal);
         jstring jstrProviderUrlPut = env->NewStringUTF("java.naming.provider.url");
         jstring jstrProviderUrlVal = env->NewStringUTF("t3://192.168.40.137:7001");
         env->CallObjectMethod(objHash, mHashPut, jstrProviderUrlPut,jstrProviderUrlVal);
         clsInitDirCx = env->FindClass("javax/naming/InitialContext");
         mInitDirCxInit = env->GetMethodID(clsInitDirCx, "<init>", "(Ljava/util/Hashtable;)V");
         objInitDirCx = env->NewObject(clsInitDirCx, mInitDirCxInit, objHash);
         if(objInitDirCx == NULL){
              printf("%s test FAILED:\n\n", (char*)arg);
         else{
              printf("%s test PASSED\n\n", (char*)arg);
         jvm->DetachCurrentThread();
    * Function main(void) creates a JVM, and calls DoJNDI twice:
    * Once as a regular function call, and once as a spun off thread.
    void main() {
    JavaVMInitArgs vm_args;
    JavaVMOption options[5];
         options[0].optionString = "-client";
    options[1].optionString =
    "-cp " USER_CLASSPATH;
    options[2].optionString =
    "-Djava.class.path=" USER_CLASSPATH;
         //options[3].optionString =
         //     "-Xbootclasspath:c:\\j2sdk1.4.0\\lib\\tools.jar;z:\\wlserver6.1\\lib\\weblogic_sp.jar;z:\\wlserver6.1\\lib\\weblogic.jar;";
         options[3].optionString =
              "-Xbootclasspath/a:c:\\j2sdk1.4.0\\lib\\tools.jar;z:\\wlserver6.1\\lib\\weblogic_sp.jar;";
         options[4].optionString =
              "-Xbootclasspath/p:c:\\j2sdk1.4.0\\lib\\tools.jar;z:\\wlserver6.1\\lib\\weblogic_sp.jar;";
    vm_args.version = 0x00010002;
    vm_args.options = options;
    vm_args.nOptions = 5;
    vm_args.ignoreUnrecognized = JNI_TRUE;
         JNIEnv *env;
         jint res = JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args);
         // *** Make the magic calls! (Both lines should do the same thing) ***
         DoJNDI((void*)"Function call");
         _beginthread(DoJNDI,0,(void *)"Thread call");
         /* wait for thread(s) to finish */
         Sleep(5000);
         jvm->DestroyJavaVM();
    But it always send me a Exception like below:
    javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory.
    Root exception is java.lang.ClassNotFoundException: weblogic/jndi/WLInitialContextFactory
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:207)
    at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:42)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    when I search this problem in java.sun.com,an article announce that it is
    a bug that
    JNDI not support multi-threads call,and it is fixed is JDK1.4 beta. The
    link is:
    http://developer.java.sun.com/developer/bugParade/bugs/4307751.html
    It seems that weblogic's JNDI is not support multi-thread call. what can
    i do?

  • SelectManyListbox select ALL when duplicates are present

    I am trying to use the ADF Faces selectManyListbox component to select ALL upon page load. I have set the value of my selectManyListbox to a List, and this works for most of my selectManyListbox components.
    However, when I use this solution on a different selectManyListbox that has a duplicate attrname (id) but different display name (I know the data is bad), the duplicate is not selected. I want the "ALL" checkbox selected though, and it will not be selected upon page load unless all are selected in the list.
    When I print out the List "selectedPS" in the log, I can see both of the duplicate values in the list, but only this first is selected in the selectManyListbox.
    Is there anyway to get around this? Or is this the entended functionality ? I am using JDev 11.1.1.3
    in my fragment ...
    selectManyListbox value="#{backingBeanScope.backing_Fragments_SearchForm.selectedPS}"
    in the backing bean...
    public List getSelectedPS(){
    if(selectedPS == null){
    selectedPS =
    selectItemsForIterator("AllShopsView1Iterator","ShopId");
    return selectedPS;
    public void setSelectedPS(List selectedValues){
    this.selectedPS = selectedValues;
    public static List selectItemsForIterator(String iteratorName,String valueAttrName) { 
    BindingContext bc = BindingContext.getCurrent();
    DCBindingContainer binding =
    (DCBindingContainer)bc.getCurrentBindingsEntry();
    DCIteratorBinding iter = binding.findIteratorBinding(iteratorName);
    List selectItems = new ArrayList();
    for (Row r: iter.getAllRowsInRange()){
    selectItems.add(r.getAttribute(valueAttrName));
    return selectItems;
    Thanks,
    Jessica

    It depends upon the kind of duplicte.  You have duplicates where two copies of a file are generated and added.  You can have duplicates where both entries point to the same file.  If you have the latter and delete the file the second entry will end up with a broken link.
    Get info on the tracks and see if they point to exactly the same file in the exact same location. 

  • Deploying Simple Java component ...

    Hi,
    I am new to WebLogic but have used EAServer - 3.5 (Sybase - JAGUAR)
    extensively. I have a very simple question : is it posible to deploy a
    java class in WebLogic without making it EJB component. I know it can be
    done in Jaguar as a package component.
    If it is possible, can you please point me where can I get more about
    that.
    Thanks
    Tara

    A little more info if it will help:
    On the add component wizard of the Component Services window, I add my newly created DLL, and I add axbridge.dll to the list. It shows my component in the bottom window, says that my interfaces are found. I hit next, finish. And nothing happens, no new component, no error. Just nothing.
    Has anyone else ever deployed a Active X Bridged bean into COM+? I can't seem to find any information online about how to make this happen.

  • Problems with loading of instances in the workspaces and error in weblogic

    Hi all
    Is this a problem with a project in production
    from one day to another, there are loading the bodies and there is an error in the weblogic console and the following:
    ####<07/19/2011 12:30:24 PM COT> <Error> <oracle.soa.services.notification> <ATHENA> <soa_server1> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-394EBF9023200ADF1072> <265a3d8181bb76ab:-2246f01d:13142d21137:-7ffc-000000000000001b> <1311096624856> <BEA-000000> <<oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.onMessage> Error for message ID 265a3d8181bb76ab:-5d09d078:13119e8ae87:-7b9e ERROR MESSAGE : ;
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Compruebe la excepción subyacente y la información de conexión a la base de datos. Si el error persiste, póngase en contacto con los Servicios de Soporte Oracle.
    Connection closed;
    >
    ####<07/19/2011 12:30:24 PM COT> <Error> <oracle.soa.services.workflow.persistency> <ATHENA> <soa_server1> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-3999BF9023200ADF1072> <265a3d8181bb76ab:-2246f01d:13142d21137:-7ffc-000000000000001b> <1311096624896> <BEA-000000> <<.> Error al consultar los metadatos de la tarea de flujo de trabajo.
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Compruebe la excepción subyacente y la información de conexión a la base de datos. Si el error persiste, póngase en contacto con los Servicios de Soporte Oracle.
    ORABPEL-30257
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Error al consultar los metadatos de la tarea de flujo de trabajo.
    Compruebe la excepción subyacente y la información de conexión a la base de datos. Si el error persiste, póngase en contacto con los Servicios de Soporte Oracle.
         at oracle.bpel.services.workflow.repos.driver.WFTaskMetadata.getTaskMetadata(WFTaskMetadata.java:244)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getTaskMetadata(PersistencyService.java:821)
         at oracle.bpel.services.workflow.task.impl.WorkflowUtil.localGetTaskMetadataByNS(WorkflowUtil.java:4427)
         at oracle.bpel.services.workflow.task.impl.WorkflowUtil.getTaskMetadataByNS(WorkflowUtil.java:4382)
         at oracle.bpel.services.workflow.runtimeconfig.impl.RuntimeConfigService.getTaskDisplayInfo(RuntimeConfigService.java:1578)
         at sun.reflect.GeneratedMethodAccessor1111.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.workflow.test.workflow.ExceptionTestCaseBuilder.invoke(ExceptionTestCaseBuilder.java:155)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy245.getTaskDisplayInfo(Unknown Source)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDisplayInfo(TaskQueryService.java:2336)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.addOptionalInformationOrRemoveTaskDetails(TaskQueryService.java:3875)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.addDetailsOptionalInformation(TaskQueryService.java:4214)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDetailsById(TaskQueryService.java:1647)
         at sun.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.workflow.test.workflow.ExceptionTestCaseBuilder.invoke(ExceptionTestCaseBuilder.java:155)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.common.dms.MethodEventAspect.invoke(MethodEventAspect.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.common.dms.MethodPhaseEventAspect.invoke(MethodPhaseEventAspect.java:82)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy249.getTaskDetailsById(Unknown Source)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.addAttachmentBodyPartsInTransaction(TaskNotifications.java:1489)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.addAttachmentBodyParts(TaskNotifications.java:1475)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.getEmailPayload(TaskNotifications.java:1228)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.sendEmailNotification(TaskNotifications.java:834)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.notifyForTaskInternal(TaskNotifications.java:547)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.notifyForTask(TaskNotifications.java:396)
         at oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.deliverNotification(MDBTaskNotificationConsumer.java:214)
         at oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.onMessage(MDBTaskNotificationConsumer.java:128)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.sql.SQLException: Connection closed
         at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:197)
         at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:68)
         at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:93)
         at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:480)
         at oracle.bpel.services.workflow.repos.driver.WFTaskMetadata.getTaskMetadata(WFTaskMetadata.java:231)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.getTaskMetadata(PersistencyService.java:821)
         at oracle.bpel.services.workflow.task.impl.WorkflowUtil.localGetTaskMetadataByNS(WorkflowUtil.java:4427)
         at oracle.bpel.services.workflow.task.impl.WorkflowUtil.getTaskMetadataByNS(WorkflowUtil.java:4382)
         at oracle.bpel.services.workflow.runtimeconfig.impl.RuntimeConfigService.getTaskDisplayInfo(RuntimeConfigService.java:1578)
         at sun.reflect.GeneratedMethodAccessor1111.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.workflow.test.workflow.ExceptionTestCaseBuilder.invoke(ExceptionTestCaseBuilder.java:155)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy245.getTaskDisplayInfo(Unknown Source)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDisplayInfo(TaskQueryService.java:2336)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.addOptionalInformationOrRemoveTaskDetails(TaskQueryService.java:3875)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.addDetailsOptionalInformation(TaskQueryService.java:4214)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.getTaskDetailsById(TaskQueryService.java:1647)
         at sun.reflect.GeneratedMethodAccessor1119.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.bpel.services.workflow.common.WorkflowServiceCacheEventAdvice.invoke(WorkflowServiceCacheEventAdvice.java:89)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.workflow.test.workflow.ExceptionTestCaseBuilder.invoke(ExceptionTestCaseBuilder.java:155)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.common.dms.MethodEventAspect.invoke(MethodEventAspect.java:70)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at oracle.bpel.services.common.dms.MethodPhaseEventAspect.invoke(MethodPhaseEventAspect.java:82)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy249.getTaskDetailsById(Unknown Source)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.addAttachmentBodyPartsInTransaction(TaskNotifications.java:1489)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.addAttachmentBodyParts(TaskNotifications.java:1475)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.getEmailPayload(TaskNotifications.java:1228)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.sendEmailNotification(TaskNotifications.java:834)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.notifyForTaskInternal(TaskNotifications.java:547)
         at oracle.bpel.services.workflow.task.notification.TaskNotifications.notifyForTask(TaskNotifications.java:396)
         at oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.deliverNotification(MDBTaskNotificationConsumer.java:214)
         at oracle.bpel.services.workflow.task.notification.MDBTaskNotificationConsumer.onMessage(MDBTaskNotificationConsumer.java:128)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
         at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
         at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    I have no idea why this happening.
    weblogic has restarted, the SOA component, the server athena, has deployed the project again and does not work
    anyone can help me

    Hola Alexis
    Speak Spanish?
    Well, you need just the settings? that no such display
    This version is 11g, exactly 11.1.1.2
    Bueno, que necesitas exactamente de la configuracion? por que no se como mostralas
    La version es 11g, exactamente 11.1.1.2
    Saludos

  • JSF Conversion error for h:selectManyListbox

    There's an exception (*Conversion error occurred*) from JSF on <h:selectManyListbox> component for id availableUsers which is bound to myBean*.*roleId
    Now myBean*.*roleId is of Long datatype and so is the usersList*.*SelectItem*.*value. So, would not be any datatype mismatch. Tried using a converter too with no luck.
    If you have come across any such issue, please do let me know, thanks!
    Exception
    javax.faces.model.SelectItem@1b115c1b]
    [8/14/08 1:59:44:645 IST] 00000061 jsf E com.sun.faces.context.FacesContextImpl addMessage Adding Message[sourceId=emailmessage:*availableUsers* ,summary=*Conversion error occurred*.)
    [8/14/08 1:59:44:661 IST] 00000061 jsf E com.sun.faces.context.FacesContextImpl addMessage Adding Message[sourceId=emailmessage:selectedUsers,summary=Conversion error occurred.)
    JSF
    <h:selectManyListbox id="*availableUsers* " value="#{myBean.roleId}" converter="javax.faces.Long"
    binding="#{myBean.usersListBox}" size="5" style="width: 138px; height: 102px">
    <f:selectItems id="usersItems" value="#{myBean.usersList}"
    binding="#{myBean.usersListBoxSelectItems}" />
    </h:selectManyListbox></td>
    CLASS
    *{code}*
    *class MyBean*
    *private Long roleId;*
    *private List usersList;*
    *{code}*
    usersList is an arraylist of SelectItem where each SelectItem is composed of a Long value and a String label as per the convention.

    I tried using a List<Long>, but getting another error now, any help would be greatly appreciated, thanks!
    Error:
    [8/15/08 0:11:32:692 IST] 0000007e jsf E com.sun.faces.context.FacesContextImpl addMessage Adding Message[sourceId=emailmessage:selectedUsers,summary=Validation Error: Value is not valid)
    JSF Code:
    h:selectManyListbox id="selectedUsers" binding="#{myBean.selectedUsersListBox}" value="#{myBean.recipientIdList}" size="5"
    converter="#{myBean.recipientIdListConverter}" style="width: 138px; height: 102px">
    <f:selectItems id="selectedUsersItem" value="#{myBean.recipientList}" binding="#{myBean.selectedUsersListBoxSelectItems}" />
    </h:selectManyListbox>
    backing Bean Code for class myBean:
    {code}public List recipientList;
    private ArrayList recipientIdList;
    private HtmlSelectManyListbox selectedUsersListBox;
    private UISelectItems selectedUsersListBoxSelectItems;
    public Converter getRecipientIdListConverter() {
              return new Converter() {
                   public Object getAsObject(FacesContext facesContext,
                             UIComponent component, String value)
                             throws ConverterException {
                        if (value == null)
                             return null;                                                       
                        for (Iterator i = recipientIdList.iterator(); i.hasNext();) {
                             Long item = (Long) i.next();
                             String val = String.valueOf(item);
                             if (val.equals(value)) {
                                  return item;
                        return null;
                   public String getAsString(FacesContext facesContext,
                             UIComponent component, Object object)
                             throws ConverterException {
                        if (object instanceof SelectItem) {                         
                             return ((SelectItem) object).getValue().toString();
                        } else if (object instanceof Long) {
                             return String.valueOf(object);
                        } else {
                             return object.toString();
         }{code}

  • JVM Coredump with libengine.so as the problematic frame

    Hi Experts,
    Our application is running over Tuxedo 9.0, and JVM 1.5.0_07-b03 mixed mode. We are experiencing coredumps frequently in production environment.
    The hs_err file shows the following information:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x4aa0daa8, pid=21887, tid=45
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # C [libengine.so.71+0x10daa8] gprematch+0x16c
    --------------- T H R E A D ---------------
    Current thread (0x006ce740): JavaThread "[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=45]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x3d22686b
    Registers:
    O0=0x4997d118 O1=0x4997d5ce O2=0x4a9ebc80 O3=0x02f7a7a0
    O4=0x0017969c O5=0x00000000 O6=0x4997c7f8 O7=0x4aa0d9a0
    G1=0x00efa000 G2=0x02f71dc8 G3=0x4997d07c G4=0x02f71dc8
    G5=0xff018640 G6=0x00000000 G7=0x4bbd5200 Y=0x00000008
    PC=0x4aa0daa8 nPC=0x4aa0daac
    Top of Stack: (sp=0x4997c7f8)
    0x4997c7f8: 00000000 00000000 00000000 02f71dc8
    0x4997c808: 0000478c 00004400 00004bc0 3d226869
    0x4997c818: 02f72838 4997d5ce 00000000 4ab59ebc
    0x4997c828: 3d22686b 02f71dc8 4997d0c8 4acc1714
    0x4997c838: 00000000 7465642f 00000000 752f7574
    0x4997c848: 66382f68 746d6c2f 00000000 02f71dc8
    0x4997c858: 6e742e6a 73700a2a 2a2a2045 4e442044
    0x4997c868: 45425547 20203230 31302d30 342d3031
    Instructions: (pc=0x4aa0daa8)
    0x4aa0da98: f0 27 6b 60 ee 07 bf ec b8 05 e0 02 f8 27 bf ec
    0x4aa0daa8: f2 0d e0 02 80 a6 60 03 12 80 00 09 d0 07 bf fc
    Stack: [0x49880000,0x49980000), sp=0x4997c7f8, free space=1009k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libengine.so.71+0x10daa8] gprematch+0x16c
    C [libwsc.so.71+0x4171c] _tmtrace+0x340
    C [libwsc.so.71+0x108c8] tpalloc+0x144
    C [libtti_tuxedo_wsc.so+0x3330] Java_terrapin_tuxedo_TpType_tpalloc+0xc0
    j terrapin.tuxedo.TpType.tpalloc(Ljava/lang/String;Ljava/lang/String;I)J+1817098320
    j terrapin.tuxedo.TpType.tpalloc(Ljava/lang/String;Ljava/lang/String;I)J+0
    j terrapin.tuxedo.Fml32.<init>()V+13
    v ~C2IAdapter
    VM Arguments:
    jvm_args: -Dinfo=TC5.0.0.37_7003_/totalcarebin1/tcaredomain115 -Xms2048m -Xmx2048m -XX:PermSize=512m -XX:MaxPermSize=512m -verbose:gc -XX:+DisableExplicitGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -Xloggc:/totalcarelog2/gc_20100401060835.log -XX:+UseParNewGC -XX:NewSize=256m -XX:MaxNewSize=256m -XX:+UseCMSCompactAtFullCollection -verbose:jni -Xss1024K -da -Dplatform.home=/totalcarebin1/3p/bea/weblogic91 -Dwls.home=/totalcarebin1/3p/bea/weblogic91/server -Dwli.home=/totalcarebin1/3p/bea/weblogic91/integration -Dweblogic.management.discover=true -Dweblogic.ProductionModeEnabled=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/totalcarebin1/3p/bea/patch_weblogic910/profiles/default/sysext_manifest_classpath -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Dweblogic.management.username=system -Dweblogic.management.password=systempass -Dweblogic.Name=tcareserver -Djava.security.policy=/totalcarebin1/3p/bea/weblogic91/server/lib/weblogic.policy -Djava.security.auth.login.config==/totalcarebin1/tcaredomain115/serverclasses/propfiles/totalcare_jaas.config
    java_command: weblogic.Server
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/totalcarebin1/3p/jdk1.5.0_07
    PATH=.:/usr/dt/bin:/usr/ccs/bin:/usr/local/bin:/totalcarebin1/3p/jdk1.5.0_07/bin:/bin:/bin:/usr/bin:/usr/sbin:/etc:/usr/local/gnu/bin:/opt/SUNWste/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/totalcarebin1/3p/tuxedo9/bin:/usr/ucb:/usr1/arbor/ccbin:/totalcarebin1/3p/bea/weblogic91/server/bin:/totalcarebin1/3p/jdk1.5.0_07/bin:/totalcarebin1/3p/bea/weblogic91/server/bin:/totalcarebin1/3p/jdk1.5.0_07/jre/bin:/totalcarebin1/3p/jdk1.5.0_07/bin:/u01/app/oracl1/product/10.2/cl_1/bin:/totalcarebin1/3p/perl/bin:/sbin:/usr/sbin:/totalcarebin1/3p/jdk1.5.0_07/bin:/totalcarebin1/tcaredomain115/util/unix:/totalcarebin1/3p/tuxedo9/bin:/usr/sfw/bin:/usr/local/bin:/usr/ccs/bin:/usr/local/sbin:/usr/ccs/bin:/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/opt/SUNWexplo/bin:/usr/sfw/bin:/usr/sfw/sbin:/usr/local/sbin:/usr/cluster/bin:/usr/cluster/sbin
    LD_LIBRARY_PATH=/totalcarebin1/3p/jdk1.5.0_07/jre/lib/sparc/server:/totalcarebin1/3p/jdk1.5.0_07/jre/lib/sparc:/totalcarebin1/3p/jdk1.5.0_07/jre/../lib/sparc:/usr/local/lib:/usr/lib:/usr/dt/bin:/totalcarebin1/3p/jdk1.5.0_07/lib:/usr/openwin/lib:/opt/SUNWspro/lib:/usr/atria/lib:/totalcarebin1/3p/tuxedo9/lib:/totalcarebin1/tcaredomain115/serverclasses/3p/terrapin/lib32:/totalcarebin1/3p/bea/weblogic91/server/lib/solaris:/totalcarebin1/3p/bea/weblogic91/server/native/solaris/sparc:/totalcarebin1/3p/bea/weblogic91/server/native/solaris/sparc64
    SHELL=/bin/ksh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x6f60b8], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x6f60b8], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x276398], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x276398], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x276398], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x66a38c], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    --------------- S Y S T E M ---------------
    OS: Solaris 10 6/06 s10s_u2wos_09a SPARC
    Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 09 June 2006
    uname:SunOS 5.10 Generic_137111-03 sun4u (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:0.39 0.57 0.44
    CPU:total 2 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 16777216k(11833704k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for solaris-sparc, built on May 3 2006 01:22:35 by unknown with unknown Workshop:0x550
    The PSTACK shows:
    core 'core.1stApril' of 21887:     /totalcarebin1/3p/jdk1.5.0_07/bin/java -Dinfo=TC5.0.0.37_7003_/totalca
    ----------------- lwp# 1 / thread# 1 --------------------
    ff2c6510 ___lwp_cond_wait (3bbf0, 3bbd8, 0, 0, 0, 1) + 8
    feab4f98 __1cNObjectMonitorEwait6MxipnGThread__v_ (136068, 94c8, 8c00, fefc4000, 3a950, 136088) + 59c
    feab61a8 __1cSObjectSynchronizerEwait6FnGHandle_xpnGThread__v_ (ffbfaeb0, 8784, 0, 3a950, 8400, fefc4000) + e8
    feab5e58 JVM_MonitorWait (0, 3b534, 3a950, ff018ffc, 0, 1) + 31c
    f900c280 * java/lang/Object.wait(J)V+99
    f900c224 * java/lang/Object.wait(J)V+0
    f9005764 * java/lang/Object.wait()V+2 (line 474)
    f9005764 * weblogic/t3/srvr/T3Srvr.waitForDeath()V+46 (line 729)
    f9005764 * weblogic/t3/srvr/T3Srvr.run([Ljava/lang/String;)I+120 (line 380)
    f90058b8 * weblogic/Server.main([Ljava/lang/String;)V+43 (line 67)
    f9000218 * StubRoutines (1)
    fe99add4 __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (1, 3a950, ffbfb1b8, ffbfb0e8, 4, ffbfb238) + 5a0
    feadf258 jni_CallStaticVoidMethod (ff018ffc, 3b52c, 3b128, 3a950, 3b120, 3ab20) + 500
    00012224 main     (3bb3c, 348da, ff0108a8, 1d8, fead497c, 1) + 115c
    000110b0 _start   (0, 0, 0, 0, 0, 0) + 108
    I appreciate your comments in advance, please let me know if you require further information.
    Thanks,
    Edited by: user3587921 on Apr 6, 2010 8:01 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    Unfortunately it appears you are calling Tuxedo from Java using JNI. Although that should work, it isn't something that Oracle supports. My guess is that you are experiencing memory corruption problems due to improper handling of allocated buffers. This is part of the reason we don't support JNI as the issues related to memory management can be very complex. My suggestion is that you go to whomever has provided you the JNI code for support (Comverse?). Alternatively you could look at the various Java integration products Oracle provides for Tuxedo. The Java integration to Tuxedo options are Jolt, WebLogic Tuxedo Connector (WTC - a component of WLS), and the new Tuxedo JCA Adapter. Although if you are using a packaged application like Comverse Total Care, you'll really need to talk with them as you're unlikely to be able to switch to an Oracle supported mechanism without their help or changes on their part.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Common class data for two session?

    JDEV 10.1.3.3, ADF
    I have the bean userState with the scope as session, in this bean-class i have the variable:
    public static List selectedItemsMonth;
    on page i put selectManyListbox component with fields:
    value="#{userState.selectedItemsMonth}"
    valuePassThru="true"
    After starting my aplliacation, i select in browser one of item in list box. At another comp i open broser with such page and see, that in list box already selected equal item!
    I thought that their own copies of the classes for miscellaneous session ...
    That it is necessary to do to beside each session was its copy of the bean-class with their own variable?

    I need access to bean-class from data-module class (for clear the value: UserSystemState.selectedItemsYears = null;)
    if I delete static, appears the compiling error:
    Error(285,9): cannot make a static reference to non-static field selectedItemsYears
    Message was edited by:
    VitalyCoder

  • Install/Upgrade from 9.3.3 to 11.1.2.1

    Gurus,
    We are upgrading from 9.3.3 to 11.1.2.1(Distributed environment) and have gone through the 11.1.2.1 start here , installation and configuration guides.
    Existing environment:
    Machine1(Windows 2003 R2): Hyperion Shared Services, EAS webapp,Essbase Provider Services(WebApp)
    Machine2(Windows 2003 R2): Workspace, BI+ Services, BI+ UIServices, BI+ Client, Web Analysis, Financial Reporting, Interactive Reporting
    Machine3(Windows 2003 R2): Planning Application/Web Server,EPMA web
    Machine4(Windows 2003 R2): HFM Web/App , FDQM Web/App
    Machine5(Linux 32bit) : Essbase Server
    Machine6(Linux 64bit) : Oracle RDBMS
    On Upgraded env plan to move to Windows 2008 and have:
    Machine1(Windows 2008 x64): Foundation Services (Hyperion Shared Services,Workspace web,EAS webapp, EPS webapp)
    Machine2(Windows 2008 x64): Web Analysis,Reporting&Analysis Framework,Financial Reporting,Interactive Reporting,
    Machine3(Windows 2008 x64): Financial Management App/Web, FDQM Web/App
    Machine4(Windows 2008 x64): Planning Application/Web Server,EPMA
    Machine5(Linux 64bit) : Essbase Server
    Machine6(Linux 64bit) : Oracle RDBMS
    From Page 94 "Oracle® Hyperion Enterprise Performance Management System Installation and Configuration Guide RELEASE 11.1.2.1 Updated: June 2011" states:
    a)
    On the machine on which you plan to administer the WebLogic Server, you must install all
    Web applications for all applications you plan to deploy on any machine in the environment.
    (The WebLogic Administration Server is installed and deployed on the Foundation Services
    machine.)
    b)
    On each remote machine in a distributed environment, install the Web applications you
    plan to run on that machine and then use EPM System Configurator to deploy the Web
    applications automatically, or manually deploy the Web applications.
    Note that EPM System Installer installs WebLogic Server on each machine (for Web tier and
    Service tier components) in a distributed environment.
    c)
    If you are deploying Web applications on a machine other than the WebLogic
    Administration Server machine, WebLogic Administration Server must be running
    Question:
    ======
    1) After installing components on respective machines per guideline a),b) above do we have to deploy webapps from products related to machine2,3,4 on machine1(foundation services). If everything gets deployed on Shared service machine -- we are concerned about the system resources that will be needed to run all the webapps.
    2) Assuming we do not want to use a cluster - do we still have to depoy to admin server? Please clarify.
    Best Regards

    Hi Dinesh,
    Thanks for taking time to answer my question.
    I reviewed install start here guide architecture components and was planning for following layout:
    WLS - weblogic server
    MWC - microsoft windows component
    webtier:
    Machine1(Windows 2008) : Oracle HTTP Server
    apptier:
    Machine1(Windows 2008R2): Foundation Services WebApp (WLS)
    Essbase Administration Services WebApp (WLS)
    Essbase Provider Services WebApp (WLS)
    Calculation Manager WebApp (WLS)
    Machine2(Windows 2008 R2): Reporting&Analysis Framework Services (MWC)
    Interactive Reporting Services (MWC)
    Financial Reporting Print Server (MWC)
    Financial Reporting WebApp (WLS)
    Web Analysis WebApp (WLS)
    Reporting&Analysis Framework WebApp (WLS)
    Machine3(Windows 2008 R2): Microsoft IIS 7.0 (MWC)
    Financial Mgmt WebServices WebApp (WLS or IIS??)
    Financial Mgmt WebServices IIS WebApp (MSC)
    Financial Mgmt SmartView IIS WebApp (MWC)
    Financial Mgmt IIS WebApp (MWC)
    Financial Mgmt LifeCycle Mgmt IIS WebApp (MWC)
    DME Listener Service (MWC)
    Financial Mgmt Server (MWC)
    FDM ServerFDM Task Manager (MWC)
    FDM Load BalancerFDM IIS Web Application (MWC)
    Oracle Data Integrator(ODI) Agent (MWC)
    ERP Integrator WebApp (WLS or IIS??)
    Machine4(Windows 2008 R2): Microsoft IIS 7.0 (MWC)
    Planning WebApp (WLS)
    Planning RMI Registry (MWC)
    Perf Mgmt Architect WebApp (WLS)
    Data Synchronization WebApp (WLS)
    Perf Mgmt Architect Server (MWC)
    Perf Mgmt Architect Web Services IIS (MWC)
    1) Do you see any issues with above layout or there are any changes required.
    2) Since this is POC env we are using VMware to host windows machines and my windows admin told me that maximum CPU he can provide on single machine was 8 CPU's. We are also sharing resources on the vmware infrastructure so it wont be really 8 but "shared 8 CPU's) with some other resource on the pool. So we would like to distribute the components into multiple servers so as to not overwhelm one box if there is a heavy load.
    2) Is there any benefit of bundling all WLS components on a single machine versus distributing them?
    (for e.g: everything marked in above as WebApp -- My understanding is you need to deploy them to appropriate application server)
    3) In case there is a need to distribute the WebApps on mutiple hosts do we have to
    install component on : shared services machine - deploy on same machine to Weblogic(admin) server &
    install component on remote machine but do not configure/deploy it?
    If this is the correct approach wondering what is the logic or rationale behind doing it this way.
    We are still planning out the layout and havent installed this yet so wondering what options to use to install versus deploy.
    The installation and configuration guide has steps but hoping it would become more clear when we do this hands on.
    Regards

  • Af:inputDate and locale

    Hi all,
    when I run my application on integrated weblogic, the af:inputDate component are in my locale (wich is french) ; the date format is the french format, and the automatic shortdesc is also in french.
    On the other hand, when the application is deployed to a real-big-great weblogic server, the af:inutDate component changes to an american format, and also the shordesc is written in english.
    Does anyone have a hint ?
    Regards.
    Luc-

    In the chorme error console the error is :Uncaught TypeError: Cannot call method 'getPositivePrefix' of undefined.
    The error is very easily reproducible by simply loading the 'hi' locale by
    FacesContext.getCurrentInstance().getViewRoot().setLocale(new Locale("hi"));

Maybe you are looking for

  • Creation of purchage order

    hii all, CAN SOMEBODY PROVIDE ME TEST DATA FOR PURCHAGE ORDER FOR IDES. PLEASE PROVIDE ME STEPS. AS THROUGH ME21N I GIVES VENDOR NO 100 PUR ORG 0001 PRC GROUP 000 COMPANY CODE 0001 MATERIAL 100S PLANT 0001 FOR THT I HAVE CREATED VENDOR 100 THROUGH MK

  • Upgraded to OS X 10.5.6 - Now Mail is not working.

    I recently upgraded to OS X 10.5.6. Everythingwent just fine, but Mail is not working. None of my old messages show up, nor am I able to send or receive mail. My old folders are displayed, but no messages are in there either. I use a POP account. I v

  • AR Invoice Commission field is not available in XL Reporter

    Hello All, I am trying to create a commission report in XL Reporter. I have a 'Commission %' field in INV1 table of SAP B1 (AR invoice) which is not available when I try to pick it up from the formula builder in XL Reporter. It is not a User-Defined

  • JAVA_HOME and JDK

    Hi, I installed the Java SDK a while ago, how do I check that I have the JDK with it? The reason why I ask is because I want to set the JAVA_HOME variable and not sure where I must map it to? When I installed the SDK it installed everything under C:\

  • Two Phase Commit on Slow Network

    Can I implement two phase commit transaction using Windows 2000 Professional's Dial-Up Connection ? Where would I find information on this ? I connected two Windows 2000 Prof. PCs using Dial-Up Connection on Telephone line. Now if I try to ping servi