Error when including JAR

Hi all,
I am getting this error when i try to include xbean.jar. The error is:
The project was not built since its build path is incomplete. Cannot find the class file for javax.xml.stream.XMLStreamReader. Fix the build path then try building this project.
Can you recommend a solution for this? Should i download this jar file again?

First, need more info.. where is xbean.jar located ? locally ? if yes is the path included in your class path ? Let me give you a quick workaround if you have the jar file with you and are still struggling to include it :)
say you have a jar file with a package foo. Just decompress the jar file and you should get a folder named foo. Copy this to the place where you have your .class files. Then use the following command to create the jar file. * will include everything including all the folders and this is a quick workaround to get it to work. If you want to know how to actually do it the correct way, more info is needed on your problem !
jar cvfm bar.jar MANIFEST.TXT *Let me know if you still have difficulties
Cheers
Prashanth

Similar Messages

  • No Driver Error when including Traditiona​l DAQ in CVI 9.0 Distributi​on Kit

    I have some legacy code (CVI 6.0) that I wanted to upgrade recently.  The biggest reason was the ability to add the device drivers to the distribution kit.  When I installed the software on a new machine I got a No Driver Error when doing a CounterStart call .  In the past that error meant that I had not included CVI support when I installed Traditional DAQ.  Since it was installed as part of a distribution kit I can't see what elements were installed.  I assume since it was included as part if a CVI distribution kit that CVI support is automatically.  How can I get rid of the no driver error?
    Thanks,
    CP
    Solved!
    Go to Solution.

    Hi, Clutch
    try this, build->distribution->managing distribution -> build step. and in drivers&components Table, you can select the driver you want to include.
    see graph below
    hope this can help !
    B.R
    Gerry 
    Attachments:
    kits.JPG ‏116 KB

  • Error when runnin jar

    hello people,
    I am getting the following error when running my jar file
    Failed to load Main-Class manifest attribute from
    Krismt.jar Can anybody please help.
    Thanks

    can you advise on this too please,
    E:\mt>jar cfm KrisMT.jar kris.txt *.class *.jpg
    java.io.IOException: invalid header field name: Main-Class
            at java.util.jar.Attributes.read(Attributes.java:409)
            at java.util.jar.Manifest.read(Manifest.java:167)
            at java.util.jar.Manifest.<init>(Manifest.java:52)
            at sun.tools.jar.Main.run(Main.java:123)
            at sun.tools.jar.Main.main(Main.java:903)Thanks

  • BPM 11g deployment error when include Human Task

    During deployment, when I include a Human Task in my BPM 11g project, the deployment fails.  The error message in JDeveloper is:
    Weblogic Server Exception: weblogic.application.ModuleException:
    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: [unixODBC][Driver Manager]Data source name not found, and no default driver specified
    If I don't include the Human Task application in deployment, it's fine.  I used the Auto Create feature to generate the ADF project/form.  I've deleted and recreated the Human Task, but that hasn't helped.
    What can cause this error?  I've googled for days, but have not found anything similar.

    Kunwar - Thank you very much for your reply.  I checked in EM under Applications, and there is no application with the name of my Human Task application that is part of my BPM project.  To be sure, I just rebooted the server and checked again, but it is not there, and the reboot did not solve the problem.
    I'm not sure if this is related to the problem, but here is some other information.  A few days ago when I tried to redeploy just the BPM project (keeping save revision, and checking "Overwrite any existing composites"), I received a null pointer exception error.  Since then, I must Undeploy the BPM Application using EM to then redeploy it using JDeveloper.  Here is the error I was getting:
    [08:03:59 AM] Sending archive - sca_PERAC91A_rev1.0.jar
    [08:04:07 AM] Received HTTP response from the server, response code=500
    [08:04:07 AM] Error deploying archive sca_PERAC91A_rev1.0.jar to partition "default" on server AdminServer [http://soabpm-vm:7001]
    [08:04:07 AM] HTTP error code returned [500]
    [08:04:07 AM] Error message from server:
    There was an error deploying the composite on AdminServer: Error occurred during deployment of component: PERAC91A to service engine: implementation.bpmn, for composite: PERAC91A: java.lang.NullPointerException.
    [08:04:07 AM] Check server log for more details.
    [08:04:07 AM] Error deploying archive sca_PERAC91A_rev1.0.jar to partition "default" on server AdminServer [http://soabpm-vm:7001]
    [08:04:07 AM] ####  Deployment incomplete.  ####
    [08:04:07 AM] Error deploying archive file:/D:/Data/consulting/AllStar/PERAC/Dev/JDeveloper/PERAC91A/PERAC91A/deploy/sca_PERAC91A_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

  • Error when executing jar from command window pla help

    Hello
    I have a project which calls a webservice, I am using Jdeveloper 10.1.3.4
    I deployed the project in a jar file and included all the necessary libraries in it,
    but when executing the jar from command window I am getting the exceptions below
    the statement which cause the error is : PROXY= new JoPayWebServiceClient();
    please help
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.j2ee.ws.common.encoding.soap.StandardSOAPTypeMappings.class$(S
    tandardSOAPTypeMappings.java:125)
    at oracle.j2ee.ws.common.encoding.soap.StandardSOAPTypeMappings.<init>(S
    tandardSOAPTypeMappings.java:558)
    at oracle.j2ee.ws.client.BasicService.createSoapMappings(BasicService.ja
    va:259)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:236)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: java.lang.ClassNotFoundException: javax.activation.DataHandler
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    ... 17 more
    C:\>

    Hi Arun
    I added all the jars I found in jdeveloper log as you told me , but still I have this error:-
    standard type mapping initialization error: javax.xml.rpc.JAXRPCException: javax
    .xml.soap.SOAPException: Unable to create SOAP Factory: Provider com.sun.xml.mes
    saging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    CAUSE:
    javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable to create SO
    AP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl n
    ot found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable t
    o create SOAP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFacto
    ry1_1Impl not found
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:62)
    at oracle.j2ee.ws.common.encoding.literal.LiteralAnyElementSerializer.<i
    nit>(LiteralAnyElementSerializer.java:16)
    at oracle.j2ee.ws.common.encoding.literal.StandardLiteralTypeMappings.<i
    nit>(StandardLiteralTypeMappings.java:198)
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:280)
    ... 14 more
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP Factory: Provider
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:33)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:93)
    ... 18 more
    CAUSE:
    javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable to create SO
    AP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl n
    ot found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable t
    o create SOAP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFacto
    ry1_1Impl not found
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:62)
    at oracle.j2ee.ws.common.encoding.literal.LiteralAnyElementSerializer.<i
    nit>(LiteralAnyElementSerializer.java:16)
    at oracle.j2ee.ws.common.encoding.literal.StandardLiteralTypeMappings.<i
    nit>(StandardLiteralTypeMappings.java:198)
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:280)
    ... 14 more
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP Factory: Provider
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:33)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:93)
    ... 18 more
    Exception in thread "main" java.lang.NullPointerException
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.registerS
    erializer(JoPayWebServiceService_SerializerRegistry.java:45)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:32)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    C:\>

  • Error when executing jar from command window PLZ HELP URGENT

    Hello
    I have a project which calls a webservice, I am using Jdeveloper 10.1.3.4
    I deployed the project in a jar file and included all the necessary libraries in it,
    but when executing the jar from command window I am getting the exceptions below
    the statement which cause the error is : PROXY= new JoPayWebServiceClient();
    please help
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.j2ee.ws.common.encoding.soap.StandardSOAPTypeMappings.class$(S
    tandardSOAPTypeMappings.java:125)
    at oracle.j2ee.ws.common.encoding.soap.StandardSOAPTypeMappings.<init>(S
    tandardSOAPTypeMappings.java:558)
    at oracle.j2ee.ws.client.BasicService.createSoapMappings(BasicService.ja
    va:259)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:236)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: java.lang.ClassNotFoundException: javax.activation.DataHandler
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    ... 17 more
    C:\>

    I added all required jars but still I get this error :-
    standard type mapping initialization error: javax.xml.rpc.JAXRPCException: javax
    .xml.soap.SOAPException: Unable to create SOAP Factory: Provider com.sun.xml.mes
    saging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    CAUSE:
    javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable to create SO
    AP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl n
    ot found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable t
    o create SOAP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFacto
    ry1_1Impl not found
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:62)
    at oracle.j2ee.ws.common.encoding.literal.LiteralAnyElementSerializer.<i
    nit>(LiteralAnyElementSerializer.java:16)
    at oracle.j2ee.ws.common.encoding.literal.StandardLiteralTypeMappings.<i
    nit>(StandardLiteralTypeMappings.java:198)
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:280)
    ... 14 more
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP Factory: Provider
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:33)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:93)
    ... 18 more
    CAUSE:
    javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable to create SO
    AP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl n
    ot found
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:282)
    at oracle.j2ee.ws.client.BasicService.createStandardTypeMappingRegistry(
    BasicService.java:244)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:26)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    Caused by: javax.xml.rpc.JAXRPCException: javax.xml.soap.SOAPException: Unable t
    o create SOAP Factory: Provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFacto
    ry1_1Impl not found
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:95)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:62)
    at oracle.j2ee.ws.common.encoding.literal.LiteralAnyElementSerializer.<i
    nit>(LiteralAnyElementSerializer.java:16)
    at oracle.j2ee.ws.common.encoding.literal.StandardLiteralTypeMappings.<i
    nit>(StandardLiteralTypeMappings.java:198)
    at oracle.j2ee.ws.client.BasicService.createLiteralMappings(BasicService
    .java:280)
    ... 14 more
    Caused by: javax.xml.soap.SOAPException: Unable to create SOAP Factory: Provider
    com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:33)
    at oracle.j2ee.ws.common.encoding.literal.LiteralFragmentSerializer.<ini
    t>(LiteralFragmentSerializer.java:93)
    ... 18 more
    Exception in thread "main" java.lang.NullPointerException
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.registerS
    erializer(JoPayWebServiceService_SerializerRegistry.java:45)
    at has.proxy.runtime.JoPayWebServiceService_SerializerRegistry.getRegist
    ry(JoPayWebServiceService_SerializerRegistry.java:32)
    at has.proxy.runtime.JoPayWebServiceService_Impl.<init>(JoPayWebServiceS
    ervice_Impl.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.createService(ServiceFactory
    Impl.java:92)
    at oracle.j2ee.ws.client.ServiceFactoryImpl.loadService(ServiceFactoryIm
    pl.java:121)
    at has.proxy.JoPayWebServiceClient.<init>(JoPayWebServiceClient.java:18)
    at moict.Main.confirmPayment(Main.java:142)
    at moict.Main.main(Main.java:93)
    C:\>

  • 500 Internal Server Error when including a JSP  withing a Report JSP

    Hello,
    Please help me. Thanks in advance.
    My setup is entirely 10g. (Database, Application Server - Infra, OC4J etc)
    When i am trying to include the content of a normal JSP within a Report JSP, i am getting an Internal Server Error.
    Am attaching the trace here.
    [Thu Aug 04 23:25:06 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183506781,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:42 2005] [notice] FastCGI: process manager initialized
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (10061)No connection could be made because
    the target machine actively refused it: MOD_OC4J_0085: connect() returns: -1.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (10061)No connection could be made because
    the target machine actively refused it: MOD_OC4J_0088: connect() returns error: -1.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (0)The operation completed successfully:
    MOD_OC4J_0051: Tried 1 times and failed to connect to oc4j with worker: home_15.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] MOD_OC4J_0030: Failed to connect an
    oc4j process. This request is recoverable.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] MOD_OC4J_0026: Failed to marshal a request
    to ajp13 message headers or send them to the web container.
    Kindly reply a solution soon. I am in an urgent need to resolve this.
    Thank you very much.
    Regards
    AB

    Hello,
    Please help me. Thanks in advance.
    My setup is entirely 10g. (Database, Application Server - Infra, OC4J etc)
    When i am trying to include the content of a normal JSP within a Report JSP, i am getting an Internal Server Error.
    Am attaching the trace here.
    [Thu Aug 04 23:25:06 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183506781,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:42 2005] [notice] FastCGI: process manager initialized
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (10061)No connection could be made because
    the target machine actively refused it: MOD_OC4J_0085: connect() returns: -1.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (10061)No connection could be made because
    the target machine actively refused it: MOD_OC4J_0088: connect() returns error: -1.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (0)The operation completed successfully:
    MOD_OC4J_0051: Tried 1 times and failed to connect to oc4j with worker: home_15.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] MOD_OC4J_0030: Failed to connect an
    oc4j process. This request is recoverable.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] MOD_OC4J_0026: Failed to marshal a request
    to ajp13 message headers or send them to the web container.
    Kindly reply a solution soon. I am in an urgent need to resolve this.
    Thank you very much.
    Regards
    AB

  • 500 Internal Server Error when including a JSP within a Report JSP

    Hello,
    Please help me. Thanks in advance.
    My setup is entirely 10g. (Database, Application Server - Infra, OC4J etc)
    When i am trying to include the content of a normal JSP within a Report JSP, i am getting an Internal Server Error.
    Am attaching the trace here.
    [Thu Aug 04 23:25:06 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183506781,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:42 2005] [notice] FastCGI: process manager initialized
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (10061)No connection could be made because
    the target machine actively refused it: MOD_OC4J_0085: connect() returns: -1.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (10061)No connection could be made because
    the target machine actively refused it: MOD_OC4J_0088: connect() returns error: -1.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (0)The operation completed successfully:
    MOD_OC4J_0051: Tried 1 times and failed to connect to oc4j with worker: home_15.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] MOD_OC4J_0030: Failed to connect an
    oc4j process. This request is recoverable.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] MOD_OC4J_0026: Failed to marshal a request
    to ajp13 message headers or send them to the web container.
    Kindly reply a solution soon. I am in an urgent need to resolve this.
    Thank you very much.
    Regards
    AB

    Hello,
    Please help me. Thanks in advance.
    My setup is entirely 10g. (Database, Application Server - Infra, OC4J etc)
    When i am trying to include the content of a normal JSP within a Report JSP, i am getting an Internal Server Error.
    Am attaching the trace here.
    [Thu Aug 04 23:25:06 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183506781,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535578,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535609,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:35 2005] [warn] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0187: Failed to find an oc4j
    process within destination:[home] and island id: default_island for session failover.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0150: Failed to deterministicly
    find a failover oc4j process for session request for island: default_island for destination: home.
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0119: Failed to get an oc4j
    process for destination: home
    [Thu Aug 04 23:25:35 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183535687,2] MOD_OC4J_0013: Failed to call destination:
    home's service() to service the request.
    [Thu Aug 04 23:25:42 2005] [notice] FastCGI: process manager initialized
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (10061)No connection could be made because
    the target machine actively refused it: MOD_OC4J_0085: connect() returns: -1.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (10061)No connection could be made because
    the target machine actively refused it: MOD_OC4J_0088: connect() returns error: -1.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] (0)The operation completed successfully:
    MOD_OC4J_0051: Tried 1 times and failed to connect to oc4j with worker: home_15.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] MOD_OC4J_0030: Failed to connect an
    oc4j process. This request is recoverable.
    [Thu Aug 04 23:25:50 2005] [error] [client 127.0.0.1] [ecid: 169.254.171.3:94461:1123183549640,2] MOD_OC4J_0026: Failed to marshal a request
    to ajp13 message headers or send them to the web container.
    Kindly reply a solution soon. I am in an urgent need to resolve this.
    Thank you very much.
    Regards
    AB

  • Error when including hierarchical column in repot

    Hi All,
    I am getting following error [nQSError: 42039] Columns in BY clause of REPORT totalling function must be in select list. (HY000) when i include the Hierarchical column, Is it something i should set for it.
    Thanks,
    Sreekanth

    Hi,
    Problem was not with hierarchy column, but with another column which i used to sort the entire report on (fiscal_priod_number), and fiscal_period_number column was in excluded section in the pivot, once i dragged the column to pivot section and hide it from colum properties hide property report is functioning normally, This is something intresting behaviour, and this happens only with reports which use hierarchy column.
    Thanks,
    Sreekanth

  • Error when includeing cntn01_swc webdynpro abap

    Hi Experts,
    i need to pass internal table to SAP_WAPI_START_WORKFLOW Container, To pass the multiple records to the container
    i used INCLUDE cntn01_swc in my webdynpro abap coding. And when i activiting the component its showing the error in the
    INCLUDE cntn01_swc and the ERROR is
    statement "ENDMETHOD" is missing.
    please reply with the requried information.
    Thanks & Regards.
    Khanna.

    Hi,
    Try to follow the following steps:
    1- Create an [assistence class|http://help.sap.com/saphelp_nw70/helpdata/en/43/1f6442a3d9e72ce10000000a1550b0/content.htm]: Goto se24 and create a class with the class CL_WD_COMPONENT_ASSISTANCE as super class.
    2-  On Menu click GOTO --->class local-types -
    >macros ---> INCLUDE cntn01_swc
    3- Create a public method within this class where you can use the include cntn01_swc and fill the table for the FM SAP_WAPI_START_WORKFLOW.
    4- In your webdynpro add the assistence class in the properties of your component.
    5- A new attribute will appears in your views, windows, etc. called WD_ASSIST. This attribute refers to your class. you can use the method you created like this: wd_assist->your_method(  parameters  ).
    Hope this help you.
    Regards.

  • Error when including xmlrpc header file in proC program

    Hi,
    a simple "hello world" .pc program fails to compile on Mac 10.4.6 (Tiger) when xmlrpc.h is included, with the following error:
    System default option values taken from: /Users/Oracle/10g/orahome/precomp/admin/pcscfg.cfg
    Syntax error at line 4, column 2, file /usr/include/stdarg.h:
    Error at line 4, column 2 in file /usr/include/stdarg.h
    #include_next <stdarg.h>
    .1
    PCC-S-02014, Encountered the symbol "include_next" when expecting one of the fol
    lowing:
    a numeric constant, newline, define, elif, else, endif,
    error, if, ifdef, ifndef, include, line, pragma, undef,
    an immediate preprocessor command, a C token,
    The symbol "newline," was substituted for "include_next" to continue.
    The program is:
    #include </usr/local/include/xmlrpc.h>
    #include <stdio.h>
    int main(argc,argv)
    int argc;
    char **argv;{
    EXEC SQL BEGIN DECLARE SECTION;
    VARCHAR TYPE[4];
    EXEC SQL END DECLARE SECTION;
    printf("Hello world\n");
    Thanks,
    Sophie

    Sophie
    did your program work ok under 10.3.6? Is it just Tiger that gives the problem?
    I have not used xmlrpc but I have used Pro*C on OS X with no probelms.
    Where did the xmlrpc.h you are using come from? I could not find it on OS X on either Tiger or Panther. However I do find an xmlrpc.cp and a make file so I assume you would include a shared library from it in the make file for your program to be able to make the xmlrpc calls you need to.
    In general, the include files are in sub directories of /System/Library/Frameworks and it would be worth a grep -r for the declarations you want to include and put the path in the include parameter to proc.
    I hope this info helps.
    Paul

  • Error when executing JAR file

    I am trying to execute a JAR file, via the command line, when I get the following error:
    Exception in thread "main" java.util.zip.ZipException: The system cannot find th
    e file specified
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    Any suggestions?

    I am trying to execute a JAR file, via the command
    line, when I get the following error:
    Any suggestions?How are you trying to execute the file?
    some suggestions
    create a manifest.mf file with the following content
    Main-Class:TheNameOfTheClassWithMainMethod
    and hit return
    jar this file with any other .class files folders etc like this
    java -jar manifest.mf nameUwantToGive.jar *.class
    run by double click or by with the following
    java -jar nameUwantToGive.jar
    Hope this helps
    AA

  • Error when compiling jar of a project

    I'm trying to create a .jar file of my project to run it on  mobile (SymbianOs) to test it.
    When i try to compile several errors of those types occurs:
    first error type
    JAR creation failed. See details for additional information.
      Exported with compile warnings: /TutWD_FlightList/gen_wdp/packages/com/sap/tut/wd/flightlist/FlightListCust.java
    second error type
    Problem writing /TutWD_FlightList/gen_ddic/datatypes/com/sap/tut/wd/flightlist/model/types/Balmnr.gsimpletype to JAR: duplicate entry:
    is technically possible to do it?
    thanks

    Hi,
       an archive of your application gets created .ear  for deploying it to J2EE engine and applicaiton is called through browser so it is not possible to deploy application in mobile (symbianOS )because it doesn't have J2EE engine to deploy.as moblie browser doesn't support too much UI controls and properties u have to refer the mobile compatibility of UI controls ..
    thanks,
    yashpal

  • Compiler Error when Loading JAR File

    I am attempting to load a third party JAR file into an Oracle 8.1.6 database. Most of the packages in the JAR loaded, however one did not. It generated the following Oracle error: ORA-29545: badly formed class: sendData overrides a final method.
    The loadjava command that I used was:
    loadjava -u myid/mypass@mydb:1521:orcl -t -r myjar.jar.After examining the JAR file, the error statement is true. The class with the error was overriding the sendData final method of a base class. Obviously the code compiled, hence a JAR was created.
    Are there options that can be set when using loadjava to ignore this?
    Any help is greatly appreciated.

    Update. If anyone should come across this problem, I found an option to the loadjava command for 8.1.6 called -noverify. Running loadjava with this option on, will get the compiled code into the database and validate it, without verifying the structure. This bypasses the invalid structure and everything works great.

  • Error when including JSF library in Model Project

    Hi,
    I'm trying to get the authenticated JAAS user in a FacadeBean.
    When i include the JSF library to the MoldelToplink Project, and then I try to run the application, I get:
    javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
         at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:258)
         at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:50)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at model.SessionEJBConRemoteClient.main(SessionEJBConRemoteClient.java:11)
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:364)
         at java.net.Socket.connect(Socket.java:507)
         at java.net.Socket.connect(Socket.java:457)
         at java.net.Socket.<init>(Socket.java:365)
         at java.net.Socket.<init>(Socket.java:207)
         at com.evermind.server.rmi.RMIClientConnection.createSocket(RMIClientConnection.java:635)
         at oracle.oc4j.rmi.ClientSocketRmiTransport.createNetworkConnection(ClientSocketRmiTransport.java:58)
         at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:78)
         at oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
         at com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:600)
         at com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:130)
         at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:249)
         ... 3 more
    Any Ideas??
    Thanks a lot.

    That exception only occured once. In general I get no error but the page does not display.
    The error is: The page is not available in this moment.
    ...

Maybe you are looking for