Taskdef class oracle.j2ee.ws.tools.wsa.cli.ant.GenProxy cannot be found

Hi Iam getting the error on running undeploy task i.e. basically oc4j ant task. Below is the scenario & configuration explained.
Please help if anyone has resolved it.
Error:-
jar:file:/D:/ccsaux/lib/apache/ant/1.8.0/lib/ant-oracle-classes.jar!/oracle/antlib.xml:94: taskdef class oracle.j2ee.ws.tools.wsa.cli.ant.GenProxy cannot be found
using the classloader AntClassLoader[]
COnfiguration Changes:-
1)I have the the ant-oracle.jar and ant-oracle-classes.jar added to my ant/lib folder.
2)Added namespace xmlns:oracle="antlib:oracle" to my project.
3)ant-oracle.properties & ant-oracle.xml are kept parallel to my build script.
Code Snippet:-
<target name="undeploy" depends="build-common.init">
<mkdir dir="${destination}/logs"/>
<oracle:undeploy deployerUri="${deployer.uri}" userid="${server.user}" password="${server.password}" deploymentName="${earfile.name}" logfile="${destination}/logs/oc4j_ccs.log"/>
</target>

try to restore the web services specifc libraries - then should not prevent you from using Axis 1.2 or 1.3 on DP4.
At least, it works for me.
All the best,
Eric

