Error during the deployment of composite SOA

Hello

We have created a composite SOA with the old 11.1.1.7.0 JDeveloper. Now, we have installed the Oracle SOA Suite QuickStart for developers to work on our composite SOA for IOM in JDeveloper12c.

When first check composites, they must be migrated to the new version which seems to work fine.

As the target platform, we use Weblogic 10.3.

However, when you try to deploy the composite on our SOA server (whether through JDeveloper, or manually in the Manager of the company), we get the following error:

[09: 57:43] error deployment archive sca_CreateUserApproval_rev1.1.jar to partition 'default' server soa_server1 [http://oim-r2-dev:8001]

[09: 57:43] HTTP error Code returned [500]

[09: 57:43] Error Message from the server:

There was a deployment of the composite on soa_server1 error: org.xml.sax.SAXParseException; lineNumber: 30; columnNumber: 20; Error at line 30 20 char: none of these methods available: addService() on the object: oracle.fabric.composite.model.ComponentModel: error in the tank 30 20 line: none of these methods available: addService() on the object: oracle.fabric.composite.model.ComponentModel.

[09: 57:43] check the log of the server for more details.

[09: 57:43] error deployment archive sca_CreateUserApproval_rev1.1.jar to partition 'default' server soa_server1 [http://oim-r2-dev:8001]

[09: 57:44] undeployment.

[09: 57:44] - incomplete deployment.

[09: 57:44] error deployment archive file:/C:/JDeveloper/mySOAwork/CreateUserApproval_0/deploy/sca_CreateUserApproval_rev1.1.jar

(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

SOA newspapers provide more details about this error.

Do you have ideas of how to solve this problem?

I thank very you much in advance!

You use JDeveloper 11.1.1.7.0. to develop and deploy composites for IOM/SOA. JDeveloper12c will do probems.

Tags: Fusion Middleware

Similar Questions

  • Error during the deployment of Composite using BPEL2.0

    Getting error while deploying the server when I use the Java Embedded below.

    Included in the jar file of the class of AssetMetadataMessage under "Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1" and checked "Manifest.MF" file too

    The same code with slight modifications associated with BPEL1.1 works well Pls shed some light.

    BPEL

    " < import importType = ' http://schemas.Oracle.com/BPEL/extension/Java "location="java.rmi.RemoteException"/ > "

    " < import importType = ' http://schemas.Oracle.com/BPEL/extension/Java "location="java.rmi.ServerException"/ > "

    " < import importType = ' http://schemas.Oracle.com/BPEL/extension/Java "location="java.util.Properties"/ > "

    " < import importType = ' http://schemas.Oracle.com/BPEL/extension/Java "location="javax.naming.Context"/ > "

    " < import importType = ' http://schemas.Oracle.com/BPEL/extension/Java "location="javax.naming.InitialContext"/ > "

    " < import importType = ' http://schemas.Oracle.com/BPEL/extension/Java "location="javax.naming.NamingException"/ > "

    < extensionActivity >

    < bpelx:exec name = "Java_Embedding1" language = "java" >

    <! [CDATA [/ * write your java code below for example]]

    System.out.println ("Hello, World");

    */

    try {}

    Properties props = new Properties ();

    String url = "rmi://xx.23.60.233";

    String port = '9555 ';

    Server String = "XXServer";

    props.setProperty (Context.INITIAL_CONTEXT_FACTORY,

    "com.sun.jndi.rmi.registry.RegistryContextFactory");

    props.setProperty (Context.PROVIDER_URL, url + ":" + port);

    InitialContext context = new InitialContext (props);

    XXInterface c = (XXInterface) context.lookup (server);

    ADI of string;

    Province of string;

    ProvID chain;

    Boolean provIS.

    String folderName;

    Boolean condition;

    ADI = (String) getVariableData ("ADIString");

    Prov = (String) getVariableData ("Provider");

    provID = (String) getVariableData ("ProviderID");

    provIS = (boolean) getVariableData ("ProviderIs");

    folderName = (String) getVariableData ("OriginalFolderName");

    ASM AssetMetadataMessage = new AssetMetadataMessage();

    asm.setMetadata (adi);

    asm.setProvider (Prov.);

    asm.setProviderID (provID);

    asm.setAdult (isAdult);

    asm.setSourceOriginalFolderName (folderName);

    Status = (Boolean) c.contentMetadataImport (ASM);

    setVariableData ("RMIStatus", status);

    } catch (ServerException is) {}

    TODO: Add catch code

    se.printStackTrace ();

    } catch (RemoteException re) {}

    TODO: Add catch code

    re.printStackTrace ();

    } catch (NamingException don't) {}

    TODO: Add catch code

    ne.printStackTrace ();

    }] >

    < / bpelx:exec >

    < / extensionActivity >

    Error:

    [17: 02:50] HTTP error code returned [500]

    [17: 02:50] Error Message from the server:

    There was a deployment of the composite on soa_server2 error: operation failed - Member(Id=2,_Timestamp=2014-03-21_15:31:37.059,_Address=XX.26.75.8:8090,_MachineId=8295,_Location=site:,machine:XX01,process:26746,_Role=WeblogicServer):Error occurred during the deployment of the component: XX_Adaptor to service engine: implementation.bpel, for composites: XX_Adaptor: ORABPEL-05250

    Suitcase BPEL deployment by mistake.

    Problem solved.

    The question is when we use to get getVariableData, this returns the type of java.lang.object in java, and when we attribute to boolean directly it gave error. So used to rectify below code

    Fix a

    Boolean ProvIs = Boolean.valueOf ((getVariableData ("ProviderIs")) m:System.NET.SocketAddress.ToString ());

    A bad

    Boolean ProvIs is getVariableData ("ProviderIs");.

  • Error during the deployment/Undeploying the composite SOA

    Hi all

    I am a new bie to OIM 11 g.

    I created a simple batch file with the commands to deploy/Undeploying/Disbaling/activate the composite SOA. I'm trying to deploy/Undeploy/Disbale/enable SOA composites using the batch file. Here is the batch file that is created.

    ECHO disabling the composite SOA
    call the Ant f D:\Oracle\Middleware\Oracle_IDM1\server\workflows\registration\registerworkflows-mp.xml disable
    BREAK
    cancel the deployment of call ant f d:\Oracle\Middleware\Oracle_SOA1\bin\ant-sca-deploy.xml
    BREAK
    call ant f d:\Oracle\Middleware\Oracle_SOA1\bin\ant-sca-deploy.xml
    BREAK
    call the Ant f D:\Oracle\Middleware\Oracle_IDM1\server\workflows\registration\registerworkflows-mp.xml activate

    Disable and enable work correctly. But to undeploy and deploy I get the following error.

    "d:\Oracle\Middleware\Oracle_SOA1\bin\ant-sca-deploy.xml:78: taskdef class oracle.integration.platform.blocks.deploy.servlet.client.ant.DeployComposite not found.

    Please suggest what needs to be done to solve this problem, because it's very urgent. Thanks in advance for your help.

    Thank you
    PT

    How about environment variables when you run through your batch file? Have you set the ORACLE_HOME correctly in your installation of JDev directory?

    -Marie

  • Error during the deployment of the dbadapter polling stations in the proxy in the console of the osb service

    Hi all

    I created a db adapter in Jdeveloper and it imported EPCO. I create a proxy of the service. I just deployed to check in so doing, I make the following execption.

    < internal error occurred in OSBConsole: null

    java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    Caused by: java.lang.NoClassDefFoundError: oracle/tip/adapter/api/NeedRARClassLoader

    at oracle.tip.adapter.sa.impl.meta.JCABindingEndpointMetadataHelper.validateJCAOperationSpecProperties(JCABindingEndpointMetadataHelper.java:272)

    I have admin server and other servers not managed. I have configured the Dbadapter and redeployed the adapter. I tested the connection using a sample BPEL and it works fine. Any suggestions...

    Thank you

    Hello

    I solved. The reason for which use different versions of the suite osb and soa. Install all the soa components of the suite to version 11.1.1.7 fixed. All thanks to funds for aid

    Thank you

    Raj.M

  • Error during the deployment of my program for RTOS

    Hello

    When I want to deply my program in RTOS, the following error message if poster and doesnot allow the deployment successful, finishing Yes alreay s is not possible for me to work with the system.

    I use a host computer, a system in real time with it s RTOS (Labview real-time 8.6) with compact RIO cards and an FPGA card.

    The error is:

    ´´´´´´´´´´´´´´´´

    Deployment niLvFpgaAdjustHostInterfaceError.vi (12,10 K)
    Deployment of (10,27 K) niLvFpgaErrorClusterFromErrorCode.vi
    Deployment nirviErrorClusterFromErrorCode.vi (6.68 K)
    Deployment of pad Whitespace.vi (4.23 K)
    Error error Code.vi (350,11 K) Cluster deployment
    Deployment nirio_WriteBig.vi (23,59 K)
    Deployment nirio_CleanUpAfterDownload.vi (5.82 K)
    Deployment nirio_Download.vi (13.76 K)
    Deployment nirio_DisableInterrupts.vi (12,35 K)
    Deployment nirio_ReadBig.vi (37,66 K)
    Deployment nirio_IsItOKToDownload.vi (6,64 K)
    Deployment nirio_ConfigureBitstreamVersion.vi (13,58 K)
    Deployment nirio_PrepareForDownload.vi (6,64 K)
    Deployment nirio_EnableInterrupts.vi (13,58 K)
    Deployment nirio_Open.vi (13.91 K)
    Deployment nirio_Reset.vi (12,35 K)
    Deployment nirio_DMAStopAll.vi (12.37 K)
    Deployment nirio_ConfigureRegisterAddresses.vi (6.63 K)
    Deployment nirio_DMAReconfigureDriver.vi (17,41 K)
    Deployment nirio_GetCompilationResults.vi (13,61 K)
    Deployment nirio_Close.vi (11.28 K)
    Deployment of nirviIntfClose_PCI - 7813R.vi (85,91 K)
    Deployment of Volts on Temperature.vi (34,01 K)
    Deploy NI 9211 Convert temperature (calibrated) .vi (7,86 K)
    Deployment nirviFillInErrorInfo.vi (8.53 K)
    Deployment nirviReportUnexpectedCaseInternalErrorHelper.vi (5.51 K)
    Deployment .vi (4.98 k) nirviReportUnexpectedCaseInternalError (String)
    Deployment nirviReportUnexpectedCaseInternalError (U32) .vi (5.20 k)
    Deployment of nirviIntfOpen_PCI - 7813R.vi (90,91 K)
    Deployment deployment 2010_Library.lvlib\\192.168.0.19\2010_Library failed (error:-2147467259, LabVIEW: unspecified error (Hex 0x80004005).).
    Completed with errors of deployment

    ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´

    I made lot´s efforts to solve it, but no results, I am sure that the problem is not because of my program, I checked some differenet programs and the result is the same, I guess something happened to my computer RT or my OTR.

    Thank you in advanced for your help.

    Hola,

    por lo as he visto, el error tienes esta asociado has several things between las that include the version of LabVIEW, the led driver (OR-RIO) y el engine analysis. Para solucionarlo vamos a hacer back try cosas:

    1 - restore todo el software del cRIO.

    Ve Al para ello MAX > Configuration > remote systems > cRIO-9012 > software. Select software con el boton derecho y pincha sober Add/Remove programs. Desinstala todo el software del cRIO. When is reincie, boring the Operación para instalarlo. At the hora of seleccionar el software than dedicate instalar, marca NOR-RIO (my) x.x.x (ano). NO selecciones option OR-RIO x.x.x (my) (ano) with the help of the Scan Engine OR. Reinicia y vuelve a hacer el deploy para ver el error if ha notice.

    2 - Formatear el driver.

    In primer lugar, el Hay mover DIP Switch led driver safe MODE has the position IT. Ve al MAX, select el cRIO-90xx con el boton derecho y Select format the drive. Once formatted el driver y reiniciado, dale the IP y subred used mascara y reinstal todo el software según lo descrito en el paso anterior (Scan SIN motor mount). A hacer el nuevo prueba deploy desde el proyecto.

    NOTE: The change remember IP del cRIO en el arbol projects of LabVIEW.

    Esta forma're como is solucionan los errores del tipo "deployment completed with errors. Suerte con ello!

    Jesus

  • Error during the deployment of ADF application on weblogic Server integrated in JDEV - [SPI: J2EE deployment 260010]

    Hello Experts,

    I received the following message when I tried to deploy a sample application on the weblogic Server integrated into my JDEV ADF.  Can someone help me with this error message?

    < 27 March 2015 21:30:09 CEST > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >

    IntegratedWebLogicServer start time: 33630 ms.

    IntegratedWebLogicServer has begun.

    [Running the application on Server Instance IntegratedWebLogicServer SavedSearches...]

    [15:30:11]-deployment began.  ----

    [15:30:11] the target platform's (Weblogic 10.3).

    [15:30:18] # incomplete deployment.  ####

    [15:30:18] [SPI: J2EE deployment 260010] unable to connect to ' t3s: / / localhost:7102' as a user, "weblogic. Error returned: null

    [15:30:18] [SPI: J2EE deployment 260010] unable to connect to ' t3s: / / localhost:7102' as a user, "weblogic. Error returned: null

    [15:30:18] [SPI: J2EE deployment 260010] unable to connect to ' t3s: / / localhost:7102' as a user, "weblogic. Error returned: null

    [15:30:18] t3s: / / localhost:7102: Destination unreachable; nested exception is:

    java.net.ConnectException: Connection refused: connect. No router available at destination

    [15:30:18] Destination unreachable; nested exception is:

    java.net.ConnectException: Connection refused: connect. No router available at destination

    # Cannot run application SavedSearches due to the deployment on IntegratedWebLogicServer error.

    [SavedSearches application stopped and cancelled Server Instance IntegratedWebLogicServer]

    Thank you

    David Selvaraj

    Can user, you please tell us your exact Jdev version?

    The error message tells you that the server has been started, but is not available under the localhost:7102 of access

    The port doesn't look good for me. The built-in Server normally uses port 7101. You can check which port you configured for the server?

    You can check this on the "application server" tab and select the built-in server, right-click, and select Properties. In the dialog box, you see the configuration.

    Timo

  • Get the error during the deployment of I am

    Hi, I use jdev 11.1.6

    When I'm trying to run my application I get this exception

    Using the 7101 port *.

    \\emscvd02.vdsi.ent.Verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\bin\startWebLogic.cmd

    [waiting for the server to complete its initialization...]

    .

    .

    Arguments of memory in JAVA: - Xms256m-Xmx512m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512 m

    .

    Start mode of WLS = development

    .

    CLASSPATH=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;D:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~ 1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar

    .

    PATH=D:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\Oracle\MIDDLE~1\JDK160~1\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1\bin;c:\oracle\product\11.1.0\client_1\bin; C:\oracle\product\10.2.0\Client_1\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\system32\WindowsPowerShell\v1.0\; C:\Program Files\Citrix\System32\; C:\Program Files\TortoiseSVN\bin; C:\Program Files\Citrix\ICAService\; C:\Program Files (x 86) \Common Files\Citrix\System32\; C:\Program Files (x 86) \Citrix\system32\; C:\Programdata\Attachmate\Reflection\; C:\Programdata\Attachmate\RSecure\; C:\Program Files (x 86) \Attachmate\RSecure\; C:\Program Files (x 86) \Attachmate\EXTRA!\; C:\Program Files (x 86) \Enterprise Vault\EVClient\x64\; D:\Ruby187\bin; C:\Program Files (x86)\Java\jdk1.7.0_71\bin;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.6.0_24".

    Java (TM) SE Runtime Environment (build 1.6.0_24 - b50)

    Java Client VM (build 19.1 - b02, mixed mode)

    WLS starting with line:

    D:\Oracle\MIDDLE~1\JDK160~1\bin\java-client-Xms256m-Xmx512m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512m-Dweblogic.Name=DefaultServer-Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy - agentlib: jdwp = transport = dt_socket, server = o, address = 58203-Djavax.net.ssl.trustStore=D:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks-Dweblogic.nodemanager.ServiceEnabled=true - Xverify: aucun-da-Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3-Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server-Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server - Djps.app.credential.overwrite.allowed = true - Dcommon.Components.Home=D:\Oracle\MIDDLE~1\ORACLE~1-Djrf.version=11.1.1- Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Ddomain.home=\\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1-Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.server.config.dir=\\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.domain.config.dir=\\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1-Digf.arisidbeans.carmlloc=\\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\ Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\carml-Digf.arisidstack.home=\\emscvd02.vdsi.ent.verizon.com\ APPS\APPS_XD\Z824328\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\arisidprovider-Doracle.security.jps.config=\\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=\\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\servers\DefaultServer\tmp\_WL_user-Doracle.deployed.app.ext=\--Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1 , D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1-Djava.protocol.handler.pkgs=oracle.mds.net.protocol-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=\\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDEVEL~ 1\SYSTEM~1.92\DEFAUL~1\oracle\store\gmds-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole=-Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic. Server

    Look for transport dt_socket address: 58203

    The debugger is connected to the local process.

    < 4 March 2015 19:02:19 IST > < Info > < security > < BEA-090905 > < disabling CryptoJ JCE provider auto-intégrité for better startup performance. To allow this control, enter - Dweblogic.security.allowCryptoJDefaultJCEVerification = true >

    < 4 March 2015 19:02:19 IST > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG to FIPS186PRNG. To disable this change, specify - Dweblogic.security.allowCryptoJDefaultPRNG = true >

    < 4 March 2015 19:02:20 IST > < Info > < WebLogicServer > < BEA-000377 > < ہ WebLogic Server Java hotspot Client VM Version 19.1 - b02 Sun Microsystems Inc. >

    < 4 March 2015 19:02:21 IST > < Info > < management > < BEA-141107 > < Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 1398638 2011 >

    < 4 March 2015 19:02:23 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 4 March 2015 19:02:23 IST > < Info > < WorkManager > < BEA-002900 > < self-adjusting Initializing of thread pool >

    < 4 March 2015 19:02:24 IST > < opinion > < LoggingService > < BEA-320400 > < X:\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 4 March 2015 19:02:24 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in X:\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00005. Log messages will continue to be logged in X:\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log. >

    < 4 March 2015 19:02:24 IST > < opinion > < Log Management > < BEA-170019 > < X:\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log server log file is opened. All events in the log server-side will be written to this file. >

    < 4 March 2015 19:02:37 IST > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >

    < 4 March 2015 19:02:56 IST > < opinion > < WebLogicServer > < BEA-000365 > < server changed to STANDBY status >

    < 4 March 2015 19:02:56 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 4 March 2015 19:03:35 IST > < opinion > < LoggingService > < BEA-320400 > < X:\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 4 March 2015 19:03:35 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in X:\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00005. Log messages will continue to be logged in X:\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log. >

    < 4 March 2015 19:03:35 IST > < opinion > < Log Management > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >

    < 4 March 2015 19:03:35 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >

    < 4 March 2015 19:03:35 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >

    < 4 March 2015 19:03:36 IST > < opinion > < Server > < BEA-002613 > < Channel "Default" is now listening on 127.0.0.1:7101 for iiop, t3, ldap, snmp, http protocols. >

    < 4 March 2015 19:03:36 IST > < opinion > < WebLogicServer > < BEA-000331 > < started WebLogic Admin Server "DefaultServer" domain "DefaultDomain" running in development Mode >

    < 4 March 2015 19:03:36 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >

    < 4 March 2015 19:03:36 IST > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >

    IntegratedWebLogicServer start time: 115172 ms.

    IntegratedWebLogicServer has begun.

    [Run application on Server Instance IntegratedWebLogicServer...]

    [19: 03:38]-deployment began.  ----

    [19: 03:38] the target platform's (Weblogic 10.3).

    [19: 03:40] recovery of the existing application information

    [19: 03:40] analysis of the dependence running...

    [19: 03:40] deployment 2 profiles...

    [19: 04:45] wrote the Web application Module for \\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\ViewControllerWebApp.war

    [19: 04:49] wrote the Module Enterprise Application to \\emscvd02.vdsi.ent.verizon.com\APPS\APPS_XD\Z824328\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs

    [19: 04:49] Application deployment...

    < 4 March 2015 19:05:55 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1425476120332 'for task ' 0'. Error is: "weblogic.application.ModuleException: could not load the webapp: ' VPricePCMWeb" "

    weblogic.application.ModuleException: cannot load the webapp: "VPricePCMWeb."

    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)

    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.management.DeploymentException: error: unresolved Webapp library makes reference to "[path of the module: VPricePCMWeb ServletContext@2415606[app:j2ee-app: / VPricePCMWeb spec-version: 2.5 version: V2.0]", defined in weblogic.xml [Extension-name: VPriceADFLibraryWeb, Specification-Version: 1, the implementation-Version: 1.0, exact match: true]

    at weblogic.servlet.internal.WebAppServletContext.processWebAppLibraries(WebAppServletContext.java:2754)

    to weblogic.servlet.internal.WebAppServletContext. < init > (WebAppServletContext.java:415)

    to weblogic.servlet.internal.WebAppServletContext. < init > (WebAppServletContext.java:493)

    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:418)

    at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:972)

    Truncated. check the log file full stacktrace

    >

    < 4 March 2015 19:05:56 IST > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy application task 'j2ee-app [Version V2.0 =]'. >

    < 4 March 2015 19:05:56 IST > < WARNING > < hats > < BEA-149078 > < message 149004 track battery

    weblogic.application.ModuleException: cannot load the webapp: "VPricePCMWeb."

    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)

    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.management.DeploymentException: error: unresolved Webapp library makes reference to "[path of the module: VPricePCMWeb ServletContext@2415606[app:j2ee-app: / VPricePCMWeb spec-version: 2.5 version: V2.0]", defined in weblogic.xml [Extension-name: VPriceADFLibraryWeb, Specification-Version: 1, the implementation-Version: 1.0, exact match: true]

    at weblogic.servlet.internal.WebAppServletContext.processWebAppLibraries(WebAppServletContext.java:2754)

    to weblogic.servlet.internal.WebAppServletContext. < init > (WebAppServletContext.java:415)

    to weblogic.servlet.internal.WebAppServletContext. < init > (WebAppServletContext.java:493)

    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:418)

    at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:972)

    Truncated. check the log file full stacktrace

    >

    # Cannot run due to the deployment on IntegratedWebLogicServer error.

    [19: 05:56] # incomplete deployment.  ####

    [19: 05:56] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    [IntegratedWebLogicServer application stopped and cancelled the Instance Server]

    Hi user,

    1. open the administration for integrated jdeveloper Console

    2. go to the deployment and check if VPriceADFLibrary is deployed.

    3. If it is not deployed, click on install > stand deployable-libraries.

    4. Select VPriceADFLibrary > then click > click on the radio button to install this deployment as a library > next > keep by default and click Next > click the option button, "I will review the configuration later." > finish.

    5. make sure that the State of the library is active.

    6. can deploy your own application

  • Error during the deployment using Ant Scripts

    Hello

    I use the Ant scripts for projects on the Enterprise BPM deployment.

    However, every time I try the project deployment deployment takes a long time (about 15-20 min.) followed by the following error message:


    means: Java heap space

    This error message is followed by several lines explaining the same error.


    Kindly help me with the solution or the necessary changes I have to do in order to get the deployed project.


    PS: When I try to deploy some of the examples given, they all work very well.

    try to increase a lot of ants
    Export ANT_OPTS = "- Xms256m - Xmx256m" (ksh/bash)
    Define ANT_OPTS = "- Xms256m - Xmx256m" (Windows)

    HTH
    Peter

    Edited by: user12083480 the 23.10.2009 11:45

  • Error during the deployment of a process with the FTP adapter

    Hi all

    I use JDev 10.1.3.3 and SOA 10.1.3.3

    I use the FTP adapter to get a file from a remote site in a vacuum process.
    I checked the option to delete logical files and using directory.

    While deployed, I get the error below.

    There was a problem connecting to the server "XXXX" using the 'XXXX' port: bpel_APACSHPREQ940PassThroughBPELOB_1.0.jar failed to deploy. Exception message is: ORABPEL-09903
    Could not initialize the agent of activation.
    An error occurred during initialization of a process enabling agent 'APACSHPREQ940PassThroughBPELOB', version "1.0".
    Please ensure that the agents of activation are configured correctly in the bpel (bpel.xml) deployment descriptor.
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException


    Please help me...

    Concerning
    MORICE

    Hi Pavan,

    Could not initialize activation agent error means that your connection to the FTP server is not valid Please check connection once in addition, if you use SFTP port must be 22 not 21

    Krishna

  • Error during the deployment of OEDQ with a weblogic deployment plan

    Hello

    I try to install OEDQ on a linux machine. I followed the link below

    [http://www.oracle.com/webfolder/technetwork/data-quality/edqdocs/oedq_advanced_install.pdf]

    The documentation suggests using a deployment plan. On doing so, I get the following error

    Dynamic properties not found to be updated Bean: weblogic.j2ee.descriptor.WebAppBeanImpl FilterMappings (REMOVE weblogic.j2ee.descriptor.FilterMappingBeanImpl@d2f69e55 (/ FilterMappings [[CompoundKey: OAMAgentFilter [CompoundKey:] [CompoundKey: / *]]]))(Dynamic=false) [original value: [Lweblogic.j2ee.descriptor.FilterMappingBeanImpl;@13defbd6, value proposed: [Lweblogic.j2ee.descriptor.FilterMappingBeanImpl;@13c72836] FilterMappings (REMOVE weblogic.j2ee.descriptor.FilterMappingBeanImpl@4ef84d92 (/ FilterMappings [[CompoundKey: JpsFilter [CompoundKey:] [CompoundKey: / *]]]))(Dynamic=false) [original value: [Lweblogic.j2ee.descriptor.FilterMappingBeanImpl;@13defbd6, value proposed: [Lweblogic.j2ee.descriptor.FilterMappingBeanImpl;@13c72836] FilterMappings (weblogic.j2ee.descriptor.FilterMappingBeanImpl@b5438d86 REMOVE (/))]]]] FilterMappings [[CompoundKey: DMSSystemFilter [CompoundKey:] [CompoundKey: / *]]]))(Dynamic=false) [original value: [Lweblogic.j2ee.descriptor.FilterMappingBeanImpl;@13defbd6, value proposed: [Lweblogic.j2ee.descriptor.FilterMappingBeanImpl;@13c72836] FilterMappings (REMOVE weblogic.j2ee.descriptor.FilterMappingBeanImpl@aafaf386 (/ FilterMappings [[CompoundKey: SSOSessionSynchronizationFilter [CompoundKey:] [CompoundKey: / *]]]))(Dynamic=false) [original value: [Lweblogic.j2ee.descriptor.FilterMappingBeanImpl;@13defbd6, value proposed: [Lweblogic.j2ee.descriptor.FilterMappingBeanImpl;@13c72836] filters (REMOVE weblogic.j2ee.descriptor.FilterBeanImpl@ca6d0ddd(/Filters[SSOSessionSynchronizationFilter]))(Dynamic=false) [original value: [Lweblogic.j2ee.descriptor.FilterBeanImpl;@13def9c4, value proposed: [filters]]]]]] Lweblogic.J2EE.Descriptor.FilterBeanImpl;@13c72800] (REMOVE weblogic.j2ee.descriptor.FilterBeanImpl@ff5427dd(/Filters[DMSSystemFilter]))(Dynamic=false) [original value: [Lweblogic.j2ee.descriptor.FilterBeanImpl;@13def9c4, proposed value: filters [Lweblogic.j2ee.descriptor.FilterBeanImpl;@13c72800] (REMOVE weblogic.j2ee.descriptor.FilterBeanImpl@9c07f2e9(/Filters[JpsFilter]))(Dynamic=false) [original value: [Lweblogic.j2ee.descriptor.FilterBeanImpl;@13def9c4, value proposed: [Lweblogic.j2ee.descriptor.FilterBeanImpl;@13c72800] filters (REMOVE weblogic.j2ee.descriptor.FilterBeanImpl@5165d86e(/Filters[OAMAgentFilter]))(Dynamic=false) [original value: [Lweblogic.j2ee.descriptor.FilterBeanImpl;@13def9c4, value proposed: [Lweblogic.j2ee.descriptor.FilterBeanImpl;@13c72800]]]]]]]

    I don't know what it means or if I'm missing something.

    Any suggestions or pointers?

    No, this must be it - as long as SSL is enabled.

    Published by: MikeMatthews on February 11, 2013 04:07

  • OFA error during the deployment of project of OA in APPS

    Hi Guyz,

    I'm new to this forum and also to the OFA.
    Oracle Applications Version: 12.0.0 RUP6
    Oracle JDeveloper: 10.1.3.3.0

    I just went in OA Framework Developers Guide, OA Framework Beginners Guide Chola press and deployment of OA Framework tutorials in APPS environment by Anjani Pandey and built a small test EmpDetails Page with DML, search and attachments.

    OA Project: MyAdvBookPR.jpr
    Entity object: EmployeeEO (table: employees)
    Entity object: DepartmentEO (table: departments)
    Purpose of the Association: EmpToDeptAO (Employees.employee_id = departments.department_id (+))
    View the object: EmpDetailsVO
    Application module: AdvBookAM
    Discover the Instance of the object: EmpDetailsVO1
    OA Page: EmployeeManagerPG
    Controllers of OA: EmployeeManagerCO (supports the request on submitbutton 'Apply' and 'Cancel' form)
    ResultsAdvTableCO (manages the 'add another line' on the advanced table "ResultsAdvTable")

    This project everything works perfectly on the local m/c compilation, my files are located in: "F:\OAF\jdevhome\jdev\myclasses\MyAdvBookPR."
    Subdirectories: MyAdvBookPR.oracle.apps.fnd.adv.server, MyAdvBookPR.oracle.apps.fnd.adv.webui and MyAdvBookPR.oracle.apps.fnd.schema.server.

    I have the zipped and transferred MyAdvBookPR file to $JAVA_TOP, unzipped it and imported from the page "EmployeeManagerPG" of the server.
    The file server location: $JAVA_TOP/MyAdvBookPR/oracle/apps/fnd/adv

    Then I registered a function like:
    Function name: XXAEPL_FWK_MYADV_BOOK
    Function username: Amrit employee sample details
    Properties of the Type: Jsp SSWA function
    HTML call: OA.jsp?page=/d02/clone-appl/apps/apps_st/comn/java/classes/MyAdvBookPR/oracle/apps/fnd/adv/webui/EmployeeManagerPG

    Then I added this function in the main menu of responsibility "system administrator".

    On the race: I get an exception:

    Details of the exception.
    oracle.apps.fnd.framework.OAException: Application: DNF, Message name: FND_NO_REGION_DATA. Chips: BOUNDING is/d02/clone-appl/apps/apps_st/comn/java/classes/MyAdvBookPR/oracle/apps/fnd/adv/webui/EmployeeManagerPG;.
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:529)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1100)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:42)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:204)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    to the RFjspService(_RF.java:225)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    # # 0 in detail
    Exception:
    oracle.adf.mds.MetadataDefException: unable to find the component with an absolute reference = / d02/clone-appl/apps/apps_st/comn/java/classes/MyAdvBookPR/oracle/apps/fnd/adv/webui/EmployeeManagerPG, XML Path = null. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1370)
    at oracle.adf.mds.MElement.findElement(MElement.java:97)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1100)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:42)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:204)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    to the RFjspService(_RF.java:225)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Exception:
    oracle.adf.mds.MetadataDefException: unable to find the component with an absolute reference = / d02/clone-appl/apps/apps_st/comn/java/classes/MyAdvBookPR/oracle/apps/fnd/adv/webui/EmployeeManagerPG, XML Path = null. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1370)
    at oracle.adf.mds.MElement.findElement(MElement.java:97)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
    at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1100)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:42)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:204)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    to the RFjspService(_RF.java:225)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

    Please help me solve this error, or if I did nothing wrong while deploying it don't hesitate to pin-point it.
    I would like to apologize for any disobedience to the standards of this forum, in case I have. Please forgive coz I admit that I am a newbie.
    Hoping and asking for an immediate response from all respected members.

    Concerning
    ARI

    Ari,

    I checked your utility as the path of the page. Everything seems to be fine. You can bounce the apache.

    If still not work send me an email of [email protected] test.

    Kind regards
    GYAN

  • Error during the deployment of ADF application to a stand-alone weblogic Server

    I use Jdeveloper 11.1.1.6.0 and I'm trying to deploy my application on a stand-alone server running on a Unix machine and I get the following error message:

    [16: 12:44]-deployment began. ----
    [16: 12:44] the target platform's (Weblogic 10.3).
    [16:13] recovery of the existing application information
    [16: 13:01] analysis of the dependence running...
    [16: 13:01] building...
    [16: 13:05] deployment of profile...
    [16: 13:09] wrote on the Web for C:\JDeveloper\PortingAppln\ViewController\deploy\ADF1.war application Module
    [16: 13:13] Application deployment...
    [16: 20:19] [Deployer: 149191] Operation "deploy" on demand "ADF1' initialization on"ADF1.
    [16: 20:45] WebLogic Server Exception: weblogic.application.WrappedDeploymentException: oracle/jrf/PortabilityLayerException
    [16: 20:45] check the server logs or the console of the server for more details.
    [16: 20:45] weblogic.application.WrappedDeploymentException: oracle/jrf/PortabilityLayerException
    [16: 20:46] # incomplete deployment. ####
    [16: 20:46] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Can someone help me with this problem.

    Thank you
    Srini.

    .. and make sure that you have installed and configured the correct version of WLS (it should be 10.3.5).

    Arun-

  • Error during the deployment of business applications on weblogic 11 g 1 (10.3.3)

    Hi people,

    I got an error when starting a (ALRuleBean) .ear file.

    weblogic.management.ManagementException: [Deployer: 149188] there is no app named 'ALRuleBean' for the start of the operation. Operation cannot be performed until the server is restarted.

    Please help me.

    Hello

    Probably, you did some changes and you try to start the application.

    You can try to reboot the servers where the application was taken for target and start the server.

    Provide us with the sign of the full stack of the server logs, which will help us to know how challenging question is, if possible.

    Nice day!!

    ~ Ashish

  • Error during application deployment - an error occurred to deployment Cordova plugins.

    I get the below error when deploying the application of MAF.

    [18: 23:30] "org.apache.cordova.network" Installation - information for android [18: 23:30] error Code: INTERNAL_ERROR [18: 23:30] error during the processing of the action! Attempt to return...

    [18: 23:30] oracle.maf.mafhelper.api.MafHelperException: oracle.maf.mafhelper.api.MafHelperException: java.lang.Exception

    [18: 23:30] at oracle.maf.mafhelper.internal.utils.MafHelperInternalUtilities.runProcess (unknown Source)

    [18: 23:30] at oracle.maf.mafhelper.internal.utils.MafHelperInternalUtilities.executeCmd (unknown Source)

    [18: 23:30] at oracle.maf.mafhelper.internal.utils.MafHelperInternalUtilities.addPlugin (unknown Source)

    [18: 23:30] at oracle.maf.mafhelper.internal.utils.MafHelperInternalUtilities.deploy (unknown Source)

    [18: 23:30] at oracle.maf.mafhelper.MafHelperMain.main (unknown Source)

    [18: 23:30] caused by: oracle.maf.mafhelper.api.MafHelperException: java.lang.Exception

    [18: 23:30]... 5 more

    [18: 23:30] caused by: java.lang.Exception

    [18: 23:30] to oracle.maf.mafhelper.api.MafHelperException. < init >(Unknown Source)

    [18: 23:30]... 5 more

    [18: 23:30] Server Android Debug bridge closure...

    [18: 23:30] deployment cancelled

    [18: 23:31] - incomplete deployment.

    [18: 23:31] an error occurred the Cordova plugins deployment. (oracle.adfmf.framework.dt.deploy.android.deployers.plugins.AndroidPluginDeployer)

    Help, please.

    Thank you and best regards,

    Paul Davis

    Hi all

    I solved this problem.

    This can happen to the below reasons:

    1.) location of the android SDK is too long.

    Solution: Put SDK in a path runs like: C:\Android\SDK

    Set the same in places tools-preferences-MAF-Android SDK.

    2.) location of the application (file .jws) is too long.

    Solution: When creating application MAF choose a short path, say: C:\ADF\Application

    The names of project application/3.) contains spaces. for example:(Sample Application.jws)

    Solution: Please do not include a space for Application for the name of the project.

    I hope this helps...

    Thank you best regards &,.

    Paul Davis

  • OIA 11.1.1.5 error during the creation of the company structure rule

    Hi all

    I deployed OIA standalone CA. I get the following error during the creation of the corporate rule structure.
    I was facing problem while deploying OIA with RBACX_HOME so I replaced all RBACX_HOME with the actual path. but now I am facing the slot problem.

    14:25:59, 592 INFO [Config] OSCache: get properties of the URL file:/opt/Oracle/OIA_Install/rbacx_staging/WEB-INF/classes/oscache.properties to the default configuration
    14:25:59, 618 INFO [Config] OSCache: read properties {cache.algorithm = com.opensymphony.oscache.base.algorithm.LRUCache, cache.capacity = 10000, cache.blocking = true, cache.memory = true}
    14:25:59, built of 618 INFO [GeneralCacheAdministrator] GeneralCacheAdministrator()
    14:25:59, 620 INFO [GeneralCacheAdministrator] create new cache
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:42, lot size 803 parameter DEBUG [WavesetIAMSolution]: 100
    14:26:42, 804 DEBUG [WavesetIAMSolution] setting role lot size 10
    14:26:43, lot size 230 parameter DEBUG [FileIAMSolution]: 100
    14:26:43, size of 230 DEBUG [FileIAMSolution] setting role lot 10
    14:27, 622 INFO [ContextLifecycleListener] Oracle identity analytics (build: 11.1.1.5.0.20110816_22_11024) Started
    14:30:15, 915 [AbstractWorkflow] loading workflow business user rule creating Workflow Structure error
    com.opensymphony.workflow.FactoryException: unable to load the workflow definition updated, workflow name: business user rule creating Workflow file:${RBACX_HOME}/conf/workflows/userbusinessstructure-rule-creation-workflow.xml Structure
    at com.vaau.rbacx.workflow.SpringContextAwareXMLWorkflowFactory.loadWorkflow(SpringContextAwareXMLWorkflowFactory.java:96)
    at com.vaau.rbacx.workflow.SpringContextAwareXMLWorkflowFactory.getWorkflow(SpringContextAwareXMLWorkflowFactory.java:85)
    at com.opensymphony.workflow.loader.AbstractWorkflowFactory.getWorkflow(AbstractWorkflowFactory.java:48)
    at com.opensymphony.workflow.config.SpringConfiguration.getWorkflow(SpringConfiguration.java:69)
    at com.opensymphony.workflow.AbstractWorkflow.getWorkflowDescriptor(AbstractWorkflow.java:319)
    at com.vaau.rbacx.workflow.manager.osworkflow.OSWorkflowManager.loadWorkflowDefinition(OSWorkflowManager.java:109)
    at com.vaau.rbacx.workflow.service.WorkflowServiceImpl.startWorkflow(WorkflowServiceImpl.java:108)
    at com.vaau.rbacx.workflow.service.WorkflowServiceImpl.startWorkflow(WorkflowServiceImpl.java:175)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy105.startWorkflow (Unknown Source)
    at com.vaau.rbacx.idw.service.RbacxIDWServiceImpl.createUserBusinessUnitRule(RbacxIDWServiceImpl.java:1816)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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 org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:113)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:113)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy113.createUserBusinessUnitRule (Unknown Source)
    at com.vaau.rbacx.idw.web.dwr.impl.DwrBusinessUnitServiceImpl.createUserBusinessUnitRule(DwrBusinessUnitServiceImpl.java:730)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
    to $Proxy151.createUserBusinessUnitRule (Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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 org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy142.createUserBusinessUnitRule (Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.directwebremoting.impl.ExecuteAjaxFilter.doFilter(ExecuteAjaxFilter.java:34)
    to org.directwebremoting.impl.DefaultRemoter$ 1.doFilter(DefaultRemoter.java:428)
    at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:431)
    at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:283)
    at org.directwebremoting.servlet.PlainCallHandler.handle(PlainCallHandler.java:52)
    at org.directwebremoting.servlet.UrlProcessor.handle(UrlProcessor.java:101)
    at org.directwebremoting.spring.DwrController.handleRequestInternal(DwrController.java:234)
    at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
    at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:512)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:378)
    at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.ui.rememberme.RememberMeProcessingFilter.doFilterHttp(RememberMeProcessingFilter.java:116)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:92)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.concurrent.ConcurrentSessionFilter.doFilterHttp(ConcurrentSessionFilter.java:100)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:176)
    at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:100)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:97)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    14:30:15, 926 ERROR [RbacxIDWServiceImpl] com.vaau.rbacx.workflow.WorkflowInitializationException: not found workflow: business user rule creating Workflow Structure
    14:30:15, 941 exception ERROR [TransactionInterceptor] substituted by a validation exception Application
    com.vaau.rbacx.idw.IDWException: error creating rule userbusinessunit
    at com.vaau.rbacx.idw.service.RbacxIDWServiceImpl.createUserBusinessUnitRule(RbacxIDWServiceImpl.java:1822)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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 org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:113)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:113)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy113.createUserBusinessUnitRule (Unknown Source)
    at com.vaau.rbacx.idw.web.dwr.impl.DwrBusinessUnitServiceImpl.createUserBusinessUnitRule(DwrBusinessUnitServiceImpl.java:730)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
    to $Proxy151.createUserBusinessUnitRule (Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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 org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy142.createUserBusinessUnitRule (Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.directwebremoting.impl.ExecuteAjaxFilter.doFilter(ExecuteAjaxFilter.java:34)
    to org.directwebremoting.impl.DefaultRemoter$ 1.doFilter(DefaultRemoter.java:428)
    at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:431)
    at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:283)
    at org.directwebremoting.servlet.PlainCallHandler.handle(PlainCallHandler.java:52)
    at org.directwebremoting.servlet.UrlProcessor.handle(UrlProcessor.java:101)
    at org.directwebremoting.spring.DwrController.handleRequestInternal(DwrController.java:234)
    at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
    at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:512)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:378)
    at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.ui.rememberme.RememberMeProcessingFilter.doFilterHttp(RememberMeProcessingFilter.java:116)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:92)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.concurrent.ConcurrentSessionFilter.doFilterHttp(ConcurrentSessionFilter.java:100)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:176)
    at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:100)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:97)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: com.vaau.rbacx.workflow.WorkflowInitializationException: not found workflow: business user rule creating Workflow Structure
    at com.vaau.rbacx.workflow.service.WorkflowServiceImpl.startWorkflow(WorkflowServiceImpl.java:111)
    at com.vaau.rbacx.workflow.service.WorkflowServiceImpl.startWorkflow(WorkflowServiceImpl.java:175)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    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 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy105.startWorkflow (Unknown Source)
    at com.vaau.rbacx.idw.service.RbacxIDWServiceImpl.createUserBusinessUnitRule(RbacxIDWServiceImpl.java:1816)
    ... more than 97

    Thank you

    Looks like Enviornment variable RBACX_HOME is not defined.

    Could not resolve environment variable: RBACX_HOME

Maybe you are looking for