11g Memory Profiler: ADF BC 2 AppModuleImpls and 2 ViewObjectImpls?

I'm currently playing with the Memory Profiler under JDev11g 11.1.1.2.0, and I'm seeing some unexplained behavior on the number of AppModuleImpl + ViewObjectImpls created.
To replicate I've built a very simple application:
1) A single EO
2) A single updateable VO based on the EO
3) An AM with the VO exposed
4) A single ADF Faces RC Forms page based on the VO
5) The relevant pageDef file with the iterator and attribute bindings
6) The relevant DataBinding.cpx file with the pageDef reference + the single DataControl mapping back to AM using the config AppModuleLocal
I've done absolutely nothing tricky in terms of the setup, taking all default values. At runtime when the page is invoked, I can see in the Memory Profiler that:
a) 25 EntityImpl's are created for my relating EO - this is expected as it's the rangesize determined by the iterator the pageDef
b) 25 ViewRowImpl's reflecting the rows retrieved by the VO
but oddly:
c) 2 AppModuleImpl's, where I'd expect one (by 2 I mean the Size column in the Memory Profiler shows 2, as well as the Final and Balance columns)
d) 2 ViewObjectImpl's, where I'd expect one
...and slightly more strange, I can see the constructor for the AppModuleImpl called only once?
I'll take a bet this is something to do with the AM pool settings, but the fact that I can't see the AppModuleImpl constructor called twice (only once) leaves me to think there's something else going on.
Could somebody assist me in understanding why I'm seeing the above behavior please?
(Post edit: I should also mention we're talking about a single user request here, not multiple users).
Cheers,
CM.

Boing.

Similar Messages

  • Jdev11g CPU profile and Memory Profile doesn't work for Mac

    I'm running Jdev11g on Mac OSX 10.5.5,
    CPU Profile and Memory Profile doesn't work. I got following message:
    Error occurred during initialization of VM
    Could not find agent library in absolute path: /Shared/jdevjavabase11110/jdeveloper/jdev/lib/profiler16.so
    The file actually is there. I don't understand why they looking for .so file, it supposed to be mapped as .jnilib on Mac.
    This is broken on TP4 as well.

    I'm still seeing this issue. Here is what I get:
    /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java -client "-agentpath:/Users/kamleshnanda/Downloads/jdeveloper/jdev/lib/profiler16.so=port=60950,jarpath=/Users/kamleshnanda/Downloads/jdeveloper/jdev/lib/profiler-agent.jar,enable=t,depth=1000,startup=connect,time" -classpath /Users/kamleshnanda/jdeveloper/mywork/MyJavaApplication/Project1/classes project1.Class1 Hello
    Error occurred during initialization of VM
    Could not find agent library in absolute path: /Users/kamleshnanda/Downloads/jdeveloper/jdev/lib/profiler16.so
    Process exited with exit code 1.
    I'm using the following build:
    About
    Oracle JDeveloper 11g Release 1 11.1.1.2.0
    Java Edition Version 11.1.1.2.0
    Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Copyright © 1997, 2009 Oracle and/or its affiliates. All rights reserved.
    IDE Version: 11.1.1.2.36.55.36
    Product ID: oracle.jdeveloper
    Product Version: 11.1.1.2.36.55.36
    Version
    Component     Version
    =========     =======
    CVS Version (External)     (CVS) 1.12.13 (client/server)
    Java(TM) Platform     1.6.0_17
    Oracle IDE     11.1.1.2.36.55.36
    PMD     JDeveloper Extension 4.2.5.3.0
    Team Productivity Center     11.1.1.2.36.55.36
    Versioning Support     11.1.1.2.36.55.36
    Here are the JVM properties:
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_17-b04-248-10M3025
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.vendor     Apple Inc.
    java.vendor.url     http://www.apple.com/
    java.vendor.url.bug     http://bugreport.apple.com/
    java.version     1.6.0_17
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Apple Inc.
    java.vm.version     14.3-b01-101
    Here is the OS information:
    os.arch     x86_64
    os.name     Mac OS X
    os.version     10.6.2

  • Memory profiling with Scout and Xcode Instruments

    Hi,
    We are doing some memory profiling on our app, its a rather big app with a lot of assets.
    The tests are being made on a iPad Mini, iOS 6.1.3, Air 4.0(latest from labs).
    With Scout I'm seeing a stable 69mb of ram and 27mb of vram, which is expected.
    But with Xcode Instruments it rarely drops below 200mb..
    Is there something I'm missing or is that correct? It feels like quite a big diff.
    Thanks!
    -Simon

    Sascha - thanks for the tip! I will check this out.
    User514118,
    There are three good online help articles (in jdev 10.1.3) that you should take a look at:
    1. Deploying ADF Applications (see Tomcat section)
    2. Apache Tomcat Application Server
    3. Creating a Connection to Apache Tomcat
    Also, related threads on the forum include:
    Validate Tomcat 5.5x JNDI Configuration? (setting up datasource)
    Re: Can't see adf component on Tomcat
    Re: Deploy exploded war structure on Tomcat (one way to integrate with Tomcat for development cycles)
    For MySQL, I needed to copy the database driver to $Tomcat_Home/common/lib folder
    For Windows, here are some of my environment vars:
    CLASSPATH=C:\Program Files\jdevstudio1013\jdk\lib\tools.jar;C:\jakarta-tomcat-5.5.9\common\lib\servlet-api.jar; C:\jakarta-tomcat-5.5.9\common\lib\jsp-api.jar;
    JAVA_HOME=C:\Program Files\jdevstudio1013\jdk (also include this in the Path var)
    TOMCAT_HOME (and CATALINA_HOME) =c:\jakarta-tomcat-5.5.9
    <tomcat_home>\conf\web.xml
    <servlet-mapping>
    <servlet-name>jsp</servlet-name>
    <url-pattern>*.jsp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>jsp</servlet-name>
    <url-pattern>*.jspx</url-pattern>
    </servlet-mapping>
    Hope this helps - if still having issues can you post under a new topic?
    thanks

  • TP4[BUG]: Memory profile and CPU profile doesn't work for MAC

    I'm using Mac OSX 10.5.4.
    When I try to use Memory profile and CPU profile, I got following error:
    Error occurred during initialization of VM
    Could not find agent library in absolute path: /Shared/jdevstudiobase1111/jdev/lib/profiler15.so
    But the file actually exists.

    My MAC version is OSX 10.5.4.
    I don't have a stacktrace. It just fails silently.
    You can easily reproduce this bug by reformat a readonly file.
    Here is the code I reverse engineered from oracle.jdeveloper.refactoring.util.Util.java:
    public static boolean setReadOnly(java.net.URL url, boolean readOnly)
    boolean ret = false;
    java.lang.String cmdarray[] = null;
    java.lang.String platformPathName = oracle.ide.net.URLFileSystem.getPlatformPathName(url);
    java.lang.String osName = java.lang.System.getProperty("os.name", "");
    if(osName.startsWith("Windows"))
    cmdarray = (new java.lang.String[] {
    "ATTRIB", readOnly ? "+R" : "-R", (new StringBuilder()).append('"').append(platformPathName).append('"').toString()
    else
    if(platformPathName.equalsIgnoreCase("Linux"))
    cmdarray = (new java.lang.String[] {
    "chmod", readOnly ? "u-w" : "u+w", (new StringBuilder()).append('"').append(platformPathName).append('"').toString()
    if(cmdarray != null)
    java.lang.Runtime runtime = java.lang.Runtime.getRuntime();
    try
    java.lang.Process process = runtime.exec(cmdarray);
    if(process.waitFor() == 0)
    ret = (new File(platformPathName)).canWrite();
    if(ret)
    oracle.ide.model.Node node = oracle.ide.model.NodeFactory.find(url);
    if(node instanceof oracle.ide.model.TextNode)
    oracle.ide.model.TextNode textNode = (oracle.ide.model.TextNode)node;
    textNode.isReadOnly();
    catch(java.io.IOException e)
    e.printStackTrace();
    catch(java.lang.InterruptedException e)
    e.printStackTrace();
    return ret;
    }

  • Can i run remote memory profiling and remote debugging at the same time .

    can i run remote memory profiling and remote debugging at the same time .
    i am using jdev9.0.5 and oc4j9.0.4 standalone server.
    how to write the batch file to run both at the same time

    Thanks for your help!
    Another question. How do you turn off the ATT wireless transmitter? Also, there are more computers connected to the 2Wire network. I will have to set up a wireless pc to work with the Base Station after disconnecting the ATT transmitter. Easy answers for both, I hope?

  • Memory Profiler in Jdeveloper 10g

    Is there any tutorial/article on how to use the memory profiler in jdeveloper 10.1.3.4?

    I have the same problem. I am using ADF with JClient, locally deployed.
    And I have also noticed that after approx 5 or 6 commits (i.e. when I insert a new record, enters its values and then commits, and repeats these steps 5-6 times) the memory consumption is radically increased and finally the computer is running out of memory.
    I really hope that these problems will disappear in the production release of JDev 10g.

  • Memory profiling framework that integrates with JUnit

    Does anyone know of a memory profiling framework like org.eclipse.test.performance, that can integrate into JUnit test cases.
    Thanks,
    TK

    Sascha - thanks for the tip! I will check this out.
    User514118,
    There are three good online help articles (in jdev 10.1.3) that you should take a look at:
    1. Deploying ADF Applications (see Tomcat section)
    2. Apache Tomcat Application Server
    3. Creating a Connection to Apache Tomcat
    Also, related threads on the forum include:
    Validate Tomcat 5.5x JNDI Configuration? (setting up datasource)
    Re: Can't see adf component on Tomcat
    Re: Deploy exploded war structure on Tomcat (one way to integrate with Tomcat for development cycles)
    For MySQL, I needed to copy the database driver to $Tomcat_Home/common/lib folder
    For Windows, here are some of my environment vars:
    CLASSPATH=C:\Program Files\jdevstudio1013\jdk\lib\tools.jar;C:\jakarta-tomcat-5.5.9\common\lib\servlet-api.jar; C:\jakarta-tomcat-5.5.9\common\lib\jsp-api.jar;
    JAVA_HOME=C:\Program Files\jdevstudio1013\jdk (also include this in the Path var)
    TOMCAT_HOME (and CATALINA_HOME) =c:\jakarta-tomcat-5.5.9
    <tomcat_home>\conf\web.xml
    <servlet-mapping>
    <servlet-name>jsp</servlet-name>
    <url-pattern>*.jsp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>jsp</servlet-name>
    <url-pattern>*.jspx</url-pattern>
    </servlet-mapping>
    Hope this helps - if still having issues can you post under a new topic?
    thanks

  • Crash when starting a performanc​e/memory profile

    I'm having a catastrophic crash when I hit the 'Start' button in the Profile -> Performance and Memory... dialog. There is no error message whatsoever, and when I restart Labview, it only asks me about files to recover, it doesn't tell me where it crashed (i.e. somefile.cpp line ###). Well, it might have told me once, but now it doesn't, so unless there is a log of these things somewhere, I can't say much more.
    I'm using Labview 2009, and I'm having the exact same issue on at least 2 machines which are fairly different (Win XP 32 bit vs Win7 64 bit (with Labview 32 bit)).
    The application is pretty large (~1500 vi's), so it's kind of hard to tell what is making it crash.
    The problem can be replicated in different ways:
    1) Load main VI which loads all the VI's in memory
    2) Start Performance/Memory profile *crash*
    1) Load VI
    2) Start VI (runs in a loop)
    3) Start Performance/Memory profile while it runs *crash*
    1) Start Performance/Memory profile
    2) Some NI VI's show up in the list with '0' time everywhere
    3) Load VI
    4) Execute VI
    5) Stop execution of VI *crash*
    Any clues? Is there a log somewhere that could help me/you find the issue?
    I could spend all day trying to load different parts of the project and look for problems, but I have no idea what to look for.
    Last Friday I had successfully profiled what I wanted to, then I had another crash... Oh I remember now... I did a 'Search' in my project, looked for a particular string, and it crashed after a while in the middle of the search. Since then I was unable to use the profile tool. Could it be some data corruption? We use SourceSafe... so I wouldn't be surprised if it gave me a corrupted file If so, how could I find it?
    Thank you

    Hey Samapico,
    I actually found an incident like yours involving the performance and memory tool crashing when used for specific VIs which were very large. How big (in terms of filesize) is your VI?
    R&D found this issue in LV 2009 and fixed it in 2010 under Corrective Action Request 215410. 
    Is there any way you could try and test your issue out on a machine with LV 2010?
    <Joel Khan | Applications Engineering | National Instruments | Rice University BSEE> 

  • Memory Problem With 4gb Crucial Ballistix and Asus M4A785TD-V EVO

    motherBoard: ASUS M4A785TD-V EVO
    bios Version :2005
    Video: amd hd5750
    Processor: AMD PHENON II X2 550 3.100MHZ
    Memory: Crucial
    Modele Memory: blt4g3d1608dt1tx0
    Capacity: 4GB
    greetings to all
    i have asus m4a785td-v evo mobo. i ve bought 4 gb crucial ballistix ram today. it says on product its 1600 mhz and cl8 but it shows on my pc 1333 mhz and cl9.  when i was searching for this problem i came across this topic: http://forum.crucial.com/t5/Crucial-Ballistix-gaming-memory/Memory-Probleme-With-8GO-Crucial-Ballistix-and-Asus-M4A785TD-V/td-p/9464 can i apply the same settings? how can i fix that?  is it possible via bios settings? thx in advance and sry for my bad english. here is some screenshots: 

    I am not good at RAM setting but the 'Timings Table' shows there is XMP-1600 profile available so I believe it would be enough to turn on that memory profile in BIOS.

  • Unable to run Memory profiling, help please

    Hi there,
    I installed the lastest version of JDeveloper 10 and created a very simple project(only have one class with Main()method) for testing purpose.
    I configure the Profiler in Project Properties page, setting the class as included instance, however, all those profiling menu items(e.g.: Memory Profile...) are greyed out and I am unable to run memory profiling.
    I wonder if the functions are available for the free-downloaed version of JDeveloper, or is there something wrong with my setting?
    Your help is highly appreciated.

    Make sure you are positioned on the class in the application navigator before going to the "run" menu option.
    Also does it work if you don't change anything in the project properties?
    Here is what I did - created a new project with a simple hello class. And I didn't had any problems profiling it.
    There is no function limitation on the version you downloaded.
    Here is the class I tried:
    public class Class1
    public Class1()
    public static void main(String[] args)
    Class1 class1 = new Class1();
    System.out.println("hello");
    }

  • Starting memory profile in Library causes LV to crash

    Hello!
    When I'm working on a library with many classes labview crashes sometimes. Today I was able to trigger the crash manually.... Even on an empty library, if I try to start the memory profiling tool, LV crashes..
    #Date: Mi, 23. Jan 2013 10:02:58
    #OSName: Windows 7 Enterprise Service Pack 1
    #OSVers: 6.1
    #OSBuild: 7601
    #AppName: LabVIEW
    #Version: 12.0f3 32-bit
    #AppKind: FDS
    #AppModDate: 10/04/2012 15:12 GMT
    #LabVIEW Base Address: 0x00400000
    <DEBUG_OUTPUT>
    23.01.2013 10:03:16.550
    Crash 0x0: Crash caught by NIER
    File Unknown(0) : Crash 0x0: Crash caught by NIER
    minidump id: 381ce9c1-0956-48de-86cf-0ac5f02c36cd
    ExceptionCode: 0xC0000005
    </DEBUG_OUTPUT>
    0x01AF1179 - LabVIEW <unknown> + 0
    0x01AF1688 - LabVIEW <unknown> + 0
    0x7C37FDB4 - MSVCR71 <unknown> + 0
    0x77B574DF - ntdll <unknown> + 0
    0x77B19EC5 - ntdll <unknown> + 0
    0x00000000 - <unknown> <unknown> + 0
    Is it a bug?

    Dear Customer,
    I could reproduce this crash on LV2012 and also on LV2011.
    So it seems to be a Bug and I'm going to write an CAR to R&D so it can be fixed as soon as possible.
    Thank you for your cooperation.
    Regards,
    Oleg Scherling, M.Eng | Applications Engineering | National Instruments | NIG

  • Memory profiler disabled in JDeveloper 10.1.3.3.0.4157?

    Hi,
    I'm using JDeveloper 10.1.3.3.0.4157, and it seems that the memory profile is disabled in this version. Or isn't it? How do I enable it?
    Thanks in advance!

    Make sure your project is using the OJVM.
    See: http://blogs.oracle.com/shay/2007/02/are_you_getting_the_most_out_o.html

  • SDK 3.0 memory profiler

    I can't seem to be able to save or load the SDK memory profiler data, I run the application via eclipse, on the cldcPhone1 I get connection, pause the application when ever I want, then follow the instructions on the help page of the SDK, but no Work.
    any help would be greatly appreciated, it got me stuck I have to follow up on a memory usage. the WTK memory monitor is not helpful enough since it only keeps the size of the object and not the size of its content, or something like that.

    I was able to deploy to my iphone by following the instructions here
    http://www.loonsoft.com/posts/21
    Note: it is {} and not () ${SDKROOT}/ResourceRules.plist
    I was getting the below error during codesign & I thought that the above "graying out" of the dev provisioning profile in the "Code Signing Identity" was causing it.
    "object file format invalid or unsuitable"
    Turns out it does not prevent me from deploying to my iphone after I fixed the SDKROOT. I still have the dev provisioning profile grayed out and would be interested to know how to solve this problem "cleanly" even though it doesn't seem to have any immediate downside.. fingers crossed for distribution signing.

  • Memory Profiling OPMN changes

    When I add the -agentpath option specified in the JDeveloper document to configure the remote memory profiling in Oracle 10g Application server's opmn.xml I get following error "Unrecognized option -agentpath..." and the server does not start.
    Has anyone successfully configured the application server to perform remote profiling?

    Thank you, shgoel, you're right.
    We replaced the default JDK 1.4 with JDK 1.5 (in the directory D:\Ora10gas\as\jdk\ to be precise)
    We moved the profiler DLL to the JDK bin and used the -agentlib option instead of the -agentpath (not sure if this change was significant, though)
    To the Java start-parameters in opmn.xml we added the profiling port and a pointer to the profiler-agent.jar.
    The resulting Java start parameters where:
    -server -Xrs -Xmx512m
    -agentlib:profiler15=port=4627,jarpath=D:\jdev\lib\profiler-agent.jar,enable=m
    -Dmic.system.home=d:\mic_home
    -Dmic.j2ee.home=D:\Ora10gas\as\j2ee\OC4J_MIC\applications\mic
    With these settings we where able to connect remotely with JDevelopers memory profiler and resolve a memory leak.
    Thanks
    Niels Erik

  • Memory profile for netbeans?

    Javameisters,
    I am just now completing my first java application, so I apologize if this question is a bit elementary. The application is intended for commercial distribution, and before releasing it for this purpose I'd like to check it with a memory profiler, to be sure there are no memory leaks. I wrote it with Netbeans. It appears that this environment does not have a built-in profiler (though Eclipse apparently does, and I'll use that next time). What profiler can be recommended for use with Netbeans? I tried Optimizeit! briefly some time ago and it seemed to do what I want, but before shelling out the bucks for that I'd like to know if it is really the best choice (and if there are any free alternatives).
    I should mention its a J2SE app.
    Thanks much,
    Matthew Fleming

    For a profiler to be any good you need to have some test cases. If all you wnt is to determine if you have a memory leak, look at freeMemory() and totalMemory()          long Used = Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory(); If these are not changing significantly, you don't have a problem. If you need to know where your problem is you need a profiler. I have not seen an IDE with a bultin profiler so if you know how to use the eclipse profiler, let me know.

