Error in BPEL sample

While trying out the SendEmail tutorial sample, I get the following error.
Error(91): [Error ORABPEL-10017]: unresolved operation [Description]: in line 91 of "C:\OraBPELPM\integration\jdev\jdev\mywork\BPELPractices\116.SendEmails\SendEmailSample.bpel", operation "sendMessage" is not defined in portType "{http://samples.otn.com}SendEmailSample" of <invoke> "sendMail". [Potential fix]: Make sure the operation "sendMessage" is defined in portType "{http://samples.otn.com}SendEmailSample" who is defined in WSDL "file:/C:/OraBPELPM/integration/jdev/jdev/mywork/BPELPractices/116.SendEmails/SendEmailSample.wsdl".
I checked the WSDL file and dont see an entry for operation "SendMessage".
Do I have any files missing ?
Thanks.

While trying out the SendEmail tutorial sample, I get the following error.
Error(91): [Error ORABPEL-10017]: unresolved operation [Description]: in line 91 of "C:\OraBPELPM\integration\jdev\jdev\mywork\BPELPractices\116.SendEmails\SendEmailSample.bpel", operation "sendMessage" is not defined in portType "{http://samples.otn.com}SendEmailSample" of <invoke> "sendMail". [Potential fix]: Make sure the operation "sendMessage" is defined in portType "{http://samples.otn.com}SendEmailSample" who is defined in WSDL "file:/C:/OraBPELPM/integration/jdev/jdev/mywork/BPELPractices/116.SendEmails/SendEmailSample.wsdl".
I checked the WSDL file and dont see an entry for operation "SendMessage".
Do I have any files missing ?
Thanks.

