Hyperion services using maximum allocated space

Hi All,
Our hyperion application consumes almost all reserved memory.
so that it is slower and hanging
Can anyone suggest.
Thanks in advance.

Hi,
We are using version 11.1.2.1.
Because of this planning apps and eas console also hanging planning apps giving error as message can not open planning application and there is error occurred while processing page.
Is there any way to prevent memory consumption for application as per our observation application is consuming almost all reserved memory.
-Deepak

Similar Messages

  • Maximum TEMP space ever used

    Hello, I would like to ask how to check the maximum space ever used for TEMP. I want to know it because I need to resize the TEMP and I want to know how small it can be.
    As I can see from a documentation http://docs.oracle.com/cd/B14117_01/server.101/b10755/dynviews_2095.htm
    max_size is max number of extens ever used in a segment
    I could multiply max_size by extent_size and it would give me the max size of temp ever used
    SQL> select segment_file, extent_size, max_size from v$sort_segment;
    SEGMENT_FILE EXTENT_SIZE MAX_SIZE
    0 128 23625
    0 128 753
    Is that correct ?
    Edited by: Przemek P on Oct 2, 2012 2:19 AM

    such dynamic performance views contain information since last instance startup, so this is not the ever used maximum
    check historical tablespace metrics (not collected for TEMP tablespace in 10g by default if you happen to have that version)
    check current allocated size of TEMP tablespace: if its made up by autoextensible tempfiles and they werent increased manually, thats the maximum amount of temp ever used
    none of the above will be accurate, but they can at least give you a direction
    also keep in mind that max temp usage in past will not necessarily be the max temp usage in the future

  • Used and allocated Shadow Copy Storage space is showing values in GB .

    Hi All ,
    This is an production issue and i need an urgent help on this case.
    In my environment i am having exchange server 2013 in DAG extended with three sites.On that i am having two mailbox servers in the production site and one mailbox server in remaining two sites.
    we have mounted all the mailbox databases in one production mailbox server.Those databases are present in LUN mapped to the production mailbox servers from SAN storage.
    Issue : 
    Few of the mailbox databases are occupying too much of size on the LUN than it's original size.
    Say for instance i have kept the mailbox database called "test" which is present on the LUN with the size of 190 GB.On that whole space the mailbox database is occupying only 100GB but on the diskmgmt and also on the explorer it is showing
    only the free space as 17 GB.
    Finally we have run the below mentioned command and found that the used and allocated shadow storage is occupying the size around 34 GB.
    Attached snap for your reference : 
    Question : How to reclaim the space occupied by the shadow copy storage to the LUN ? If possible someone tell me why this issue is happening ?
    Thanks & Regards S.Nithyanandham

    Hi,
    According to my research and technology, it’s caused by Volume Shadow Copy Service which is used to backup infrastructure for the Microsoft operation systems, as well as a mechanism for creating consistent point-in-time copies of data known as shadow copies.
    We can use VssAdmin to create, delete, and list information about shadow copies. More details about Volume Shadow Copy Service, for your reference:
    https://technet.microsoft.com/en-us/library/ee923636(v=ws.10).aspx
    Besides, this issue may be related to Windows server. I recommend you to contact to Windows Server Team so that you can get more professional suggestions, please refer to:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsserver
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • I have 2 iCloud accounts. Can I delete one account so I can make use of additional space I purchased for the secondary account? Also iPhoto seems to only connect to the primary account? How do I send files to the secondary account?

    I have 2 iCloud accounts. Can I delete one account so I can make use of additional space I purchased for the secondary account? Also iPhoto seems to only connect to the primary account? How do I send files to the secondary account?

    Both accounts are completely independent from each other. In order to use the space that you have purchased for your secondary account, you must change it to become your primary account. Yes, as you said, services like photo stream only work with the primary account. Unfortunately, there is no comfortable way to just transfer data from one account to another one, but you can do it via a third party application e.g. via Dropbox: e.g. for photos: photos stored with your current primary account > manual transfer to dropbox > after you made your secondary account to the primary account,  transfer the photos back to your new primary account etc.

  • Re-use of free space

    Hi,
    after a large client delete or after important data archiving, does Oracle re-use new freed space into datafile ? ... we need to delete a large client and then copy e new mid-size client but we haven't a lot of free space in dev system.
    Regards.
    Ganimede Dignan.

    Hello Ganimede,
    >> after a large client delete or after important data archiving, does Oracle re-use new freed space into datafile ?
    Oracle reuses the freed space inside the same segment. For example if you have freed space in table MSEG, you can reuse the allocated space only for table MSEG (=same segment).
    For indexes its a little bit "special", because the freed space (in blocks) can only be reused if they are completely empty, because of the index must be sorted.
    You can take a look at the ALL_TABLES on column AVG_SPACE to estimate the freed size in the tables (but take care, the values are only updated on statistic gathering):
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_2105.htm#i1592091
    Regards
    Stefan

  • Tomcat as service : install path with spaces

    I'm trying to install tomcat as service
    but when I choose an install path with spaces
    I mean smthing like "c:\program files\tomcat"
    it doesn't work
    I tried to modify the wrapper.properties file
    with "" but it doesn't work
    I even set the parameter wrapper.cmd_line with
    a command line that works when launched for CMD
    but the service doesn't start
    any idea????

    I found it ! (hope it helps)
    wrapper.properties that works with spaces in the name
    of the java directory and the tomcat directory
    # $Header: /home/cvs/jakarta-tomcat/src/etc/Attic/wrapper.properties,v 1.2.2.1 2000/10/16 01:59:22 larryi Exp $
    # $Revision: 1.2.2.1 $
    # $Date: 2000/10/16 01:59:22 $
    # jk_service.properties - a bootstrup file for the Tomcat NT service.
    # This file provides jk_nt_service with the needed information to
    # start tomcat at a different process.
    # As a general note, the characters $( and ) are used internally to define
    # macros. Do not use them!!!
    # Whenever you see a set of lines such as:
    # x=value
    # y=$(x)\something
    # the final value for y will be value\something
    # Normaly all you will need to modify is the first two properties, i.e.
    # wrapper.tomcat_home and wrapper.java_home. Most of the configuration
    # is derived from these two.
    # wrapper.tomcat_home should point to the location where you
    # installed tomcat. This is where you have your conf, webapps and lib
    # directories.
    wrapper.tomcat_home=C:\Program Files\tomcat-3.2.1
    # wrapper.java_home should point to your Java installation. Normally
    # you should have a bin and lib directories beneath it.
    wrapper.java_home=C:\Program Files\JavaSoft\JRE\1.3
    #------ ADVANCED MODE ------------------------------------------------
    # Make sure that you read the how-to before making too many changes.
    # Defining where the service is going to put the standard
    # output of Tomcat. This is where System.out.println and
    # System.err.println goes to.
    wrapper.stdout=$(wrapper.tomcat_home)\logs\jvm.stdout
    wrapper.stderr=$(wrapper.tomcat_home)\logs\jvm.stderr
    # Additions to the path. put here directories where you store DLLs for
    # native methods etc.
    wrapper.ld_path=d:\
    wrapper.ld_path=c:\
    # Defining the classpath. All the rows that belongs to the class_path
    # property are concatenated to create the classpath for Tomcat.
    # If you have additional locations that you would like to add to the
    # claspath you should add a new wrapper.class_path=<location> line.
    wrapper.class_path="$(wrapper.tomcat_home)\classes"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\jaxp.jar"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\parser.jar"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\webserver.jar"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\servlet.jar"
    wrapper.class_path="$(wrapper.tomcat_home)\lib\jasper.jar"
    # This is where Javac is located in JDK1.2.x
    wrapper.class_path="$(wrapper.java_home)\lib\tools.jar"
    # and a tribute to JDK1.1.x
    wrapper.class_path="$(wrapper.java_home)\lib\classes.zip"
    # This is the Java interpreter used for running Tomcat
    wrapper.javabin=$(wrapper.java_home)\bin\java.exe
    # This is Tomcat's startup class (the class that contains Tomcat's
    # starting point.
    wrapper.startup_class=org.apache.tomcat.startup.Tomcat
    # This is the location where tomcat's server.xml configuration file
    # is located.
    wrapper.server_xml=$(wrapper.tomcat_home)\conf\server.xml
    # The NT service uses AJP12/AJP13 to shutdown Tomcat. The
    # wrapper.shutdown_port tells the service the identity of the port that
    # is used by AJP12/AJP13.
    wrapper.shutdown_port=8007
    # Can either be ajp12 or ajp13 depending on your configuration.
    # Default value is ajp12
    wrapper.shutdown_protocol=ajp12
    # This is the command line that is used to start Tomcat. You can add extra
    # parameters to it but you can not remove anything.
    wrapper.cmd_line="$(wrapper.javabin)" -classpath $(wrapper.class_path) $(wrapper.startup_class) -config "$(wrapper.server_xml)" -home "$(wrapper.tomcat_home)"

  • Smart View 9.3.1 error to connecting Hyperion Planning using Excel

    Hello Folks,
    When I try to connect the Hyperion Planning 9.3.1 using Smart View 9.3.1 I had the following error "Client authorization is needed to accpet the certificate". I am using the URL connection with the following address http://server_name:8300/HyperionPlanning/SmartView.
    Regards,
    Wallace
    Brazil

    Venkat,
    Based on our web session your production BEA license has not been installed and your production server is limiting the number of unique connections to five clients. Those first five clients who connected to the system.
    As we proved in the web session Internet Explorer gets a 403 error and Firefox shows the root cause of the five license issue.
    You may verify this by looking at the license.bea file on your servers and you will see it is an evaluation license. Being a licensed Hyperion customer entitles your company to use a restricted use WebLogic in a non-clustered environment. Below is the proper license.
    The fix for this is to do the following:
    1) Download a license code from Oracle
    2) Go to http://licensecodes.oracle.com/bea.html
    3) Download LIC-WLXB92
    4) On your server(s) backup <BEA_DIRECTORY>\license.bea
    5) Copy text file within the LIC-WLXB92 over the license.bea file
    6) Restart your Hyperion Services
    Regards,
    John A. Booth
    http://www.metavero.com
    Edited by: Jbooth on Feb 12, 2010 4:39 PM
    Edited by: Jbooth on Feb 12, 2010 4:42 PM

  • Problem enabling Verbose GC in Hyperion services

    In the Windows environment, we have for Hyperion, we start and stop Hyperion services through Microsoft Services application. So in this Microsoft Services application, we are referring to Hyperion delivered .exe files which start or stop the service based on users request. These .exe files do not refer to any of the webblogic configuration files during startup, they just invoke their configurations from the .exe file. Also Oracle only delivers .exe files for those services and no code related to building those .exe files.
    Now my problem is that, I have to enable verbose GC for all the services so we can use that information for debugging OutOfMemory issues. For enabling verbose GC, I have added necessary commands in setDomainEnv.cmd file, but those changes arent getting picked up becuase when we start those services, it refers to the .exe file and that does not invoke any of the web server configuration files. So can you please tell me, how Oracle builds those .exe file and how to embed the Verbose GC commands into those files and build the new .exe file which we can refer to for start/stop the service.
    I appreciate you taking time to read this and please throw any ideas or question you have for me.
    Thanks,
    Chaitanya Kosaraju

    Hi John,
    I'm getting the below error when I have OOM issue, can you please let me know what exactly is causing the issue
    ####<Sep 10, 2012 11:02:56 AM PDT> <Critical> <WorkManager> <P01APW290> <AnalyticProviderServices0> <weblogic.timers.TimerThread> <<WLS Kernel>> <> <> <1347300176948> <BEA-002911> <WorkManager weblogic.kernel.System failed to schedule a request due to java.lang.OutOfMemoryError: nativeGetNewTLA
    java.lang.OutOfMemoryError: nativeGetNewTLA
         at weblogic.work.SelfTuningWorkManagerImpl.getWorkAdapter(SelfTuningWorkManagerImpl.java:252)
         at weblogic.work.SelfTuningWorkManagerImpl.schedule(SelfTuningWorkManagerImpl.java:148)
         at weblogic.timers.internal.TimerManagerFactoryImpl$WorkManagerExecutor.execute(TimerManagerFactoryImpl.java:133)
         at weblogic.timers.internal.TimerManagerImpl.execute(TimerManagerImpl.java:622)
         at weblogic.timers.internal.TimerThread$Thread.run(TimerThread.java:277)
    >
    ####<Sep 10, 2012 11:02:56 AM PDT> <Error> <Kernel> <P01APW290> <AnalyticProviderServices0> <[STANDBY] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1347300176962> <BEA-000802> <ExecuteRequest failed
    java.lang.OutOfMemoryError: mmAllocArray - Object size: 16, Num elements: 0.
    java.lang.OutOfMemoryError: mmAllocArray - Object size: 16, Num elements: 0
         at java.lang.Class.getDeclaredMethods0(Native Method)
         at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
         at java.lang.Class.getDeclaredMethod(Class.java:1935)
         at java.io.ObjectStreamClass.getInheritableMethod(ObjectStreamClass.java:1349)
         at java.io.ObjectStreamClass.access$2200(ObjectStreamClass.java:52)
         at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:448)
         at java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:413)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
         at weblogic.common.internal.WLObjectOutputStream.writeObjectWL(WLObjectOutputStream.java:100)
         at weblogic.cluster.MulticastManager.timerExpired(MulticastManager.java:759)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Do we have any Management Plug-in for Hyperion Services

    I would like to know if we have any Plug-ins available for mointoring Hyperion services like HFM, FR, FDM, DRM etc thru OEM.
    If any one is useing it please share your experince and point me to any documentation available for it
    Regards
    Rajeev

    I'd add to Joaquin's answer that the standard table for cities is ADRCITY table (not ADRC). And if you have maintained SAP Regional Structure then there will be standard search help available for the street field.
    And you can read more about [SAP Regional Structure here|http://help.sap.com/saphelp_crm700_ehp01/helpdata/EN/e0/597b52e88b11d4b35d0050dadef62b/frameset.htm].

  • Alert on Hyperion services down

    Hi,
    Could you please advice how to monitor Hyperion services if get down due to any reason?
    Will it possible to get email/alerts?
    Edited by: Kumar 1 on Dec 23, 2011 1:43 AM

    we are handling it using shell script ...which keeps an eye on the respected services. once that services goes down we get an email

  • Allocated space without DBA_DATA_FILES

    Hello good folks,
    I'm building a process that will check the space of the tablespaces and send feedback. So my question is this : how can I have the allocated space of a tablespace without using dba_data_files?
    My user account doesn't have access to dba_data_files and will not have select permission granted any time soon.
    So how can I circumvent this restriction?
    Thanks everyone,
    Frank

    Helio : I don't see how creating a table would help my situation. I'm not planning on having access to that view.
    Paul : I don't want to enter in too many details, but basically, the DBA departments wants us to monitor the tablespace usage without giving us the tools to do it so they can bash my department for blowing quotas. They give us reports indicating the allocated space, which is how I know my information is higher than supposed.
    I want to create a process that will check daily and give us feedback so we can act on it if need be.
    I could always just check the Free space, but I would prefer having a complete solution that includes the allocated space.
    Asking to the DBA for rights on the views is always possible, but I would rather do without if it's possible.
    Eduardo : I'm beginning to think that this may well be the final answer to this question, meaning there is no solution without asking for help. Damn things can be complicated for no just reason sometimes.

  • Where did 30GB of unused space on my SSD main drive go?  I have a mid 2011 iMac that until yesterday had just 54GB of space occupied on the primary drive.  I imported 45 minutes of video from an SD card.  Could that have used up the space?

    Where did 30GB of unused space on my SSD main drive go?  I have a mid 2011 iMac that until yesterday had just 54GB of space occupied on the primary drive.  I imported 45 minutes of video from an SD card.  Could that have used up the space?

    I added an SSD to my 27" 2011 iMac.  Although Sahidus is absolutely correct, it is much easier to add an SSD replacing the optical drive, it wasn't that bad to add it using an entirely seperate cable using SATA-III.  To me it is worth the extra hassle to install a SATA-III SSD.  This is where you are going to get maximum performance.
    Although it appears complicated, if you go slow, the procedure to install an SSD drive isn't too bad.  It takes at most 3 hours, as long as you are prepared and have all the parts and tools.
    http://www.btobey.com/learn/imac-ssd-install.php
    This describes how I did it.  Now I get awesome data performance from my iMac!
    I think the 21.5" may be more difficult to find where to place the SSD.  But im sure it is possible.  Just be creative.

  • I have bought used I phone 4s. I cloud fails to accept my apple ID, which is accepted by I tunes. In fact it says that I have used maximum number of user accounts. Kindly help me in this matter.

    I have bought used I phone 4s. I cloud fails to accept my apple ID, which is accepted by apple store and I tuned.
    It says that I have already used maximum number of user accounts. Kindly help to resolve this problem.

    Hello Renvin29,
    It sounds like you need to disable your iPhone remotely. I'm sorry to hear about your phone! The only way to do this with is Apple services is if you had Find my iPhone enabled. You have 2 options:
    You can use this article to put the phone into Lost Mode and preserve your data on it, but prevent access to it:
    iCloud: Use Lost Mode
    http://support.apple.com/kb/PH2700
    Or you can just erase it remotely outright:
    iCloud: Erase your device
    http://support.apple.com/kb/PH2701
    You should also take a look at this article for additional info on what to do about this situation:
    If your iPhone, iPad, or iPod touch is lost or stolen
    http://support.apple.com/kb/HT5668
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • Does increasing Exchange Storgage Quota use more disk space immediately?

    Exchange does not use the space immediately, it just allows each mailbox to grow up to that size.
    I would consider carefully before increasing the quota limit. One of the reasons for having a quota is to keep mailboxes to a manageable size. Every GB of size costs a heck of a lot more than just the GB on the spindle.

    Hi
    The current policy is a 20Gb limit. Thanks to a post I made in this forum, I know that 21 of the users are nearing this limit.
    Now I can increase the limit for those 21. Or I can change the policy to 25Gb for everyone. If I increase it to 25Gb for everyone, does Exchange use the disk space immediately? Lets say I had 1000 Gb free, and 150 users. Does increasing by 5Gb mean that 5x150 = 750Gb is now allocated? Or does exchange use the disk space as required?
    Thanks
    This topic first appeared in the Spiceworks Community

  • Unable to pass xmlbeans object in weblogic web services using OEPE

    Migrating Weblogic web services from Weblogic Workshop 10.3 to Oracle Enterprise for Eclipse...Passing xmlbean generated types in arguments of webservice call
    How to work around the following errors? I do not have this error when in workshop 10.3 only in OEPE eclipse
    "oracle.eclipse.tools.webservices.compiler.CompilationException: Errors: JAX-WS web services must not have xmlBean parameter or return type"
    PLease note that I want DocType to be xmlbeans generated or inherited from org.apache.xmlbeans.XmlObject....
    @WebMethod
         public void upload(String filename, DocType doc) {
    Hi, I have legacy codes from Weblogic workshop 10.1 and 10.3.....
    I am able to compile and run in Weblogic workshop 10.3 by passing the xmlbean generated DocType as arguments in the web services call.... but why am I not able to do this in Oracle Enterprise for Eclipse OEPE......
    If I were to generate the web service from teh wsdl...it will generate it's own DocType.class in the jar files and not use the xmlbean generated class one....
    How to get iOEPE to generate the classes in build\jws\ for
    testWSService-annotation.xml
    weblogic-webservices.xml etc like in workshop
    How can I resolve this??? Am I stuck with Workshop on this?? How to work around??
    Any help or clarifications would be much appreciated.
    Inside testWS.java,
    package ws;
    import java.io.File;
    import javax.jws.*;
    import org.example.doc.DocType;
    @WebService
    public class testWS {
         @WebMethod
         public void upload(String filename, DocType doc) {
              try {
                   doc.save(new File(filename));
              catch(Exception e) {
                   System.out.println(e);
    Inside xmlbeans generated DocType.java.....and DocTypeDocuments.java
    * XML Type: DocType
    * Namespace: http://www.example.org/doc
    * Java type: org.example.doc.DocType
    * Automatically generated - do not modify.
    package org.example.doc;
    * An XML DocType(@http://www.example.org/doc).
    * This is a complex type.
    public interface DocType extends org.apache.xmlbeans.XmlObject
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
    org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(DocType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.testWSTypeSystem").resolveHandle("doctypec217type");
    * Gets the "element1" element
    java.lang.String getElement1();
    * Gets (as xml) the "element1" element
    org.apache.xmlbeans.XmlString xgetElement1();
    * Sets the "element1" element
    void setElement1(java.lang.String element1);
    * Sets (as xml) the "element1" element
    void xsetElement1(org.apache.xmlbeans.XmlString element1);
    * Gets the "element2" element
    java.lang.String getElement2();
    * Gets (as xml) the "element2" element
    org.apache.xmlbeans.XmlString xgetElement2();
    * Sets the "element2" element
    void setElement2(java.lang.String element2);
    * Sets (as xml) the "element2" element
    void xsetElement2(org.apache.xmlbeans.XmlString element2);
    * A factory class with static methods for creating instances
    * of this type.
    public static final class Factory
    public static org.example.doc.DocType newInstance() {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
    public static org.example.doc.DocType newInstance(org.apache.xmlbeans.XmlOptions options) {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
    /** @param xmlAsString the string value to parse */
    public static org.example.doc.DocType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
    public static org.example.doc.DocType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
    /** @param file the file from which to load an xml document */
    public static org.example.doc.DocType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
    public static org.example.doc.DocType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
    public static org.example.doc.DocType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
    public static org.example.doc.DocType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
    public static org.example.doc.DocType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
    public static org.example.doc.DocType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
    public static org.example.doc.DocType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
    public static org.example.doc.DocType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
    public static org.example.doc.DocType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
    public static org.example.doc.DocType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
    public static org.example.doc.DocType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
    public static org.example.doc.DocType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.example.doc.DocType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.example.doc.DocType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
    return (org.example.doc.DocType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
    private Factory() { } // No instance of this class allowed
    Edited by: user11079482 on Jan 1, 2010 2:09 AM

    Ok just as I expected. So I guess I am left with the following two options
    1) either I switched to using JAXB in my apps instaed of xmlbeans....
    2) or if I still wanna use the old JAX-RPC web services to deploy on the Weblogic 10gR3 server i will have to create my own ant task jwsc directly......as shown below in your docs
    Programming Web Services for WebLogic Server (ant tasks)
    http://download.oracle.com/docs/cd/E13222_01/wls/docs92/webserv/anttasks.html
    Getting Started With WebLogic Web Services Using JAX-RPC
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/webserv_rpc/index.html
    Will OEPE be supporting the old JAX-RPC anytime in the near future release? or have to create own build ant task to call jwsc ant task directly to compile JAX-RPC web services??

Maybe you are looking for