Similar Messages

  • Taskdef [b]class com.sun.xml.rpc.tools.ant.Wscompile cannot be found[/b]

    Hi everybody,
    I m new in developing web service.
    I am using NetBeans IDE 4.1 EA2 for developing web service.
    I have created a sample jaxrpc web service. When i build project it gives me error that:taskdef class com.sun.xml.rpc.tools.ant.Wscompile cannot be found.
    This error is contain in the file build-impl.xml which is referred by build.xml file.
    netbeans ide uses ant tool for compiling, building & deploying web service.
    All the xml files are automatically generated by netbeans ide.
    Please help me with this...
    Thanx in advance..
    Nirav Patel.

    You'll need to add jaxrpc-impl.jar to your
    classpath.
    You can find it under %JWSDP_HOME%\jaxrpc\lib
    If you haven't got JWSDP then try
    http://java.sun.com/webservices/downloads/webservicesp
    ack.htmlhello...
    i want to add jaxepc-impl.jar to classpath.
    i got the same problem.
    i check the user variable c:\sun\jwsdp-1.6\jwsdp_shared\bin;c:\sun\jwsdp-1.6\jwsdp_shared\bin
    have been there.
    but still the same error appear in the netbeans.
    i hope can't get the one-by-one steps guidelines from u.
    thanks

  • Taskdef class org.apache.catalina.ant.deploytask cannot be found

    I am trying some examples of webserives. These examples are required to be run by Ant tool. Now I intall JWSDP-2.0 and tomcat50-jwsdp separately. And set up enviroment variable. now run Ant to compile the program, displays an error-----D:\CIS631\JWSNutshell\examples\chapter1\amazon\buildsetup.xml:31:taskdef class org.apache.catalina.ant.deploytask cannot be found. I have no any idea for this error. Who could tell me how to solve it? Thanks for your help!

    >
    BUILD FAILED
    ........jwsdp-1.1/tutorial/examples/jaxrpc/common/targe
    s.xml:4: taskdef class
    org.apache.catalina.ant.DeployTask cannot be foundFrom the "Getting Started" section of the tutorial, you need to add <JWSDP_HOME>/jakarta-ant-1.5.1/bin to the front of your PATH. This ensures that you're using the correct version of ant for the example.
    Cheers,
    Bobby Bissett

  • Class org.apache.catalina.ant.ListTask cannot be found

    i have this message when i was compiling one of the tutorial examples...
    i added JWSDP_HOME/apache_ant/bin and JWSDP_HOME/jwsdp-shared/bin... but i still get it... anybody any idea? should i use tomcat5? i am using tomcat 4 for now... is that why?
    thanks in advance...

    I faced the same problem, however my environment is setup a bit differently.
    1. Apache-Ant is installed in the directory: c:\opt\apache-ant-1.5.4
    2. Tomcat is installed in the directory: c:\opt\jakarta-tomcat-5.0.16
    Yes, i'm not using the one recommended by the JWSDP. Anyway, the error is due to the path/classpath not found. Hence, a few things has to be changed, in order for me to use the 2 above.
    1. Created a batch file, that I ran in a Windows environment to set my path to point to the Ant in my installation folder above
    SET ANT_HOME=c:\opt\apache-ant-1.5.4
    SET PATH=%PATH%;%ANT_HOME%\bin
    2. Override the JWSDP variable which is set within the Ant installation that comes with JWSDP. This can be set by creating a variable within the file C:\opt\jwstutorial13\examples\common\build.properties. Change the directory as reflected below (Ensure you use the forward slash)
    jwsdp.home=c:/opt/jwsdp-1.3
    3. Override the Tomcat settings in the build properties file (C:\opt\jwstutorial13\examples\common\build.properties). Ensure you use the forward slash
    catalina.home=c:/opt/jakarta-tomcat-5.0.16
    4. Lastly, override the targets.xml file within the web/common directory. (C:\opt\jwstutorial13\examples\web\common\targets.xml) to use the Tomcat installation of your own.
    <!--fileset dir="${jwsdp.home}/common/lib"-->
    <fileset dir="${catalina.home}/common/lib">
    This should allow you to compile the class using your preferred installation directory. Well, I admit its a lot of dabbling with the configuration files, but fits me fine as i'm also trying to make it work with a pre-existing installation of Tomcat and Ant.

  • OWS-04115 oracle.j2ee.ws.server.EndpointNotFoundException error

    Third party got the error i.e. " com.wm.lang.flow.FlowException: 404 : Not Found" when they tried to test the payment notification by hitting the url provided to them by us ( in the middle another network team is there who just does the IP routing ).
    When we checked the log , we found the following error .
    Error> <oracle.webservices.service> <OWS-04086> <oracle.j2ee.ws.server.EndpointNotFoundException: /default/SADAD_Payment_Notify/HTTP_Inbound
    <Jun 25, 2014 7:50:03 AM AST> <Error> <oracle.webservices.service> <OWS-04115> <An error occurred for port: FabricProvider: oracle.j2ee.ws.server.EndpointNotFoundException: /default/SADAD_Payment_Notify/HTTP_Inbound/.>
    <Jun 25, 2014 7:50:03 AM AST> <Error> <oracle.webservices.service> <OWS-04086> <oracle.j2ee.ws.server.EndpointNotFoundException: /default/SADAD_Payment_Notify/HTTP_Inbound/
    <Jun 25, 2014 7:50:09 AM AST> <Error> <oracle.webservices.service> <OWS-04115> <An error occurred for port: FabricProvider: oracle.j2ee.ws.server.EndpointNotFoundException: /default/SADAD_Payment_Notify/HTTP_Inbound/.>
    <Jun 25, 2014 7:50:09 AM AST> <Error> <oracle.webservices.service> <OWS-04086> <oracle.j2ee.ws.server.EndpointNotFoundException: /default/SADAD_Payment_Notify/HTTP_Inbound
    <Jun 25, 2014 7:50:09 AM AST> <Error> <oracle.webservices.service> <OWS-04115> <An error occurred for port: FabricProvider: oracle.j2ee.ws.server.EndpointNotFoundException: /default/SADAD_Payment_Notify/HTTP_Inbound/.>
    In OHS, we have routed the service and it's working fine.
    Please note that we are getting successful when trying to do the same from browser, but not from Java program.
    The log file is attached with the SR.
    Please suggest.

    Hi Stephen,
    This error
    Error(11,30): cannot access class oracle.j2ee.ws.server.ServletEndpointContextImpl; file oracle\j2ee\ws\server\ServletEndpointContextImpl.class not found
    is due to the Rules engine relying on parts of OC4J 10.1.3 since 10.1.3's version of wsserver.jar contains ServletEndpointContextImpl,
    C:\> jar tvf wsserver.jar | grep ServletEndpointContextImpl
    7507 Mon Aug 08 19:09:48 PDT 2005 oracle/j2ee/ws/server/ServletEndpointContextImpl.class
    whereas BPEL-PM/OC4J 10.1.2GA (in oc4j/webservices/lib) does not.
    The inescapable conclusion from this is that this will only be officially certified when BPEL PM is released with OC4J 10.1.3.
    You might be able to try to import some of the dependencies from OC4J 10.1.3 preview, but only on an experimental basis, not for Production purposes.

  • Oracle.j2ee.ws.server.mgmt.runtime.InterceptorContainerExtension not found

    I am getting this error whenever I try to start the oc4j server using jdev
    Server start failed (com.evermind.server.ApplicationServer@1f1e666)java.lang.InstantiationException: server-extension-provider class 'oracle.j2ee.ws.server.mgmt.runtime.InterceptorContainerExtension' not found
         at oracle.oc4j.runtime.ServerExtensionProviderSpec.instantiateServiceExceptionProvider(ServerExtensionProviderSpec.java:70)
         at oracle.oc4j.runtime.ServerExtensionProviderSpec.getProvider(ServerExtensionProviderSpec.java:55)
         at com.evermind.server.ApplicationServer.initInternalSettings(ApplicationServer.java:1401)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1104)
         at oracle.oc4j.server.ServerFactory$Worker.startServer(ApplicationServerFactory.java:272)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:284)
         at java.lang.Thread.run(Thread.java:595)
    2008-11-25 04:14:06.698 Trying to destroy server.
    2008-11-25 04:14:06.701 Server exiting: ApplicationServer entered state FAILED_IN_START
    Process exited.
    And thus I am unable to start the server.
    The strange thing is that other people working on the same project don't get this error on their machines.I tried deleting system folder, restarting jdev, restarting my system and even tried to run a new page in a new view and new transaction
    However, nothing worked out as I am still getting the same error.
    The complete log is given below for reference.
    Please help.
    [Starting DefaultServer using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    /ade_autofs/ade_fusion_linux/JDK15_MAIN_LINUX.rdd/080209.1.5.0.15.02/jdk15/bin/java -server -classpath /scratch/software/jdev_local/FMWTOOLS_MAIN.APPS_GENERIC_081007.1211.D06B09.3/j2ee/home/oc4j.jar:/scratch/software/jdev_local/FMWTOOLS_MAIN.APPS_GENERIC_081007.1211.D06B09.3/jdev/lib/jdev-oc4j-embedded.jar -Xmx1024M -Djbo.debugoutput=console -Xverify:none -XX:MaxPermSize=512m -DcheckForUpdates=adminClientOnly -Xrs -Doracle.oc4j.configuration.rds.enabled=n -Dhttp.file.allowAlias=true -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false -Djava.security.policy=/scratch/mkghatak/view_storage/mkghatak_product_reg/.jdev_user_home/system11.1.1.0.30.50.50/o.j2ee/embedded-oc4j/config/java2.policy oracle.oc4j.loader.boot.BootStrap -config /scratch/mkghatak/view_storage/mkghatak_product_reg/.jdev_user_home/system11.1.1.0.30.50.50/o.j2ee/embedded-oc4j/config/server.xml
    [waiting for the server to complete its initialization...]
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.wsil.WSILServlet' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.DynamicProxySerializationReplacer' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ServerMessages' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.WebServiceException' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.mgmt.runtime.InterceptorContainerFactory$1' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.mgmt.runtime.InterceptorContainerFactory' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.mex.MEXInterceptor' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.addressing.ServerWSAddressingInterceptor' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.wsat.WSATTransactionServices' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.wsat.WSATServerInterceptor' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.JmsTransportListener' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.WebServiceInvoker' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.portcomp.PortCompLinkResolverStruct' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.JAXRPCServlet' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ServletContextualizer' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ServletEndpointContextImpl' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ServletPostHandler' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ServletPreHandler' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.SingleThreadJAXRPCServlet' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.EjbContainerPostHandler' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.EjbContainerPreHandler' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderConfigImpl$DynamicService' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderConfigImpl' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderDescription' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderInfo' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderInfoFactory' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderInfoGenerator' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderJmsMessageListener' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderOperation' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderPlatformManager' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderPort' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderProcessor' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.provider.ProviderServlet' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.WebServiceProcessor' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.WebServiceServlet' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ProcessorContext' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.addressing.ServerWSAddressingInterceptor' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.portcomp.PortCompLinkResolver' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.portcomp.PortCompLinkResolverHome' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.portcomp.PortCompLinkResolverIntf' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.JAXRPCServlet' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.mgmt.runtime.ServerInterceptorPipeline' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.codegen.ServerArtifactGenerator' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.Tie' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.TieBase' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.StreamingHandler' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.StreamingHandlerState' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ServiceObjectFactory' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ServiceRefInvocationHandler' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.ServletContextualizer' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.deployment.XMLHelper' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.fabric.FabricServiceEntry' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.fabric.FabricServiceEntryImpl' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.fabric.FabricServiceRegister' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.DocumentBareEndpointSerializer' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.DocumentWrapperEndpointSerializer' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.EJBWebServiceAnnotationParser' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.JAXWSRuntimeDelegate$1' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.JAXWSRuntimeDelegate' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.IncomingRequestData' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.JaxWsEJBWebServiceAnnotationParser' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.ProviderInfoGeneratorImpl' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.ProviderMessageContext' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.RpcLiteralEndpointSerializer' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime$1' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.SoapEndpointSerializer' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.SoapEndpointSerializerManager$1' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.SoapEndpointSerializerManager' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.WebServiceAnnotationParser' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.WebServiceAnnotationParserFactory' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.WebServiceAnnotationParserResult' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:02 WARNING: Bulk-load class 'oracle.j2ee.ws.server.jaxws.WebServiceContextImpl' not found in oc4j:11.1.1.0.0
    08/11/25 04:14:03 WARNING: Bulk-load class 'oracle.j2ee.ws.reliability.interceptor.ReliabilityClientDescriptor' not found in oracle.ws.reliability:10.1.3
    08/11/25 04:14:03 WARNING: Bulk-load class 'oracle.j2ee.ws.saaj.soap.ch.BinaryDataContentHandler' not found in oracle.saaj:11.0
    08/11/25 04:14:03 WARNING: Bulk-load class 'oracle.j2ee.ws.saaj.soap.ch.GifDataContentHandler' not found in oracle.saaj:11.0
    08/11/25 04:14:03 WARNING: Bulk-load class 'oracle.j2ee.ws.saaj.soap.ch.JpegDataContentHandler' not found in oracle.saaj:11.0
    08/11/25 04:14:03 WARNING: Bulk-load class 'oracle.j2ee.ws.saaj.soap.ch.StringDataContentHandler' not found in oracle.saaj:11.0
    08/11/25 04:14:03 WARNING: Bulk-load class 'oracle.j2ee.ws.saaj.soap.ch.XmlDataContentHandler' not found in oracle.saaj:11.0
    2008-11-25 04:14:05.859 Legacy datasource detected...attempting to convert to new syntax.
    2008-11-25 04:14:05.859 Legacy datasource detected...attempting to convert to new syntax.
    2008-11-25 04:14:06.170 Missing audit farm configuration file null
    2008-11-25 04:14:06.209 Base directory /scratch/mkghatak/view_storage/mkghatak_product_reg/.jdev_user_home/system11.1.1.0.30.50.50/o.j2ee/embedded-oc4j/config/applications defined in system property does not exist.
    2008-11-25 04:14:06.697 Server start failed (com.evermind.server.ApplicationServer@1f1e666)java.lang.InstantiationException: server-extension-provider class 'oracle.j2ee.ws.server.mgmt.runtime.InterceptorContainerExtension' not found
         at oracle.oc4j.runtime.ServerExtensionProviderSpec.instantiateServiceExceptionProvider(ServerExtensionProviderSpec.java:70)
         at oracle.oc4j.runtime.ServerExtensionProviderSpec.getProvider(ServerExtensionProviderSpec.java:55)
         at com.evermind.server.ApplicationServer.initInternalSettings(ApplicationServer.java:1401)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1104)
         at oracle.oc4j.server.ServerFactory$Worker.startServer(ApplicationServerFactory.java:272)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:284)
         at java.lang.Thread.run(Thread.java:595)
    2008-11-25 04:14:06.698 Trying to destroy server.
    2008-11-25 04:14:06.701 Server exiting: ApplicationServer entered state FAILED_IN_START
    Process exited.

    This is not an ADF related problem. I have the same problem when trying to start embedded OC4J with an simple JSP or servlet. OC4J complains about the missing class and the browser does not start automatically, but you can start the browser manually and type in the right URL. At least with servlets and JSP this works just fine - (but you are still right, it's the wrong forum).
    Wolfgang

  • IllegalAccessError: tried to access oracle.j2ee.ws.client.StubBase.getResou

    Hi, I am trying to use JRF web service described in this doc
    I am got following error running the sample code in the doc.
    Exception in thread "main" java.lang.IllegalAccessError: tried to access method oracle.j2ee.ws.client.StubBase.getResourceAsDocument(Ljava/lang/String;)Lorg/w3c/dom/Document; from class oracle.j2ee.ws.common.jaxws.ServiceDelegateImpl
         at oracle.j2ee.ws.common.jaxws.ServiceDelegateImpl.loadClasspathClientConfig(ServiceDelegateImpl.java:125)
         at oracle.j2ee.ws.common.jaxws.ServiceDelegateImpl.<init>(ServiceDelegateImpl.java:118)
         at oracle.apps.extn.test.JrfClient.callWebService(JrfClient.java:83)
         at oracle.apps.extn.test.JrfClient.main(JrfClient.java:114)
    The line that cause the exception is
    ServiceDelegateImpl serviceDelegate = new ServiceDelegateImpl(serviceWsdl, serviceQName, OracleService.class);
    Thanks in advance,
    -Ming

    Hi,
    I am also facing a similar issue after deploying the web-service onto WebLogic Server. Not sure if it is related to deployment or security-related issue. Here are the exception details:
    oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : access denied (oracle.wsm.security.WSFunctionPermission http://xmlns.oracle.com/apps/scm/dos/supplyRequestDecomposition/receiveSupplyRequests/decompRcvService/ProcessSupplyOrdersService#createSupplyOrderHeaders invoke)
    Anyone faced the similar issue? Help appreciated.
    Thanks in advance,
    Bhushan

  • Newbie question: taskdef class org.apache.catalina.ant.DeployTask error

    Hi,
    I am trying to run one of the examples in the JWS tutorial, but everytime I go "ant build" it throws the following error
    <stuff_up_front>/jaxrpc/common/targets.xml:30: taskdef class org.apache.catalina.ant.DeployTask cannot be found
    As far as I know I have all the necessary path and environmental variable set. Only thing I can think of is that I choose not to install the Tomcat that comes bundled with the JWSDP package since I already had tomcat server running on my machine. But my Catalina_Home has been set from a long time and it works with other applications. So I really not sure what I am suppose to do. Help would be very welcomed. Thansk you.

    Please dis regard I just now noticed the dates on this thread. (I sure hope you have gotten it working by now.)
    I did get these examples running. The fact that I had several versions of Tomcat installed by IDE's I think alot of my env.vars where not pointing to the proper place. I ended up just using all the stuff that came with the jwsdp(server and likes). maybe later once I get a greater understanding I can do better. BUT I AM A BIT SLOW. Thanks all.
    If you every reply to me type slow so i can keep up.

  • Taskdef class weblogic.wsee.tools.anttasks.JwscTask cannot be found

    Hi,
    I use ant to deploy adf web applications. However, I get errors:
    --------------error----------------
    Buildfile: E:\SOAworkspace\ANT\Project1\build2.xml
    [echo] Classpath: D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin\weblogic.jar
    BUILD FAILED
    E:\SOAworkspace\ANT\Project1\build2.xml:14: taskdef class weblogic.wsee.tools.anttasks.JwscTask cannot be found
    Total time: 0 seconds
    --------------ant------------------
    <project default="all">
    <property name="weblogic.jar.classpath" value="D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin\weblogic.jar"/>
    <echo>Classpath: ${weblogic.jar.classpath}</echo>
    <target name="all" depends="clean,build-service,deploy" />
    <target name="clean">
    <delete dir="output" />
    </target>
    <path id="my.path">
    <pathelement path="D:\weblogicSA2011\jdk160_18\lib\tools.jar"/>
    <pathelement path="D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin\weblogic.jar"/>
    </path>
    <taskdef name="jwsc"
    classname="weblogic.wsee.tools.anttasks.JwscTask" classpath="D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin\weblogic.jar" />
    <target name="build-service">
    <jwsc srcdir="HelloWorld" destdir="c:\helloWorldEar">
    <jws file="ping.java" type="JAXWS"/>
    </jwsc>
    </target>
    <taskdef name="wldeploy" classname="weblogic.ant.taskdefs.management.WLDeploy" classpath="D:\weblogicSA2011\wlserver_10.3\server\lib\weblogic.jar"/>
    <target name="deploy">
    <wldeploy action="deploy"
    name="otnapp_application1.ear"
    source="E:\SOAworkspace\otnapp\deploy\" user="weblogic"
    password="welcome1"
    adminurl="t3://localhost:7001"
    targets="wl_server"/>
    </target>
    </project>

    Those taskdefs are in the %WL_HOME%/server/lib/weblogic.jar file. Are you sure that you have that file in a <path> element of the Ant build.xml script (or in the CLASSPATH environment variable that Ant is using)?

  • Java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WSForwardServlet

    Hi,
    I created a simple ADF BC Service with Jdeveloper and I am trying to deploy it to weblogic server in my soa setup.While deploying the application I am getting the below exception in the console:
    JDeveloper Version: Studio Edition Version 11.1.1.5.0 (Build JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013)
    Console output:
    ==========
    [11:33:42 AM] ---- Deployment started. ----
    [11:33:42 AM] Target platform is (Weblogic 10.3).
    [11:34:20 AM] Retrieving existing application information
    [11:34:22 AM] Running dependency analysis...
    [11:34:22 AM] Building...
    [11:34:22 AM] Deploying 3 profiles...
    [11:34:22 AM] Wrote Archive Module to /home/sreekanth/jdeveloper/mywork/ADF-BC-Application1/Project1/deploy/bcProfile1_Common.jar
    [11:34:22 AM] Wrote EJB Module to /home/sreekanth/jdeveloper/mywork/ADF-BC-Application1/Project1/deploy/bcProfile1_MiddleTier.jar
    [11:34:23 AM] Wrote Enterprise Application Module to /home/sreekanth/jdeveloper/mywork/ADF-BC-Application1/deploy/Project1_bcProfile1.ear
    [11:34:23 AM] /space/Sreekanth/Oracle/Middleware/jdk160_24/jre/bin/java -client -jar /space/Sreekanth/Oracle/Middleware/jdeveloper/../oracle_common/modules/oracle.webservices_11.1.1/wsa.jar -jaxwsEjbAssemble -input /home/sreekanth/jdeveloper/mywork/ADF-BC-Application1/deploy/Project1_bcProfile1.ear -output /home/sreekanth/jdeveloper/mywork/ADF-BC-Application1/deploy/tmp -classpath /space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adfsharembean.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/adfm.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/bc4j-mbeans.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/bc4jwizard.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/groovy-all-1.6.3.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/db-ca.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/jdev-cm.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.ldap_11.1.1/ojmisc.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.javatools_11.1.1/resourcebundle.jar:/space/Sreekanth/Oracle/Middleware/modules/javax.activation_1.1.0.0_1-1.jar:/space/Sreekanth/Oracle/Middleware/modules/javax.mail_1.1.0.0_1-4-1.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/adftransactionsdt.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.view_11.1.1/adf-dt-at-rt.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/adfdt_common.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/adflibrary.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.security_11.1.1/adf-share-security.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.security_11.1.1/adf-controller-security.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.mds_11.1.1/oramds.jar:/space/Sreekanth/Oracle/Middleware/modules/javax.servlet_1.0.0.0_2-5.jar:/space/Sreekanth/Oracle/Middleware/modules/javax.jsp_1.2.0.0_2-1.jar:/space/Sreekanth/Oracle/Middleware/jdeveloper/ide/macros/../../../wlserver_10.3/server/lib/ojdbc6.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/jlib/commons-cli-1.0.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.bali.share_11.1.1/share.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.xmlef_11.1.1/xmlef.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.javacache_11.1.1/cache.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.ucp_11.1.0.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.javatools_11.1.1/javatools-nodeps.jar:/space/Sreekanth/Oracle/Middleware/modules/javax.management_1.2.1.jar:/space/Sreekanth/Oracle/Middleware/modules/javax.management.j2ee_1.0.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-api.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-common.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.pki_11.1.1/oraclepki.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.osdt_11.1.1/osdt_core.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.osdt_11.1.1/osdt_cert.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.osdt_11.1.1/osdt_xmlsec.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.osdt_11.1.1/osdt_ws_sx.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.iau_11.1.1/fmw_audit.jar:/space/Sreekanth/Oracle/Middleware/modules/javax.security.jacc_1.0.0.0_1-1.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/adfbcsvc.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/adfbcsvc-share.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/commonj.sdo_2.1.0.jar:/space/Sreekanth/Oracle/Middleware/modules/org.eclipse.persistence_1.1.0.0_2-1.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.webservices_11.1.1/wsclient.jar:/space/Sreekanth/Oracle/Middleware/oracle_common/modules/oracle.web-common_11.1.1.jar:/space/Sreekanth/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/space/Sreekanth/Oracle/Middleware/modules/javax.ejb_3.0.1.jar -createSchemaMappings -ear /home/sreekanth/jdeveloper/mywork/ADF-BC-Application1/deploy/Project1_bcProfile1.ear -servletFilterClass oracle.jbo.server.svc.ServiceContextFilter
    [11:34:24 AM] INFO: Unable to load annotation javax.interceptor.Interceptors for parsing. The annotation is ignored.
    [11:34:24 AM] INFO: Unable to load annotation javax.interceptor.Interceptors for parsing. The annotation is ignored.
    [11:34:24 AM] INFO: GenericWSWarAnnotationListener.parseAnnotatedClass Adding Servlet Mapping with URL pattern /AppModuleService for annotated WebService class project1.server.serviceinterface.AppModuleServiceImpl
    [11:34:24 AM] WSA process exited with code 0.
    [11:34:36 AM] Deploying Application...
    [11:34:54 AM] [Deployer:149193]Operation 'deploy' on application 'Project1_bcProfile1' has failed on 'AdminServer'
    [11:34:54 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application Project1_bcProfile1 on AdminServer.: Failed to load webapp: 'ADF-BC-Application1-Project1-context-root'.
    [11:34:58 AM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'ADF-BC-Application1-Project1-context-root'
    [11:34:58 AM] Caused by: java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WSForwardServlet
    [11:34:58 AM] See server logs or server console for more details.
    [11:34:58 AM] weblogic.application.ModuleException: Failed to load webapp: 'ADF-BC-Application1-Project1-context-root'
    [11:35:00 AM] #### Deployment incomplete. ####
    [11:35:00 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    can some one help If I have to add something to classpath or install any additional plugins.
    Thanks
    Sreekanth

    For sure you are missing a library as the 'Caused by: java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WSForwardServlet' error tells.
    You can use 'Tools'->'Manage Libraries' and paste the class name into the search field, search for it and see all libraries which contain the missing class. Add this (one of them) to the projects libs and it should work.
    Make sure you deploy to a server which is set up with the correct adf runtime libs (11.1.1.5.0 means you need a WLS 10.3.5 server).
    Timo

  • J2EE Administration Tool

    Hi,
    I tried to start J2EE Administration Tool with >go.bat< as described in XI 3.0 Installation Guide. Unfortunately the GUI will not come up. Batch file still runs without consuming CPU.
    The logfiles (output + error) in console/logs do only report the current timestamp.
    Any idea?
    Environment: SAP Web AS ABAP + J2EE system (J2EE Add-In), Win32 + Oracle
    Thanks in advance
    Andreas

    Hi Lyubomir,
    you can find the description in the WAS Installation Guide for Java too.
    Here my answers:
    J2EE Engine version     System tells me about 6.30 (but I requested 6.40 during installation), engine is running
    OS                    Win2000 SP 4
    JDK                    Sun, j2sdk1.4.2_06
    first try to use VA, never worked before.
    I am starting VA by invoking go.bat. In verbose mode he tells my about a lot of classes, that are loaded. But that’s all. There is no GUI visible, no dialog possible.
    Best regards,
    Andreas

  • Unable to find class oracle.adf.controller.faces.lifecycle.ADFPhaseListener

    hi ,OTN
    I have an ADF 10g application which I migrate to Jdeveloper 11.1.1.3.0 version after migration and turning Adf faces to Apache Trinidad components and fixing all my code,compiling the application without any Errors,when I deployed my application to weblogic I had a deployment exception this is all the stack trace
    User defined listener com.sun.faces.config.ConfigureListener failed: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener '
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         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:121)
         Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException:
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:248)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:141)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:114)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
         Truncated. see log file for complete stacktrace
    <08/10/2010 EET 04:11:11 م> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1286547027015' for task '0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException:
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:248)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:141)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:114)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
         Truncated. see log file for complete stacktrace
    >
    <08/10/2010 EET 04:11:11 م> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'Version4'.>
    <08/10/2010 EET 04:11:11 م> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Version4'.>
    <08/10/2010 EET 04:11:11 م> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: :com.sun.faces.config.ConfigurationException:
    Source Document: file:/C:/Documents and Settings/Administrator/Application Data/JDeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/Version4/ViewControllerWebApp.war/WEB-INF/faces-config.xml
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:248)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:141)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:114)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
         Truncated. see log file for complete stacktrace
    help please?

    thank you for quick reply. but I ran my application in the integrated weblogic server in the Jdeveloper.I did not deploy it to a standalone one.did you mean the default domain?

  • Error Missing class: oracle.xdb.XMLType with xdb.jar in JDeveloper 10.1.3

    I am using JDeveloper 10.1.3 and get the following error when executing the web service proxy with my call to the web service( this web service is using class OracleXMLSave with method insertXML):
    I have included the xdb.jar in my project properties libraries of the web service project and added a file group with xdb.jar to the properties of the webservices.deploy. What else needs to be done? This worked in JDeveloper 10.1.2.
    THE ERROR after running proxy in log window:
    java.rmi.ServerException:
    start fault message:
    caught exception while handling request: caught exception while handling request: oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: oracle.xdb.XMLType
         Dependent class: dbdata2package.DBDataOperations
         Loader: DBData2WSApp-DBData2Operations-WS.web.WebServices:0.0.0
         Code-Source: /D:/h/cots/Oracle/JDeveloper10g10.1.3/j2ee/home/applications/DBData2WSApp-DBData2Operations-WS/WebServices/WEB-INF/classes/
         Configuration: WEB-INF/classes/ in D:\h\cots\Oracle\JDeveloper10g10.1.3\j2ee\home\applications\DBData2WSApp-DBData2Operations-WS\WebServices\WEB-INF\classes
    The missing class is available from the following locations:
         1. Code-Source: /D:/h/cots/Oracle/JDeveloper10g10.1.3/j2ee/home/applications/DBDataWSApp-webservice-WS/WebServices/WEB-INF/lib/xdb.jar (from WEB-INF/lib/ directory in D:\h\cots\Oracle\JDeveloper10g10.1.3\j2ee\home\applications\DBDataWSApp-webservice-WS\WebServices\WEB-INF\lib)
         This code-source is available in loader DBDataWSApp-webservice-WS.web.WebServices:0.0.0.
         2. Code-Source: /D:/h/cots/Oracle/JDeveloper10g10.1.3/j2ee/home/applications/DBDataWSApp-DBDataOperations-WS/WebServices/WEB-INF/lib/xdb.jar (from WEB-INF/lib/ directory in D:\h\cots\Oracle\JDeveloper10g10.1.3\j2ee\home\applications\DBDataWSApp-DBDataOperations-WS\WebServices\WEB-INF\lib)
         This code-source is available in loader DBDataWSApp-DBDataOperations-WS.web.WebServices:0.0.0.
    :end fault message
         at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:545)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:390)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:111)
         at dbdata2packageproxy.runtime.DBData2WSSoapHttp_Stub.insertData(DBData2WSSoapHttp_Stub.java:80)
         at dbdata2package.DBData2WSSoapHttpPortClient.insertData(DBData2WSSoapHttpPortClient.java:54)
         at dbdata2package.DBData2WSSoapHttpPortClient.main(DBData2WSSoapHttpPortClient.java:34)
    Process exited with exit code 0.

    Hi,
    actually you increment the index
    pstmt.setString(++idx,inrecord.getCommentID());
    which means you never have an index of 0 but always start with 1
    Frank

  • ADF error at 10.1.3.1 Invalid class: oracle.jbo.ApplicationModule

    Hi,
    I need some help. I'm a novice jdeveloper user, but I have managed to build a small appilcation for a client, with use of ADF. When I try to run it at the applications server, it can't find the page, and have this error in the application.log:
    07/01/23 09:15:58.698 rtvview: Servlet error
    oracle.classloader.util.AnnotatedLinkageError: Class oracle/jbo/ApplicationModule violates loader constraints
    Invalid class: oracle.jbo.ApplicationModule
    Loader: adf.oracle.domain:10.1.3.1
    Code-Source: /t02dat/iast_r3/midtier/BC4J/lib/adfm.jar
    Configuration: <code-source> in /t02dat/iast_r3/midtier/j2ee/home/config/server.xml
    Dependent class: oracle.jbo.uicli.mom.JUApplicationDefImpl
    Loader: adf.oracle.domain:10.1.3.1
    Code-Source: /t02dat/iast_r3/midtier/BC4J/lib/adfm.jar
    Configuration: <code-source> in /t02dat/iast_r3/midtier/j2ee/home/config/server.xml
    Does anyone have an idea?
    Versions:
    Jdeveloper 10.1.3.1
    Application Server 10.1.3.1.0
    Thanks
    Jorn
    It worked when I tried to deploy the application thru jdeveloper server connection. Does anyone know why it's working now?
    Message was edited by:
    user527535

    I've managed to eliminate the JBO-35007 errors through the use of the Refresh and RefreshCondition tags. The problem I have now is that I do most of my testing in Firefox (latest release) and it seems to be caching pages even though I have caching turned off. For instance we have different menu options based on a user's privileges. If I log out and log in as someone else who has different privileges the previous user's options are still displayed. If I click on them it then refreshes the page and the new user's options are displayed. This is also fixed by manually refreshing the page. I do not encounter this problem at all with IE, only firefox. Any thoughts here?

  • Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec

    I have created a BPEL process in which i have used DB Adapter when i try to deploy the soa suite coposite i am getting the following error.
    [09:36:10 PM] Error deploying archive sca_TicketBooking_rev1.0.jar to partition "default" on server soa_server1 [http://utl-7c8735e613f:8001]
    [09:36:10 PM] HTTP error code returned [500]
    [09:36:10 PM] Error message from server:
    There was an error deploying the composite on soa_server1: [JCABinding] [TicketBooking.TicketBooking/1.0]Unable to complete unload due to: Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec: Cannot locate Java class oracle.tip.adapter.db.DBWriteInteractionSpec.
    [09:36:10 PM] Check server log for more details.
    [09:36:10 PM] Error deploying archive sca_TicketBooking_rev1.0.jar to partition "default" on server soa_server1 [http://utl-7c8735e613f:8001]
    [09:36:10 PM] #### Deployment incomplete. ####
    [09:36:10 PM] Error deploying archive file:/D:/Personal/OracleWork/RnDProjects/TicketBooking/TicketBooking/deploy/sca_TicketBooking_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    I already created the data source and JNDI Name in the DBAdapter but still getting the error while deploying the application.
    One mistake that i think i have made after creating the data source now the DBAdapter.rar file taking the path as follows.
    Source Path:     C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ was\ DbAdapter. rar
    Deployment Plan: C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ was\ Plan. xml
    initially the path was as follows:
    Source Path:     C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ DbAdapter. rar
    Deployment Plan: C:\ Oracle\ Middleware\ Oracle_SOA1\ soa\ connectors\ Plan. xml
    Please help me i have googled a lot but can't find the answer anywhere.
    Thanks in advance

    Mate ,
    Just check the health status and state of DB Adapter in the deployments of WLAdminConsole.
    If its inactive , redeploy and update it ,also make sure its targeted to the right server.

Maybe you are looking for

  • CRM Analyst IC WebClient Consultant needed in Franklin Lakes, NJ

    This runs through 2013 Skill Requirements: u2022 Ideal resource will be a person with strong experience in IC WebClient configuration and Complaints processing. u2022 Must able to handle tasks independently with minimal support. u2022 CRM IC WebClien

  • WL vs. WL-express and JSP vs. javascript/SQL

    folks- i am trying to convince a certain party to disband a web-based job tracking system being written in ASP, javascript, html, css and SQL. it will be hosted on MS webserver running NT. i am trying to convince them to use JSP and WL express. i hav

  • Project management sofware to aid InDesign

    I stumble upon this articlewhich features 43 compared project management software alternatives and I am still having problem on what to choose that would be perfect for InDesign.

  • Can't open illustration. cs4(eng)--- cc(eng)

    The AI files that I made with illustrator cs4(english ver.) is not open after I upgrade to Illustrator cc(english ver.) the file is totally broken. ( error message : can't open illustration ) So I uninstall CC and reinstall to CC(korean ver.) . Then

  • Packing Material

    Hi All, We want to maintain stock of packing material in the system with no connection to Cost Of Goods Sold. I tried following in the test database. Created a warehouse to hold stock. Created an Item as inventory in the item master. Allocated newly