JDev 9i Performance

I just downloaded jDeveloper 9i beta and worked with a few minutes:
I have some questions:
Will the final release be as slow as the beta? I have a Pentium IV with a 1 GHz CPU and 512 MB RAM. jDeveloper is so slow, that when I type in a normal line of code with a few words, the CPU goes up to 100% for about a minute. The code insight function is a great feature, but needs about two minutes to appear, meanwhile my computer is blocked.
Is there a possibility to speed up jDeveloper 9i? The product seems to have some great features, that I'd like to use, but it isn't usefull as long as I have to wait too long for some lines of code to be displayed.
For jDeveloper 3.1.1.2:
Is it possible to activate the code insight function for JSPs? For now it only works on java files. When I try it in JSP-Files, the program is reacting when I type in a "." but the code insight window doesn't appear.

Rolf,
I've used JDev9i heavily for months (pre-beta and now using the officially released beta). I run the product on a Toshiba 8200 laptop running Windows 2000 with 512MB RAM and a 800Mhz P3 processor.
I use code insight a lot and never see this minutes-long wait or 100% CPU usage.
Not doubting that you are seeing the problem, can you be more specific about the steps you follow to reproduce the problem, what other apps are running at the time, etc.
We'd like to track down the issue if it might be Pentium 4 specific, or if it's specific to a particular class you're trying to get insight on.

