Oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_

Hi,
I am implementing FSM, I do not have any issues running export and import test methods running from AMImpl.
Getting this error while running the import service method. I followed all the steps according to the FSCM TUD doc.
My service point is : http://rws66127fwks.us.oracle.com:7101/hcmorg-HcmLegislativeDataGroupsModel-context-root/LegislativeDataGroupMigrationService
This is the error I am getting:
Nov 4, 2010 10:12:10 PM oracle.apps.setupHub.remoteApp.log.SetupHubLogger write
FINEST: Error in getServiceHelperContext()
oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://rws66127fwks.us.oracle.com:7101/hcmorg-HcmLegislativeDataGroupsModel-context-root/LegislativeDataGroupMigrationService?WSDL:WSDL not found
     at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.openAsStreamConnection(WSDLReaderImpl.java:542)
     at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readDocument(WSDLReaderImpl.java:427)
     at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:366)
     at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:616)
     at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:594)
     at oracle.apps.setupHub.remoteApp.publicModel.migrator.MigratorHelper.getServiceHelperContext(MigratorHelper.java:1342)
     at oracle.apps.setupHub.remoteApp.publicModel.migrator.MigratorHelper.testImportService(MigratorHelper.java:1274)
     at oracle.apps.setupHub.remoteApp.publicModel.migrator.MigratorHelper.testImportService(MigratorHelper.java:1261)
     at oracle.apps.hcm.legislativeDataGroups.legislationDataGroupService.migration.applicationModule.LegislativeDataGroupMigrationAMImpl.testImport(LegislativeDataGroupMigrationAMImpl.java:283)
     at oracle.apps.hcm.legislativeDataGroups.legislationDataGroupService.migration.applicationModule.LegislativeDataGroupMigrationAMImpl.main(LegislativeDataGroupMigrationAMImpl.java:306)
Nov 4, 2010 10:12:11 PM oracle.apps.setupHub.remoteApp.log.SetupHubLogger write
FINEST: Error in initMigSDOSchema()
java.lang.NullPointerException
     at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:882)
     at org.eclipse.persistence.sdo.helper.SDOHelperContext.putHelperContext(SDOHelperContext.java:488)
     at oracle.apps.setupHub.remoteApp.publicModel.migrator.MigratorHelper.initMigSDOSchema(MigratorHelper.java:1324)
     at oracle.apps.setupHub.remoteApp.publicModel.migrator.MigratorHelper.testImportService(MigratorHelper.java:1275)
     at oracle.apps.setupHub.remoteApp.publicModel.migrator.MigratorHelper.testImportService(MigratorHelper.java:1261)
     at oracle.apps.hcm.legislativeDataGroups.legislationDataGroupService.migration.applicationModule.LegislativeDataGroupMigrationAMImpl.testImport(LegislativeDataGroupMigrationAMImpl.java:283)
     at oracle.apps.hcm.legislativeDataGroups.legislationDataGroupService.migration.applicationModule.LegislativeDataGroupMigrationAMImpl.main(LegislativeDataGroupMigrationAMImpl.java:306)
Nov 4, 2010 10:12:11 PM oracle.apps.setupHub.remoteApp.log.SetupHubLogger write
FINEST: Error in import
java.lang.NullPointerException
     at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768)
     at org.eclipse.persistence.sdo.helper.SDOHelperContext.getHelperContext(SDOHelperContext.java:392)
     at oracle.apps.setupHub.remoteApp.publicModel.migrator.MigratorHelper.testImportService(MigratorHelper.java:1276)
     at oracle.apps.setupHub.remoteApp.publicModel.migrator.MigratorHelper.testImportService(MigratorHelper.java:1261)
     at oracle.apps.hcm.legislativeDataGroups.legislationDataGroupService.migration.applicationModule.LegislativeDataGroupMigrationAMImpl.testImport(LegislativeDataGroupMigrationAMImpl.java:283)
     at oracle.apps.hcm.legislativeDataGroups.legislationDataGroupService.migration.applicationModule.LegislativeDataGroupMigrationAMImpl.main(LegislativeDataGroupMigrationAMImpl.java:306)