Maybe you are looking for

  • Date fields are showing as  /  /   in DSO for blank dates or no dates

    We are loading flat file data to DSO and the date fields are showing as  /  /   in DSO for blank dates or no dates in the flat file source system.  We don't want to see this / /  and instead of this, we would want to this field in DSO to be in blank.

  • Soundtrack editing in Final Cut Pro X

    I am planning to migrate to FCP X, and am now prepping partially edited sequences from FCE to export for further extensive editing in FCP X.  I understand that once I install FCP X, FCE can no longer be opened in Lion/OSX 10.7.2. Some time ago, I par

  • IOS4 with MS Exchange 2003 issue

    Hi all, Yesterday I've updated my iPhone 3GS to iOS4. After the upgrade, I'm unable to use my email and agenda. With the iOS3, I received my messages, but after the upgrade it won't sync any more. I noticed that my "deleted items" and "send items" do

  • Issue related to second stage dealer(excise)

    Hi Expert i need to pay vendor amount is 754800( 74000+14800 (2% cst). FI document at the time if migo my base value + cst (670110+14800)=684910.00 when i simulate at the time r miro i got the following entries 1.vendor a/c debit rs 824690 2. GR/Ir a

  • Safari 1.3.1 - Crash Log

    Hoping someone can pinpoint the problem. TIA Date/Time: 2005-11-10 14:35:54 -0500 OS Version: 10.3.9 (Build 7W98) Report Version: 2 Command: Safari Path: /Applications/Safari.app/Contents/MacOS/Safari Version: 1.3.1 (312.3.1) PID: 562 Thread: 0 Excep