Similar Messages

  • Help please: error in deploying sample googleflow application

    Hi,
    I am trying to deploy the sample tutorial of googleflow, I have even changed the proxy setting of jdeveloper..i have added localhost in proxy exception list..application server connection & integration server connection is ok..but still getting the error of accessing the wsdl as shown below....please help !!!
    BUILD FAILED
    E:\product\10.1.3.1\OracleAS_2\bpel\samples\tutorials\128.GoogleFlow\GoogleFlowWithSensors\build.xml:79: A problem occured while connecting to server "localhost" using port "8888": bpel_GoogleFlowWithSensors_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 "GoogleFlowWithSensors" (revision "1.0"): Failed to read wsdl.
    Error happened when reading wsdl at "E:\product\10.1.3.1\OracleAS_2\bpel\domains\default\tmp\.bpel_GoogleFlowWithSensors_1.0_ad22c84cfb6e04057f27bedbbcbcf2da.tmp\GoogleSearchRef.wsdl", because "Error reading import of file:/E:/product/10.1.3.1/OracleAS_2/bpel/domains/default/tmp/.bpel_GoogleFlowWithSensors_1.0_ad22c84cfb6e04057f27bedbbcbcf2da.tmp/GoogleSearchRef.wsdl: Failed to read wsdl file at: "http://api.google.com/GoogleSearch.wsdl", caused by: java.net.ConnectException. : Connection refused: connect".
    Make sure wsdl exists at that URL and is valid.
    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.....................
    Message was edited by:
    user621834

    I also face the same problem. Can some one help us

  • Error while invoking bean "domain manager": Error deploying BPEL suitcase.

    My issue is the following, when I use wsa adressing in my bpel process such as:
    xmlns:ns2="http://schemas.xmlsoap.org/ws/2003/03/addressing"
    and create a variable based on this schema
    <variable name="partnerReference" element="ns2:EndpointReference"/>
    I can compile and generate the jar file. But when I deploy this file in my console I get the following error:
    Module     oracle.soa.bpel.system
    Host     brux0304
    Host IP Address     10.18.80.129
    User     weblogic
    Thread ID     [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'
    Message     Error while invoking bean "domain manager": Error deploying BPEL suitcase.
    Supplemental Detail     error while attempting to deploy the BPEL component file "/soa/oracle/Middleware/user_projects/domains/base_domain/servers/soa_server1/dc/soa_f7fc611b-51eb-4910-a671-d2bb5c5c31d0"; the exception reported is: java.lang.Exception: BPEL 1.1 compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/soa/oracle/Middleware/user_projects/domains/base_domain/servers/soa_server1/dc/soa_f7fc611b-51eb-4910-a671-d2bb5c5c31d0"; the exception reported is: java.lang.Exception: BPEL 1.1 compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:197)
    at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:820)
    at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:119)
    at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:88)
    at sun.reflect.GeneratedMethodAccessor844.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
    at sun.reflect.GeneratedMethodAccessor843.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy281.deployComponent(Unknown Source)
    at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(Unknown Source)
    at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:886)
    at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:128)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:242)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:149)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:62)
    at sun.reflect.GeneratedMethodAccessor18895.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:68)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy309.load(Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeRedeploy(StandaloneCompositeDeploymentCoordinatorImpl.java:95)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.overwriteExistingComposite(BaseDeployProcessor.java:398)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:229)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:161)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:109)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doRedeploy(DeployProcessor.java:101)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:221)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:124)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    When I remove the namespace and variable it works.
    What should be causing that?
    Regards,
    Luciana

    There seems to be some issue with partnerrole definition. Please check CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 51): and CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 617): role not found
    as mentioned in the log.
    Regards,
    Narayana

  • Error Deploying BPEL process to Mid Tier

    I'm having problems deploying a jar to midtier.
    When I attempt to deploy the jar of my BPEL process to a 10.1.2.0 GA mid-tier BPEL instance using the console's "deploy new process" I get the following error message.
    The BPEL process works and deploys with no problems on a 10.1.2.0 GA Developer's install (same machine). I have tried deploying it both from JDev and the console after un-deploying it manually. Both of these work fine in the Developers install.
    Thanks,
    Craig
    Deploy New BPEL Process
    bpel_AddressChangeValidate_2.0.jar failed to deploy.
    Error deploying BPEL archive. An error occurred while attempting to deploy the BPEL archive file "bpel_AddressChangeValidate_2.0.jar"; the exception reported is: Problem 1: [putFTP.wsdl]: null

    Figured it out...
    The problem was I forgot to copy the FTP connect info
    into the midtier FtpAdapter oc4j-ra.xml file.
    Is there an out of the box way for low level config
    like this to be included in the JAR file?Nope not right now. We are working on what we can do to fix this going forwards in a later release.
    >
    One interesting note, I was able to "deploy" my
    process by copying the JAR file directly into the
    deployment folder... What is the difference between
    doing this and using "deploy new process" from the
    console?When going the console route, it goes through an additional deployment time validation check which you were able to bypass by copying the jar directly into the deployment folder.
    You may have been hitting a bug in the validation code, otherwise you should have really seen the error message asking you to potentially fix the jndi entry in oc4j-ra.xml.
    HTH
    Shashi
    >
    Regards,
    Craig

  • What is a error 2041; invalid sample description mean in quicktime when im trying to open a coverted mp4 file?

    Im trying to import mp4's into itunes ver 11. The ones I have downloaded have gone in fine with a bit of tinkering but when i converted avi files to mp4 and try to open them in quicktime to check them i get an error saying ( error 2041: invalid sample description was found in the movie). These files wont show up in itunes, the progress bar starts loading them but then nothing appears anywhere even home video folder, Nothing. The mp4 files work in VLC player but not quicktime.
    I used dvd fab to covert them. Any help would be greatly appreciated.
    Thank

    I had the same problem few days ago.
    It appears that MP4 format is a lot restricted, and Quicktime/iTunes does not communicate a lot about that. Tipically, Quicktime does not think that MPeg 4 + MP3 is an acceptable MP4 compination.
    To make them a lot more permissive, just try to rename the file extension to .m4v, it'll do the job in many cases, and worked for me on a lot of files.
    Best regards

  • FTP Move file error in bpel 10.1.3.5

    I got this error in bpel console
    The IO operation failed.
    The "COPY[NOOP][NONE]" IO operation ORABPEL-11096
    After enabling debug logs found this,
    Caused by: ORABPEL-11445
    The SSH API threw an exception.
    The SSH API threw an exception.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    at oracle.tip.adapter.ftp.SshImpl.SFTPChannelImpl.get(SFTPChannelImpl.java:247)
    at oracle.tip.adapter.ftp.SFTPClient.getBinaryFileAsStream(SFTPClient.java:511)
    at oracle.tip.adapter.ftp.SFTPAgent.getBinaryFileAsStream(SFTPAgent.java:440)
    at oracle.tip.adapter.ftp.SFTPAgent.getContentAsStream(SFTPAgent.java:417)
    at oracle.tip.adapter.ftp.inbound.FTPSource.getContents(FTPSource.java:879)
    at oracle.tip.adapter.ftp.inbound.FTPSource.getFileFromSource(FTPSource.java:799)
    at oracle.tip.adapter.ftp.outbound.FTPIoOperation.ioOnly(FTPIoOperation.java:124)
    ... 45 more
    Caused by: com.maverick.sftp.SftpStatusException: No such file
    at com.maverick.sftp.SftpSubsystemChannel.A(Unknown Source)
    at com.maverick.sftp.SftpSubsystemChannel.getAttributes(Unknown Source)
    at com.sshtools.sftp.SftpClient.stat(Unknown Source)
    at com.sshtools.sftp.SftpClient.get(Unknown Source)
    at com.sshtools.sftp.SftpClient.get(Unknown Source)
    at oracle.tip.adapter.ftp.SshImpl.SFTPChannelImpl.get(SFTPChannelImpl.java:243)
    Please advice.

    Check if the solution proposed in this blog can help you...
    http://milind-soablog.blogspot.com/2009/12/connection-break-up-while-connecting-to.html
    It could also be that the license for the maverick sftp expired.
    hth,
    Peter Paul
    Edited by: ppvandebeek on 17-jan-2012 0:03

  • Error Launching BPEL Console - java.lang.NoClassDefFoundError

    Hi All,
    After Installed standard SOA Basic install
    I am able to launch the below consoles
    - Application Server
    - ESB
    - Rules Author
    - Web Services Manager
    but when i launch the BPEL console i get the below error
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Attachments:
    Build Information:
    Oracle BPEL Server version 10.1.3.1.0
    Build: 0
    Build time: Mon Oct 09 08:44:49 PDT 2006
    Build type: release
    Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    Exception Message:
    [java.lang.NoClassDefFoundError]
    org/apache/log4j/Category
    Exception Trace:
    java.lang.NoClassDefFoundError: org/apache/log4j/Category
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
         at java.lang.Class.getConstructor0(Class.java:2640)
         at java.lang.Class.getConstructor(Class.java:1629)
         at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:410)
         at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
         at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
         at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
         at org.collaxa.thirdparty.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:37)
         at org.collaxa.thirdparty.apache.axis.encoding.TypeMappingImpl.(TypeMappingImpl.java:68)
         at com.collaxa.cube.engine.deployment.TypeSoapRegistry.registerHeaderTypes(TypeSoapRegistry.java:251)
         at com.collaxa.cube.engine.deployment.TypeSoapRegistry.load(TypeSoapRegistry.java:79)
         at com.collaxa.cube.engine.core.TypeRegistry.load(TypeRegistry.java:126)
         at com.collaxa.cube.engine.CubeEngine.__load(CubeEngine.java:613)
         at com.collaxa.cube.engine.CubeEngine.load(CubeEngine.java:474)
         at com.collaxa.cube.admin.ServerManager.loadDomain(ServerManager.java:1111)
         at com.collaxa.cube.admin.ServerManager.loadAllDomains(ServerManager.java:924)
         at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:111)
         at com.collaxa.cube.ejb.impl.ServerBean.init(ServerBean.java:254)
         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 java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:622)
         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.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
         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 ServerBean_RemoteProxy_4bin6i8.init(Unknown Source)
         at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134)
         at com.evermind.server.http.HttpApplication.(HttpApplication.java:738)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414)
         at com.evermind.server.Application.getHttpApplication(Application.java:545)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.(HttpSite.java:1909)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    any pointers in how to resolve the issue or what is causing it ?
    thanks

    one way of overcoming the error is to include the below entry in server.xml
    <code-source path="D:\product\10.1.3.1\OracleAS_1\bpel/lib/orabpel-thirdparty.jar"/>

  • [svn] 3870: Fixing compiler error in my sample.

    Revision: 3870
    Author: [email protected]
    Date: 2008-10-24 08:57:35 -0700 (Fri, 24 Oct 2008)
    Log Message:
    Fixing compiler error in my sample. I accidentally copy/pasted a line.
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/asdoc/en_US/mx/components/example s/TextViewExample.mxml

    I believe I see at least two problems:
    (1) CXXOUTPUT_FLAGS="-0 %OutFile%
    i.e. You've specified -0 [dash zero] where I imagine you want -o [dash oh]
    I guess it's possible that your posting has a typographical error and that your build really does have -o [and not -0]. If that's the case, I imagine that your problem is the double quotation marks. It's possible or even likely that due to the quotations in "-o %OutFile%", the compiler attempts to interpret this whole string as an option - which of course it can't.
    (2) LINK=cc
    i.e. You've specified cc (the C compiler/linker) instead of CC (the C++ compiler/linker).

  • Error deploying BPEL suitcase

    I am getting the below error while deploying. I am using Oracle Suite 11g. I googled for ORABPEL-05250 but couldn't come up with anything worthwhile. Has anybody faced the same issue and knows of a solution.
    [07:33:36 PM] >>>> Warning: Unable to determine the target platform from the Profile. Using default...
    [07:33:36 PM] ---- Deployment started. ----
    [07:33:36 PM] Target platform is (Weblogic 10.3).
    [07:33:36 PM] Running dependency analysis...
    [07:33:36 PM] Building...
    [07:34:42 PM] Deploying profile...
    [07:34:42 PM] Updating revision id for the SOA Project 'POProcessing.jpr' to '1.0'..
    [07:34:43 PM] Wrote Archive Module to C:\po\POProcessing\POProcessing\deploy\sca_POProcessing_rev1.0.jar
    [07:34:43 PM] Deploying sca_POProcessing_rev1.0.jar to soa_server1 [JACK:8001]
    [07:34:43 PM] Processing sar=/C:/po/POProcessing/POProcessing/deploy/sca_POProcessing_rev1.0.jar
    [07:34:43 PM] Adding sar file - C:\po\POProcessing\POProcessing\deploy\sca_POProcessing_rev1.0.jar
    [07:34:43 PM] Preparing to send HTTP request for deployment
    [07:34:43 PM] Creating HTTP connection to host:JACK, port:8001
    [07:34:43 PM] Sending internal deployment descriptor
    [07:34:43 PM] Sending archive - sca_POProcessing_rev1.0.jar
    [07:36:03 PM] Received HTTP response from the server, response code=500
    [07:36:03 PM] Error deploying archive sca_POProcessing_rev1.0.jar to soa_server1 [JACK:8001]
    [07:36:03 PM] HTTP error code returned [500]
    [07:36:03 PM] Error message from server:
    Error during deployment: Error occurred during deployment of component: approveLargeOrder to service engine: implementation.bpel, for composite: POProcessing: ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "C:\Oracle\Middleware\home_11gR1\user_projects\domains\domain1\deployed-composites\POProcessing_rev1.0\sca_POProcessing_rev1.0\dc606eee-aebc-44b4-b3d1-053bf194760a"; the exception reported is: java.lang.Exception: BPEL compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    [07:36:03 PM] Check server log for more details.
    [07:36:03 PM] Error deploying archive sca_POProcessing_rev1.0.jar to soa_server1 [JIGO:8001]
    [07:36:03 PM] #### Deployment incomplete. ####
    [07:36:03 PM] Error deploying archive file:/C:/po/POProcessing/POProcessing/deploy/sca_POProcessing_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Regards
    Thomas

    http://abhishek-soablog.blogspot.com/2009/12/orabpel-05250.html
    http://blog.thisisahmed.com/2009/10/bug-in-soa-suite-10g-10135-patchset-for.html
    that fixed it for you?

  • Where can I download working bpel samples from?

    When i installed the BPEL PM and Jdeveloper Studio zip from oracle I did not get all the tutorials(i think there are about 75 working samples?). Does anyone know where can I download these working tutorials/samples from?
    Thanks!

    Hi,
    can you please provide the versions of BPEL PM?
    You should search for
    bpel/integration/orabpel/samples
    or bpel/samples
    in the application server directory. There you can use tutorials and demos...

  • 11g BPEL Samples

    Hello All,
    In 10g, we had BPEL samples under the domain with samples, utils and other folders. Do we have similar samples for 11g.
    Thanks

    Hi,
    Samples are not shipped with product in 11g. You can download the samples at
    http://www.oracle.com/technology/sample_code/products/soa/index.html
    FOD can be downloaded from:
    http://www.oracle.com/technology/products/jdev/samples/fod/index.html

  • BPEL samples in 11g

    What happened to BPEL samples in 11g that would come along with SOA 10.1.x releases...Did oracle not provide them?

    Hi,
    Samples will not be shipped as part of FMW11g Suite. I guess it will be uploaded to OTN only.
    Regards,
    Baskar Mookkan.

  • Error while developing a BPEL sample

    I have been trying to implement the GoogleFlowWithSensors sample that comes along with the Oracle JDeveloper BPEL designer. However, when I try to set up the type for the output variable it gives me this message within the variable chooser:
    exception: could not retrieve message parts
    Anybody knows what seems to be the problem? Thank you.

    As I stated in my previous post, there is an issue with the BPEL process not responding back to ESB in a timely manner.
    Unfortunately I don't have your process infront of me so it will require some thinking on your behalf to undersatnd how and why this may be happening.
    Things to ask yourself.
    - Is the data getting past correctly from the ESB to BPEL
    - What happend to the BPEL process that the ESB called
    - Is the ESB calling the BPEL process you are expecting, check server, and bpel versions
    - What does the opmn or domain logs say
    cheers
    James

  • Getting Error while running Sample Tutorial...

    Hi,
    I am working on samples---tutorials---Select All.
    I created "Movies" tables in our test database.I modified oc4j-ra.xml. When i modified partner link to point to my own database i can see "SelectAllServices.wsdl" got changed. I mean it added "1" to all "movies" string. I manually modified wsddl and deployed.
    But when i run the process i am getting error like
    <2006-02-13 11:28:30,888> <ERROR> <default.collaxa.cube.ws> <Database Adapter::O
    utbound> <oracle.tip.adapter.db.DBInteraction executeOutboundRead> unable to exe
    cute the NamedQuery: SelectAll.Movies.SelectAllServiceSelect
    06/02/13 11:28:30 java.lang.NullPointerException
    06/02/13 11:28:30 at oracle.tip.adapter.db.exceptions.DBResourceException.
    isRetriable(DBResourceException.java:114)
    06/02/13 11:28:30 at oracle.tip.adapter.db.exceptions.DBResourceException.
    outboundReadException(DBResourceException.java:337)
    06/02/13 11:28:30 at oracle.tip.adapter.db.DBInteraction.executeOutboundRe
    ad(DBInteraction.java:274)
    06/02/13 11:28:30 at oracle.tip.adapter.db.DBInteraction.execute(DBInterac
    tion.java:141)
    06/02/13 11:28:30 at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.exec
    uteRequestResponseOperation(WSIFOperation_JCA.java:469)
    06/02/13 11:28:30 at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIF
    InvocationHandler.java:445)
    06/02/13 11:28:30 at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInv
    ocationManager.java:310)
    06/02/13 11:28:30 at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvo
    cationManager.java:184)
    06/02/13 11:28:30 at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invok
    e(BPELInvokeWMP.java:601)
    06/02/13 11:28:30 at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__execu
    teStatements(BPELInvokeWMP.java:316)
    06/02/13 11:28:30 at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perfo
    rm(BPELActivityWMP.java:185)
    06/02/13 11:28:30 at com.collaxa.cube.engine.CubeEngine.performActivity(Cu
    beEngine.java:3398)
    06/02/13 11:28:30 at com.collaxa.cube.engine.CubeEngine.handleWorkItem(Cub
    eEngine.java:1905)
    06/02/13 11:28:30 at com.collaxa.cube.engine.dispatch.message.instance.Per
    formMessageHandler.handleLocal(PerformMessageHandler.java:75)
    06/02/13 11:28:30 at com.collaxa.cube.engine.dispatch.DispatchHelper.handl
    eLocalMessage(DispatchHelper.java:100)
    06/02/13 11:28:30 at com.collaxa.cube.engine.dispatch.DispatchHelper.sendM
    emory(DispatchHelper.java:185)
    06/02/13 11:28:30 at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEng
    ine.java:5410)
    06/02/13 11:28:30 at com.collaxa.cube.engine.CubeEngine.createAndInvoke(Cu
    beEngine.java:1300)
    06/02/13 11:28:30 at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.creat
    eAndInvoke(CubeEngineBean.java:117)
    06/02/13 11:28:30 at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncC
    reateAndInvoke(CubeEngineBean.java:146)
    06/02/13 11:28:30 at ICubeEngineLocalBean_StatelessSessionBeanWrapper0.syn
    cCreateAndInvoke(ICubeEngineLocalBean_StatelessSessionBeanWrapper0.java:486)
    06/02/13 11:28:30 at com.collaxa.cube.engine.delivery.DeliveryHandler.init
    ialRequestAnyType(DeliveryHandler.java:493)
    06/02/13 11:28:30 at com.collaxa.cube.engine.delivery.DeliveryHandler.init
    ialRequest(DeliveryHandler.java:426)
    06/02/13 11:28:30 at com.collaxa.cube.engine.delivery.DeliveryHandler.requ
    est(DeliveryHandler.java:133)
    06/02/13 11:28:30 at com.collaxa.cube.ejb.impl.DeliveryBean.request(Delive
    ryBean.java:97)
    06/02/13 11:28:30 at IDeliveryBean_StatelessSessionBeanWrapper22.request(I
    DeliveryBean_StatelessSessionBeanWrapper22.java:288)
    06/02/13 11:28:30 at com.oracle.bpel.client.delivery.DeliveryService.reque
    st(DeliveryService.java:101)
    06/02/13 11:28:30 at com.oracle.bpel.client.delivery.DeliveryService.reque
    st(DeliveryService.java:65)
    06/02/13 11:28:30 at ngDoInitiate.jspService(_ngDoInitiate.java:253)
    06/02/13 11:28:30 at com.orionserver.http.OrionHttpJspPage.service(OrionHt
    tpJspPage.java:56)
    06/02/13 11:28:30 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTabl
    e.java:347)
    06/02/13 11:28:30 at oracle.jsp.runtimev2.JspServlet.internalService(JspSe
    rvlet.java:509)
    06/02/13 11:28:30 at oracle.jsp.runtimev2.JspServlet.service(JspServlet.ja
    va:413)
    06/02/13 11:28:30 at javax.servlet.http.HttpServlet.service(HttpServlet.ja
    va:853)
    06/02/13 11:28:30 at com.evermind.server.http.ServletRequestDispatcher.inv
    oke(ServletRequestDispatcher.java:810)
    06/02/13 11:28:30 at com.evermind.server.http.ServletRequestDispatcher.inc
    lude(ServletRequestDispatcher.java:121)
    06/02/13 11:28:30 at com.evermind.server.http.EvermindPageContext.include(
    EvermindPageContext.java:267)
    06/02/13 11:28:30 at displayProcess.jspService(_displayProcess.java:700)
    06/02/13 11:28:30 at com.orionserver.http.OrionHttpJspPage.service(OrionHt
    tpJspPage.java:56)
    06/02/13 11:28:30 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTabl
    e.java:347)
    06/02/13 11:28:30 at oracle.jsp.runtimev2.JspServlet.internalService(JspSe
    rvlet.java:509)
    06/02/13 11:28:30 at oracle.jsp.runtimev2.JspServlet.service(JspServlet.ja
    va:413)
    06/02/13 11:28:30 at javax.servlet.http.HttpServlet.service(HttpServlet.ja
    va:853)
    06/02/13 11:28:30 at com.evermind.server.http.ServletRequestDispatcher.inv
    oke(ServletRequestDispatcher.java:810)
    06/02/13 11:28:30 at com.evermind.server.http.ServletRequestDispatcher.for
    wardInternal(ServletRequestDispatcher.java:322)
    06/02/13 11:28:30 at com.evermind.server.http.ServletRequestDispatcher.for
    ward(ServletRequestDispatcher.java:220)
    06/02/13 11:28:30 at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilte
    r.java:152)
    06/02/13 11:28:30 at com.evermind.server.http.ServletRequestDispatcher.inv
    oke(ServletRequestDispatcher.java:649)
    06/02/13 11:28:30 at com.evermind.server.http.ServletRequestDispatcher.for
    wardInternal(ServletRequestDispatcher.java:322)
    06/02/13 11:28:30 at com.evermind.server.http.HttpRequestHandler.processRe
    quest(HttpRequestHandler.java:798)
    06/02/13 11:28:30 at com.evermind.server.http.HttpRequestHandler.run(HttpR
    equestHandler.java:278)
    06/02/13 11:28:30 at com.evermind.server.http.HttpRequestHandler.run(HttpR
    equestHandler.java:120)
    06/02/13 11:28:30 at com.evermind.util.ReleasableResourcePooledExecutor$My
    Worker.run(ReleasableResourcePooledExecutor.java:192)
    06/02/13 11:28:30 at java.lang.Thread.run(Thread.java:534)
    <2006-02-13 11:28:30,920> <ERROR> <default.collaxa.cube.ws> <AdapterFramework::O
    utbound> file:/C:/OraBPELPM_1/integration/orabpel/domains/default/tmp/.bpel_Sele
    ctAll_1.2.jar/SelectAllService.wsdl [ SelectAllService_ptt::SelectAllServiceSele
    ct(SelectAllServiceSelect_inparameters,MoviesCollection) ] - Could not invoke op
    eration 'SelectAllServiceSelect' against the 'Database Adapter' due to:
    ORABPEL-11614
    DBReadInteractionSpec Execute Failed Exception.
    Query name: [SelectAllServiceSelect], Descriptor name: [SelectAll.Movies].
    See root exception for the specific exception. Caused by Exception [TOPLINK-4002
    ] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.D
    atabaseException
    Exception Description: java.sql.SQLException: ORA-00942: table or view does not
    exist
    Internal Exception: java.sql.SQLException: ORA-00942: table or view does not exi
    st
    Error Code: 942.
    <2006-02-13 11:28:30,920> <INFO> <default.collaxa.cube.ws> <AdapterFramework::Ou
    tbound> Change logging level for Logger 'default.collaxa.cube.ws' to DEBUG to se
    e full error stack.
    Please help me.
    Thanks

    Thanks for instant reply.
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
    name="SelectAllService"
    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/SelectAllService"
    xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/db/SelectAllService"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:pc="http://xmlns.oracle.com/pcbpel/"
    xmlns:top="http://xmlns.oracle.com/pcbpel/adapter/db/top/SelectAll"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/SelectAll"
    schemaLocation="Movies_table.xsd"/>
    </schema>
    </types>
    <message name="MoviesCollection_msg">
    <part name="MoviesCollection" element="top:MoviesCollection"/>
    </message>
    <message name="SelectAllServiceSelect_inparameters">
    <part name="SelectAllServiceSelect_inparameters" element="top:SelectAllServiceSelectInputParameters"/>
    </message>
    <message name="Movies_msg">
    <part name="Movies" element="top:Movies"/>
    </message>
    <portType name="SelectAllService_ptt">
    <operation name="SelectAllServiceSelect">
    <input message="tns:SelectAllServiceSelect_inparameters"/>
    <output message="tns:MoviesCollection_msg"/>
    </operation>
    <operation name="queryByExample">
    <input message="tns:Movies_msg"/>
    <output message="tns:MoviesCollection_msg"/>
    </operation>
    </portType>
    <binding name="SelectAllService_binding" type="tns:SelectAllService_ptt">
    <jca:binding />
    <operation name="SelectAllServiceSelect">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBReadInteractionSpec"
    DescriptorName="SelectAll.Movies"
    QueryName="SelectAllServiceSelect"
    MappingsMetaDataURL="toplink_mappings.xml" />
    </operation>
    <operation name="queryByExample">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBReadInteractionSpec"
    DescriptorName="SelectAll.Movies"
    IsQueryByExample="true"
    MappingsMetaDataURL="toplink_mappings.xml" />
    <input/>
    </operation>
    </binding>
    <!-- Your runtime connection is declared in
    J2EE_HOME/application-deployments/default/DbAdapter/oc4j-ra.xml
    These 'mcf' properties here are from your design time connection and
    save you from having to edit that file and restart the application server
    if eis/DB/BPELSamples is missing.
    These 'mcf' properties are safe to remove.
    -->
    <service name="SelectAllService">
    <port name="SelectAllService_pt" binding="tns:SelectAllService_binding">
    <jca:address location="eis/DB/BPELSamples"
    UIConnectionName="TestDB"
    ManagedConnectionFactory="oracle.tip.adapter.db.DBManagedConnectionFactory"
    mcf.DriverClassName="oracle.jdbc.driver.OracleDriver"
    mcf.PlatformClassName="oracle.toplink.oraclespecific.Oracle9Platform"
    mcf.ConnectionString="jdbc:oracle:thin:@xxx.xx.xxx.com:1521:develop"
    mcf.UserName="scott"
    mcf.Password="22F7AFE6F6B9672475468EABDDFF8ABDD62D1A19DF561D1E"
    />
    </port>
    </service>
    <plt:partnerLinkType name="SelectAllService_plt" >
    <plt:role name="SelectAllService_role" >
    <plt:portType name="tns:SelectAllService_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    Thanks
    CMB
    CA USA

  • Error While running sample Webservice

    Hi,
    I deployed Hello WebService sample on Oracle 9iAS 9.0.2 Server.
    I can access and see WSDL.
    Also, I could download client proxy from the server.
    but, when I try to invoke service from the client proxy.i get the following exception:
    [java] [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type
    "text/html", must be: "text/xml". Response was:
    [java] <HTML><HEAD><TITLE>500 Internal Server Error</TITLE></HE
    AD><BODY><H1>500 Internal Server Error</H1><PRE>oracle.j2ee.xanadu.J
    asperGenerationError: no source generated during code generation!: 1 in getFile name: \Hello.cl
    ass
    [java] <br>1 in getFile name: \Hello.java
    [java] <br>error: error message &apos;class.format&apos; not found<br>binary c
    lass definition not found: Hello
    [java] <br>
    [java] <br> at oracle.j2ee.ws.JavaWrapperGenerator.generate(JavaWrapperGenerator.ja
    va:267)
    [java] <br> at oracle.j2ee.ws.RpcWebService.generateWrapperClass(RpcWebService.java
    :662)
    [java] <br> at oracle.j2ee.ws.RpcWebService.generate(RpcWebService.java:436)
    [java] <br> at oracle.j2ee.ws.RpcWebService.getWrapper(RpcWebService.java:767)
    [java] <br> at oracle.j2ee.ws.RpcWebService.doPost(RpcWebService.java:309)
    [java] <br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:283)
    [java] <br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    [java] <br> at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http
    .ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    [java] <br> at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    [java] <br> at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http
    .ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:535)
    [java] <br> at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http
    .ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:281)
    [java] <br> at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http
    .HttpRequestHandler.processRequest(HttpRequestHandler.java:766)
    [java] <br> at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http
    .AJPRequestHandler.run(AJPRequestHandler.java:152)
    [java] <br> at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http
    .AJPRequestHandler.run(AJPRequestHandler.java:72)
    [java] <br> at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExe
    cutor.java:802)
    [java] <br> at java.lang.Thread.run(Thread.java:484)
    [java] <br></PRE></BODY></HTML>
    [java] ]
    [java] at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:201)
    [java] at org.apache.soap.rpc.Call.invoke(Call.java:260)
    [java] at HelloProxy.makeSOAPCallRPC(HelloProxy.java:49)
    [java] at HelloProxy.sayHello(HelloProxy.java:33)
    [java] at HelloClient.main(HelloClient.java:6)
    [java] Exception in thread "main"
    [java] Java Result: 1
    Also, i checked the application log file in the server. The content of Log application.log file is given below:
    ----------------------------------------------------------3/22/04 1:18 PM hellows-web: Servlet error
    oracle.j2ee.xanadu.JasperGenerationError: no source generated during code generation!: 1 in getFile name: \Hello.class
    1 in getFile name: \Hello.java
    error: error message 'class.format' not found
    binary class definition not found: Hello
         at oracle.j2ee.ws.JavaWrapperGenerator.generate(JavaWrapperGenerator.java:267)
         at oracle.j2ee.ws.RpcWebService.generateWrapperClass(RpcWebService.java:662)
         at oracle.j2ee.ws.RpcWebService.generate(RpcWebService.java:436)
         at oracle.j2ee.ws.RpcWebService.getWrapper(RpcWebService.java:767)
         at oracle.j2ee.ws.RpcWebService.doPost(RpcWebService.java:309)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:283)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:535)
         at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:281)
         at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:766)
         at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind[Oracle9iAS (9.0.2.1.1) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)
         at java.lang.Thread.run(Thread.java:484)
    Please, can anybody help me in resolving this problem.
    Thanks,
    Sekhar

    Anirudh,
    iam using SOA 10.1.3.1 Version.
    Other WS's i was able to run.
    the following is the error message while running AmazonSearch Service.
    *[2011/01/28 09:18:36]*
    Faulted while invoking operation "KeywordSearchRequest" on provider "AmazonSearchService".
    - <messages>
    - <input>
    - <request>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="KeywordSearchRequest">
    - <KeywordSearchRequest>
    *<keyword>*
    paul
    *</keyword>*
    *<page/>*
    *<mode/>*
    *<tag/>*
    *<type/>*
    *<devtag/>*
    *<sort/>*
    *<locale/>*
    *<price/>*
    *</KeywordSearchRequest>*
    *</part>*
    *</request>*
    *</input>*
    - <fault>
    - <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="summary">
    *<summary>*
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 410 Gone
    *</summary>*
    *</part>*
    *</remoteFault>*
    *</fault>*
    *</messages>*
    *[2011/01/28 09:18:36]*
    *"{http://schemas.oracle.com/bpel/extension}remoteFault" has been thrown.*
    - <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="summary">
    *<summary>*
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 410 Gone
    *</summary>*
    *</part>*
    *</remoteFault>*
    regards
    sridhar

Maybe you are looking for