Error found in test import data (Check migStatus object for details): true
Error in import: null
Process exited with exit code 0.
My testImport:
private static void testImport(Boolean bTestImportService) {
// bTestImportService - set to true if testImport should be done using service
// else it will be run locally by invoking the AM directly
// Create your application module
LegislativeDataGroupMigrationAMImpl am =
(LegislativeDataGroupMigrationAMImpl)Configuration.createRootApplicationModule("oracle.apps.hcm.legislativeDataGroups.legislationDataGroupService.migration.applicationModule.LegislativeDataGroupServiceAM", "LegislativeDataGroupMigrationAMLocal");
// Create Import Control
ImportControlVORowImpl importControl = (ImportControlVORowImpl)am.getImportControl().createRow();
// Provide name of zip to import
String importFileName = "/scratch/karunart/temp/testExport.zip";
try{ 
// Invoke the testExport() method that saves the exported file to provided location
MigratorStatus migStatus;
String serviceLocation = "http://rws66127fwks.us.oracle.com:7101/hcmorg-HcmLegislativeDataGroupsModel-context-root/LegislativeDataGroupMigrationService";
if(bTestImportService)
migStatus = MigratorHelper.testImportService(serviceLocation, importFileName, importControl);
else
migStatus = MigratorHelper.testImport(am, importFileName, importControl);
//if (migStatus.isErrorFound()) {
// Check MigratorStatus methods for additional processing errors if any
System.out.println("Error found in test import data (Check migStatus object for details): " + migStatus.isErrorFound());
System.out.println(migStatus.getProcessingError());
Configuration.releaseRootApplicationModule(am, true);
} catch (Exception e) {
e.printStackTrace();
Help me out here
Thanks
Kavitha

Hi,
can you point me to the "FSCM TUD" doc you follow so I can reproduce the issue ? Is it a JDeveloper tutorial? Also, which version of JDeveloper do you use ?
Frank

Similar Messages

  • Oracle.j2ee.ws.wsdl.LocalizedWSDLException BPEL process manager

    Hello there,
    I have created bpel process compiled using JDeveloper and deployed bpel_*.jar file in BPEL process manager.
    jar file got deployed without any error. But while navigating to Process/initiate tab of process manager , I am getting following error
    WSDLException: faultCode=INVALID_WSDL: Error reading import of http://integratedserver:7777/orabpel/default/TravelSync1/v2009_10_24__33024/TravelSync1?wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://integratedserver:7777/orabpel/default/TravelSync1/v2009_10_24__33024/Employee.wsdl:WSDL not found
    I am using three wsdl file and importing , i have added all the wsdls in project. I noticed that while packaging wsdls are not added in jar archive file. All the wsdls are avaiable Application Sources directory of the BPEL project.
    How do i package bpel project so that it will include all wsdl file also,
    I am new to JDeveloper and BPEL , please help me
    Regards
    Brijesh N K

    Hi,
    can you point me to the "FSCM TUD" doc you follow so I can reproduce the issue ? Is it a JDeveloper tutorial? Also, which version of JDeveloper do you use ?
    Frank

  • Java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing

    Hello,
    I'm on weblogic 12c
    Im using a client generated by CFX plugin in Maven. Everything works fine but I have a lot of those lines in my log file.
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: http://10.152.174.30:7001/LBCGatewayWeb/LBCISOWebChanelService, error: javax.xml.ws.WebServiceException, message: java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    How can I remove this problem ?

    Hi,
    This above warning message can be avoided if you will extend your weblogic domain to support JRF.
    If this helps please mark.
    Thanks,
    Kishore

  • WSDLException: faultCode=INVALID_WSDL: Error reading import from oramds

    Hi,
    We are currently facing a strange problem. We have two composites that needs to be deployed on to the 11g SOA server.
    composite A and composite B. A is a dependent composite of composite B and we are referring the WSDL of composite B in composite A using oramds.
    Our oramds is pointing to DB based metadata repository and for the deployment time there is no issue encountered. Also during the deployment time we follow the order like deploy B and then deploy A. But when we need to restart our SOA Server , after restarting we see that though composite B is up and running state but composite A goes in pending state. Not able to diagnose the issue. Please note that the after the sucessful deployment both the composites are coming as up and running state. Below is the error we encountered in SOA diagnostic log .
    ####<Aug 31, 2010 1:00:09 PM EST> <Notice> <WebLogicServer> <serverhost> <WLS_SOA1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1283223609404> <BEA-000332> <Started WebLogic Managed Server "WLS_SOA1" for domain "soadev1_domain" running in Development Mode>
    ####<Aug 31, 2010 1:00:13 PM EST> <Notice> <WebLogicServer> <serverhost> <WLS_SOA1> <main> <<WLS Kernel>> <> <> <1283223613150> <BEA-000365> <Server state changed to RUNNING>
    ####<Aug 31, 2010 1:00:13 PM EST> <Notice> <WebLogicServer> <serverhost> <WLS_SOA1> <main> <<WLS Kernel>> <> <> <1283223613152> <BEA-000360> <Server started in RUNNING mode>
    ####<Aug 31, 2010 1:00:33 PM EST> <Error> <oracle.integration.platform> <serverhost> <WLS_SOA1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@2d6d72f7> <<anonymous>> <> <> <1283223633787> <SOA-20020> <Deployment of composite "CreateDisbursedPaymentJDEGlobalReqABCSImplV1" failed: [JCABinding] [CreateDisbursedPaymentJDEGlobalReqABCSImplV1.WriteBOFAFileDetails/1.0]Unable to complete load due to: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverhost:port/soa-infra/services/default/DisbursedPaymentEBSV1/DisbursedPaymentsEBSV1_ep?WSDL: HTTP connection error code is 503: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverhost:port/soa-infra/services/default/DisbursedPaymentEBSV1/DisbursedPaymentsEBSV1_ep?WSDL: HTTP connection error code is 503: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverhost:port/soa-infra/services/default/DisbursedPaymentEBSV1/DisbursedPaymentsEBSV1_ep?WSDL: HTTP connection error code is 503: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverhost:port/soa-infra/services/default/DisbursedPaymentEBSV1/DisbursedPaymentsEBSV1_ep?WSDL: HTTP connection error code is 503.>
    ####<Aug 31, 2010 1:01:23 PM EST> <Error> <oracle.integration.platform> <serverhost> <WLS_SOA1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@2d6d72f7> <<anonymous>> <> <> <1283223683770> <SOA-20020> <Deployment of composite "UpdateDisbursedPaymentWBCReqABCSImplV1" failed: [JCABinding] [UpdateDisbursedPaymentWBCReqABCSImplV1.Delete_CO_DELETE_WSTP_DATA/1.0]Unable to complete load due to: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverhost:port/soa-infra/services/default/DisbursedPaymentEBSV1/DisbursedPaymentsEBSV1_ep?WSDL: HTTP connection error code is 503: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverhost:port/soa-infra/services/default/DisbursedPaymentEBSV1/DisbursedPaymentsEBSV1_ep?WSDL: HTTP connection error code is 503: javax.wsdl.WSDLException: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverhost:port/soa-infra/services/default/DisbursedPaymentEBSV1/DisbursedPaymentsEBSV1_ep?WSDL: HTTP connection error code is 503: WSDLException: faultCode=INVALID_WSDL: Error reading import of oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://serverhost:port/soa-infra/services/default/DisbursedPaymentEBSV1/DisbursedPaymentsEBSV1_ep?WSDL: HTTP connection error code is 503.>
    Appreciate a response.
    Thanks
    Soumya

    Thanks both of you for your response.
    @user13268867: Yes. I am using Stored Procedure.But The same thing is used in Provider as well. But EBS is not going in pending state.
    There is no migration as you mentioned. It is pure development from scratch on AIA 11gR1.
    @Pavan :
    Please find the dependency in the composite.
    In the Requestor:
    <reference name="DisbursedPaymentEBSV1"
    ui:wsdlLocation="oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/EnterpriseServices/Core/DisbursedPayment/V1#wsdl.interface(DisbursedPaymentEBS)"/>
    <binding.ws port="http://xmlns.oracle.com/EnterpriseServices/Core/DisbursedPayment/V1#wsdl.endpoint(DisbursedPaymentEBSV1_ep/DisbursedPaymentEBS_pt)"
    location="oramds:/apps/AIAMetaData/Banking/wsdl/DisbursedPaymentEBSV1.wsdl"/>
    </reference>
    In the EBS:
    <reference name="DisbursedPaymentBOFAProvABCSImplV1Service"
    ui:wsdlLocation="http://host:port/soa-infra/services/default/DisbursedPaymentBOFAProvABCSImplV1/DisbursedPaymentBOFAProvABCSImplV1.wsdl">
    <interface.wsdl interface="http://xmlns.fostersgroup.com/intg/COBankOfAmerica/DisbursedPaymentBOFAProvABCSImplV1#wsdl.interface(DisbursedPaymentBOFAProvABCSImplV1)"/>
    <binding.ws port="http://xmlns.fostersgroup.com/intg/COBankOfAmerica/DisbursedPaymentBOFAProvABCSImplV1#wsdl.endpoint(DisbursedPaymentBOFAProvABCSImplV1Service/DisbursedPaymentBOFAProvABCSImplV1_pt)"
    location="http://host:port/soa-infra/services/default/DisbursedPaymentBOFAProvABCSImplV1/DisbursedPaymentBOFAProvABCSImplV1Service?WSDL"/>
    </reference>
    When the EBS is up after restarting the server but Requestor is not.
    Please note that in the EBS composite I have referred the Provider WSDL directly using Server URL where as in the Requestor i have provided the Oramds path reference of the EBS runtime WSDL.
    Thanks
    Soumyajit

  • WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from

    Hi all,
    I enabled inbound security for a process using SSL for Certificate-Based Authentication.Security is successfully enabled but I am getting warning "WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL" when initiating test using HTML form as well as XML form.

    I have done the config based on bpel admin guide -> bpel_admin_10.1.3.1.0.pdf. and one more thing is after enabling SSL , I was not able to deploy from JDeveloper. however I deployed the application from console(bpel_*.jar).

  • BPEL & Oracle J2EE Web Services

    I have only tested with success invocations to JAX-RPC
    web services.
    When I try to call an oracle J2EE rpc/encoded web service
    I get a runtime error:
    BPEL Fault: {http://mypackage4/ws_hola.wsdl}org.apache.wsif.soap.fault{org.apache.wsif.soap.fault.object=No Deserializer found to deserialize a 'http://mypackage4/ws_hola.wsdl:quien' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'. [java.lang.IllegalArgumentException]}
    Does anybody know why?

    Hello 2087,
    try to add support for xsi type in "bpel.xml" of your bpel process
    Example:
    <?xml version="1.0"?>
    <BPELSuitcase>
    <partnerLinkBinding name="PartnerLinkName">
    <property name="wsdlLocation">services/PartnerLinkNameWrapper.wsdl</property>
    <property name="sendXSIType">true</property>
                   </partnerLinkBinding>
    For more information see the link in this forum:
    [NOTE] Adding xsi type to SOAP messages
    ByeBye
    Andrea

  • Where is jar file for oracle.j2ee.ws.client.ServiceFactoryImpl

    I am trying to use package UTL_DBWS on database 10g and get java exception
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.IllegalAccessException: javax.xml.rpc.ServiceException: Provider oracle.j2ee.ws.client.ServiceFactoryImpl not found
    ORA-06512: at "SYS.UTL_DBWS", line 135
    ORA-06512: at "SYS.UTL_DBWS", line 132
    ORA-06512: at line 1
    when calling function UTL_DBWS.CREATE_SERVICE
    import oracle.j2ee.ws.client.wsdl.*;
    Which JAR file is this class located in?
    Any pointers...
    Thanx
    Jiri

    The jar file containing that class is utl_dbws_jserver.jar. Please download "Database Webservices Callout Utilities" from the page
    http://otn.oracle.com/sample_code/tech/java/jsp/dbwebservices.html
    The utl_dbws_jserver.jar file is contained in that download

  • Getting oracle.j2ee.xml.XMLMessages error while running project in 11g

    when I run a project in JDeveloper 11g for the first time i.,e when it starts the embedded oc4j server, I get "oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered" error. I am using TP4. is this a severe error or something we can ignore?
    -Pardha

    hi Pardha
    For questions about JDeveloper 11g you could try this forum:
    "JDeveloper and OC4J 11g Technology Preview"
    JDeveloper and OC4J 11g Technology Preview
    success
    Jan Vervecken

  • Oracle.j2ee.xml.XMLMessages warningException

    I installed JDeveloper & tried some ADF component. While running with OC4J I am getting this error.
    oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    Jul 11, 2008 10:49:25 AM oracle.oc4j.util.SystemLog log
    SEVERE: Server start failed processing configuration
    java.security.AccessControlException: access denied ( CredentialAccessPermission credstoressp.credstore.default.systemuser read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:256)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:180)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:280)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:315)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:338)
         at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:527)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:412)
         at oracle.security.jps.fmw.util.JpsFmwUtil.findSystemUser(JpsFmwUtil.java:218)
         at oracle.security.jps.fmw.JpsUserManager.init(JpsUserManager.java:235)
         at oracle.security.jps.fmw.JpsUserManager.<init>(JpsUserManager.java:247)
         at oracle.security.jps.fmw.JpsUserManagerFactory$JpsUserManagerFactoryI.create(JpsUserManagerFactory.java:252)
         at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:635)
         at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:253)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:3157)
         at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:244)
         at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:648)
         at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:201)
         at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:220)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:235)
         at java.lang.Thread.run(Thread.java:595)
    Jul 11, 2008 10:49:25 AM oracle.oc4j.util.SystemLog logNoStack
    SEVERE: Server exiting: ApplicationServer entered state EXITING
    Process exited.
    Debugger disconnected from local process.

    I'm using 11g TP4 on Windows Vista Home Premium. This is my first time crying out for help in any forum (after 19 years of development) so I'm really desparate for help. I'm new to JAVA development and JDeveloper; hence a lot of this stuff is greek to me.
    I did post in the JDeveloper forum and John Stegeman re-directed me to the "JDeveloper and OC4J 11g Technology Preview" forum.
    I was leaning more toward an operating system issue since 11g TP4 works just fine on my Windows XP SP2 desktop. It is just so slow on it (504 MB of RAM) that I decided to run it on my laptop (3062 MB of Ram) where the performance is awesome, but I can't test a damn thing since I can't get the embedded server to work/start. Just hoping others have solved this issue and can pass that knowledge on to others.
    Carolyn

  • Getting oracle.j2ee.xml.XMLMessages warningException error

    when I run a project in JDeveloper 11g for the first time i.,e when it starts the embedded oc4j server, I get "oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered" error. I am using TP4. this seems like a warning, is this something that we can ignore? or how do I fix ? Please help.
    -Pardha

    Hi,
    thread exception and warning at first use of JDev 11g says you can ignore this warning.
    regards
    Peter

  • Error when using oracle.j2ee.ws.StatelessJavaRpcWebService as ws wrapper

    I have a problem when using Oracle oracle.j2ee.ws.StatelessJavaRpcWebService as a web service wrapper. I get the exception below in the server.log:
    java.lang.IllegalStateException: Data has already been written to the OutputStream
         at com.evermind.server.http.EvermindHttpServletResponse.setBufferSize(EvermindHttpServletResponse.java:1965)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:541)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    The server response with “500 Internal Server Error” when contacted as a web service.
    The error only occurs patriotic on the server.
    If anyone have experience with this error please response :-)

    Hi,
    can you point me to the "FSCM TUD" doc you follow so I can reproduce the issue ? Is it a JDeveloper tutorial? Also, which version of JDeveloper do you use ?
    Frank

  • Opatch - MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0

    Hi,
    When I try to apply the various BPEL patches, the following error obscurs:
    Starting OPatch Apply session at 11-21-2005_08-02-55.
    Command arguments are: apply
    OPatch version is: 1.0.0.0.52
    Performing RAC pre-req. check...
    Accessing inventory ... (retry 10 times, delay 30 seconds each time)
    System Command: ""D:\oracle\bpel\jdk\jre\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -classpath "D:\oracle\bpel\oui\jlib\OraInstaller.jar;D:\oracle\bpel\oui\jlib\srvm.jar;D:\Oracle\BPEL\OPatch\jlib\opatch.jar;D:\oracle\bpel\oui\jlib\xmlparserv2.jar;D:\oracle\bpel\oui\jlib\share.jar;D:\oracle\bpel\jlib\srvm.jar" opatch/O2O "d:\oracle\bpel" "D:\oracle\bpel\oui" opatch.pl 1.0.0.0.52"
    Result:
    output to OPatch:
    NODE_LIST=NULL
    NODE_COUNT=0
    LOCAL_NODE=NULL
    IS_CFS=0
    RAC_CODE=0
    HOME_INDEX=4
    This is not a RAC system
    Interim Patch ID: 4343748
    Checking the patch inventory.
    Component Name: oracle.j2ee
    Component Version: 10.1.2.0.0
    Bugs fixed by this patch 4343748:
    4343748 : MPSE ON 10.1.2 FOR MLR BUGS 4338987 AND 4298949
    4167846 : CTX.LOOKUP(JAVA-COMP/ENV/EJB/EJBNAME); IN EJBCREATE METHOD
    4298949 : MLR ON 10.1.2 FOR BUGS 4212066,4043715,4021903,4135569,4167846,4186614,4113514
    4338987 : MLR ON 10.1.2 FOR BUGS 4043715, 4327193
    4327193 : STRESS BPEL-TRANSACTION BECOMES NULL CAUSING - CMT TRANSACTION ERROR
    4135569 : HTTPSESSION IS LOST DURING OCCASIONALLY DURING APPLICATION DEPLOYMENT
    4021903 : USER INTERFERENCE WITH CMP TRANSACTION (ILLEGAL TERMINATION OF TRANSACTION)
    4113514 : OC4J CONTAINER HANGS DURING RE-DEPLOYMENT
    4043715 : CALL TO SESSION BEAN FAILS WITH USER INTERFERENCE WITH CMP TRANSACTION ERROR
    4212066 : STRESS- RESTRICTS MAXIMUM CONCURRENT CONNECTIONS IN AJP LISTENER
    3562466 : PERF- MDB OC4J-JMS SINGLE-USER TEST SHOWS INCREASING ART OVER TIME
    Reading patch XML files and doing sanity checks.
    Read the command to action file map.
    Performing initial safety check.
    Checking active processes:
    Accessing inventory ... (retry 10 times, delay 30 seconds each time)
    System Command: ""D:\oracle\bpel\jdk\jre\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -classpath "D:\oracle\bpel\oui\jlib\OraInstaller.jar;D:\oracle\bpel\oui\jlib\srvm.jar;D:\Oracle\BPEL\OPatch\jlib\opatch.jar;D:\oracle\bpel\oui\jlib\xmlparserv2.jar;D:\oracle\bpel\oui\jlib\share.jar" opatch/CheckConflict "D:\oracle\bpel\oui" "d:\oracle\bpel" opatch.pl 1.0.0.0.52 4343748 "3562466 4212066 4043715 4113514 4021903 4135569 4327193 4338987 4298949 4167846 4343748 " D:\Oracle\BPEL\Patches\4343748\etc\config\actions"
    Result:
    [b]MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0
    MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0
    MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    I appreciate any help,
    Cyryl

    ERROR MISSING_COMPONENT oracle.j2ee, 10.1.3.4.0
    Hii,
    I m upgrading from 12.0.4 to 12.1.1, for that i have upgraded my OracleAS 10g from 10.1.3.0.0 to 10.1.3.4.0 and now applying the patch 6702510 it is showing the folloign error:
    MISSING_COMPONENT : oracle.j2ee, 10.1.3.4.0
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during prerequisite check.
    can anyone help me in resolviing the problem..what should i do..??
    Thanks..

  • Oracle J2EE container, Web Layout, JSP, Tomcat

    Please help me with the next questions:
    1)Oracle DB server and Oracle J2EE container are located in different places. The jsp in Oracle report web layout was generated. I put this JSP on the Oracle J2EE container and tried to run this jsp:
    http://localhost:port/reports/weblayout.jsp and got the next error:
    javax.servlet.jsp.JspException
         at oracle.reports.jsp.ReportTag.doStartTag(ReportTag.java:341)
         at groups.jspService(_groups.java:55)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Do I need to deploy this jsp on Oracle J2EE container and if yes in what way?
    2)can I run this jsp in Tomcat?
    Thank you.

    hello,
    reports JSPs need the report server environment availabel and can not be deployend to a vanilla J2EE container. you can take a look at our "Tools" section of the reports page here on OTN (go to the reports homepage and click on the "search" link in the news section. there you can look for "tools and utilities" which contain instructions on how what you need to do. keep in mind though, that this is not a supported configuration. the only way to deploy a reports JSP is inside the J2EE container of the EE edition of the appliation server.
    at this point we do not provide any instruction for other, non oracle, containers.
    thanks,
    ph.

  • SOA Mediator - javax.xml.soap.SOAPException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html

    I am using SOA Mediator 11.1.1.7(11g) and while invoking a thrid party web service API I get the following error. Please help me fix this issue.
    ORAMED-03302:[Exception in oneway execution]Unexpected exception in one-way operation "execute" on reference "AppvOffclJMSInAdapter_Exist_RS.AppvOffclJMSInAdapter_Exist_RS".Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services. Cause:Unable to invoke endpoint URI "https://stripesqa.doe.gov/headergeneric/HeaderGeneric/HeaderGeneric.asmx" successfully due to: javax.xml.soap.SOAPException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html
    Thanks,
    Veda

    user9055538 wrote:
    i test the soa webservcies in a browserHi,
    It would help if you could give us more details...
    What type of soa webservices are we talking about here (JAX-RPC/BPEL/OSB)?
    And how exactly are you testing your soa webservices in a browser (EM)?
    A valid SOAP will have content-type: text/xml
    You may be pointing to a invalid endpoint or you may have an authentication/authorisation problem, so you are receiving html instead of soap...
    Cheers,
    Vlad

  • Unable to resolve 'oracle.j2ee.ws.server.async.DefaultRequestQueue'

    Hi
    When executing import/export service through FSM we are getting below error on server console. Can someone please help us to resolve this.
    <Nov 22, 2012 10:25:14 PM IST> <Error> <oracle.j2ee.ws.common.jaxws.JAXWSMessages> <BEA-000000> <[MessageID: uuid:3eac9f32-ad81-4d96-b5b2-18cf0fd887c0[migRequestId=300100015300332][migObjectId=300100015300326][]] Could not send async request message to the JMS queue.
    java.security.PrivilegedActionException: javax.naming.NameNotFoundException: Unable to resolve 'oracle.j2ee.ws.server.async.DefaultRequestQueue'. Resolved 'oracle.j2ee.ws.server.async'; remaining name 'DefaultRequestQueue'
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:51)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:56)
    at oracle.j2ee.ws.server.provider.GenericProviderPlatform.runAs(GenericProviderPlatform.java:365)
    at oracle.j2ee.ws.server.jaxws.JMSChannel.getConnection(JMSChannel.java:468)
    at oracle.j2ee.ws.server.jaxws.JMSChannel.sendMessage(JMSChannel.java:235)
    at oracle.j2ee.ws.server.jaxws.JMSChannel.sendRequest(JMSChannel.java:199)
    at oracle.j2ee.ws.server.jaxws.AsyncServiceRuntimeDelegate$JMSMessageQueue.send(AsyncServiceRuntimeDelegate.java:170)
    at oracle.j2ee.ws.server.jaxws.AsyncServiceRuntimeDelegate.pro
    Caused By: javax.naming.NameNotFoundException: Unable to resolve 'oracle.j2ee.ws.server.async.DefaultRequestQueue'. Resolved 'oracle.j2ee.ws.server.async'; remaining name 'DefaultRequestQueue'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    FYI:
    The "oracle.jrf.ws.async_template_11.1.1.jar" jar file required for JMS (oracle.j2ee.ws.server.async.) which is present in below directory path of weblogic standalone.
    Edited by: user12820425 on Dec 2, 2012 11:56 PM

    Are you using Standalone (or) Integrated WLS. It works only on Standalone WLS.
    Also for these issues, please put this in Cross Pillar Integration Forum. Contact Ning.Dong

