Apache commons-lang version in Oracle SOA Suite 10.1.3.3.0

What is the Apache commons-lang version used in Oracle SOA Suite 10.1.3.3.0?
I was using commons-lang-2.4 classes in writing an Identity service plugin and ran into an issue.

Did you find a solution to this issue? We are having a similar issue trying to deploy a Paypal IPN on OAS 10.1.2.3. The IPN messages coming from Paypal appear to be attempting an SSLv2 handshake. In our case SSLv2 is disabled due to our security requirements so the connection is killed by our App Server. We have found that manually sending the IPN messages works correctly.

Similar Messages

  • Replacing composite versions in Oracle SOA Suite deploy

    I'm developing a SOA application using Oracle SOA Suite BPMN processes. I have been deploying the 1.0.0 version of my app but in one occasion I used the 1.0.1 version for my deploy, since then, when I deploy a composite with 1.0.0 version the deployed process doesn't includes the new activities that I'm adding during development. ie:
    My 1.0.0 version includes:
    MyProcess
    HumanTaskOne
    HumanTaskTwo
    SubProcessOne
    Then, I deployed the 1.0.1 version (including minor fixes):
    MyProcess
    HumanTaskOne
    HumanTaskTwo
    SubProcessOne
    And now, I decided to continuing using 1.0.0 version, but with new changes, so my new composite includes:
    MyProcess
    HumanTaskOne
    ScriptTaskOne
    HumanTaskTwo
    SubProcessOne
    So, now when I test the app, the created instance doesn't contains the ScripTaskOne activity. It looks like its remembering the old activities and ignoring the new one, but I'm in developing mode and there is no current version, so I want to override this settings and continue to develop under 1.0.0 version. I tried to undeploy all the processes from server but when I redeploy the 1.0.0 version it ignores the new activities.
    Someone knows how to solve this problem???

    Hi,
    For installation and relevant links:
    http://ariklalo.wordpress.com/2012/05/26/oracle-soa-suite-11gr1-installation/
    For configuration (if needed and wanted):
    http://docs.oracle.com/cd/E17904_01/integration.1111/e10226/bp_config.htm
    For JCA/All adapters User's Guide:
    http://docs.oracle.com/cd/E15523_01/integration.1111/e10231/partpage1.htm
    For examples bpel:
    http://java.net/projects/oraclesoasuite11g/pages/BPEL
    Arik

  • Unable to update Oracle SOA Suite Extension on version 11.1.1.2.36.55.36

    Hi All,
    I am trying to install Oracle SOA Suite Extension (following http://download.oracle.com/docs/cd/E12839_01/install.1111/e13666/ojdig.htm#CHDFCHGA), but the 'Help/Check for Updates' didn't find 'SOA Suite Composite Editor'.
    Installed JDeveloper 11g Properties:
    About
    Oracle JDeveloper 11g Release 1 11.1.1.2.0
    Java Edition Version 11.1.1.2.0
    Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Copyright © 1997, 2009 Oracle and/or its affiliates. All rights reserved.
    IDE Version: 11.1.1.2.36.55.36
    Product ID: oracle.jdeveloper
    Product Version: 11.1.1.2.36.55.36
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_14
    Oracle IDE     11.1.1.2.36.55.36
    Team Productivity Center     11.1.1.2.36.55.36
    Versioning Support     11.1.1.2.36.55.36
    Here notice that its "Java Edition Version 11.1.1.2.0" not "Studio Edition".
    To overcome the issue i reinstalled JDeveloper 11g (where i delete the environment variables, registry and installed folder) but same thing.
    where as i tried to install the 'soa-jdev-extension.zip' but it requires the extension :
    oracle.studio     min=11.1.1.1.33.54.07     Not installed and
    oracle.j2ee     min=11.1.1.1.33.54.07     Not installed
    Its very confusing, where the installed JDeveloper studio version is 11.1.1.2.36.55.36.
    Advanced thanks for your kind cooperation.
    /Shafi
    Edited by: user496644 on Mar 20, 2010 8:29 PM

    I have the same problem. Did you find a resolution?

  • Time out problem while uploading large bpel processes into oracle soa suite

    Hi everyone,
    I'm using oracle soa suite 10.1.3.4.0 and I'm encountering time out problem while trying to upload a 5MB bpel process into my bpel process server located in the LAN network. The error is coming from apache common file upload.
    Is there a way to increate the connection time out for oc4j to avoid this problem?
    Thanks for any help.
    Regards
    Esfand

    Hi Marc.
    Thanks for your reply. I increased the transaction manager time-out but still I have the same problem. I believe this is something related to oc4j settings and related to upload bpel process. here is my stack trace output:
    79: A problem occured while connecting to server "192.168.0.12" using port "8888": bpel_JazbModaresJadidBPEL_1.0.jar failed to deploy. Exception message is: javax.transaction.RollbackException: Timed out
    at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:94)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:324)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.oc4j.rmi.OracleRemoteException: An exception occurred during transaction completion: ; nested exception is:
    javax.transaction.RollbackException: Timed out
    at com.evermind.server.ejb.EJBTransactionManager.end(EJBTransactionManager.java:152)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:57)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    ... 25 more
    Caused by: javax.transaction.RollbackException: Timed out
    at com.evermind.server.ApplicationServerTransaction.checkForRollbackOnlyWhileInCommit(ApplicationServerTransaction.java:664)
    at com.evermind.server.ApplicationServerTransaction.doCommit(ApplicationServerTransaction.java:273)
    at com.evermind.server.ApplicationServerTransaction.commit(ApplicationServerTransaction.java:162)
    at com.evermind.server.ApplicationServerTransactionManager.commit(ApplicationServerTransactionManager.java:472)
    at com.evermind.server.ejb.EJBTransactionManager.end(EJBTransactionManager.java:137)
    ... 33 more
    Total time: 4 minutes 30 seconds
    The bpel jar file is about 2MB and is uploaded from my machine located in the same LAN.
    Any hints?
    Thanks
    Esfand

  • How can I use custom WLST commands for Oracle SOA Suite in Weblogic

    Hi There,
    I'm trying to view and search the weblogic log files using WLST on a Solaris/Unix system.
    I have come across this "custom WLST commands for Oracle SOA Suite" and thought of using the custom logging commands to get my task done.
    However, my WLST shell is not recognizing the commands and giving me the NameError!
    wls:/devDomain1/domainRuntime> listLogs()
    Traceback (innermost last):
    File "<console>", line 1, in ?
    NameError: listLogs
    I tried the commands listLogs, displayLogs, getLogLevel & setLogLevel but in vain!
    I have followed the instructions as per the oracle recommendation of using Custom WLST commands (http://docs.oracle.com/cd/E29597_01/core.1111/e10105/getstart.htm#ASADM10692) as below
    - Launched the WLST shell from Oracle Home.
    cd ORACLE_HOME/common/bin
    ./wlst.sh
    - Tried to run the listLogs command from domainRuntime()
    I would like to know if I need to import any additional libraries to run the custom WLST commands for Oracle SOA Suite in my WLST shell?
    I have only weblogic 10.3.1 server installed on my Solaris 10 machine on which I have deployed the OSB application software.
    There is no SOA Suite installed.
    Or is there any other way I can browse the Server Log file and get the list of log messages? Basically I would like to use this feature in my script to customize it according to my requirement of listing specific error logs which I can work it out if I know how to make these commands work.
    Please advise if this is possible and how?
    Cheers.
    Satish

    I have tried on my OSB installation (no SOA Suite here), the command listLogs() works (I was in online mode, after a connect), and the classpath is:
    CLASSPATH=/opt/oracle/fmw11_1_1_5/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/fw11_1_1_5/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0.33.x6_64/lib/tools.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/fmw11_1_1_5/wlserver_10./server/lib/weblogic.jar:/opt/oracle/fmw11_1_1_5/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/fmw111_1_5/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/fmw11_1_1_5/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/optoracle/fmw11_1_1_5/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/opt/oracle/fmw11_1_1_5/oracle_common/moules/oracle.jrf_11.1.1/jrf-wlstman.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lib/adfscripting.jar:/opt/oracl/fmw11_1_1_5/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lb/mdswlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/auditwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_cmmon/common/wlst/resources/igfwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jps-wlst.jar:/optoracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jrf-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/reources/oamap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/opt/oracle/fmw111_1_5/oracle_common/common/wlst/resources/ossoiap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/osoiap.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_comon/common/wlst/resources/sslconfigwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/wsm-wlst.jar:/optoracle/fmw11_1_1_5/utils/config/10.3/config-launch.jar::/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbynet.ar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbyclient.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/drby/lib/derbytools.jar::
    The wlst.sh I have used is /opt/oracle/fmw11_1_1_5/osb/common/bin/wlst.sh
    I hope this can help

  • Error while deploying BPEL into Oracle SOA Suite

    Hi All,
    I am facing an issue while deploying my bpel project into Oracle SOA Suite. Please find the following error log
    BUILD FAILED
    D:\jdevstudio10135\jdev\mywork\FirstApplication\WelcomeProjct\build.xml:78: A problem occured while connecting to server "localhost" using port "8888": bpel_WelcomeProjct_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "WelcomeProjct" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:804)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    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:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 2 seconds
    I am using JDevelpoer 10.1.3.5 and SOA Suite 10g. Please help me to figure it out.
    Thanks

    Make sure you use the similar version of soa suite and JDev 10135. If you are using JDev 10.1.3.5, your soa suite version should be 10.1.3.5. I was just wondering if you were ever able to deploy any other process successfully from the similar JDev and on similar SOA Suite ? If not you need to revisit your soa suite installation again.
    Also check the log files on the server to see if any errors are recorded.

  • Facing Issue With Oracle SOA Suite 11.1.1.3.0

    Hi All,
    I am facing some issues with ORACLE SOA SUITE 11.1.1.3.0.
    Hope you people can help us out.
    Please find the issue details below along with all the relevant information’s
    I have following SOA suite installation at my server:
    Oracle 10g Express Edition Universal 10.2.0.1
    RCU 11.1.1.3.3
    Web Logic Server 10.3.3.0
    SOA suite 11.1.1.3.0
    JDeveloper 11.1.1.3.0
    The first thing what I have done is created a web service and deployed it to server without any issue.
    After that I created proxy client for that service and accessed it successfully from the client end.
    Till here no issue occurs.
    After that I applied few policies on top of web service and deployed it to server.
    The policy I had chosen was “oracle/wss_username_token_service_policy” [coming under OWSM policies list]
    While deploying there was no issue, all went well.
    2nd step I had created client using “oracle/wss_username_token_client_policy” policy which is counter part of above policy and tried to access the web service but failed.
    I have followed this blog:
    [http://biemond.blogspot.com/2010/08/things-you-need-to-do-for-owsm-11g.html ]
    Please have a look on service and client code:
    Service Code:
    package Demo_ScoreCard;
    import javax.jws.WebService;
    import weblogic.wsee.jws.jaxws.owsm.SecurityPolicy;
    @WebService
    @SecurityPolicy(uri = "oracle/wss_username_token_service_policy")
    public class ScoreCardWithPolicy {
    public double getPercentageWithPolicy(double markEng,double markMath,double markHindi,double markScience,double markSsc)
    double result;
    result= ((markEng+markHindi+markMath+markScience+markSsc)/500)*100;
    return result;
    Client Code:
    package com.tec.proxy.client;
    import java.util.Map;
    import javax.xml.ws.BindingProvider;
    import javax.xml.ws.WebServiceRef;
    import weblogic.wsee.jws.jaxws.owsm.SecurityPolicyFeature;
    public class ScoreCardWithPolicyPortClient {
    @WebServiceRef
    private static ScoreCardWithPolicyService scoreCardWithPolicyService;
    public static void main(String[] args) {
    scoreCardWithPolicyService = new ScoreCardWithPolicyService();
    SecurityPolicyFeature[] securityFeatures =new SecurityPolicyFeature[] { new SecurityPolicyFeature("oracle/wss_http_token_client_policy") };
    ScoreCardWithPolicy scoreCardWithPolicy =scoreCardWithPolicyService.getScoreCardWithPolicyPort(securityFeatures);
    Map<String, Object> reqContext =((BindingProvider)scoreCardWithPolicy).getRequestContext();
    reqContext.put(BindingProvider.USERNAME_PROPERTY, "testclient");
    reqContext.put(BindingProvider.PASSWORD_PROPERTY, "test12345"); // I have added this to the myrealm from console under security realms
    double arg1 = 77.2;
    double arg2 = 79.2;
    double arg3 = 77.2;
    double arg4 = 76.2;
    double arg5 = 67.2;
    double clientResult =scoreCardWithPolicy.getPercentageWithPolicy(arg1, arg2, arg3, arg4,arg5);
    System.out.println("clientResult with policy =====> " + clientResult);
    Error Log:
    SEVERE: WSM-07617 Policy: oracle/wss_http_token_client_policy contains unsupported assertions.
    SEVERE: WSMAgentHook: An Exception is thrown: WSM-07617 Policy Policy: oracle/wss_http_token_client_policy contains unsupported assertions.
    Exception in thread "main" javax.xml.rpc.JAXRPCException: oracle.wsm.common.sdk.WSMException: WSM-07617 Policy Policy: oracle/wss_http_token_client_policy contains unsupported assertions.
    at oracle.wsm.agent.handler.wls.WSMAgentHook.handleException(WSMAgentHook.java:395)
    at oracle.wsm.agent.handler.wls.WSMAgentHook.init(WSMAgentHook.java:206)
    at weblogic.wsee.jaxws.framework.jaxrpc.TubeFactory.newHandler(TubeFactory.java:105)
    at weblogic.wsee.jaxws.framework.jaxrpc.TubeFactory.createClient(TubeFactory.java:68)
    at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createClient(WLSTubelineAssemblerFactory.java:148)
    at com.sun.xml.ws.client.WSServiceDelegate.createPipeline(WSServiceDelegate.java:467)
    at com.sun.xml.ws.client.WSServiceDelegate.getStubHandler(WSServiceDelegate.java:689)
    at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:667)
    at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:362)
    at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.internalGetPort(WLSProvider.java:855)
    at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate$PortClientInstanceFactory.createClientInstance(WLSProvider.java:967)
    at weblogic.wsee.jaxws.spi.ClientInstancePool.takeSimpleClientInstance(ClientInstancePool.java:621)
    at weblogic.wsee.jaxws.spi.ClientInstancePool.take(ClientInstancePool.java:486)
    at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.getPort(WLSProvider.java:782)
    at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:344)
    at javax.xml.ws.Service.getPort(Service.java:133)
    at com.tec.proxy.client.ScoreCardWithPolicyService.getScoreCardWithPolicyPort(ScoreCardWithPolicyService.java:86)
    at com.tec.proxy.client.ScoreCardWithPolicyPortClient.main(ScoreCardWithPolicyPortClient.java:23)
    Process exited with exit code 1.
    Not getting any help from any blog. Just wondering why this error is coming. I would be glad if you can help us in this regard.
    Apart from above issue I have few queries like:
    1.What is difference between OWSM policies and WLS policies?
    2.Are these the only policies we can apply on top of services?
    3.If some one wants to configure his own custom policies than what need to be done
    4.Could anyone please provide some useful links to implement ENCYPTION and SIGNATURE on top of web services?
    5.And If I am not wrong, I guess Oracle Service BUS OSB 11.1.1.3 has been removed from the main download link and version 11.1.1.4 has been provided. Is it
    compatible with SOA suite 11.1.1.3.0? If not where can I get OSB 11.1.1.3?
    Looking forward to hear from you people.
    Thanks
    Arvind
    Edited by: user8490871 on Apr 15, 2011 12:53 AM
    Edited by: user8490871 on Apr 15, 2011 12:53 AM

    Hi,
    I don't know why u get an error. Here are answers for additional questions:
    1. OWSM policies are for web services. WLS policies are based on Java EE security. They are used to protect resources e.g. URL, EJB
    2. I don't know about other policies
    3. See http://download.oracle.com/docs/cd/E14571_01/web.1111/e13713/owsm_appendix.htm#CHDCHFBH
    4. See http://download.oracle.com/docs/cd/E14571_01/security.1111/e10037/toc.htm
    5. I can see OSB 11.1.1.3 download link here
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html
    Regards,
    Milan

  • Problems to install Oracle SOA Suite 11g on Solaris 10 SPARC-64

    I'm trying to install the Oracle SOA Suite 11g on Solaris 10 SPARC-64 but I´m having problems.
    I have already installed the JDK 1.6_11 for 64 bits and I use it for the SOA installation, the instruction is:
    ./runInstaller -jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    I'm providing the absolute path to ensure take the correct JDK (JDK 64 bits).
    But I get the following error:
    bash-3.00$ ./runInstaller -jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    Starting Oracle Universal Installer...
    Checking if CPU speed is above 300 MHz. Actual 1500 MHz Passed
    Checking Temp space: must be greater than 150 MB. Actual 5291 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 39311 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-26_03-17-44PM. Please wait ...bash-3.00$ Log: /home/oracle/oraInventory/logs/install2010-01-26_03-17-44PM.log
    [ERROR]: Installer has encountered an internal Error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException
    I reviewed the log install2010-01-26_03-17-44PM.out and displays the following:
    Adding /tmp/OraInstall2010-01-26_03-17-44PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/soawl.jar
    Adding to classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/template.jar
    [email protected]creenRes
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: ld.so.1: java: fatal: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1005)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
         at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
         at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
         at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
         at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
         at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
         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 oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
         at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
         at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    java.lang.reflect.InvocationTargetException
         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 oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
         at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
         at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
         at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1030)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
         at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
         at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
         at oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement.<init>(AvailableMemoryElement.java:39)
         at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
         at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
         at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
         ... 8 more
    [ERROR]: Installer has encountered an internal Error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException
    I think that the error would be caused by the JDK version with which try to initializing.
    Anyone have any idea about the possible error? Thanks in advance.

    Hi, I encourage you to try to use the generic installer at: %SOA_INSTALLER_DIR%/Disk1/runInstaller. Because if you are using the runInstaller at %SOA_INSTALLER_DIR%/Disk1/install/solaris it will lead to that problem in some cases.

  • Oracle SOA Suite 11g - Supported Databases??

    Hi All
    I am trying my hands with Oracle SOA suite 11g on my laptop having 2GB of RAM...
    List of soft wares installed for this are Oracle 11g database, JDeveloper, SOA Suite. On real time when developing some application system becomes too slow due to memory issue.
    The Oracle DB eats up max memory...
    So looking for a alternative light weight database alternative for Oracle SOA 11g suite like SQL server 2005.
    The Repository Configuration Utility version RCU11.1.1.2 supports SQL Server 2005 database and create the schemas like Dev_SOAINFRA, DEVV_ORASDPM etc correctly...
    But while configuring the new admin and SOA server via the wizards (start menu -> Oracle SOA 11g - Home1 -> Configure Application Server) the only database vendor drop down option available is Oracle , list does not contain other players IBM DB2, MS SQL Server , MySQL.....
    So can somebody tell me for Oracle SOA Suite 11g, what is the light weight Database option is available so that I may go for SOA applications development on machine like my configuration....

    Yes, All schema created successfully using the RCU tool, except the below warning.
    +"The Database you are connecting is not a supported version. Enter database with version equal to of higher that 10.2.0.4.0 in 10g or version equal to of higher that 11.1.0.7.0 in 11g.Refer to the certification matrix for the supported DB versions."+
    But when starts the SOA server , the log bears the below error repeated numerous time.
    +[2010-01-14T21:23:49.140+05:30] [soa_server1] [WARNING] [SOA-31013] [oracle.integration.platform.blocks.event.saq] [tid: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@1b98153] [userId: <anonymous>] [ecid: 0000IOhTX_vFw000jzwkno1BJnXF00000A,0] [APP: soa-infra] Error handling message (rolling back).[[+
    java.sql.SQLException: ORA-06553: PLS-306: wrong number or types of arguments in call to 'EDN_DEQUEUE_OAOO_DELIVERY'
    +     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)+
    +     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)+
    +     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)+
    +     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)+
    +     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)+
    +     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)+
    +     at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)+
    +     at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)+
    +     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1223)+
    +     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)+
    +     at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)+
    +     at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)+
    +     at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)+
    +     at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:98)+
    +     at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.readOAOODelivery(SAQBusinessEventBus.java:1222)+
    +     at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.handleSingleOAOODelivery(SAQBusinessEventBus.java:690)+
    +     at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.handleQueueEvents(SAQBusinessEventBus.java:614)+
    +     at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.access$000(SAQBusinessEventBus.java:76)+
    +     at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus$1.run(SAQBusinessEventBus.java:279)+
    +     at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)+
    +     at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:171)+
    +     at java.lang.Thread.run(Thread.java:619)+

  • Oracle SOA Suite 11.1.1.4 not able to start SOA_INFRA

    Hi Experts,
    I have installed Oracle SOA 11.1.1.4 and configured the domain , started the admin server and also soa_server successfully. But In EM application SOA-INFRA is down
    and when i checked in the logs i thought its permission issue and later after assigning all permissions alos i am facing the same issue .
    Below is the big exception messgae out of it about the soa-infra is
    *<Mar 18, 2011 3:05:09 PM EDT> <Error> <Deployer> <BEA-149231> <Unable to set the*
    activation state to true for the application 'soa-infra'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.jav
    a:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSta
    teDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStat
    eDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.security.AccessControlException: access denied (oracle.security.
    jps.JpsPermission IdentityAssertion)
    at java.security.AccessControlContext.checkPermission(AccessControlConte
    xt.java:323)
    at java.security.AccessController.checkPermission(AccessController.java:
    *546)*
    at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermis
    sion(JpsAuth.java:379)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:439)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:460)
    Truncated. see log file for complete stacktrace
    Caused By: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'WSServiceBC' defined in ServletContext resource [WEB-INF/fabric-config-core.xml]: Cannot resolve reference to bean 'FabricProviderConfig' while setting bean property 'endpointManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricProviderConfig' defined in ServletContext resource [WEB-INF/fabric-config-core.xml]: Cannot resolve reference to bean 'SOAPInterceptorChainRegistry' while setting bean property 'interceptorChainRegistry'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SOAPInterceptorChainRegistry' defined in ServletContext resource [WEB-INF/fabric-config-core.xml]: Cannot resolve reference to bean 'PolicyAccessor' while setting bean property 'policyAccessor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'PolicyAccessor' defined in ServletContext resource [WEB-INF/fabric-config-core.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public oracle.wsm.policyaccess.IPolicyAccessor oracle.integration.platform.common.PolicyAccessorFactory.getInstance(java.util.Properties)] threw exception; nested exception is java.security.AccessControlException: access denied (oracle.security.jps.JpsPermission IdentityAssertion)
    Caused By: java.security.AccessControlException: access denied (oracle.security.jps.JpsPermission IdentityAssertion)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
         at java.security.AccessController.checkPermission(AccessController.java:546)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:379)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:439)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:460)
         at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.checkPermission(AbstractSubjectSecurity.java:144)
         at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.getActionExecutor(AbstractSubjectSecurity.java:82)
         at oracle.wsm.policyaccess.ConfigurationFramework$ExecutorGetter.run(ConfigurationFramework.java:844)
         at oracle.wsm.policyaccess.ConfigurationFramework$ExecutorGetter.run(ConfigurationFramework.java:817)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.wsm.policyaccess.ConfigurationFramework.getBean(ConfigurationFramework.java:1370)
         at oracle.wsm.policyaccess.ConfigurationFramework.access$500(ConfigurationFramework.java:132)
         at oracle.wsm.policyaccess.ConfigurationFramework$ContextualAccessor.configure(ConfigurationFramework.java:488)
         at oracle.wsm.policyaccess.ConfigurationFramework$ContextualAccessor.<init>(ConfigurationFramework.java:411)
         at oracle.wsm.policyaccess.ConfigurationFramework$ContextualAccessor.<init>(ConfigurationFramework.java:298)
         at oracle.wsm.policyaccess.ConfigurationFramework.initializeAccessors(ConfigurationFramework.java:1777)
         at oracle.wsm.policyaccess.ConfigurationFramework.reset(ConfigurationFramework.java:1849)
         at oracle.wsm.policyaccess.ConfigurationFramework.getPolicyAccessPoint(ConfigurationFramework.java:1569)
         at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:153)
         at oracle.integration.platform.common.PolicyAccessorFactory.getInstance(PolicyAccessorFactory.java:16)
         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.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:115)
         at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:435)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:903)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:817)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:287)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:126)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.aop.framework.ProxyFactoryBean.freshTargetSource(ProxyFactoryBean.java:577)
         at org.springframework.aop.framework.ProxyFactoryBean.getSingletonInstance(ProxyFactoryBean.java:306)
         at org.springframework.aop.framework.ProxyFactoryBean.getObject(ProxyFactoryBean.java:243)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1288)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:275)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
         at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)
         at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:701)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:377)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

    Thanks for responding.
    I have not created clusters as i have only one soa server and so i think i dont need to use the node manager to start the soa server . I am starting the server using the command prompt .
    Basically what i did and how i created the domains is below.
    Note : NO cluster so NO node manager and everryting is by command prompt
    i selected the options like
    First domain:-
    Oracle soa suite,
    EM,
    JRF
    (Admin Server + One SOA Server )
    Deployment and servcies i chose by default and so-infra is down
    Second Domain:-
    Oracle soa suite for developers,
    EM,
    JRF,
    (Admin server + One server )
    Deployment and servcies i chose by default and so-infra is down
    Third domain:-
    Oracle soa suite for developers,
    EM,
    JRF,
    ( Only one admin server which is working fine )
    Deployment and servcies i chose by default and so-infra is UP and running
    Fourth and fifth domain :-
    Repeating the fiirst and second domain along with BPM and BAM this time
    Deployment and servcies i chose by default and so-infra is down
    This is all i did . Please correct me if am wrong.
    Thanks

  • Oracle SOA Suite 11g Human TaskFlow JDeveloper Deployment Error

    Hi,
    I am getting the following error in JDeveloper (11.1.1.3.0) while deploying a Human TaskFlow application in Oracle SOA Suite 11g (SOA server instance). I generated the task flow application in JDeveloper from Human Task component of the BPEL process. I am able to deploy and run BPEL Process successfully in the SOA server.
    ERROR: No j2ee modules detected in EAR archive. Deployment aborted. == (oracle.jdeveloper.deploy.VetoableDeployException)

    I am getting the previous error (no J2EE module found in EAR) while deploying the taskflow from Application > Deploy menu.
    If I try to deploy the Takflow application from Taskflow application context menu / project menu, I am getting the following error:
    [01:02:48 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ApprovePOTaskDetails on soa_server1.: [Deployer:149145]Unable to contact 'bam_server1'. Deployment is deferred until 'bam_server1' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'bam_server1'.
    [01:02:48 PM] [Deployer:149193]Operation 'deploy' on application 'ApprovePOTaskDetails' has failed on 'soa_server1'
    [01:02:48 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ApprovePOTaskDetails on soa_server1.: Failed to load webapp: 'ApprovePOTaskDetails.war'.
    [01:02:48 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'ApprovePOTaskDetails.war'
    [01:02:48 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    [01:02:48 PM] See server logs or server console for more details.
    [01:02:48 PM] weblogic.application.ModuleException: Failed to load webapp: 'ApprovePOTaskDetails.war'
    [01:02:48 PM] #### Deployment incomplete. ####
    [01:02:48 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Edited by: user11204243 on Feb 2, 2011 1:11 PM

  • Oracle SOA suite 11.1.1.7 on windows 8 OS, But, during installation i got a problem "Check OS Certification".

    I want to install Oracle SOA suite 11.1.1.7 on windows 8 OS, My personal HP Pavilion g6 laptop. But, during installation i got a problem "Check OS Certification". What is this certification. Please Help Me.
    Regards,
    Satish.

    Pl identify exact version of Windows 8. Have you verified that your OS is supported/certified by consulting the spreadsheet at Oracle Fusion Middleware Supported System Configurations

  • Error Installing Oracle SOA Suite 10.1.3.1

    Hi Gurus,
    I was in the process of installing Oracle SOA suite 10.1.3.1 on Windows 2003, the installer seemed to take a lot of time at the 92% point, a closer examination that was the point at which the opmnctl was starting the services. After that, the installer proceeds to conclude the setup successfully but the opmn log indicates an error as shown below
    ==================================================================================================
    09/03/09 18:26:51 [ons-internal] ONS server initiated
    09/03/09 18:26:51 [pm-internal] Create pm state directory: C:\product\10.1.3.1\OracleAS_1\opmn\logs\states
    09/03/09 18:26:51 [pm-internal] PM state file does not exist: C:\product\10.1.3.1\OracleAS_1\opmn\logs\states\.opmndat
    09/03/09 18:26:51 [pm-internal] OPMN server ready. Request handling enabled.
    09/03/09 18:26:56 [pm-requests] Request 2 Started. Command: /start
    09/03/09 18:26:56 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1600851961:0)
    09/03/09 18:26:56 [pm-process] Starting Process: default_group~home~default_group~1 (1600851962:0)
    09/03/09 18:26:59 [pm-process] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1600851961:1548)
    09/03/09 18:36:57 [pm-requests] Request 2 Completed. Command: /start
    09/03/09 18:36:57 [pm-process] Stopping Process: default_group~home~default_group~1 (1600851962:2016)
    *09/03/09 18:36:57 [libopmnoc4j] Process Stop Error: default_group~home~default_group~1 (1600851962:2016)*
    *09/03/09 18:36:57 [libopmnoc4j] Failed to construct stop command for proc: 1600851962*
    *09/03/09 18:36:57 [libopmnoc4j] Forcefully Terminating Process: default_group~home~default_group~1 (1600851962:2016)*
    ==================================================================================================
    The installer then indicates that the setup is successful despite the OPMN error. After the setup however, the Application server configuration assistant and the OPMN configuration assistant fail with the errors below:
    ==================================================================================================
    Launched configuration assistant 'Oracle Application Server Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: 'C:\product\10.1.3.1\OracleAS_1\jdk\bin\java -cp C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\ascontrol\ascontrol\WEB-INF\lib\ascontrol.jar;C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\ascontrol\ascontrol\WEB-INF\lib\log4j-core.jar;C:\product\10.1.3.1\OracleAS_1\jlib\oraclepki.jar;C:\product\10.1.3.1\OracleAS_1\jlib\ojmisc.jar; oracle.sysman.ias.studio.installer.ASControlConfigAssistant -sso false -j2eeinstance home -username oc4jadmin -password Protected value, not to be logged -oraclehome C:\product\10.1.3.1\OracleAS_1'
    Start output from spawned process:
    java.lang.NoClassDefFoundError: oracle/sysman/ias/studio/installer/ASControlConfigAssistant
    Exception in thread "main"
    End output from spawned process.
    Configuration assistant "Oracle Application Server Configuration Assistant" failed
    java.lang.NoClassDefFoundError: oracle/sysman/ias/studio/installer/ASControlConfigAssistant
    Exception in thread "main"
    Result code for launching of configuration assistant is: 1
    Launched configuration assistant 'Oracle Process Management and Notification Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: 'C:\\product\\10.1.3.1\\OracleAS_1\\perl\\5.8.3\\bin\\MSWin32-x86-multi-thread\\perl.exe C:\product\10.1.3.1\OracleAS_1\config\launchopmnCA.pl'
    Start output from spawned process:
    C:\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl.exe start stopproc reload startproc
    Launching C:\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl.exe start
    opmnctl: opmn already running
    start status 0
    Launching C:\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl.exe stopproc
    opmnctl: stopping opmn managed processes...
    stopproc status 0
    Launching C:\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl.exe reload
    opmnctl: reconfiguring opmn...
    opmnctl: opmn reloaded successfully.
    reload status 0
    Launching C:\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl.exe startproc
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=harbel_srv:6200
    1 of 2 processes started.
    ias-instance id=brnhb.harbel_srv.lbdi.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    default_group/home/default_group/
    Error
    --> Process (index=1,uid=983174492,pid=1016)
    time out while waiting for a managed process to start
    Log:
    C:\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1.log
    start status 152
    opmn not reloaded and restarted
    End output from spawned process.
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    =================================================================================================
    I have not been able to establish the cause of this problem, any help will be greatly appreciated.
    Edwin

    I have tried that option but the result was the same, however, I realized that there was a .err file among the installation logs and below are the contents:
    ===============================================================================================
    java.util.zip.ZipException: oversubscribed dynamic bit lengths tree
         at java.util.zip.InflaterInputStream.read(Unknown Source)
         at java.util.zip.ZipInputStream.read(Unknown Source)
         at java.io.FilterInputStream.read(Unknown Source)
         at oracle.sysman.oii.oiix.OiixFileOps.copyStream(OiixFileOps.java:1201)
         at oracle.sysman.oii.oiij.OiijFastJarExtracter.copyFileFromJar(OiijFastJarExtracter.java:217)
         at oracle.sysman.oii.oiij.OiijFastJarExtracter.copyJarContents(OiijFastJarExtracter.java:170)
         at oracle.sysman.oii.oiij.OiijFastJarExtracter.extract(OiijFastJarExtracter.java:123)
         at oracle.sysman.oii.oiij.OiijJarExtractQueue$OiijJarExtractWorker.run(OiijJarExtractQueue.java:338)
    java.util.zip.ZipException: oversubscribed dynamic bit lengths tree
         at java.util.zip.InflaterInputStream.read(Unknown Source)
         at java.util.zip.ZipInputStream.read(Unknown Source)
         at java.util.zip.ZipInputStream.closeEntry(Unknown Source)
         at oracle.sysman.oii.oiij.OiijFastJarExtracter.copyJarContents(OiijFastJarExtracter.java:173)
         at oracle.sysman.oii.oiij.OiijFastJarExtracter.extract(OiijFastJarExtracter.java:123)
         at oracle.sysman.oii.oiij.OiijJarExtractQueue$OiijJarExtractWorker.run(OiijJarExtractQueue.java:338)
    Oracle JAAS [Tue Mar 10 12:16:26 GMT 2009] admin password is changed successfully
    opmnctl: starting opmn and all managed processes...
    ============================================================================
    I don't know whether this could have something to do with the error.
    Regards,
    Edwin

  • Receiving javaw.exe error when Installing Oracle SOA Suite 10.1.3.1.0

    Hello,
    I am installing Oracle SOA suite for Windows 10.1.3.1.0 and when it reaches 12% complete I receive the following error:
    Error signature:
    App Name: javaw.exe
    AppVer: 0.0.0.0
    ModName: easfa.dll
    ModVer: 6.0.0.7
    Offset: 0001c799
    error report shows:
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="javaw.exe" FILTER="GRABMI_FILTER_PRIVACY">
    <MATCHING_FILE NAME="awt.dll" SIZE="970862" CHECKSUM="0xD246DAA6" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:10:19" UPTO_LINK_DATE="02/23/2004 07:10:19" />
    <MATCHING_FILE NAME="axbridge.dll" SIZE="94323" CHECKSUM="0xC85525D4" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="ActiveX bridge for JavaBeans" COMPANY_NAME="JavaSoft / Sun Microsystems" PRODUCT_NAME="JavaSoft / Sun Microsystems -- ActiveX bridge" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="axbridge.dll" INTERNAL_NAME="ActiveX bridge for JavaBeans" LEGAL_COPYRIGHT="Copyright ¨ 2002" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x26F3C" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:39" UPTO_LINK_DATE="02/23/2004 07:44:39" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="cmm.dll" SIZE="139374" CHECKSUM="0x2266351B" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:17:38" UPTO_LINK_DATE="02/23/2004 07:17:38" />
    <MATCHING_FILE NAME="dcpr.dll" SIZE="139375" CHECKSUM="0x53CE32F4" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:13:42" UPTO_LINK_DATE="02/23/2004 07:13:42" />
    <MATCHING_FILE NAME="dt_shmem.dll" SIZE="24689" CHECKSUM="0xBA0CE08A" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:24:02" UPTO_LINK_DATE="02/23/2004 07:24:02" />
    <MATCHING_FILE NAME="dt_socket.dll" SIZE="20595" CHECKSUM="0x9953B1F5" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:23:58" UPTO_LINK_DATE="02/23/2004 07:23:58" />
    <MATCHING_FILE NAME="eula.dll" SIZE="61547" CHECKSUM="0x5D7B76F2" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="EULA Module" COMPANY_NAME="Sun Microsystems, Inc." PRODUCT_NAME="EULA Module" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="EULA.EXE" INTERNAL_NAME="EULA" LEGAL_COPYRIGHT="Copyright 2004" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x10601" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:40" UPTO_LINK_DATE="02/23/2004 07:44:40" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="fontmanager.dll" SIZE="327811" CHECKSUM="0xB2640BE0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:15:12" UPTO_LINK_DATE="02/23/2004 07:15:12" />
    <MATCHING_FILE NAME="hpi.dll" SIZE="28791" CHECKSUM="0x53D12BF0" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:48:59" UPTO_LINK_DATE="02/23/2004 06:48:59" />
    <MATCHING_FILE NAME="hprof.dll" SIZE="49258" CHECKSUM="0xD4D20CB5" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:56:40" UPTO_LINK_DATE="02/23/2004 06:56:40" />
    <MATCHING_FILE NAME="ioser12.dll" SIZE="24715" CHECKSUM="0x87528955" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:19:02" UPTO_LINK_DATE="02/23/2004 07:19:02" />
    <MATCHING_FILE NAME="jaas_nt.dll" SIZE="20611" CHECKSUM="0xDEC7F851" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:21:11" UPTO_LINK_DATE="02/23/2004 07:21:11" />
    <MATCHING_FILE NAME="java.dll" SIZE="102515" CHECKSUM="0x430048F5" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:52:13" UPTO_LINK_DATE="02/23/2004 06:52:13" />
    <MATCHING_FILE NAME="java.exe" SIZE="24681" CHECKSUM="0xBBA58998" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:52:42" UPTO_LINK_DATE="02/23/2004 06:52:42" />
    <MATCHING_FILE NAME="JavaAccessBridge.dll" SIZE="167936" CHECKSUM="0x8CD46E23" BIN_FILE_VERSION="2.0.5.0" BIN_PRODUCT_VERSION="2.0.5.0" PRODUCT_VERSION="2, 0, 5, 0" FILE_DESCRIPTION="" COMPANY_NAME="Sun Microsystems©" PRODUCT_NAME="" FILE_VERSION="2, 0, 5, 0" ORIGINAL_FILENAME="" INTERNAL_NAME="Java Access Bridge for Windows" LEGAL_COPYRIGHT="Copyright © 2005" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="2.0.5.0" UPTO_BIN_PRODUCT_VERSION="2.0.5.0" LINK_DATE="12/13/2005 21:49:52" UPTO_LINK_DATE="12/13/2005 21:49:52" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="javaw.exe" SIZE="28779" CHECKSUM="0x38F4D914" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:52:45" UPTO_LINK_DATE="02/23/2004 06:52:45" />
    <MATCHING_FILE NAME="jawt.dll" SIZE="20592" CHECKSUM="0x19F4C69C" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:20:25" UPTO_LINK_DATE="02/23/2004 07:20:25" />
    <MATCHING_FILE NAME="JAWTAccessBridge.dll" SIZE="32768" CHECKSUM="0xBE0D6CC2" BIN_FILE_VERSION="2.0.5.0" BIN_PRODUCT_VERSION="2.0.5.0" PRODUCT_VERSION="2, 0, 5, 0" FILE_DESCRIPTION="" COMPANY_NAME="Sun Microsystems©" PRODUCT_NAME="" FILE_VERSION="2, 0, 5, 0" ORIGINAL_FILENAME="" INTERNAL_NAME="Java Access Bridge for Windows" LEGAL_COPYRIGHT="Copyright © 2005" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="2.0.5.0" UPTO_BIN_PRODUCT_VERSION="2.0.5.0" LINK_DATE="12/13/2005 21:50:20" UPTO_LINK_DATE="12/13/2005 21:50:20" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="jcov.dll" SIZE="61544" CHECKSUM="0x8DF4BDEA" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:56:55" UPTO_LINK_DATE="02/23/2004 06:56:55" />
    <MATCHING_FILE NAME="JdbcOdbc.dll" SIZE="49278" CHECKSUM="0x1FBFA2DD" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:19:53" UPTO_LINK_DATE="02/23/2004 07:19:53" />
    <MATCHING_FILE NAME="jdwp.dll" SIZE="102505" CHECKSUM="0xDC87EF89" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:23:23" UPTO_LINK_DATE="02/23/2004 07:23:23" />
    <MATCHING_FILE NAME="jpeg.dll" SIZE="122992" CHECKSUM="0x914959B6" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:16:39" UPTO_LINK_DATE="02/23/2004 07:16:39" />
    <MATCHING_FILE NAME="jpicom32.dll" SIZE="82035" CHECKSUM="0x73656165" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="JPICom Module" COMPANY_NAME="" PRODUCT_NAME="JPICom Module" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="JPICom32.DLL" INTERNAL_NAME="JPICom" LEGAL_COPYRIGHT="Copyright 2002" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x21331" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:40" UPTO_LINK_DATE="02/23/2004 07:44:40" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="jpicpl32.exe" SIZE="16501" CHECKSUM="0x2DE50014" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:41:22" UPTO_LINK_DATE="02/23/2004 07:41:22" />
    <MATCHING_FILE NAME="jpiexp32.dll" SIZE="94323" CHECKSUM="0x9A3F923A" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in for Internet Explorer" COMPANY_NAME="JavaSoft / Sun Microsystems" PRODUCT_NAME="JavaSoft / Sun Microsystems -- Java(TM) Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="jpiexpl.dll" INTERNAL_NAME="Java Plug-in for Internet Explorer" LEGAL_COPYRIGHT="Copyright © 2002" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x229B7" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:40" UPTO_LINK_DATE="02/23/2004 07:44:40" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="jpins4.dll" SIZE="28783" CHECKSUM="0x8EBE21E2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xE9E3" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:44:40" UPTO_LINK_DATE="02/23/2004 07:44:40" />
    <MATCHING_FILE NAME="jpins6.dll" SIZE="41071" CHECKSUM="0xC84B7483" MODULE_TYPE="WIN32" PE_CHECKSUM="0x17B3F" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:44:40" UPTO_LINK_DATE="02/23/2004 07:44:40" />
    <MATCHING_FILE NAME="jpins7.dll" SIZE="45167" CHECKSUM="0x6C20A296" MODULE_TYPE="WIN32" PE_CHECKSUM="0x10318" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:44:40" UPTO_LINK_DATE="02/23/2004 07:44:40" />
    <MATCHING_FILE NAME="jpinsp.dll" SIZE="86127" CHECKSUM="0x89FF19DE" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in 1.4.2_04 for Netscape Navigator (DLL Helper)" COMPANY_NAME="JavaSoft / Sun Microsystems, Inc." PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="JPINSP.dll" INTERNAL_NAME="Java Plug-in" LEGAL_COPYRIGHT="Copyright © 2000" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x20ABB" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:40" UPTO_LINK_DATE="02/23/2004 07:44:40" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="jpishare.dll" SIZE="77939" CHECKSUM="0x5593E581" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in Share Module for Win32" COMPANY_NAME="" PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="jpishare.dll" INTERNAL_NAME="Java Plug-in Share Module" LEGAL_COPYRIGHT="Copyright 1999" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x19831" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:40" UPTO_LINK_DATE="02/23/2004 07:44:40" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="jsound.dll" SIZE="143480" CHECKSUM="0x2A70C20E" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:01:59" UPTO_LINK_DATE="02/23/2004 07:01:59" />
    <MATCHING_FILE NAME="jucheck.exe" SIZE="241777" CHECKSUM="0xEF8851CF" BIN_FILE_VERSION="1.0.0.1" BIN_PRODUCT_VERSION="1.0.0.1" PRODUCT_VERSION="1, 0, 0, 1" FILE_DESCRIPTION="UpdateChecker Module" COMPANY_NAME="" PRODUCT_NAME="UpdateChecker Module" FILE_VERSION="1, 0, 0, 1" ORIGINAL_FILENAME="UpdateChecker.EXE" INTERNAL_NAME="UpdateChecker" LEGAL_COPYRIGHT="Copyright 2002" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.0.0.1" UPTO_BIN_PRODUCT_VERSION="1.0.0.1" LINK_DATE="02/23/2004 07:38:02" UPTO_LINK_DATE="02/23/2004 07:38:02" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="jusched.exe" SIZE="32881" CHECKSUM="0x281222A2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:38:19" UPTO_LINK_DATE="02/23/2004 07:38:19" />
    <MATCHING_FILE NAME="keytool.exe" SIZE="28801" CHECKSUM="0xB0D8769E" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:05:54" UPTO_LINK_DATE="02/23/2004 07:05:54" />
    <MATCHING_FILE NAME="kinit.exe" SIZE="28797" CHECKSUM="0x48462D1E" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:06:09" UPTO_LINK_DATE="02/23/2004 07:06:09" />
    <MATCHING_FILE NAME="klist.exe" SIZE="28797" CHECKSUM="0x48462D1E" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:06:11" UPTO_LINK_DATE="02/23/2004 07:06:11" />
    <MATCHING_FILE NAME="ktab.exe" SIZE="28795" CHECKSUM="0x48462D1E" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:06:14" UPTO_LINK_DATE="02/23/2004 07:06:14" />
    <MATCHING_FILE NAME="msvcrt.dll" SIZE="266293" CHECKSUM="0x498A2F29" BIN_FILE_VERSION="6.0.8337.0" BIN_PRODUCT_VERSION="6.0.8337.0" PRODUCT_VERSION="6.00.8337.0" FILE_DESCRIPTION="Microsoft (R) C Runtime Library" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft (R) Visual C++" FILE_VERSION="6.00.8337.0" ORIGINAL_FILENAME="MSVCRT.DLL" INTERNAL_NAME="MSVCRT.DLL" LEGAL_COPYRIGHT="Copyright (C) Microsoft Corp. 1981-1998" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x4D249" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.8337.0" UPTO_BIN_PRODUCT_VERSION="6.0.8337.0" LINK_DATE="12/04/1998 01:03:22" UPTO_LINK_DATE="12/04/1998 01:03:22" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="net.dll" SIZE="57455" CHECKSUM="0x936673B" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:58:30" UPTO_LINK_DATE="02/23/2004 06:58:30" />
    <MATCHING_FILE NAME="nio.dll" SIZE="32880" CHECKSUM="0xF017F580" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:58:53" UPTO_LINK_DATE="02/23/2004 06:58:53" />
    <MATCHING_FILE NAME="NPJava11.dll" SIZE="65647" CHECKSUM="0x47D4B285" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in 1.4.2_04 for Netscape Navigator (DLL Helper)" COMPANY_NAME="JavaSoft / Sun Microsystems, Inc." PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="NPJava11.dll" INTERNAL_NAME="Java Plug-in" LEGAL_COPYRIGHT="Copyright (c) 2001" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1E378" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:41" UPTO_LINK_DATE="02/23/2004 07:44:41" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="NPJava12.dll" SIZE="65647" CHECKSUM="0x60150606" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in 1.4.2_04 for Netscape Navigator (DLL Helper)" COMPANY_NAME="JavaSoft / Sun Microsystems, Inc." PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="NPJava12.dll" INTERNAL_NAME="Java Plug-in" LEGAL_COPYRIGHT="Copyright (c) 2001" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x167C0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:41" UPTO_LINK_DATE="02/23/2004 07:44:41" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="NPJava13.dll" SIZE="65647" CHECKSUM="0x8A155CB8" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in 1.4.2_04 for Netscape Navigator (DLL Helper)" COMPANY_NAME="JavaSoft / Sun Microsystems, Inc." PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="NPJava13.dll" INTERNAL_NAME="Java Plug-in" LEGAL_COPYRIGHT="Copyright (c) 2001" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x19ADF" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:41" UPTO_LINK_DATE="02/23/2004 07:44:41" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="NPJava14.dll" SIZE="65647" CHECKSUM="0x2D559CB6" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in 1.4.2_04 for Netscape Navigator (DLL Helper)" COMPANY_NAME="JavaSoft / Sun Microsystems, Inc." PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="NPJava14.dll" INTERNAL_NAME="Java Plug-in" LEGAL_COPYRIGHT="Copyright (c) 2001" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x14890" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:41" UPTO_LINK_DATE="02/23/2004 07:44:41" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="NPJava32.dll" SIZE="65647" CHECKSUM="0xE55D102" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in 1.4.2_04 for Netscape Navigator (DLL Helper)" COMPANY_NAME="JavaSoft / Sun Microsystems, Inc." PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="NPJava32.dll" INTERNAL_NAME="Java Plug-in" LEGAL_COPYRIGHT="Copyright (c) 2001" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1FAEC" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:41" UPTO_LINK_DATE="02/23/2004 07:44:41" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="NPJPI142_04.dll" SIZE="65650" CHECKSUM="0xEB161C45" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in 1.4.2_04 for Netscape Navigator (DLL Helper)" COMPANY_NAME="JavaSoft / Sun Microsystems, Inc." PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="NPJPI&quot;142_04&quot;.dll" INTERNAL_NAME="Java Plug-in" LEGAL_COPYRIGHT="Copyright (c) 2001" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x14DBE" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:41" UPTO_LINK_DATE="02/23/2004 07:44:41" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="NPOJI610.dll" SIZE="65647" CHECKSUM="0x4B96463F" BIN_FILE_VERSION="1.4.2.40" BIN_PRODUCT_VERSION="1.4.2.40" PRODUCT_VERSION="1, 4, 2, 40" FILE_DESCRIPTION="Java Plug-in 1.4.2_04 for Netscape Navigator (DLL Helper)" COMPANY_NAME="JavaSoft / Sun Microsystems, Inc." PRODUCT_NAME="Java Plug-in" FILE_VERSION="1, 4, 2, 40" ORIGINAL_FILENAME="NPOJI610.dll" INTERNAL_NAME="Java Plug-in" LEGAL_COPYRIGHT="Copyright ¨ 2001" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x130F8" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.4.2.40" UPTO_BIN_PRODUCT_VERSION="1.4.2.40" LINK_DATE="02/23/2004 07:44:41" UPTO_LINK_DATE="02/23/2004 07:44:41" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="orbd.exe" SIZE="28820" CHECKSUM="0x7A2E72A3" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:22:26" UPTO_LINK_DATE="02/23/2004 07:22:26" />
    <MATCHING_FILE NAME="policytool.exe" SIZE="28807" CHECKSUM="0x6DDA7373" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:06:06" UPTO_LINK_DATE="02/23/2004 07:06:06" />
    <MATCHING_FILE NAME="RegUtils.dll" SIZE="110707" CHECKSUM="0x83993729" MODULE_TYPE="WIN32" PE_CHECKSUM="0x1C94F" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:44:41" UPTO_LINK_DATE="02/23/2004 07:44:41" />
    <MATCHING_FILE NAME="rmi.dll" SIZE="20590" CHECKSUM="0x4960AF7D" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:19:20" UPTO_LINK_DATE="02/23/2004 07:19:20" />
    <MATCHING_FILE NAME="rmid.exe" SIZE="28795" CHECKSUM="0xB0D8769E" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:19:37" UPTO_LINK_DATE="02/23/2004 07:19:37" />
    <MATCHING_FILE NAME="rmiregistry.exe" SIZE="28807" CHECKSUM="0x6DDA7373" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:19:27" UPTO_LINK_DATE="02/23/2004 07:19:27" />
    <MATCHING_FILE NAME="servertool.exe" SIZE="28832" CHECKSUM="0xCB9E2EC5" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:22:29" UPTO_LINK_DATE="02/23/2004 07:22:29" />
    <MATCHING_FILE NAME="tnameserv.exe" SIZE="28822" CHECKSUM="0xE7411E8B" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 07:22:37" UPTO_LINK_DATE="02/23/2004 07:22:37" />
    <MATCHING_FILE NAME="verify.dll" SIZE="57453" CHECKSUM="0x3E0877A9" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:49:18" UPTO_LINK_DATE="02/23/2004 06:49:18" />
    <MATCHING_FILE NAME="w2k_lsa_auth.dll" SIZE="20563" CHECKSUM="0x9952E99A" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="01/11/2001 16:36:14" UPTO_LINK_DATE="01/11/2001 16:36:14" />
    <MATCHING_FILE NAME="WindowsAccessBridge.dll" SIZE="90112" CHECKSUM="0xF3038256" BIN_FILE_VERSION="2.0.5.0" BIN_PRODUCT_VERSION="2.0.5.0" PRODUCT_VERSION="2, 0, 5, 0" FILE_DESCRIPTION="" COMPANY_NAME="Sun Microsystems©" PRODUCT_NAME="" FILE_VERSION="2, 0, 5, 0" ORIGINAL_FILENAME="" INTERNAL_NAME="Java Access Bridge for Windows" LEGAL_COPYRIGHT="Copyright © 2005" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="2.0.5.0" UPTO_BIN_PRODUCT_VERSION="2.0.5.0" LINK_DATE="12/13/2005 21:50:00" UPTO_LINK_DATE="12/13/2005 21:50:00" VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="zip.dll" SIZE="53364" CHECKSUM="0x50DD894B" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:52:54" UPTO_LINK_DATE="02/23/2004 06:52:54" />
    <MATCHING_FILE NAME="client\jvm.dll" SIZE="1212546" CHECKSUM="0x728FE5C5" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" LINK_DATE="02/23/2004 06:40:16" UPTO_LINK_DATE="02/23/2004 06:40:16" />
    </EXE>
    <EXE NAME="easfa.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="easfa.dll" SIZE="303104" CHECKSUM="0xAB6E186B" BIN_FILE_VERSION="6.0.0.7" BIN_PRODUCT_VERSION="6.0.0.7" PRODUCT_VERSION="6, 0, 0, 7" FILE_DESCRIPTION="File Archiving Solution - Shell Extension" COMPANY_NAME="ZANTAZ Inc." PRODUCT_NAME="FAS" FILE_VERSION="6, 0, 0, 7" ORIGINAL_FILENAME="easfa.dll" INTERNAL_NAME="easfa.dll" LEGAL_COPYRIGHT="Copyright (c) ZANTAZ Inc. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x5853D" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="6.0.0.7" UPTO_BIN_PRODUCT_VERSION="6.0.0.7" LINK_DATE="03/14/2007 19:50:23" UPTO_LINK_DATE="03/14/2007 19:50:23" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    <EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="984576" CHECKSUM="0xF0B331F6" BIN_FILE_VERSION="5.1.2600.3119" BIN_PRODUCT_VERSION="5.1.2600.3119" PRODUCT_VERSION="5.1.2600.3119" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.3119 (xpsp_sp2_gdr.070416-1301)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF9293" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.3119" UPTO_BIN_PRODUCT_VERSION="5.1.2600.3119" LINK_DATE="04/16/2007 15:52:53" UPTO_LINK_DATE="04/16/2007 15:52:53" VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    I had installed Java 1.6.0b105 and Java SE Runtime Environment 6. I removed both and re-installed Java SE 6 update 4 (build 1.6.0_04-b12) but this made no difference.
    I have McAfee installed and disabled it's services still no joy.
    Please could someone suggest a solution to prevent this error?
    Thanks in advance
    Jan

    Installing from a CD or from a download? It may be corrupt.
    I suggest you compare the checksum of the downloaded file with the checksum as listed on the download page.
    The installer is supposed to use its own JRE, so it should not use your installed one.

  • Error while starting Oracle SOA Suite 10g

    Hi,
    I have installed Oracle SOA suite in my system.
    While i start the server , it shows the following error in log file.
    Configuration information
    Running in D:\product\10.1.3.1\OracleAS_1
    Operation mode:Startup, App Server, No Enterprise Manager, Single Instance
    Oracle home:D:\product\10.1.3.1\OracleAS_1
    Oracle home name:Unnamed
    Instance name:esbsoa.localhost
    Instance type:allProducts
    Version:10.1.3.1.0
    Uses infrastructure:false
    Not an infrastructure instance, no infrastructure information available
    Components:[j2ee, orabpel, oraesb, owsm, Wsil]
    2011-03-23 10:09:24.757--Begin log output for Mid-tier services (esbsoa.localhost)
    2011-03-23 10:09:24.757--Processing Step: starting OPMN
    2011-03-23 10:09:45.835--End log output for Mid-tier services (esbsoa.localhost)
    OPMN has thrown an unknown exception
    oracle.appserver.startupconsole.model.ConsoleException: OPMN has thrown an unknown exception
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:108)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticBadRequestException: Error starting opmn server: 2
         at oracle.ias.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:147)
         at oracle.ias.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:77)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:90)
         ... 6 more
    Exception caused by
    Error starting opmn server: 2
    oracle.ias.opmn.optic.OpticBadRequestException: Error starting opmn server: 2
         at oracle.ias.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:147)
         at oracle.ias.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:77)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:90)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Also when i got the following error in command prompt
    D:\product\10.1.3.1\OracleAS_1\opmn\bin>opmnctl stopall
    Could not create process by
    F:\product\10.1.3.1\OracleAS_1\opmn\bin\opmn.exe -a -q ping
    with error The system cannot find the path specified.
    (GetLastError()=3
    I have renamed the F: directory to D: , is it the problem ?
    Edited by: Lalit on Mar 22, 2011 10:44 PM

    Got resolved

Maybe you are looking for

  • Sender Adapter Conf

    Hi Guys, Using Sender JDBC Adapter , am updating back the intermidate table flag status to "T" from "P". UPATE <TABLE> SET flag_status = 'T' where flag_status = 'F' Now user has created a unique constriant on the intermidate table level , by doing so

  • Please put a cost object with valid JV data for GL accoutnt (line 001)

    Dear All, When the user is trying to post ASKBN, They are getting an error saying "Please put a cost object with valid JV data for GL accoutnt (line 001)" So we tried to look up the error, and the WBS, Cost center, profit center and JVA details are a

  • Is it possible to set webapp item releaseDate when submitting via ajax?

    I've been trying to set the releaseDate of a webapp item when entering the item via ajax.  So far I have been unable to do so....is it possible? For the field name and date format I referenced the API docs. I've tried both releaseDate and ReleaseDate

  • Any ideas why my ipod nano 6th gen is not working with Sony SRSGU10IP docking station pls

    any ideas why my ipod nano 6th gen is not working with Sony SRSGU10IP docking station please ? classic working fine, so not the fault of the station itself ? it's been bought as a present for my father & he's confused !

  • SATA driver flooding System.log, filling up startup disk

    My system.log seems to be filling up with SATA error messages, about 10 per second. The log is now so large that I can't even get the Console app to open it (only in Open Quick, which seems to show little snippets of the log only). This seems to have