What can make a application deployment SLOW?

Hi guys!
A co-worker is having some trouble deploying Oracle ADF BC app to Integrated Weblogic Server.
His computer conf's is same as me (Core i7, 4GB Ram, etc...) but his deploy time is twice slow than mine (sometimes 3x) while deploying the same APP.
We both are using JDK 1.6.31 (32bits, I choose 32bits because 64bits doesn't support Fast Swap) on Windows 7 x64.
From this perpesctive I want to ask, what kind of problem can make the Deployment to IngratedWLS slow?
PS: Using JDeveloper 11.1.2.1, Application Modules are already using DataSource connections.
Thanks in Advance,
Renan.

Amy, I appreciate your feedback.  You actually made me go back and brush up on my debugging skills.  But the solution turned out to be simple, because I am simply a moron It turns out if you use the method addItemAt on an arraycollection, it does not simply replace the item that is already there.  It puts the new item at the index you specify, and moves the existing items down the chain, ALL OF THEM.  So I simply had to stop using the addItemAt method and just declare the values directly.
i.e.
FlexGlobals.topLevelApplication.chapterAC[0].title1 = "New Title";

Similar Messages

  • How i can make web application by using oracle form6i

    how i can make web application by using oracle form 6i , indetail .
    A.R

    indetail .As Andy Millman might observe, you're having a laugh. This is a big topic, far exceeding what it is reasonable to expect people to help out with in a Forum. Do you not have the 6i documentation?
    OTN has a site for upgarding to web forms. Although it is mainly focussed on moving to 9i/10g a lot of the issues and solutions apply to moving a 6i client/server app to web deployment. For further help there is a Forms.
    Cheers, APC

  • How i can make multilanguage application .. take his vlues from database

    How i can make multilanguage application .. take his values from database
    and can change labels of massages , buttons ,text fields and name of columns in run time
    in jdevelpoer11g
    great thank

    Hi,
       I think that there is not a standard support for retrieving multilanguage texts from database in ADF. What we did is to implement our own ResourceBundle that retrieves the translated text from custom database tables. We also introduced a cache for optimizing the access to the translations.
    I hope this can help,
    Juanjo

  • Hi All, I want an application which can make other application password protected, Do we have any such application like applocker etc for iPhone 5

    Hi All, I want an application which can make other application password protected, Do we have any such application like applocker etc for iPhone 5

    Some apps allow you to do this with documents, photos, and videos but it is not possible to do with apps. Your best and only solution is to use the phone passcode.

  • What can make the iPod 4G battery damage?

    What can make the iPod 4G battery damage?

    Leaving it plugged in all the time can damage it, it needs to be cycled every now anda again. It keeps its internal resistanc from building up too much.
    Obviously, dropping it, getting it wet, lighting it on fire ect will also damage it.

  • What can make the battery damage?

    What can make the battery damage?

    Heat, sun, not use the iPod for a long time.
    If you don't go to use it for more than 1 month, recharge up to 50%

  • How I can make an application for android from director?

    I have a project done in Director 11.5 how I can convert an application for android?
    What I have to do?

    Estas en el Foro de Usuarios en Español.
    Consultando esta página:
    Adobe Director
    Parece ser que se crean ejecutables que requieren Shockwave Player:
    What is Adobe Director 12?
    Adobe® Director® 12 and Adobe Shockwave® Player software help you create and publish compelling interactive games and eLearning courses for the web, iOS devices, Mac and Windows® desktops, DVDs, and CDs. Integrate virtually any major file format, including FLV, swf and native 3D content.
    No veo que sea compatible con Android.

  • Application deployment slow response at Secondary Site

    Hello All
    My company has 2 major locations around the country.  Each location has servers and workstations which are all on the same domain and connected by a rather fast WAN.
    What I Need Help With  - I'm having difficulty deploying software, OS, and updates to sites remote from my primary SCCM server.  Deployment takes extremely slow to install - almost one day to deploy on single machine.  Below is what I have set
    up in terms of SCCM Site Configuration.
    Site 1 (Contains two servers of Windows Server 2012)
    CA-Central Administration
    PK-Primary Site 
    Site 2 (Contain one server of Windows Server 2012)
    SS-Secondary Site (Role = DP , MP and all default roles associate with SS Site)
    Boundaries and Boundary Groups are configured with proper Site Assignment and DP.
    I have one application pkg which is successfully distributed on both DP's but client installation response is extremely slow on Secondary Site. I have also checked the network connectivity and its fine there is not bandwidth issue at all. 
    What will be reason for that ??? 
    REGARDS DANISH DANIE

    By going through these log files my issue is resolved, go for below mentioned belong for clear understanding that how client are communicating with DP and MP.
    execmgr.log
    MP_Location.log
    LocationServices.log
    http://blogs.technet.com/b/configmgrteam/archive/2010/01/14/troubleshooting-client-content-download-in-configuration-manager-2007.aspx
    REGARDS DANISH DANIE

  • What Can I do after deployment?

    hi all,
    i have finished deploying my web application (viewcontroller project) and he deployment finished well
    i have deployed it in war file
    there are two generated files
    war file under the deploy directory of ViewController Project
    ear file under the deploy directory of my application ( not model project )
    is it a must to install web application from administration system console ?
    if so which file i should use ( ear or war ) File ?
    Thank you for your help

    hi Shay,
    Thank you for your reply that i suppose it will be very helpful
    The steps that i have done are:-
    1) Right click on ViewController Project and properties
    2) Create new war file to this project
    3) Chooses contributers like oracle jdbc and all adf related libraries
    4) I have created connection server and test it successfully
    5) Right click on ViewController project and deploy to the connection i have created
    6) The deployment finished well but when i tested i got this error in the login page
    7) Before you read the error message i logged on the admin console and sets the password property of my data source connection to the password of the database user and deploy again but it doesn't work
    8) I have tried to check set client id and add credential mapping but it doesn't work
    9) I think the problem is jdbc connection related so what is the problem?
    10) I am using Jdeveloper 11.1.1.2.0 adf faces. Thank you for help
    Error 500--Internal Server Error
    java.lang.NullPointerException
         at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3710)
         at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:865)
         at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5127)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:59)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2921)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:112)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:137)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:21)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:231)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:267)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • What can be done to correct slow video or freezing in Adobe Premiere Elements 12? Sound plays fine but the video is too slow to even start a project.

    Sound plays fine but the video is too slow to even start a project.

    film78
    On what computer operating system is your Premiere Elements 12 running on? Have you updated 12 to 12.1 yet? If not, please do so by using an opened project's Help Menu/Update.
    Not enough information in order to help you.
    Looking for
    1. Properties of source media (including file extension and brand/model/settings of camera that recorded the video).
    2. Is problem restricted to one particular file in one particular project? What happens if you start a new project? What is the
    duration and size of the project when performance is slow and freezing sets in? What are you doing in the program when this happens?
    3. Using a pen and tablet device instead of a mouse?
    4. Does problem exist if antivirus and firewall(s) are disabled?
    5. Please describe computer environment, including dating on video card/graphics card driver version. Did you install the program to the
    default Local Disk C? Where are the Scratch Disks directed and how much free space there?
    Lots more questions, but let us start here and then decide what next based on your reply.
    Thank you.
    ATR

  • Help: What can make "System.out.println" not displaying anything?

    Hello,
    We have Portal 10g.
    I have noticed a pb on the interpretation of existing JSP pages.
    I simplified the code... and I noticed that even this command doesn't work :
    <%
    System.out.println("Hello World");
    %>
    Any idea ?
    Is there any security ? permission I should get ?
    JSP works fine on our old 8i environment ...
    Thanks in advance for your help.
    Olivier

    Olivier,
    between 8i and 10g are aeons of time (for computer technology). As far as I recall, in 8i came with a Apache and JServ module. This supported Servlets and JSP through a special Oracle implementation. After that OC4J as a J2EE container for EJBs and Servlets/JSPs was introduced.
    Using JSPs with the database installation only is not advised anymore. You can use OC4J for that. But be aware that will require some changes in the configuration and deployment of JSPs.
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • BB Protect: what can make it fail?

    My bb was stolen.  I happened to activate BB Protect before and I have commanded it to Wipe.  Is there anything the thief can do to fail the command? 
    Solved!
    Go to Solution.

    If the battery is removed from the phone it will not wipe until power is applied to the phone and it starts up, and at the same time it has to be able to receive the mobile network.
    To disable Blackberr Protect while the phone is operational the user would require the phone's password. By default 10 wrong password attemps will wipe the phone and it will be useless without a re-install of the OS and software. 
    If you have no password in the phone then anyone who is smart and knows how to us a Blackberry can stop Blackberry Protect if he does this before you send the wipe.
    If you change your Blackberry account ID on line, then the phone can no longer do updates, or install any software. With this you have to call in to your provider and report the phone missing. The phone's IMEI number should be reported to the carrier as lost or stolen. This way it can be cancelled. The phone will be useless.
    Jerry G.

  • What can make a DBF going offline ?

    Hello,
    First post here...
    I got an error that made 2 datafiles become offline. I had to recover them and it seems to work now.
    I wonder what is the cause of that. My db (9i in Archivelog mode) is on a W2K Server.
    Here is part of the alert.log:
    Thu Apr 14 10:10:52 2005
    Thread 1 cannot allocate new log, sequence 1132189
    Checkpoint not complete
    Current log# 3 seq# 1132188 mem# 0: L:\ORAHOME1\ORADATA\MYBASE\REDO03.LOG
    Thu Apr 14 10:10:53 2005
    Errors in file d:\orahome9i\admin\mybase\bdump\mybase_ckpt_5528.trc:
    ORA-01171: datafile 29 going offline due to error advancing checkpoint
    ORA-01122: database file 29 failed verification check
    ORA-01110: data file 29: 'D:\ORAHOME1\ORADATA\MYBASE\MY_DATA_FILE.ORA'
    ORA-01208: data file is an old version - not accessing current version
    I have to precise that the datafiles are quite
    small (ie <1GB) and that the problem occured during the production (not after any admin operation on the db).
    The only preceding events that could be the cause of this problem, I think, are due to ARC process:
    Thu Apr 14 10:10:49 2005
    ARC0: Evaluating archive log 1 thread 1 sequence 1132186
    ARC0: Warning. Log sequence in archive filename wrapped
    to fix length as indicated by %S in LOG_ARCHIVE_FORMAT.
    Old log archive with same name might be overwritten.
    ARC0: Beginning to archive log 1 thread 1 sequence 1132186
    Creating archive destination LOG_ARCHIVE_DEST_1: 'E:\ARCHIVELOGS_ORACLE\ARC32186.001'
    ARC0: Completed archiving log 1 thread 1 sequence 1132186
    I know that I should use %s instead of %S in my file mask.
    But do you think that it could have been the origin of my problem ?
    Thanks for any advice or idea to dig
    Aurélien Bastardie

    Your error is not related to the archive logs. Oracle offlined the datafiles because it could not update file header(s). The ORA-01122 indicates that the file was out of synch w/ the control file - most likely because it could not update the file - so it offlined it.
    Check your system event logs for any disk related errors.
    ORA-01171: datafile 29 going offline due to error advancing checkpoint
    ORA-01122: database file 29 failed verification check
    ORA-01110: data file 29: 'D:\ORAHOME1\ORADATA\MYBASE\MY_DATA_FILE.ORA'

  • What can make a FlexGlobal variable "undefined"?

    I am writing an AIR app.  I have a group of variables that are needed across all of the major components in my application so I have delcared them in the main application as public, and then import the mx.core.FlexGlobals class into all of my major components.  The variable that I am having trouble with is an ArrayCollection called chapterAC.  I delcare it in my main application like this:
    public var chapterAC:ArrayCollection = new ArrayCollection();
    I will only be adding objects to this ArrayCollection at the zero level.  ie. chapterAC[0].someValue.  Keeping this in mind, I add elements to the ArrayCollection as follows:
    FlexGlobals.topLevelApplication.chapterAC.addItemAt({title1: "My Title", value1: 3, title2:"My Second Title", value2: 4}, 0);
    So the problem is that when traced, under certain circumstances, the trace is saying that the values are "undefined".  For instance, I may change the value of FlexGlobals.topLevelApplication.chapterAC[0].title1 to "hello" and it will trace that the value is now "hello".  Then I will change the value of FlexGlobals...title2 to something like "friend" and it will trace out that its value is now "friend".  But if I go back and trace title1 again, it should still say "hello" but now it says "undefined".  Going back and tracing title2 should say "friend" but it now says "undefined".
    Also, if I give the ArrayCollection some values in one component and trace them, they will trace just fine, but in another component, they will trace as "undefined" and if I go back to the original component, they will trace as "undefined".
    Am I doing something wrong with the arraycollection?  Do I need to give each individual element a type?

    Amy, I appreciate your feedback.  You actually made me go back and brush up on my debugging skills.  But the solution turned out to be simple, because I am simply a moron It turns out if you use the method addItemAt on an arraycollection, it does not simply replace the item that is already there.  It puts the new item at the index you specify, and moves the existing items down the chain, ALL OF THEM.  So I simply had to stop using the addItemAt method and just declare the values directly.
    i.e.
    FlexGlobals.topLevelApplication.chapterAC[0].title1 = "New Title";

  • What can make my Firewire drive unbootable?

    I have a 17" 800MHz iLamp. Here's the situation: I do a complete backup of my HD to an external Firewire drive using Carbon Copy Cloner. Now, this used to work just fine, but at some unknowable point in the past, something changed. Now, if I choose the external drive as my startup disk, it won't work. When I restart I get the grey apple screen with the spinny thing, it thinks for awhile (2-3 minutes or so) and then the apple changes to the circle-slash "no" symbol.
    The thing is, that same external drive will boot my other machine - a 933MHz G3 iBook - just fine. The problem is somehow specific to the iMac.
    I'm running 10.3.9.
    The data on the backup drive seems good otherwise, and I have tried repairing privs post-backup, to no avail.
    Any thoughts on why this might be?

    Nobody really knows. There's lots of posts in here about it.
    Some people are re-installing, going back to 10.4.3. You'd have to archive and install, upgrade to 10.4.3 with the COMBO drive and consider updating your Quicktime.

Maybe you are looking for

  • Printing problem in ABAP report

    Hi All, I have a ABAP report with line size 225 and line count 65. We are taking print out of the report on Dot matrix printer. When taking the printouts, while going in to the 3rd page the logo on the top of the page is getting printed on the data a

  • How to send string in RFC by performaned way

    Hi *, I need to create a RFC function and send messages to NON-SAP system, and the message type should be string. I couldn't define string in table parameter. If I define in importing paramter as table type, It will heavily reduce the performance for

  • Problem with IDOC

    Hi experts, We are looking to synchronize projects and wbs (PS) from a specific environment to another one. We thought that using IDOC would be a good idea ;  We found a message type called PROJECT and associated BAPI WorkBreakdownStruct. After custo

  • From abstract class to public class

    I am developing a editor base application...wondering that how to cancel the abstract class and put all the abstract class methods into the public class..?? thanks

  • Error 22A8 "Error requires full development system to be fixed"

    Hello, I have successfully built my application with the application builder. The application is a plug-in architecture where I have paths to different .lvclass files internally in the .exe file which I have set to "always included" in the build. The