Maybe you are looking for

  • Some Google delegate calendars won't appear within iCal

    Strange.  My main Google calendar syncs just fine with iCal.  So does the Google Holiday calendar (which is a delegate.)  I added the St. Louis Rams and St. Louis Blues calendars as delegates.  They appear in the delegate window in iCal preferences a

  • Can you set the aspect ratio to widescreen in photoshop elements 10?

    I can set my camera to 16:9 for taking pictures that I want to develop into a video using photoshop elements 10..  But I can not figure out how to set Photoshop Elements 10 to 16:9 ratio.  Is that possible?

  • 5.1.2

    I'm having an issue where people trying to send emails to me are getting bounced back randomly, sometimes they will get through but often they won't and they get these responses: Diagnostic information for administrators: Generating server: canat0472

  • Ethernet disk and corrupted files

    Hi to all, I´ve recently bought a LaCie Ethernet MiniDisk and I copied some files in it, but when I copy them back to the G5 HD, I have found that the OS tell me that they are UNIX files and I can´t open them with any aplication. How can I link this

  • BRM 7.2 and input structure as a collection

    Hi there! I created a BRM project in NWDS 7.2 and I have an input structure with cardinality 0..n (it's a collection). Now I have to iterate through it and check the each value of the structure's attribute. But I can't see the way to iterate the coll