0 Replies Latest reply on Jan 8, 2014 3:28 PM by rart3001_1

    WELD-000321 No conversation found to restore for id 1 on WebLogic Server 12c

    rart3001_1

      regards,

       

      I am using JSF 2 + Richfaces 4 + Facelets + WebLogic Server 12c, I have a serious problem in an application that I have to deliver the day Friday, it was working properly but now I get an error when I run an ajax call.

       

       

      Server Configuration:

       

      JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=256m
      .
      WLS Start Mode=Development
      .
      CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_12.1.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\xqrl.jar
      .
      PATH=C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:/Program Files (x86)/Java/jre7/bin/client;C:/Program Files (x86)/Java/jre7/bin;C:/Program Files (x86)/Java/jre7/lib/i386;C:\ant\bin;D:\ORA1012\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jdk1.7.0_03\bin;C:\Python27;C:\Users\rerobert\Desktop\eclipse;;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\native\win\32\oci920_8
      .
      ***************************************************
      *  To start WebLogic Server, use a username and   *
      *  password assigned to an admin-level user.  For *
      *  server administration, use the WebLogic Server *
      *  console at http:\\hostname:port\console        *
      ***************************************************
      starting weblogic with Java version:
      java version "1.6.0_29"
      Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
      Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode)
      Starting WLS with line:
      C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.policy  -Xverify:none -Djava.endorsed.dirs=C:\Oracle\MIDDLE~1\JDK160~1/jre/lib/endorsed;C:\Oracle\MIDDLE~1\WLSERV~1.1/endorsed  -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.1 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.1\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.1\server   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\sysext_manifest_classpath  weblogic.Server
      <08/01/2014 03:14:37 PM VET> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true> 
      <08/01/2014 03:14:37 PM VET> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true> 
      <08/01/2014 03:14:37 PM VET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsystems Inc..> 
      <08/01/2014 03:14:38 PM VET> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
      

       

      JSF Code:

       

      <h:inputText id="numid" value="#{clienteCotizacionPage.instancia.clienteHv.nroidentificacion}" required="true" label="Número de identificación" styleClass="txtBox form-control" title="Introduzca el número de identificación" >
          <a4j:ajax status="clienteStatus" event="blur" listener="#{clienteCotizacionPage.cargarDatosClienteAction()}" render="contenidoPaso1" execute="@this, tipoidentificacion" oncomplete="init();" />
      </h:inputText>
      <a4j:status name="clienteStatus">
         <f:facet name="start">
                <h:graphicImage value="/resources/images/loading2.gif" style="width:16px; height:16px;" alt="ai" />
         </f:facet>
      </a4j:status>
      

       

      The chrome console shows me the following response from ajax call:

       

      http://localhost:7001/HoriVehiculoWeb/paginas/modulos/publicos/cotizacion/cotizador_cliente.jsf?cid=1

       

      <?xml version='1.0' encoding='UTF-8'?>
      <partial-response><error><error-name>class org.jboss.weld.context.NonexistentConversationException</error-name><error-message><![CDATA[WELD-000321 No conversation found to restore for id 1]]></error-message></error></partial-response>
      

       

      If anyone can help me thank you very much, and sorry for my english