Similar Messages

  • JDev 10g performance

    Hello everybody.
    I have noted a bad performance of this new 10 version. Everytime I load my view project (.jpr), it takes a long time (more than 5 minutes), with hard activity on disk.
    So I made a test with filemon, and have noted that jdevw process almost read all my hard drive while the view is beeing loaded.
    Does anybody knows anything about that?
    Regards,
    Bruno.

    It's funny you say editing is slow, it's normally the ok bit, the rest of the tool is slow. For the editor you can turn off a whole lot of the features such as parameter and code insight via Tools -> Code Editor -> Code Insight. Try turning all the code editor features off then turn them back on until you find the speed killer.
    My biggest bugbear for general JDev performance are virus scanners. Most want to scan the .jar/ear/war/zip files that JDev uses, dragging older machines to a halt. If you can turn them off it improves both 10.1.3 and 11g performance. I find McAfee particularly troublesome with its default settings.
    Something else you could try (and the fact that Shay didn't recommend it probably means I'm barking up the wrong tree), but under Tools -> Preferences -> Extensions, you can turn off a number of the extensions.
    Undoubtably though, 10.1.3 is faster than 11g. Just give thanks that 11g production is faster than the Technical Preview releases that were painfully slow.
    Hope this helps.
    CM.

  • JDev and ADF is difficult

    As a new user to ADF I am finding ADF and JDev a little discouraging and hard to use. I did a search on how to improve jdev's performance and found a lot of useful tips and tricks to use, but I pose the question. Shouldn't it just work out of the box? Coming from a web 2.0 background developing EE applications using Spring, JPA/Hibernate, Extjs, and netbeans I keep thinking to myself wow how in the world should I have known that changing this or that table attribute causes this or that to behave differently. For example I read a thread on multi-selecting table rows and in this article multiselect selectedRowKeys must be removed for multi select to perform correctly. Now I realize this is a simple example, but I find myself asking the same types of questions about dragging and dropping views into jdev or mapping bindings to pages so that I can gain access to data. I can relate to some angry posts by some about how difficult it is to develop anything useful in JDev and ADF because of a series of random problems (things like running OOM, or mapping bindings to a page which then for some reason map incorrectly or they think they are mapped to another page, etc...) Now I can already hear the first response... you are new to this world (yes) and you just need time. What if I told you I've been reading so much documentation over the past month that my eyes are bleeding. I've been through countless tutorials on how to use JDev and ADF. I've successfully created "Sample applications" generating useless tables of data. I've read several books on ADF and how to button click my way to creating EE applications, but I find the memorization of button clicking to be exhausting. I keep telling my boss I want to go back to writing code not dragging and dropping items on a page so that JDev can generate/modify .xml files for me.
    Now that said I know I am new to this world and I'm trying to find some common ground as my job requires me to develop EE applications in ADF, and I must learn this technology. So I ask all of you ADF and JDev advocates prove me wrong here and point me to the documentation that all of you use to navigate this world of yours.
    Thanks for your understand,
    Wraith (Newbie and found wanting)
    Edited by: wraith101 on Aug 14, 2012 3:38 PM
    Edited by: wraith101 on Aug 14, 2012 3:42 PM

    First off thank you for the response Shay!
    >
    Getting used to the way you build applications with JDev and ADF takes time, but think how much time did it took you to learn Spring, JPA, ExtJS etc to a level where you knew every little setting you needed to manually code in a spring XML file, or JPQL query syntax in your JPA or a javascript in ExtJS - My guess was that getting to a situation where you know everything in those technology wasn't exactly a problem less experience.
    >
    It is true it took some time to learn the technologies listed above. I guess If I were arguing for them I would say they were easier to use and learn due to most of them being open source and very popular because of this (i.e tons of examples, books, and documentation). Not sure if ADF is there yet?
    >
    I do like the fact that I can get from 0 to a fully functional page with a few clicks here and there, and then fine tune the results with some property settings in various places.
    And then if I need even further customization I can go to the code level when needed.
    >
    I agree it takes very little time to create something that is at least visually usable. I'm not familiar enough ADF yet to determine now hard it is to actually create a fully functioning application that does more than display data. For example, how would I create a visualization that updates every 10 seconds and allows users to post feedback in a similar manner to this forum?
    >
    The question of whether the declarative and visual development experience is a good thing or not is to some degree a matter of personal preferences.
    I wonder how long would it have taken someone to build something like this: http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF112/ADF112.html
    with the stack you mentioned above. How many lines of code would they have needed to write, how many syntax errors while coding, and would the result be as functional so fast.
    >
    Agree I'm not hear to argue which type of development experience is better or worse. I would point out however that as a JDev/ADF developer in order to develop in the technology it seems you must do most of your development within the JDev environment or have extensive experience in JSF (i.e know which xml files to edit and why I believe there is a reason JSF and JSP are seldom used IMHO because they are difficult. I understand JDev/ADF try to solve this problem) were as in other technologies you as the developer can choose the IDE etc. Another thing I noticed while watching the link you listed was the developer went from place to place to place within jdev making changes. As a newbie it seems that in order to develop ADF in JDev you must just "know things" (ie. for example he pulled in a method in to the task flow so he could invoke some validation or prereq check. As a developer how am I to know how and where and why I can/must do these things? ADF seems to be process based in order to achieve some goal, but the JDev framework gives no clues as to what you should/need to do next. As well as that I needed to create that method within my Application Module in order to do this, which by the way was not mentioned within this video.).
    >
    We often see the reaction of "I don't get what all those XML files that JDev generate are doing" reaction from people who just start up with JDev and ADF.
    But we do try and explain how everything is working in places like the ADF Insider Advanced seminars:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html
    I think the fact that there is a lot of documentation for ADF, and a lot of blog entries, how-to's etc on the web is actually a good thing.
    I often find that if I run into an issue with ADF - a simple google search will show me how someone else solved that issue - and I like this too.
    >
    I guess my biggest gripe here would be yes there is tons of JDev/ADF documentation on OTN and other places, but none of it is complete, and I would also argue that the organization on OTN is half hazard, and makes learning ADF difficult as well. I find myself drilling down through layers and layers of links only to not be able to get back to were I came from to look at another topic/tutorial I was interested in(maybe we need a ADF train to be added to the documentation wikis).
    I would also argue when developing in other frameworks writing the xml is a big part to understanding how your application is tied together. For example, Spring servlet mapping or Spring injection mapping. When JDev does the mapping for me I feel that I know less and less about how my application works and I bet all the advanced ADF developers out there know quite a bit about how ADF xml mapping occurs and why, and I bet they make changes to these xml files manually quite often to get things to work as they desire?
    I want to be clear here I am not trying to flaming here, just trying to make a difference for other developers like myself who come along and need to learn ADF to complete some task. Looking at the OTN site I believe creating documentation for ADF development appears to be a top priority, but due to the complexity of the framework there is just so much and it seems to be everywhere. My suggestion would be to include why we are doing such and such with in jdev approach instead of a drag this here to do this approach. For example, I'd like to see a tutorial where it explains when you drag this item in to the content window it creates this xml bind which is the same as what you would normally do in JSF like this (if anyone knows of such a tutorial plz link).
    Again thanks for the reply, and I encourage others to give feedback and suggestions on how I too can become a better JDev/ADF developer.
    -Wraith

  • Deployment of Ejb's, Applet calls from a Browser

    Hello, and thank you for taking the time to review my post....
    PII Celeron 333mHz
    256 Megs Ram
    Windows NT 4.0 Workstation (SP3)
    JDeveloper2.0(Build 343)
    Oracle 8.1.5
    Netscape 4.06
    Everything resides on the same machine.
    Problem 1: I had no trouble deploying EJB's initially. As their
    size grew, they became increasingly difficult to deploy. Long
    delays(10 mins.)were, and are still encountered. Is that
    acceptable for a minimal sized EJB? I've also noticed when my
    deployment fails, (different errors are presented on different
    occassions), it becomes impossible to deploy an EJB without first
    closing, and restarting Jdeveloper. Is that normal behavior.?
    Other times my deployment hangs when the Oracle 8i deployment is
    called. I test my IIOP connection in Jdeveloper, and it fails to
    work. I can't access the "sess_sh" from a command prompt either.
    Would you know the cause(s)? Which steps should be taken in order
    to remedy the situation..? A shutdown, and restart of the
    database?
    Problem 2: EJB1 is deployed to the database. A simple applet(with
    the standalone option) is created. It calls EJB1 from within
    Jdeveloper without trouble. Though when i attempt to run the
    applet via the provided HTML file, it fails. The HTML file brings
    up the appletviewer, which stalls after the applet is started. Is
    an invalid "archive" file provided in the applet tag? Which
    ".jar" file should be present..the *Generated.jar file?
    With regards to running the applet in Netscape, it fails. When i
    deploy the ejb, should i include the "java40.jar" file as a
    dependancy..? Should the "applet.class" file be included in the
    deployment as well.? Should the typical Jdeveloper classes be
    also stored in the ..Netscape\Program\java\classes directory?
    Would someone be able to provide me with a simple applet, ejb
    scenario, stating which .jar files are needed, and where they
    should be present etc..?
    My thanks in advance :)
    Robert
    null

    Hey Mark,
    Maybe you can help then, I am getting the below errors (I am
    pasting in a message I wrote earlier):
    Hello,
    I think I got one that could stump a bunch of ya... we'll see.
    I wrote an EJB in JDev. 2.0 and deployed it. Worked well, no
    problems. Wrote a Client Snippet, worked well (never tested
    outside JDev.). Wrote a Client Applet, works very well INSIDE
    JDEV. 2.0, once I try to run it outside JDev, I get nothing but
    Exceptions.
    SO, I tried deploying it to a jar, made sure to add all the
    propper .jar and .zip files and everything. I deploy it and run
    it inside IE 5.0 (using OBJECT instead of APPLET tags with the
    right java plug in etc.), that hangs. SO i use appletviewer to
    pick up the error messages and I get the stuff below (exception
    and stack trace at end of message).
    java.naming.factory.initial (which is in the exception message)
    was new to me so I spent the last two days reading about JNDI
    etc, and found out that it is just an environment property for
    JNDI and that ORACLE does not use it once in any of its examples
    or anything.
    I have been unable to locate AURORA's version of its
    ContextFactory (I tried just about every class with the word
    Factory in it -- took forever), and none of those worked. To be
    exact I found one class that looked like it could have worked:
    oracle.aurora.jndi.sess_iiop.sess_iiopURLContextFactory.class...
    I tried that, but that returned a ClassCastException.
    So here's my synopsis: Inside JDEV for some reason the command:
    Context ic= new InitialContext(environment);
    works, as long as I specify a minimal number of environment
    properties: javax.naming.Context.URL_PKG_PREFIXES (which I set
    to, as Oracle says to do,
    oracle.aurora.jndi),Context.SECURITY_PRINCIPAL,
    Context.SECURITY_CREDENTIAL, and the NO_SSL one too. That works
    fine in JDEV, throws the exception (see below) outside of JDEV.
    If then try to specifiy a context factory
    (Context.INITIAL_CONTEXT_FACTORY
    constant) of the class type above I throw the exception shown
    above inside and outside of JDEV (i.e. in appletviewer). Here's
    where it gets weird:
    If I use the above configuration that works in JDEV (no initial
    context factory environment setting) and try to print out via
    the list() method the context's bindings, I get the same
    exception that is seen below. SO the only time it works, is when
    I don't specify the initial context factory and I ONLY run it
    inside JDEV WITHOUT performing any actions on the instantiated
    context variable other than a lookup. REALLY WEIRD!
    So please help ASAP, thanks.
    Nadim Homsany
    Systems Analyst
    Message: Need to specify class name in environment or system
    property: java.naming.factory.initial
    javax.naming.NoInitialContextException: Need to specify class
    name in environment or system property:
    java.naming.factory.initial
    at
    javax.naming.spi.NamingManager.getDefaultInitialContextFactory
    (Naming Manager.java:688)
    at javax.naming.spi.NamingManager.getInitialContext
    (NamingManager.java:7
    44)
    at javax.naming.InitialContext.getDefaultInitCtx
    (InitialContext.java:181
    at javax.naming.InitialContext.getURLOrDefaultInitCtx
    (InitialContext.jav
    a:219)
    at javax.naming.InitialContext.lookup
    (InitialContext.java:288) at
    testejb.FirstEJBClientApplet.startEJB
    (FirstEJBClientApplet.java:151)
    at testejb.FirstEJBClientApplet.jbInit
    (FirstEJBClientApplet.java:72)
    at testejb.FirstEJBClientApplet.init
    (FirstEJBClientApplet.java:61)
    at sun.applet.AppletPanel.run(AppletPanel.java:357)
    at java.lang.Thread.run(Thread.java:479)
    mark tomlinson (guest) wrote:
    : You need to link the applet with the xxxxxx_generated.jar that
    : comes back from the deployment tool (and that is really all you
    : need to include which is specific to the EJB). Try enabling the
    : java console for the browser so you can get more specifc error
    : messages.
    null

  • Mac os x performance and impossible to increase size of jdev screen

    After installing jdev in my wife mac osx laptop (i forgot my windows duo laptop and can't wait to see the new features in jdev !), i got the first jdev menu entry in the main menu bar after a few minutes (i was not sure i started it correctly) and the first dialog that ask for migration from a previous version a few more minutes later. May it would be better to display something before, just to show the programm started and that it is working ... a lot ... to initialize the system. Note the system is 4 year old and have only 256 mb memory ... but it is working ... even with jdev.
    More important, it was not possible to increase the size of the jdev screen in that version. mac osx 10.4.9.

    As far as the delay goes... believe it or not, the migration dialog that appears really is extremely early in our code. However, a little bit earlier than that, the splash screen ought to appear, which contains a progress bar. Are you seeing that?
    It may be that Java startup on your machine is just generally slow. On my 2GHz Intel Core Duo iMac with 1GB of RAM, I see the splash screen within a second or two of clicking the JDeveloper icon in the dock. The main window takes about 30 seconds to appear.
    Thanks,
    Brian

  • Unacceptable performance of Automap in TopLink Workbench and JDev

    Is anyone out there actually using the Automap functionality?
    In both versions 9 and 10 I have found it to be hit and miss. Some object automap instantly and others take eons and peg my CPU.
    I don't really understand what could possibly be taking up sooo many cycles. In these cases I swear I won't use the feature again, but it is so fast at other times that I'm always tempted to do it.
    Is anyone aware if Oracle is planning to do anything about this? I will open a TAR for this, but was interested to here some feedback from the general forum.
    Thanks,
    -Glenn.

    Glenn,
    I use a fair bit in both JDeveloper and the Workbench with small projects ranging from 1 to 20 descriptors without any noticeable performance degradation. Of course, most of my work is with 10.1.3 previews and builds.
    Are your issues typically with larger quantity of descriptors, greater complexity, or are you seeing this across the board?
    Doug

  • Improve autosubmit performance in ADF JSF in Jdev 11g R1.

    we are using autosubmit for taking item value w,th button, cascade list etc. (at inputtext item, list item).
    But low bandwith our user feel a slowness when navigate out of items.
    mouse cursor is turn to waiting even for inputtext.
    is there any way to improve the perfromance of autosubmit operations.
    Thanks...

    Yes. I see.
    our server web logic 10.1.3.1 and network bandwith depends on gigabit ethernet.
    I came form Oracle forms backgound.
    In my opinion ADF model layer is more capeable tan oracle forms.
    But for view layer I can't say the same thing. (especially JSF, ADF RC)
    In oracle forms you are not considering partial page rendering, auto submit, partial trigger, model view layer synchronisation etc.
    this information is needed high level programmer experience.
    ADF model layer rescue us from transection management, data inegrity problems.
    But view layer couses programmers to learn tons of (unnecessery) new details. (That problem not just about ADF JSF. it is web (html, javascript) problem.)
    ADF view layer is slower than forms appet at runtime also.
    I thing ADF needs a more rebust and easy userinterface layer.

  • Unable to start default server (IntegratedWeblogicServer) in jDev 11.1.1.2

    Hey guys,
    I am using the new release of jDev 11g (11.1.1.2)
    when ever i try starting the Default Server, i get the following message:
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [09:27:38 AM] ERROR: An error occurred while building the default domain.
    And the Log is as follows:
    Log File: D:\Gaurav\JDevHome\system11.1.1.2.36.55.36\o.j2ee.adrs\ExtendDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: D:\Oracle\Middleware\jdeveloper\jdev\
    Domain: D:\Gaurav\JDevHome\system11.1.1.2.36.55.36\DefaultDomain
    "D:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "D:\Gaurav\JDevHome\system11.1.1.2.36.55.36\o.j2ee.adrs\ExtendDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=D:\Oracle\Middleware\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\Middleware\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\Middleware\jdk160_14_R27.6.5-32\lib\tools.jar;D:\Oracle\Middleware\utils\config\10.3\config-launch.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;D:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.2.0.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;D:\Oracle\Middleware\modules\org.apache.ant_1.7.0/lib/ant-all.jar;D:\Oracle\Middleware\modules\net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar;;D:\Oracle\Middleware\oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/jrf-wlst.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.dms_11.1.1/dms.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.dconfig-infra_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.xdk_11.1.0/xml.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/orawsdl.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/mdds.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;D:\Oracle\Middleware\oracle_common/modules/org.apache.commons.digester_1.7.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.xml.bind_2.1.1.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.activation_1.1.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.xml.stream_1.1.1.0.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.http_client_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/adfsharembean.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/auditwlst.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/sslconfigwlst.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/oamap_help.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/ossoiap_help.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/jps-wlst.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-upgrade.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-patching.jar;D:\Oracle\Middleware\oracle_common\common\wlst\lib\adf-share-mbeans-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\lib\mdswlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\auditwlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\jps-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\jrf-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\oamap_help.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\oamAuthnProvider.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap_help.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\sslconfigwlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\wsm-wlst.jar
    wlst >
    wlst > PATH=D:\Oracle\Middleware\patch_wls1032\profiles\default\native;D:\Oracle\Middleware\patch_jdev1111\profiles\default\native;D:\Oracle\Middleware\wlserver_10.3\server\native\win\32;D:\Oracle\Middleware\wlserver_10.3\server\bin;D:\Oracle\Middleware\modules\org.apache.ant_1.7.0\bin;D:\Oracle\Middleware\jdk160_14_R27.6.5-32\jre\bin;D:\Oracle\Middleware\jdk160_14_R27.6.5-32\bin;;D:\Oracle\Middleware\wlserver_10.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=D:\Oracle\Middleware\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\Middleware\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\Middleware\jdk160_14_R27.6.5-32\lib\tools.jar;D:\Oracle\Middleware\utils\config\10.3\config-launch.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;D:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.2.0.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;D:\Oracle\Middleware\modules\org.apache.ant_1.7.0/lib/ant-all.jar;D:\Oracle\Middleware\modules\net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar;;D:\Oracle\Middleware\oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/jrf-wlst.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.dms_11.1.1/dms.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.dconfig-infra_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.xdk_11.1.0/xml.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/orawsdl.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/mdds.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;D:\Oracle\Middleware\oracle_common/modules/org.apache.commons.digester_1.7.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.xml.bind_2.1.1.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.activation_1.1.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.xml.stream_1.1.1.0.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.http_client_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/adfsharembean.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/auditwlst.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/sslconfigwlst.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/oamap_help.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/ossoiap_help.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/jps-wlst.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-upgrade.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-patching.jar;D:\Oracle\Middleware\oracle_common\common\wlst\lib\adf-share-mbeans-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\lib\mdswlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\auditwlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\jps-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\jrf-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\oamap_help.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\oamAuthnProvider.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap_help.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\sslconfigwlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\wsm-wlst.jar;D:\Oracle\Middleware\wlserver_10.3\common\eval\pointbase\lib\pbembedded57.jar;D:\Oracle\Middleware\wlserver_10.3\common\eval\pointbase\lib\pbclient57.jar;D:\Oracle\Middleware\wlserver_10.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Extend Default Domain
    wlst > Reading domain: /D:/Gaurav/JDevHome/system11.1.1.2.36.55.36/DefaultDomain/
    wlst > Adding domain extension template: /D:/Oracle/Middleware/jdeveloper/common/templates/applications/oracle.wc_adrs_template_11.1.1.jar
    wlst > Error: addTemplate() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "D:\Gaurav\JDevHome\system11.1.1.2.36.55.36\o.j2ee.adrs\ExtendDefaultDomain.py", line 39, in ?
    wlst > File "C:\WINNT\Temp\WLSTOfflineIni2152705032671847048.py", line 89, in addTemplate
    wlst >      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1497)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:406)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.template.dependency.SelectionConflictException: Missing prerequisites: DEP for Oracle WebCenter Framework:11.1.1.0 [D:\Oracle\Middleware\jdeveloper\common\templates\applications\oracle.wc_framework_template_11.1.1.jar] (Oracle WebCenter EM:11.1.1.0)
    wlst >
    Elapsed time: 26797 ms
    Note: I have deleted the folder system11.1.1.2.36.55.36 and tried starting jDev, but the problem still persists.
    Requesting you all to provide a solution for the problem.

    I am facing the exact same issue. It happened when I installed the Oracle SOA Composite Editor.
    I did the install - restarted the Jdeveloper and it all stopped working. I then deleted the systemsxxxx directory and made sure the CLASSPATH variable has been deleted (there was not one there anyway). Restarted jdeveloper and it still wont work.
    I seem to be hitting lots of snags - I have a demo to our manager tomorrow and I have nothing to show him. Surely a simple upgrade should not be so destructive.
    Once thing I did notice was this. I could not perform the online update - it said the username/password was incorrect (even though it was not). I then decided to download the file (about 200 M). I did this and installed the upgrade from the local machine. It seemed to install almost in a instant. Then there was a message to restart Jdeveloper. I did all this and still no joy.
    Any help would as always be appreciated.

  • Performance issues with LOV bindings in 3-tier BC4J architecture

    We are running BC4J and JClient (Jdeveloper 9.0.3.4/9iAS 9.0.2) in a 3-tier architecture, and have problems with the performance.
    One of our problems are comboboxes with LOV bindings. The view objects that provides data for the LOV bindings contains simple queries from tables with only 4-10 rows, and there are no view links or entity objects to these views.
    To create the LOV binding and to set the model for the combobox takes about 1 second for each combobox.
    We have tried most of tips in http://otn.oracle.com/products/jdev/tips/muench/jclientperf/index.html, but they do not seem to help on our problem.
    The performance is OK (if not great) when the same code is running as 2-tier.
    Does anyone have any good suggestions?

    I can recommend that you look at the following two bugs in Metalink: Bug 2640945 and Bug 3621502
    They are related to the disabling of the TCP socket-level acknowledgement which slows down remote communications for EJB components using ORMI (the protocol used by Oracle OC4J) to communicate between remote EJB client and server.
    A BC4J Application Module deployed as an EJB suffers this same network latency penalty due to the TCP acknowledgement.
    A customer sent me information (that you'll see there as a part of Bug# 3621502) like this on a related issue:
    We found our application runs very slow in 3-Tier mode (JClient, BC4J deployed
    as EJB Session Bean on 9iAS server 9.0.2 enterprise edition). We spent a lot
    of time to tune up our codes but that helped very little. Eventually, we found
    the problem seemed to happen on TCP level. There is a 200ms delay in TCP
    level. After we read some documents about Nagle Algorithm,  we disabled a
    registry key (TcpDelAckTicks) in windows2000  on both client and server. This
    makes our program a lot faster.
    Anyway, we think we should provide our clients a better solution other than
    changing windows registry for them, for example, there may be a way to disable
    that Nagle's algorithm through java.net.Socket.setTcpNoDelay(true), in BC4J,
    or anywhere in our codes. We have not figured out yet.
    Bug 2640945 was fixed in Oracle Application Server 10g (v9.0.4) and it now disables this TCP Acknowledgement on the server side in that release. In the BugDB, I see backport patches available for earlier 9.0.3 and 9.0.2 releases of IAS as well.
    Bug 3621502 is requesting that that same disabling also be performed on the client side by the ORMI code. I have received a test patch from development to try out, but haven't had the chance yet.
    The customer's workaround in the interim was to disable this TCP Acknowledgement at the OS level by modifying a Windows registry setting as noted above.
    See Also http://support.microsoft.com/default.aspx?kbid=328890
    "New registry entry for controlling the TCP Acknowledgment (ACK) behavior in Windows XP and in Windows Server 2003" which documents that the registry entry to change disable this acknowledgement has a different name in Windows XP and Windows 2003.
    Hope this info helps. It would be useful to hear back from you on whether this helps your performance issue.

  • List of Bugs Fixed in JDev 3.2.3

    Several users requested a list of bugs addressed in JDeveloper 3.2.3. Here is a list:
    Bugs Fixed for DAC
    Infoswing Frame Could Not Be Closed. (1729167)
    Validation Methods Are Invoked During Removing Of A New Row From Gridcontrol (1727214)
    Regrn:Lov Control: All Fields In Dept Are Listed Instead Of The Selected One. (1724885)
    Regrn: List Control Unbound Once Rollback. List Control Is Empty (1723467)
    Regrn: Value For The Last Field Doesn'T Get Saved In The Database. (1723367)
    Remove The Commit/Rollback Limitation From Findpanel (1720412)
    Abm: Rowsetaccessimpl.Absolute() Does Not Check For -1 On Call To Getrangestart (1719841)
    Canceling Closing Of Infointernalframe Doesn'T Work (1718994)
    Viewlinkinfo Objects Are Not Nested Application Module Aware (1717528)
    Viewlinkinfo Objects Generate Illegal View Link Names (1717507)
    Dac Lov Controls Are Not Binding To Dataitems (1717492)
    Entity Validation Handling Problem In Dac Gridcontrol (1717482)
    Trw - Rollback Reexcutes All Queries (1715674)
    Getestimatedrowcount Is Called Unnecessarily (1709897)
    Rowsetinfo - Error Message Needs More Details (1692843)
    Nls: Translated Button Labels Are Shown As Squares In Styleeditor (1688651)
    Abm: Blank Rows Created In Grid In Mapping Wizard'S Summary Page (1680610)
    Validaterow Is Not Called If You Leave The Row From Non-Modified Column (1671182)
    Textareacontrol Color Will Be Gray Always If Run In Jdev With Jdk 1.3 (1666518)
    Qabk: Infoswing Control Dialog Box Throws Exception At The Run Time (1665341)
    Sessioninfo.Close() Does Not Close The Database Session (1664400)
    Nls Business Component Data Form Runtime Missing Translations (1652484)
    Qablk Tree Control Picks Up And Displays Only First Selected Rowset (1647498)
    Abm: Nullpointerexception Is Thrown When Detail Button Is Used In Visual Trace (1647449)
    Rowsetinfo.Publishrowset Does Not Restorec Revoked Rowset. (1640653)
    After Setting Validation To Row Level Messages Appear More Than Once. (1640604)
    Detail Row Inserted Via Entity Object Is Not Displayed Automatically. (1633778)
    Dac-106 Trying To Set Nullable Date Column To Null If A Date Format Is Used (1633564)
    Memory Leak When Closing And Reinstantiating Internal Frames (1631899)
    Issuing Rollback/Reexecute Query Resets Query Find Criteria (1631795)
    Rows Inserted In Vo Not Displayed On Gridcontrol When Rowset Is Published (1625827)
    Data In Grid Control Is Lost After Applying Filter And Performing Updates (1624068)
    Data Does Not Display In Comboboxcontrol (1623945)
    Abm: Find Button In Filter Control Should Be Default For Enter Key - Posco Issue (1584634)
    Abm: Sorting On Filtered Grid Control Clears Filter - Posco Issue (1584627)
    Last Record Is Not Displayed When Scrolling Thru A Grid Control With Jdk 1.3.0 (1583918)
    Abm: Findcontrol Gets Built Everytime The Navigation Bar Is Bound To A Dataitem. (1527169)
    Rowset.Setqueryonopen(False) Does Not Prevent The Grid From Populating Itself. (1527158)
    Find Panel Custom Editor Option Does Not Work (1511669)
    Addmasterlinkinfo -- No Such Method, Should Be Addmasterlink (1503508)
    Abm: Sql Error When Findcontrol Is Used The Second Time - Posco Issue (1477081)
    Bugs Fixed for BC4J
    Insert A Row Using "Immediate Loading" Causes Nullpointerexception (1766124)
    Apps: Jdbc Statement Not Being Closed In Viewobjectimpl.Closefreedstatements() (1765387)
    Appsjperf: Bind Indexes Changes For Different Users For Inserting/Updating Eo'S (1761569)
    Data Page: Query Form Generates Incorrect Query If Attribute Name != Column Name (1756150)
    Classcast Exception: Createviewobject() Not Returning Remote Vo Subclass In Visi (1742764)
    Samples: Tester Project Does Not Compile, Prevents Use Of Tester To Debug (1720551)
    Samples: Inserting A New Item Into The Auctions Database Fails To Insert Dbrecor (1718004)
    Samples: Bc4jauctions.Html Adding An Item To Auctions Db Instructions Has Error (1717988)
    Samples: Bc4j Auctions Sample Sign Me Up Link Throws Exception (1717967)
    Qablk: Required Libraries Are Not Included In The Bc4j Project (1714268)
    Datapage Wizard Cannot Generate Anything (1713272)
    Datapage Wizard Should Use "Iso8859_1" As Default Encoding (1705620)
    Nls: Japanese Characters Are Garbled In "Show Data As Xml" Dialog In Jbo Tester (1700430)
    Can Not Include Xml File Using Xsql:Include-Xsql (1700125)
    Nls: Error Message In Bc4j Jsp Application Is Garbaged (1695391)
    Nls:Web Bean Wizard Does Not Register Web Beans To Web Object Manager Correctly (1693941)
    Nls: Js Tab Container Web Beans Cannot Display Japanese (1690456)
    Inputdate Doesn'T Allow Field Editing By User (1689571)
    Nls:Descriptions For Some Hilo Charts Are Not Shown In Jsp Element Wizard (1684559)
    Nls: Truncated Help Button In Add Servlet Dialog Of Web Object Manager (1677201)
    Nls: Truncated Button Label For 'Reset' In Query Dialog Of Data Form Runtime (1675129)
    Wrong Tip For Js Tree Control Web Bean In Jsp Element Wizard (1673107)
    Application Pool Generates Cookies Containing Commas (1667201)
    Noclassdeffounderror When Try To Run The Tester In Three-Tier Mode. (1665040)
    Using Am In Am Pool 2nd Time (Even Times) Causes Jbo-25302 (1664901)
    Apps: Vo.Setattributeinternal Causes All The Rows To Be Brought In From Db. (1663724)
    Ora-29534/Ora-29545 When Deploying Bc4j Runtime Classes (1661861)
    Nls: Too Small List Box And Truncated List Items In Jsp Element Wizard (1660075)
    Nls: Jbo-27022 Cannot Navigate Through Japanese Data With Bc4j (1660065)
    Web Object Manager Truncated Label In Edit Webbean Dialog (1658304)
    The Datapage Wizard Does Not Generate Code To Display Each Attributes In Vo. (1656532)
    Nls: Jsp Application Runtime Missing Translations (1647710)
    Labels In An Entity View Are Not Displayed Correctly (1640869)
    Nls: Horizontal Alignment And Translation Problem In The Jsp Element Wizard(Edit (1636848)
    Nls: Instruction Of Webnew.Java File Missing Translations (1636779)
    Query Collection Shouldn'T Be Blown Away If Maxfetchsize = 0 (1634721)
    Jbo-25014 Exception For Intermedia Domains (1634452)
    Cannot Create A Viewlink Between A View In A Local Am And One In An Imported Am. (1631834)
    Apps:Rowset Interface Should Also Provide Removerowsetiterator Method (1604934)
    Extra Spaces Before ';' And Minor Typo For Visibroker In Jbo Resource Files (1585159)
    Typo In A Webobject Resource File: "Xqsl" For Xsql (1585124)
    Apps: Enhanced Stateless With Affinity Support For Viewobjects (1576128)
    An Exception Occurs When Run The Database Setup File For Bc4j (1563286)
    Apps:View Object Wizard Gives Incorrect Error Message With Invalid Extend (1562030)
    Apps: Cannot Override 'Extends' Class In The View Object Wizard (1561990)
    Ias 10210 Nt M1: Jsp Error While Going To The Online Orders Window (1554391)
    Apps: Returns No Row For A Detail Rowset Even Though Such Row Exists In Db (1554209)
    Mats: Bc4j Samples Not Working Correctly (1542381)
    Nosuchmethodexception Using Bc4j Design Time With Xml Parser 2.1.0 Beta (1527368)
    Cap Gmac: Insert Problem After Upgrading From 3.1 (1524873)
    Nls: New Xsl File Needs Output Encoding Tag (1473212)
    Createuser.Sql Needs To Be Provided To Customers (1449624)
    Ias 9i: Bc4j Installer Needs To React To 3.2 Tutorial Changes (1411505)
    Nls: Ias1.0.2 M3: Jsp Bc4j Application Cannot Insert Record (1404390)
    Bugs Fixed for JDev IDE
    Webtogo Displaying Stale Pages. (1761657)
    Nls: Datapage Application Updates Multibyte Data Incorrectly On Webtogo Server (1746080)
    Integration Or Cache Problem With Web-To-Go (1741134)
    Nls: Translated Booknotfound.Html And Nojavadoc.Html Are Not Installed (1738859)
    Nls: Html Help Cannot Be Installed With Japanese Build (1738854)
    Nls: Japanese Html Help Has Wrong Folder Structure In The Contents Tab (1737050)
    Nls: Cannot Register Servlet Using Web Object Manager (1736178)
    Nls: Import Library Utility Is Not Translated And Doesn'T Support Japanese Char (1724029)
    Repository Source Control Workarea Picker Does Not Work In Jdk 1.3 (1717231)
    Nls:Error And Warning Are Garbled In Setting Encoding Of Compiler To "Cp1252" (1716640)
    Nls: Popup Menus "Open" And "Edit With Oracle Jdeveloper" Are Not Translated (1684565)
    Qablk:Jdeveloper Crash When Opening Frame In The Ui Design Mode In Windows 2000 (1683235)
    Nls: Overtranslated Parameter Names In Created Dialog (1677246)
    Nls: Comment 'Constructor' In Application, Class, Sqlj, Beaninfo Not Translated (1677241)
    Nls:Error Message Is Different Between Locale = Us And Ja (1671222)
    Nls: Cannot Select More Than One Jar/Zip File When Adding Paths (1660130)
    Nls: Cannot Run Jsp Application Using Bc4j Created With Japanese Tables (1660019)
    Nls:Unable To Insert/Update For Bc4j Jsp Application On Ias 1.0.2.0 (1656603)
    Nls: Httpservlet Code Is Incorrect (1650724)
    Nls: All Web Object Wizards Behaviour For Character Encoding Should Be Unified (1650722)
    Nls Enterprise Javabean Wizard Truncated Translations (1645621)
    Nls: A Message 'Loading Jsp' Missing Translation In The Jsp Runtime (1636889)
    Unable To Invoke Dependency Manager (1630723)
    Incorrect Otn Link Specified In Creating_Html_Clients\Srv_Pxsqlservlet.Html (1618656)
    Must Use Thin Jdbc In Order To Solve Nls Problems With Repository Tools (1534551)
    Nls:Webtogo Doesn'T Find Jsp Pages With Japanese Names. (1477338)
    Nls:Japanese Character Corrupted When Sql*Plus Invoked From Jdeveloper (1461164)

    Hi Steve
    Many thanks for that. Could I ask that
    this kind of thing goes in the release
    readme also.
    Marc

  • Performance Problems on Faces Navigation Diagram and Hyperthreading query

    Am I the only one having performance problems when dealing with Faces-Config Diagrams of about 35 JSPs displayed on the sheet. using Jdev 10.1.3 It's taking my workstation about a full minute and a half to update the name of an arrow. The most stressed component during this task seems to be the CPU.
    And just another question has anybody investigated how is the performance of Jdev affected by either enabling or disabling hyperthreading? In my case my CPU usage manages to reach only 50%. I'm tempted to switch HT off to let JDev use all the cpu power. if that would be the case.

    Hello Diego,
    you mentioned that you compared a BEx Query with the Web INtelligence report. Could you provide more details here ?
    - what are the elements in the rows, columns and free characterisitcs in the BEx Query ?
    - was the query execute as designed in the BEx Query Designer with BEx Web Reporting ?
    - what are the elements in the WebIntelligence Query panel ?
    thanks
    Ingo

  • Connectig to olap from jdev --- a succes???

    1. Install Oracle 9i Release 2 (9.2.0.1) Enterprise Edition with the General purpose database configuration (Data warehouse works as well). At the end of the installation I chose the password management button to change passwords for the few necessary accounts: SYS, SYSTEM, OLAPSYS, SH.
    2. Download the p3948480_9206_WINNT.zip from metalink, the 9.2.0.6 patchset
    3. Shut down any existing Oracle9i database instances with normal or immediate priority. Stop all listener and other services running in the Oracle home directory where you want to install the patch set.
    4. unzip the content of thepatch to a temp directory
    5. start setup.exe under the temp directory (it will start the Oracle Universal installer 10.1.0.3)
    6. install the patchset to your Oracle home, selecting the source in the temp_dir\stage\products.jar file
    7. review carefully the post-installation tasks for the patchset:
    Review the following sections before upgrading a database (quote from the patchset html readme):
    8.2.1.1If JServer is part of the installation ensure that there is at least 10 MB of free space allocated to the SYSTEM tablespace.
    8.2.1.2 Check XDB Tablespace Size
    For RAC installations, ensure that there is at least 50 MB of free space allocated to the XDB tablespace.
    8.2.1.3 Set the SHARED_POOL_SIZE and JAVA_POOL_SIZE Initialization Parameters
    Set the value of the SHARED_POOL_SIZE and the JAVA_POOL_SIZE initialization parameters as follows:
    Start the database:
    SQL> STARTUP
    If necessary, enter the following command to determine whether the system uses an initialization parameter file (initsid.ora) or a server parameter file (spfiledbname.ora):
    SQL> SHOW PARAMETER PFILE;
    This command displays the name and location of the server parameter file or the initialization parameter file.
    Determine the current values of these parameters:
    SQL> SHOW PARAMETER SHARED_POOL_SIZE
    SQL> SHOW PARAMETER JAVA_POOL_SIZE
    If the system is using a server parameter file:
    If necessary, set the value of the SHARED_POOL_SIZE initialization parameter to at least 150 MB:
    SQL> ALTER SYSTEM SET SHARED_POOL_SIZE='150M' SCOPE=spfile;
    If necessary, set the value of the JAVA_POOL_SIZE initialization parameter to at least 150 MB:
    SQL> ALTER SYSTEM SET JAVA_POOL_SIZE='150M' SCOPE=spfile;
    If the system uses an initialization parameter file, if necessary, change the values of the SHARED_POOL_SIZE and the JAVA_POOL_SIZE initialization parameters to at least 150 MB in the initialization parameter file (initsid.ora).
    Shut down the database:
    SQL> SHUTDOWN
    8.2.2 Upgrade the Database
    After you install the patch set, you must complete the following steps on every database associated with the upgraded Oracle home:
    Log on as a member of the Administrators group to the computer where the Oracle components are installed.
    Use SQL*Plus to login to the database as the SYS user with SYSDBA privileges:
    sqlplus /NOLOG
    CONNECT SYS/password AS SYSDBA
    Enter the following SQL*Plus commands:
    SQL> STARTUP MIGRATE
    SQL> SPOOL patch.log
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catpatch.sql
    SQL> SPOOL OFF
    Restart the database:
    SQL> SHUTDOWN
    SQL> STARTUP
    Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are accessed for the first time. This step is optional but recommended.
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\utlrp.sql
    9. Download the p4156468_9206_WINNT.zip patch for RDBMS and unzip in a temp dir
    10. Download the p2617419_10102_GENERIC.zip patch for OPATCH
    11. Go through:
    # Pre-Install Instructions:
    # Perform a clean shutdown of all Oracle databases, Oracle listeners, Oracle agents etc. that
    # run from the Oracle Home where you install this patch.
    # Stop all oracle services , Distributed Transaction Coordinator and other applications that use Oracle Client.
    # This may include Webservers if any, that load Oracle client in the mid tier.
    # Patch Installation Instructions:
    # This patch must be installed using the OPatch utility which depends
    # upon Perl. For details of where to get OPatch / Perl and how to use
    # OPatch to install this patch please refer to MetaLink Note:189489.1
    # To apply the patch, make sure the ORACLE_HOME environment variable is
    # set to the correct Oracle Home which needs to be patched:
    # > set ORACLE_HOME=<Oracle Home Path>
    # Then set your current directory to the directory where the patch is
    # located, e.g.:
    # > cd 4156468
    # Ensure that the directory containing the OPatch script appears in
    # your Path; then enter the following command:
    # > perl opatch.pl apply
    # Post-Install Instructions:
    # 1) If Oracle Ultra Search is installed, run the following:
    # sqlplus /nolog
    # SQL> connect / as sysdba
    # SQL > alter session set current_schema=WKSYS;
    # SQL > @%ORACLE_HOME%\ultrasearch\admin\wk0meta.plb
    # SQL > @%ORACLE_HOME%\ultrasearch\admin\wk0ds.plb
    # Restart the Oracle Http server and jserv.
    # 2) SQL> connect / as sysdba
    # SQL> @%ORACLE_HOME%\rdbms\admin\dbmsspc.sql
    # SQL> @%ORACLE_HOME%\rdbms\admin\prvtspad.plb
    # 3) Finally, to compile any invalid PL/SQL objects
    # This scripts takes a positive integer parameter indicating the
    # number of parallel recompilation threads desired. If this parameter
    # is set to 0 or NULL, this script derives a value based on the
    # CPU_COUNT database parameter. If the parameter is set to 1,
    # sequential recompilation is used.
    # SQL> connect / as sysdba
    # SQL> shutdown immediate
    # SQL> startup
    # SQL> @%ORACLE_HOME%\rdbms\admin\utlrp.sql
    12. Install JDeveloper 9.0.4 (download it from OTN and just unzip it in a directory ... it doesn't require an oracle home)
    13. Install BI Beans 9.0.4 (download it from OTN as well), run the setup.exe that comes with it and in the destination oracle home select the directory where you installed JDeveloper and give an oracle home name to it)
    14. Install the BIBDEMO schema:
    Create a directory on the computer that is running the Oracle9i database. This install_home directory is the location to which you will upload the data files that are required to build the BIBDEMO schema.
    On the computer where BI Beans is installed, locate the bibeans_home\bibdemo_schema folder (where bibeans_home is the root folder of your BI Beans installation). Copy all of the files found in this folder to the install_home folder on your server machine.
    Open a DOS prompt and navigate to the install_home folder.
    Run bibdemo.bat to install the schema, using the following syntax:
    bibdemo.bat <path to Oracle database files >
    For example, for an instance named my9iService, enter the following:
    bibdemo.bat D:\OraHome1\oradata\my9iService
    You are prompted for the password for the sys as sysdba user.
    The script takes approximately 15 minutes to run, depending on the machine specifications. It is normal to see some error messages while the script is running. In addition, when materialized views are being created in the database, the script will appear to stop; this is also normal. A clear message will tell you when the script has completed.
    The log files (*.log) that are generated by the installation script are stored in the folder from which you ran the script.
    15. Install the BI Beans Catalog (BIBCAT schema):
    On your local machine, open a command prompt at Oracle_home/bibeans/bin where Oracle_home is the directory where JDeveloper is installed. When you installed BI Beans, you made this directory an Oracle Home.
    Set the environment variable JDEV_ORACLE_HOME to the Oracle Home directory.
    Ensure that the environment variable JAVA_HOME is set to the directory where the JDK is installed.
    If the environment variable JDBC_CLASSPATH is not set, then installing the Catalog sets it to ORACLE_HOME/bibeans/jdbc/lib_92, the directory that contains the JDBC files that are required by BI Beans. However, if JDBC_CLASSPATH is already set, then you must ensure that it references a directory that contains an appropriate version of the JDBC files (classes12.jar and nls_charset12.jar), as follows:
    If you are using the Oracle JDBC Thick (OCI) driver, then the version of the JDBC files must exactly match that of the database.
    If you are using the Oracle JDBC Thin (Pure Java) driver, then you should use the JDBC files from Oracle9i Release 2, 9.2.0.2 or higher.
    Ensure that sqlplus is included in the PATH variable.
    Run Oracle_home\bibeans\bin\bi_installcatauto.bat on Windows or Oracle_home/bibeans/bin/bi_installcatauto.csh on UNIX as follows:
    bi_installcatauto host_name port_id sid
    Where host_name is the name of the host machine, port_id is the port identifier, and Sid is the identifier of the database instance. For example :
    bi_installcatauto sun-server 1521 orcl
    When prompted, enter the password for the user SYSTEM. (If you do not know the password, then ask your DBA.) When you see a warning that the BI Beans Catalog is about to be overwritten, press Y to continue. The script creates a user named BIBCAT, with default tablespace USERS, and temporary tablespace TEMP.
    Note: BIBCAT is an application user, as well as the Catalog schema owner. The user name is case sensitive. Application user names are used when running the BI Beans Catalog Explorer. You should also make note of the user name now, because you will need it later when you are developing applications with JDeveloper.
    As the script runs, error messages are written to the console. Some error messages occur when database objects that do not exist are dropped; you can ignore such messages. However, if there are other error messages, then review the errors and take appropriate action.
    At these last two steps, be very careful with those environment variables (especially the JDBC_CLASSPATH - Windows example -- If the Oracle Home directory is d:\oracle9, then you enter the following: JDBC_CLASSPATH=d:\oracle9\jdbc\lib\classes12.jar;d:\oracle9\jdbc\lib\nls_charset12.jar)
    16. after all this, break your keyboard, cause it's still not working :))
    17. this I don;t guarantee that will also work for you, but for me, at the end of almost 24 hrs of "installing" finally gave some results.
    open sqlplus /nolog
    connect / as sysdba
    @%Oracle_home%\cwmlite\admin\amdpatch.sql
    @%Oracle_home%\cwmlite\admin\postamd.sql
    @%Oracle_home%\olap\admin\olap.sql
    I think you should also run @%Oracle_home%\olap\admin\olapapi.sql but when I noticed that something finally worked I was too afraid to try anything else.
    Here's what
    bi_checkconfig.bat -h ana -po 1521 -sid proiect -u bibdemo -p bibdemo -q
    returned:
    BI Beans Diagnostics(v1.0.2.0) 2/28/05
    ===============================================================================
    JDEV_ORACLE_HOME .......................... = E:\OraDS
    JAVA_HOME ................................. = E:\OraDS\jdk
    JDeveloper version ........................ = 9.0.4.1.1.1436
    BI Beans release description .............. = BI Beans 9.0.4 Production Release
    BI Beans component number ................. = 9.0.4.23.0
    BI Beans internal version ................. = 2.7.5.32
    Connect to database ....................... = Successful
    JDBC driver version ....................... = 9.2.0.4.0
    JDBC JAR file location .................... = E:\OraDS\jdev\lib\patches
    Database version .......................... = 9.2.0.6.0
    OLAP Catalog version ...................... = 9.2.0.1.0
    OLAP AW Engine version .................... = 9.2.0.1.0
    OLAP API Server version ................... = 9.2.0.1.0
    BI Beans Catalog version .................. = N/A; not installed in bibdemo
    OLAP API JAR file version ................. = 9.2
    OLAP API JAR file location ................ = E:\OraDS\jdev\lib\ext
    Load OLAP API metadata .................... = Successful
    Number of metadata folders ................ = 2
    Number of metadata measures ............... = 12
    Number of metadata dimensions ............. = 8
    Testing sample query for measures and dimensions
    (S=Schema, C=Cube, M=Measure, D=Dimension)
    1/21) Measure Budget ................... = Successful
    S=BIBDEMO, C=BIBDEMO_BUDGET_CUBE, M=BUDGET
    2/21) Measure Actual ................... = Successful
    S=BIBDEMO, C=BIBDEMO_ACTUAL_CUBE, M=ACTUAL
    3/21) Measure Close Price .............. = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_CLOSE
    4/21) Measure Open Price ............... = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_OPEN
    5/21) Measure Low Price ................ = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_LOW
    6/21) Measure High Price ............... = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_HIGH
    7/21) Measure Stock Volume ............. = Successful
    S=BIBDEMO, C=BIBDEMO_STKPRICE_CUBE, M=STKPRICE_VOLUME
    8/21) Dimension Division ............... = Successful
    S=BIBDEMO, D=DIVISION
    9/21) Dimension Line Items ............. = Successful
    S=BIBDEMO, D=LINE
    10/21) Dimension Time ................... = Successful
    S=BIBDEMO, D=TIME
    11/21) Dimension Day .................... = Successful
    S=BIBDEMO, D=DAY
    12/21) Dimension Stock .................. = Successful
    S=BIBDEMO, D=STOCK
    13/21) Measure Costs .................... = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.COSTS
    14/21) Measure Promotion ................ = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.PROMO
    15/21) Measure Quota .................... = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.QUOTA
    16/21) Measure Units .................... = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.UNITS
    17/21) Measure Sales .................... = Successful
    S=BIBDEMO, C=ANALYTIC_CUBE, M=F.SALES
    18/21) Dimension Channel ................ = Successful
    S=BIBDEMO, D=CHANNEL
    19/21) Dimension Geography .............. = Successful
    S=BIBDEMO, D=GEOGRAPHY
    20/21) Dimension Product ................ = Successful
    S=BIBDEMO, D=PRODUCT
    21/21) Dimension Time ................... = Successful
    S=BIBDEMO, D=TIME
    Metadata output location .................. = E:\OraDS\bibeans\bi_checkconfig\bi
    _metadata.txt
    To interpret this output, see the "Displaying Information about your Oracle9i Bu
    siness Intelligence Beans Client Configuration" technical note, whose file name
    is bi_checkconfig_tn.html
    These diagnostics are captured in: E:\OraDS\bibeans\bi_checkconfig\bi_checkconfi
    g.xml
    so, is this ok???????
    should i do anything else?????????

    Hi..
    Even I tried installing patch 9.2.0.6. much much similar to the way you tried except for the last two post installation patches you mentioned I didnt run it.
    I didnt understnd what the problem is but when I open sqlplus I still see it as 9.2.0.1.
    Can anyone suggest me how to correct it or is the way I installed is wrong?
    A quick answer would be the biggest favour for me
    thanks in advance

  • ER's for Facelet Support, or "why facelets is a 2nd class citizen in JDev"

    Hello all,
    After an [url http://forums.oracle.com/forums/thread.jspa?threadID=873997]interesting journey getting Facelets, Trinidad, and JDeveloper 11g to play nicely together, I thought I'd post some thoughts on the sort of things that (IMHO) JDeveloper 11 needs in order to offer real, true Facelets support. I'll offer my list below, which will include observations as well as suggestions:
    1). If we are going to use true .xhtml files, JDeveloper 11g doesn't support drag-and-drop from the data control pallette on to the .xhtml page (I do have a workaround that I'll detail below, but that has its own issues).
    2). It's literally impossible to mix JSP and Facelets in a single project. As soon as you configure your project for JSP (by adding taglibs, for instance), you can no longer create a Facelets page from the "New" gallery, as JDeveloper will tell you "Cannot add a facelets page to a project configured for JSP." It works both ways, too - if you add a Facelets file to your project, no longer can you create a JSP.
    3). Even if I manually try to get data bindings (page definitions) working with .xhtml files, it doesn't seem to work (I did this by creating a jspx file and page definition and copying files / changing the data binding registry).
    4). Because ADF Faces is so intertwined with Trinidad, it would be nice if faces-config.xml and web.xml would be properly configured automatically (as an option) for Trinidad. If I manually configure faces-config.xml by ensuring the view handler is not defined there, define an alternate view handler in web.xml, and then add a new Facelets page to my project, JDeveloper undoes all my work and puts the view handler back in faces-config.xml, causing major problems.
    5). To work-around the poor support for drag-and-drop from data controls onto .xhtml files, I have just decided to use .jspx as my default suffix for Facelets files. I create them via picking "JSF Page" from the new gallery, and then I manually mess around with the source so that it's not really a JSPX anymore. However, if I do this, I don't have any tag completion support for the Facelets tags. If I download the TLD from [url https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=4190&expandFolder=4190&folderID=0]here, JDeveloper complains about not having a tag handler class.
    6). Two words: WYSIWYG Editing. There isn't any for Facelets pages. I have ADF Template envy. As soon as you configure web.xml and faces-config.xml for Facelets, all WYSIWYG is broken. Now, I know "real" coders don't use WYSIWYG, but it's sure darn nice to switch from source view and take a quick peek at the layout. For new-to-JSF/new-to-Trinidad/new-to-ADF Faces developers, it's almost a hard-and-fast necessity.
    7). Would be nice to have page definition inheritance working like for ADF Templates too.
    8). Drag-and-dropped things from the data control tend to include f:validator tags. No problems there, but the tags don't include an validatorId. Facelets needs them. I work around this manually by adding validatorId="" to each of the tags. I know there is a velocity template somewhere that JDeveloper uses for this drag-and-drop, but I cannot find them - does anyone know where they are?
    9). If, in a project with no ADF Faces - only Trinidad, if I drag-and-drop from the data control on to an ui:define tag in the structure window, I get all kinds of ADF Faces options for the drop, nothing for trinidad.
    10). Facelets < 1.1.15 has a tiny bug with the ui:debug tag (you cannot expand the component tree). It would be nice to update the one included with JDev (1.1.12) - I have done this and it appears to work fine.
    From a productivity point of view - #6, together with drag-and-drop support on to true .xhtml files (not .xhtml files with a .jspx extension) would elevate the game leaps-and-bounds.
    I'm interested in any of the following:
    a). Some wonderful news from Oracle that they already know all of these limitations and they are fixed in a patch release which was just uploaded to OTN 5 minutes ago ;)
    b). Insight on better ways of working with ADF BC / ADF Bindings / Trinidad / Facelets in JDeveloper 11
    c). Feedback and experiences from other people using Facelets in JDeveloper, particularly with ADF Data Binding.
    Depending upon the level of interest, perhaps we can migrate the discussion over to the [url http://groups.google.com/group/adf-methodology]ADF Enterprise Methodology group and produce a Wiki page out of it.
    Best regards,
    John

    Nice post John,
    Here are some of my comments on those issues:
    +1). If we are going to use true .xhtml files, JDeveloper 11g doesn't support drag-and-drop from the data control palette on to the .xhtml page (I do have a workaround that I'll detail below, but that has its own issues).+
    +3). Even if I manually try to get data bindings (page definitions) working with .xhtml files, it doesn't seem to work (I did this by creating a jspx file and page definition and copying files / changing the data binding registry).+
    I tried that a while back too because Facelets is so much more powerful than anything else to achieve high performance and powerful templating in JSF, but it's completely unsupported. I tried all possible combination of servlet-mapping aand servlet-filter-mapping. AFAIK there's no way to do it yet and Oracle will most likely delay the support of Facelets + Databindings until JSF 2.0 where there won't be much choice. If you got them working somehow in 11g, I would be very very interested in getting a small demo project.
    +2). It's literally impossible to mix JSP and Facelets in a single project. As soon as you configure your project for JSP (by adding taglibs, for instance), you can no longer create a Facelets page from the "New" gallery, as JDeveloper will tell you "Cannot add a facelets page to a project configured for JSP." It works both ways, too - if you add a Facelets file to your project, no longer can you create a JSP.+
    I can understand that one, I'm sure it comes from a a very good intention from Oracle as Facelets actually replace the JSP engine, meaning the pages don't get parsed by JSP, thus tag classes don't get called. So I assume that limitation was to prevent people from thinking that Facelets integrates with JSP while it's not at all. However, I can understand that some applications might want to leverage both technologies at the same time
    Regards,
    ~ Simon

  • Performance issue with Jdeveloper

    Hi Guys,
    I am experiencing strange performance issue with Jdeveloper 10.1.3.3.0.4157. There are many other threads regarding the performance issue in this forum, but the problem I have is a little bit different.
    I have two computers: one is Athlon 3200+ with Vista and another one is P4 dual core 6400 with XP (service pack 2). Both of them have 2GB memory.
    I am running the same simple project on both computer, but only the one with Vista has the problem. The problem is very similar to the problem mentioned in the thread:
    Re: IDE has become extremely slow?
    But it's much worse. It only happens only on JSF pages. Basically, any operations on the JSF pages are very slow. Loading the page, changing the attributes of a button in source editor, or even clicking the items in the design view take forever to run.
    The first weird thing is that it may use 100% CPU, but it never recover, which means the 100% CPU usage never stops or when it stops, the Jdeveloper stops responding.
    The second weird thing is that the project is not big. Actually, it's very small. The problem started to happen since last week. There are not big changes during the period. The only thing I can say is that we created two more JSF pages.
    The third weird thing is that the same project never happened on the P4+XP box. When I open the project on the P4+XP box, it’s always fast and no CPU spike.
    Any advises are welcome!
    Thanks,
    Steven

    Hi Guys,
    I re-made a simple test project for this problem and now I now always reproduce the problem in JDeveloper on both system (XP & Vista). Everytime I open this jspx file in the source editor and try to scroll up/down the source file, or manually delete an attribute, JDeveloepr will hang and the CPU usage is 0%.
    Here is the content of the test file:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <afh:html binding="#{backing_streettypedetail.html1}" id="html1">
    <afh:head title="streettypedetail"
    binding="#{backing_streettypedetail.head1}" id="head1">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body binding="#{backing_streettypedetail.body1}" id="body1">
    <af:messages binding="#{backing_streettypedetail.messages1}"
    id="messages1"/>
    <h:form binding="#{backing_streettypedetail.form1}" id="form1">
    <af:panelForm binding="#{backing_streettypedetail.panelForm1}"
    id="panelForm1">
    <af:inputText value="#{bindings.streetTypeID.inputValue}"
    label="#{bindings.streetTypeID.label}"
    required="#{bindings.streetTypeID.mandatory}"
    columns="#{bindings.streetTypeID.displayWidth}"
    binding="#{backing_streettypedetail.inputText1}"
    id="inputText1">
    <af:validator binding="#{bindings.streetTypeID.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.description.inputValue}"
    label="#{bindings.description.label}"
    required="#{bindings.description.mandatory}"
    columns="#{bindings.description.displayWidth}"
    binding="#{backing_streettypedetail.inputText2}"
    id="inputText2">
    <af:validator binding="#{bindings.description.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.abbr.inputValue}"
    label="#{bindings.abbr.label}"
    required="#{bindings.abbr.mandatory}"
    columns="#{bindings.abbr.displayWidth}"
    binding="#{backing_streettypedetail.inputText3}"
    id="inputText3">
    <af:validator binding="#{bindings.abbr.validator}"/>
    </af:inputText>
    <f:facet name="footer">
    <h:panelGroup binding="#{backing_streettypedetail.panelGroup1}"
    id="panelGroup1">
    <af:commandButton text="Save"
    binding="#{backing_streettypedetail.saveButton}"
    id="saveButton"
    actionListener="#{bindings.mergeEntity.execute}"
    action="#{userState.retrieveReturnNavigationRule}"
    disabled="#{!bindings.mergeEntity.enabled}"
    partialSubmit="false">
    <af:setActionListener from="#{true}"
    to="#{userState.refresh}"/>
    </af:commandButton>
    <af:commandButton text="Cancel"
    binding="#{backing_streettypedetail.cancelButton}"
    action="#{userState.retrieveReturnNavigationRule}"
    id="cancelButton">
    <af:setActionListener from="#{false}"
    to="#{userState.refresh}"/>
    </af:commandButton>
    </h:panelGroup>
    </f:facet>
    </af:panelForm>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_streettypedetail-->
    </jsp:root>
    Can anybody take a look at the file and let me know what's wrong with it?
    Thanks in advance.
    Steven

  • Error in Jdev while running the "home" page in WebCenter Portal Application

    Hi All,
    I am using Jdev 11.1.1.6 with WebCenter extensions installed.
    I created a WebCenter Portal -Framework Application, in the folders created there is a home page which is giving the below error in Jdev Stack while trying to run it.
    Can someone help me how to go ahead from this.
    <EclipseLinkLogger> <basicLog> 2012-04-19 16:23:43.067--ServerSession(5023997)--PersistenceUnitInfo ServiceFrameworkPUnit has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored
    <LifecycleServletContextListener> <doImportExportSet>
    oracle.webcenter.lifecycle.LifecycleException: MDSException while creating an export set import lock
         at oracle.webcenter.lifecycle.operation.LockUnit.doImportExportSet(LockUnit.java:359)
         at oracle.webcenter.lifecycle.operation.ImportExportSetOperation.doImportExportSet(ImportExportSetOperation.java:106)
         at oracle.webcenter.lifecycle.LifecycleService.doImportExportSet(LifecycleService.java:585)
         at oracle.webcenter.lifecycle.listener.LifecycleServletContextListener.doImportExportSet(LifecycleServletContextListener.java:361)
         at oracle.webcenter.lifecycle.listener.LifecycleServletContextListener.contextInitialized(LifecycleServletContextListener.java:148)
         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:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.mds.exception.ReadOnlyStoreException: MDS-01273: The operation on the resource /oracle/webcenter/lock/exportsetImport/exportsetImport.xml failed because source metadata store mapped to the namespace / DEFAULT is read only.
         at oracle.mds.core.MDSSession.checkAndSetWriteStoreInUse(MDSSession.java:2495)
         at oracle.mds.core.MDSSession.checkAndSetWriteStoreInUse(MDSSession.java:2548)
         at oracle.mds.core.BeanMetadataObject.createInstanceInternal(BeanMetadataObject.java:363)
         at oracle.mds.core.BeanMetadataObject.access$000(BeanMetadataObject.java:74)
         at oracle.mds.core.BeanMetadataObject$1.run(BeanMetadataObject.java:319)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.mds.core.BeanMetadataObject.createInstance(BeanMetadataObject.java:313)
         at oracle.webcenter.lock.schema.jaxb.LockMO.createInstance(LockMO.java:40)
         at oracle.webcenter.lock.LockService.createLockDocument(LockService.java:442)
         at oracle.webcenter.lock.LockService.createLock(LockService.java:176)
         at oracle.webcenter.lifecycle.operation.LockUnit.doImportExportSet(LockUnit.java:336)
         ... 41 more
    <ProfileFactory> <<clinit>>
    java.lang.ClassCastException: oracle.webcenter.peopleconnections.profile.config.beans.PeopleconnProfileConfigImpl cannot be cast to oracle.webcenter.peopleconnections.profile.config.beans.PeopleconnProfileConfig
         at oracle.webcenter.peopleconnections.profile.ProfileFactory.<clinit>(ProfileFactory.java:113)
         at oracle.webcenter.peopleconnections.profile.LifecycleListener.contextInitialized(LifecycleListener.java:76)
         at oracle.webcenter.framework.internal.view.WCFrameworkContextListener.contextInitialized(WCFrameworkContextListener.java:354)
         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:120)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <ProfileFactory> <getProfileManager> null
    <ADFContext> <getCurrent> Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    For more information please enable logging for oracle.adf.share.ADFContext at FINEST level.
    <Apr 19, 2012 4:23:43 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.webcenter.framework.internal.view.WCFrameworkContextListener failed: java.lang.InstantiationError: ServiceContext resource configuration file "META-INF/context.provider" found, but the class defined "class oracle.webcenter.framework.internal.service.DefaultServiceContext" is not an instance of oracle.webcenter.framework.service.ServiceContext..
    java.lang.InstantiationError: ServiceContext resource configuration file "META-INF/context.provider" found, but the class defined "class oracle.webcenter.framework.internal.service.DefaultServiceContext" is not an instance of oracle.webcenter.framework.service.ServiceContext.
         at oracle.webcenter.framework.service.ServiceContext.getContext(ServiceContext.java:248)
         at oracle.webcenter.peopleconnections.connections.ConnectionsServiceFactory.getInstance(ConnectionsServiceFactory.java:96)
         at oracle.webcenter.peopleconnections.connections.LifecycleListener.contextInitialized(LifecycleListener.java:59)
         at oracle.webcenter.framework.internal.view.WCFrameworkContextListener.contextInitialized(WCFrameworkContextListener.java:354)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         Truncated. see log file for complete stacktrace
    >
    <WCFrameworkCacheUtils> <createRegion> cannot access Java Object Cache
    <PortletServletContextListener> <contextDestroyed> MBean deregistration problem
    INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
    INFO: Found persistence provider "org.eclipse.persistence.jpa.PersistenceProvider". OpenJPA will not be used.
    <ProfileFactory> <getProfileManager> null
    <LifecycleListener> <contextDestroyed> java.lang.NullPointerException
    <BPELConnectionUtil> <getWorklistConnections> The Worklist service does not have a ConnectionName configuration entry in adf-config.xml that maps to a BPELConnection in connections.xml, therefore the Worklist service was not configured for this application.
    <ADFContext> <getCurrent> Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    For more information please enable logging for oracle.adf.share.ADFContext at FINEST level.
    <Apr 19, 2012 4:23:43 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.webcenter.framework.internal.view.WCFrameworkContextListener failed: java.lang.InstantiationError: ServiceContext resource configuration file "META-INF/context.provider" found, but the class defined "class oracle.webcenter.framework.internal.service.DefaultServiceContext" is not an instance of oracle.webcenter.framework.service.ServiceContext..
    java.lang.InstantiationError: ServiceContext resource configuration file "META-INF/context.provider" found, but the class defined "class oracle.webcenter.framework.internal.service.DefaultServiceContext" is not an instance of oracle.webcenter.framework.service.ServiceContext.
         at oracle.webcenter.framework.service.ServiceContext.getContext(ServiceContext.java:248)
         at oracle.webcenter.peopleconnections.connections.ConnectionsServiceFactory.getInstance(ConnectionsServiceFactory.java:96)
         at oracle.webcenter.peopleconnections.connections.LifecycleListener.contextDestroyed(LifecycleListener.java:83)
         at oracle.webcenter.framework.internal.view.WCFrameworkContextListener.contextDestroyed(WCFrameworkContextListener.java:203)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
         Truncated. see log file for complete stacktrace
    Regards, Suma Emani

    Do you have any space in jdeveloper workspace directory ?
    i.e C:\Document and settings like path.
    Also mention the default integrated domain's path.
    If any space is present then create a new domain and workspace without containing any space and run your application.
    Regards,
    Hoque

Maybe you are looking for

  • Error Message as " SU - SUBRC 12" when going to save SAP files in Excel

    Dear Sir/Madam, One of our User in SAP Getting the following error message when he is going to save any files in SAP as SYSTEM->LIST->LOCAL FILES  and then Spredshhet in Excell as : *"You are not Authorized to save lists in local files ( SY- SUBRC 12

  • Airport and internet connection

    Can anyone help me with this? My internet connection has been a problem off and on for years but now, its unbearable. I have a wireless setup. For years I used my airport extreme base station to hook up to the internet. I would lose the connection an

  • Converting "book" to "slideshow"

    I've created a book (some of the pages have multiple photos) and would like to create a slideshow (to ultimately be burned via iDvd) that would show each of the pictures individually. Unfortunately I can't even seem to figure out how to create the sl

  • Set purchased music as default ringtone

    My 13 year old son purchased a ring tone, which is now shown as a song on his song list.  He wants to set this song as his default ring tone.  We kow how to change ringtones, but the song does not appear in the ringtone list.  How can we either get t

  • OMF importing Stereo Tracks are Seperate Mono?

    Hey guys, When you import OMFs into audition, each stereo track from FCP comes in on a seperate mono track.  How do you make the 2 tracks that were originally stereo in FCP stereo in Audition so you dont have to make the same edit to the two seperate