JDeveloper Hangs in Win2K

JDeveloper 3.1.1.2 Hangs and Causes Win2K to crash completely. It does this very often while it loads the plugins.
How can I avoid this problem. Any workarounds?
Thanks

The problem is odd, I check the Task manager when I try to open the page. I get some CPU spikes but nothing major, and memory looks okay, over 1.5G available. This odd thing is that this is particular to certain JSPX pages we have written. Some load fast and some load slow/hang. I have check the JSPX and the Binding and I can see any common factors. It feels like JDev tries to get access to something during the setup of the designer for the page but is blocked? On some pages we are waiting 4-5 minutes for the designed to show the page.
I don't think the pages are very larger (what is large?), I mean we have a good number of components particularly Panel Groups etc.. As an example one of our pages which takes time has the following, 2 tables, 2 select many, 2 Box Layout, 3 buttons, 1 text field. 3-5 minutes to load.
Thanks for your help.
Stephen

Similar Messages

  • ADF FACES: jdeveloper hangs on opening a .jspx file

    I may not have had this file open since updating to EA13, but I'm not positive. Upon trying to open the file (code below), jdeveloper hangs. It sucks down roughly 50% of the CPU and the memory footprint slowly grows (about 3 MB per minute). As of now, I've tried restarting jdeveloper and then opening the file, but the behavior is the same. I have let it run for nearly 15 minutes and it is still hung (to the point that the display is not redrawn when a window, such as the task manager, is closed after obscuring part of the jdeveloper window).
    I'm running jdev version 10.1.3.0.2.223
    ADF Faces EA13
    On windows 2003 Server
    Here's the code:
    <?xml version='1.0' encoding='iso-8859-1'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/EA13"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/EA13/html"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <jsp:directive.page contentType="text/html;charset=iso-8859-1"/>
    <f:view>
    <afh:html>
    <afh:head title="Case Details">
    <!--<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>-->
    <title>
    Case Details
    </title>
    </afh:head>
    <afh:script source="js/mwb_gecko.js" rendered="#{clientInfo.gecko}"/>
    <afh:script source="js/mwb.js"/>
    <afh:body>
    <af:form>
    <af:panelPage title="Case Details">
    <f:facet name="messages">
    <af:messages/>
    </f:facet>
    <f:facet name="brandingApp">
    <af:panelGroup>
    <af:outputFormatted value="MedCierge Workbench" styleClass="OraHeader"/>
    <af:objectImage source="/images/pbs.gif"/>
    </af:panelGroup>
    </f:facet>
    <f:facet name="brandingAppContextual">
    <af:outputFormatted value="Flagship Healthcare Management, Inc."
    styleUsage="inContextBranding"/>
    </f:facet>
    <f:facet name="menuGlobal">
    <af:menuButtons>
    <af:commandMenuItem text="Home" action="agenthome"/>
    <af:commandMenuItem text="Logout" action="logout"/>
    <af:commandMenuItem text="Help" action="help"/>
    </af:menuButtons>
    </f:facet>
    <f:facet name="infoUser">
    <af:outputText value="Logged in as #{sessionScope.agentName}"
    styleClass="OraPageStampText"/>
    </f:facet>
    <f:facet name="actions">
    <af:panelButtonBar>
    <af:commandButton id="ReturnButton"
    textAndAccessKey="&amp;Return to #{pageFlowScope.caseReturnName}"
    action="#{nav.returnFromFlow}"/>
    </af:panelButtonBar>
    </f:facet>
    <f:facet name="appCopyright">
    <af:outputText value="copyright facet"/>
    </f:facet>
    <f:facet name="appPrivacy">
    <af:commandLink text="privacy facet" action="action.none" />
    </f:facet>
    <f:facet name="appAbout">
    <af:commandLink text="about facet" action="action.none" />
    </f:facet>
    <af:panelGroup type="vertical">
    <af:panelForm labelWidth="5%">
    <af:panelLabelAndMessage label="Owner:">
    <af:outputText value="#{pageFlowScope.case.owningAgentId}"
    styleClass="OraFieldText"/>
    <af:outputFormatted value=" &lt;b>[You own this case]&lt;/b>"
    styleClass="OraFieldText"
    rendered="#{pageFlowScope.case.owningAgentId == sessionScope.agentId}"/>
    <af:outputFormatted value=" &lt;b>[You do not own this case]&lt;/b>"
    styleClass="OraFieldText"
    rendered="#{pageFlowScope.case.owningAgentId != sessionScope.agentId}"/>
    </af:panelLabelAndMessage>
    <af:inputText label="Case ID:" value="#{pageFlowScope.case.id}" columns="10"
    readOnly="true" shortDesc="Unique ID for this case"/>
    <af:inputText value="#{pageFlowScope.case.serviceType}" label="Service Type:"
    columns="10" readOnly="true"
    shortDesc="Service requested: 'referral' or 'emergency'"/>
    <af:inputText value="#{pageFlowScope.case.openDate}" label="Opened:"
    columns="10" readOnly="true" shortDesc="Date this case was opened">
    <f:convertDateTime pattern="MM/dd/yy HH:mm"/>
    </af:inputText>
    <af:inputText value="#{pageFlowScope.case.closeDate}" label="Closed:"
    columns="10" readOnly="true" shortDesc="Date this case was closed"
    inlineStyle="{color: red}"
    rendered="#{!(empty pageFlowScope.case.closeDate)}">
    <f:convertDateTime pattern="MM/dd/yy HH:mm"/>
    </af:inputText>
    <af:inputText value="#{pageFlowScope.case.primaryRequest}" label="Primary Request:"
    columns="80" readOnly="true"
    shortDesc="Short summary of the member's request"/>
    <af:inputText value="#{pageFlowScope.case.appointmentPreferences}"
    label="Appt. Preferences:" columns="80" readOnly="true"
    shortDesc="Member's preferences on appointment times"/>
    <af:inputText value="#{pageFlowScope.case.callbackData}" label="Call Back Data:"
    columns="40" readOnly="true"
    shortDesc="Phone/email to use for calling member back"/>
    </af:panelForm>
    <af:panelGroup type="vertical">
    <af:forEach items="#{pageFlowScope.case.activitiesByDate}" var="act">
    <af:objectSpacer height="10" width="0"/>
    <af:objectSeparator/>
    <af:outputFormatted value="&lt;b>#{act.date}&lt;/b>" inlineStyle="{background-color:#cccc99}"/>
    <af:objectSpacer height="5" width="1"/>
    <af:panelGroup type="horizontal">
    <af:panelForm>
    <af:inputText label="ID:" value="#{act.id}" readOnly="true"/>
    <af:inputText label="Type:" value="#{act.type}" readOnly="true"/>
    <af:inputText label="MedCierge:" value="#{act.agentId}" readOnly="true"/>
    </af:panelForm>
    <af:objectSpacer width="5" height="1"/>
    <af:inputText rows="4" readOnly="true" columns="80" value="#{act.notes}"/>
    </af:panelGroup>
    <!-- Output data specific to Inbound Call activities -->
    <af:objectSpacer height="10" width=""/>
    <af:panelGroup rendered="#{act.type=='ibcall'}">
    <af:commandButton text="Show Call Details" action="dialog:showCall"
    partialSubmit="true" rendered="#{!(empty act.call)}"
    windowHeight="500" windowWidth="750">
    <af:setActionListener from="#{act.call}"
    to="#{pageFlowScope.call}"/>
    </af:commandButton>
    </af:panelGroup>
    <!-- Output data specific to Inbound Email activities -->
    <af:panelGroup rendered="#{act.type=='ibemail'}">
    <af:outputText value="Inbound email #{act.type}"/>
    </af:panelGroup>
    <!-- Output data specific to Outbound Call activities -->
    <af:panelGroup rendered="#{act.type=='obcall'}">
    <af:outputText value="Outbound Call #{act.type}"/>
    </af:panelGroup>
    <!-- Output data specific to Outbound Email activities -->
    <af:panelGroup rendered="#{act.type=='obemail'}">
    <af:outputText value="Outbound email #{act.type}"/>
    </af:panelGroup>
    </af:forEach>
    </af:panelGroup>
    </af:panelGroup>
    </af:panelPage>
    </af:form>
    </afh:body>
    </afh:html>
    </f:view>
    </jsp:root>

    Helo there,
    I am having exactly the same problem, everytime I include af:forEach tag inside the af:selectOneChoice for example, preview of JSP is not shown and whole developer hangs, in task manager I can see 100% CPU occupation by JDeveloper.
    But the code itself is ok, if I run the page while editor is in Source mode Page is properly shown in browser, but when I change editor mode to Design it hangs.
    I am using Faces EA17 and JDeveloper 10.1.3
    Does anybody else face the same issue?
    ferdo

  • JDeveloper hangs when publishing the PL/SQL pkg as web service

    Hi,
    I have followedthe guidelines in
    http://www.oracle.com/technology/obe/obe1013jdev/10131/wsfromplsqlpackage/devwsfrom%20plsql.htm
    I have created a simple pkg with one function return varchar2. Followed the exact steps to publish my test_pub, the jdeveloper hangs, at the step 4 of 7 : Program Units. Please help!
    Thanks!
    Yi
    Message was edited by:
    ytian

    Bob,
    watch this viewlet, maybe it gives you a helping hand
    http://otn.oracle.com/products/jdev/viewlets/10g/WS_PLSQL_Demo_viewlet_swf.html
    Frank

  • JDeveloper hangs on selecting "Input Schema Element"

    I am trying to create new BPEL process through BPEL Project Creation Wizard. During the wizard when i click on flash light to browse the "Input Schema Element", Jdeveloper hangs.
    I tried using different JDeveloper versions (10.1.3.4, 10.1.3.5 ) but same problem happening.
    Any help is highly appreciated.

    I am having the same issue. Looking for solution...

  • JDeveloper hangs on startup

    Hi
    I have tried to install JDeveloper on my standalone PC.
    I had JDeveloper 1.0 working but then tried to install
    the 2.0 beta. Since then no matter which version of
    JDeveloper I install (1 or 2), when I run it, it simply displays
    the title graphic and then hangs. I have deinstalled
    all previous versions, and no errors are reported when
    installing. I have a Windows NT machine with 128 MB RAM,
    256 MB virtual memory and the following other Oracle software
    installed (in three homes, as reported by Universal Installer):
    OraHome81
    Oracle 8i Enterprise Edition 8.1.5.0.0
    Oracle 8i Client 8.1.5.0.0
    Oracle Programmer 8.1.5.0.0
    OraHomeWebDB
    Oracle 8 Enterprise Edition 8.0.5.0.0
    Oracle Designer Release 2.1.2
    WebDB 2.0.5.6.1
    Developer 6.0
    OraHomeOAS40
    OAS Enterprise Edition 4.0.7.0.0
    Oracle 8 Client 8.0.5.0.0
    Independent Products
    Java Runtime Environment 1.1.7
    What could the possible problems be? I suspect that
    the Aurora system is not starting properly.
    David
    null

    Hi
    JDeveloper 2.0 has been in production for a while. Don't install
    the beta software anymore. Try with the production release.
    Aurora is part of 8i and JDeveloper has a client library for
    that. There is no dependency for that during startup.
    Make sure that your PC has equalto or more than 256 colors in the
    settings
    regards
    David Fraser (guest) wrote:
    : Hi
    : I have tried to install JDeveloper on my standalone PC.
    : I had JDeveloper 1.0 working but then tried to install
    : the 2.0 beta. Since then no matter which version of
    : JDeveloper I install (1 or 2), when I run it, it simply
    displays
    : the title graphic and then hangs. I have deinstalled
    : all previous versions, and no errors are reported when
    : installing. I have a Windows NT machine with 128 MB RAM,
    : 256 MB virtual memory and the following other Oracle software
    : installed (in three homes, as reported by Universal Installer):
    : OraHome81
    : Oracle 8i Enterprise Edition 8.1.5.0.0
    : Oracle 8i Client 8.1.5.0.0
    : Oracle Programmer 8.1.5.0.0
    : OraHomeWebDB
    : Oracle 8 Enterprise Edition 8.0.5.0.0
    : Oracle Designer Release 2.1.2
    : WebDB 2.0.5.6.1
    : Developer 6.0
    : OraHomeOAS40
    : OAS Enterprise Edition 4.0.7.0.0
    : Oracle 8 Client 8.0.5.0.0
    : Independent Products
    : Java Runtime Environment 1.1.7
    : What could the possible problems be? I suspect that
    : the Aurora system is not starting properly.
    : David
    null

  • JHS11 TP2 - Jdeveloper hangs when generating application

    Hi,
    I have got an issue with JHS11 Tp2.
    When generating the application JDeveloper seems to hang (I waited about 10 minutes before I killed it.).
    In my jdev console I see the following :
    18-sep-2009 8:37:51 oracle.ide.boot.Launcher throttleLocale
    INFO: Locale nl_NL is not supported by this product. Forcing locale to en_US.
    Loading JHeadstart Addins
    Addin | Version | Status
    JHeadstart Shared Components | 11.1.1.0.46| Loaded
    JHeadstart Forms2ADF Generator | 11.1.1.0.46| Loaded
    JHeadstart OraFormsFaces Generator | 11.1.1.0.46| Loaded
    JHeadstart Utilities | 11.1.1.0.46| Loaded
    JHeadstart Development Environment | 11.1.1.0.46| Loaded
    JHeadstart Application Generator | 11.1.1.0.46| Loaded
    08:40:37 INFO (CollectionFactory) -Commons Collections 3.x available
    08:40:37 DEBUG (CollectionFactory) -Creating [org.apache.commons.collections.map.LinkedMap]
    08:40:37 DEBUG (CollectionFactory) -Creating [org.apache.commons.collections.map.LinkedMap]
    08:40:37 DEBUG (CollectionFactory) -Creating [org.apache.commons.collections.set.ListOrderedSet]
    JHeadstart Debugger: no debug session exists with key: "JAG"
    08:41:37 DEBUG (CollectionFactory) -Creating [org.apache.commons.collections.map.LinkedMap]
    08:41:37 DEBUG (CollectionFactory) -Creating [org.apache.commons.collections.map.LinkedMap]
    08:41:37 DEBUG (CollectionFactory) -Creating [org.apache.commons.collections.set.ListOrderedSet]
    08:41:44 DEBUG (ReloadableResourceBundleMessageSource) -Clearing entire resource bundle cache
    08:41:44 DEBUG (CollectionFactory) -Creating [org.apache.commons.collections.map.LinkedMap]
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Loading properties [GeneratorText_nl.properties]
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [{0} met deze {1} bestaat reeds] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [{0} met deze {1} bestaat niet] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [Kan {0} niet verwijderen terwijl afhankelijke {
    1} bestaat] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [Invoeren {0}] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [Wijzigen {0} '{'0}] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [&Invoeren {0}] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [&Verwijderen {0}] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [Waarschuwing] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [{0} '{'0} verwijderen?] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [&Opslaan] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [&Annuleren] and locale 'nl'
    08:41:48 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [Geen rijen gevonden] and locale 'nl'
    08:41:49 DEBUG (ReloadableResourceBundleMessageSource) -Creating MessageFormat for pattern [{0}] and locale 'nl'
    In the JAG Developer log the last step is : JAG-INFO-00000 [ MenuAdminService ] Validation application definition started.
    The last JDeveloper logline (at the bottom of the IDE) is : Load done oracle.jheadstart.model.adfbc.security.query
    I tried to use a different jdev_user_dir but that did not solve my problem.
    Reinstalling JDeveloper did not solve my problem either.
    Do you have any experiences like this?
    Regards,
    Romano
    Edited by: Romano Londt on Sep 18, 2009 1:07 AM

    Hi All,
    I found something. In my model.jpx file I found the folowing tag multiple times (about 3500 times):
    <AppContainee
    Name="JhsModel"
    ObjectType="JboProject">
    <DesignTime>
    <Attr Name="_SourceName" Value="jhsadfrt-11.1.1.jar"/>
    </DesignTime>
    </AppContainee>
    When I deleted all but one occurrence the generator performed normally.
    Can you tell me how to prevent this behaviour?
    Regards,
    Romano

  • JDeveloper Hangs Up

    I am running JDeveloper 3.2 on NT with Oracle 8.1.7 on an Intergraph TD-Z 2000. It has a 6 GB hard drive and 514 MB RAM.
    I am having a problem with JDeveloper constantly hanging up.
    Has this been reported before? Is there a patch for this problem?
    Thanks
    Dave

    I upgraded to 3.2.3
    With resolution set to 1280 x 1024 when I invoke the Entity Object Editor the application hangs up and the process must be killed.
    I changed resolution to 1024 x 768 and when I invoke the Domain Wizard, the application hung up. I killed the process.
    Now I can no longer run the JDeveloper application at all. Neither by double_clicking on the shortcut on my desktop, double-clicking on my project file, nor running the exe file itself.
    The application hangs while initializing.
    I'm thinking seriously about abandoning JDeveloper altogether and using another IDE.
    Dave

  • JDeveloper Hangs

    I have the following client configuration:
    - Windows 2000
    - Oracle 8.1.6 DB
    - Just loaded JDeveloper version 3.1.1.2
    I have the following server configuration:
    - Windows NT
    - Oracle 8.1.6 DB
    After loading JDeveloper, I restart my PC. After launching JDeveloper, it hangs while trying to load. The JDeveloper window title bar displays "Oracle JDeveloper [Loading addins..].
    Is there a problem running JDeveloper on the same system as the local DB? Is there a conflict with the DB on the server? My local connection is set up to JDBC-thin.

    Problem Solved!
    After a day of investigation, I was able to activate JDeveloper as follows:
    1) I ran JDeveloper and it hung.
    2) I checked the Application Log on the Windows 2000 Event Viewer.
    3) The last item in the log had the following message: "WMI ADAP was unable to load the perfproc.dll performance library due to an unknown problem within the library.
    4) I searched the web and found that this was a known problem.
    5) The given answer was to run "exctrlst" from the command prompt, and to disable(uncheck) the performance counter.
    6) Once done JDeveloper loads and operates properly.
    If anyone also has encountered this problem, please post on this topic.

  • JDeveloper Hangs in JSPX design mode

    hi,
    I have been working with a project in JDeveloper (ADF Faces) the last six months and things have been going fine. Now that we are only a few weeks from release we are suddenly getting performance problems and the IDE hangs on certain jspx pages when we try to show them in Designer Mode. Our version is 11g (11.1.1.0.0).
    We get the following IDE exception:
    SEVERE: lock starvation; thread 'status-0' blocked on lock 'orderclosure.jspx' for more than 20,000ms:
    +"status-0" id=58, blocked, no reads, no writes, no history collected:+
    +     at oracle.javatools.buffer.ReadWriteLock.writeLock(ReadWriteLock.java:346)+
    +     at oracle.ide.model.Node.writeLock(Node.java:292)+
    +     at oracle.ide.model.Node.runUnderWriteLock(Node.java:1516)+
    +     at oracle.bali.xml.gui.jdev.JDevXmlContext$ContextIssueListener.statusChanged(JDevXmlContext.java:1246)+
    +     at oracle.ide.status.DefaultFileMonitor.fireStatusListeners(DefaultFileMonitor.java:841)+
    +     at oracle.ide.status.DefaultFileMonitor.mav$fireStatusListeners(DefaultFileMonitor.java:62)+
    +     at oracle.ide.status.DefaultFileMonitor$StatusTask.run(DefaultFileMonitor.java:712)+
    +     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)+
    +     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)+
    +     at java.lang.Thread.run(Thread.java:619)+
    We need to solve this fast, can anyone give us some pointers.
    Thanks
    Stephen

    The problem is odd, I check the Task manager when I try to open the page. I get some CPU spikes but nothing major, and memory looks okay, over 1.5G available. This odd thing is that this is particular to certain JSPX pages we have written. Some load fast and some load slow/hang. I have check the JSPX and the Binding and I can see any common factors. It feels like JDev tries to get access to something during the setup of the designer for the page but is blocked? On some pages we are waiting 4-5 minutes for the designed to show the page.
    I don't think the pages are very larger (what is large?), I mean we have a good number of components particularly Panel Groups etc.. As an example one of our pages which takes time has the following, 2 tables, 2 select many, 2 Box Layout, 3 buttons, 1 text field. 3-5 minutes to load.
    Thanks for your help.
    Stephen

  • SQLLDR.exe Hang on Win2K, sorry if this is a rehash...

    First let me apologies if this topic has been covered in the past. I did a search and found a few other posts on this topic but did not find a solution.
    I'm using SQL*Loader from 8.1.5.0.0 on Win2K Adv. Server. (SP2). The target DB is either on the local machine or a remote machine.
    If I specify:
    "Sqlldr userid=demo/demo@<server_name> ..."
    Sqlldr loads the data then hangs until ^C is pressed. This even occurs if <server_name> is the local server name.
    If I specify:
    "Sqlldr userid=demo/demo ..."
    Sqlldr runs to completion and returns to the command prompt.
    So the question is twofold:
    1. Can the 8.1.5.0.0 version of SQLLdr access the local or remote server by specifying "@<server_name>"?
    2. I've read one post that said only 8.1.6 is approved to work with Win2K, is this correct? If so, where can I download this upgrade? I only see 8.1.7 on this site.
    TIA

    I run 8.1.6 on win2K professional. I have had no problem running sqlldr.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Kim Ouye ([email protected]):
    First let me apologies if this topic has been covered in the past. I did a search and found a few other posts on this topic but did not find a solution.
    I'm using SQL*Loader from 8.1.5.0.0 on Win2K Adv. Server. (SP2). The target DB is either on the local machine or a remote machine.
    If I specify:
    "Sqlldr userid=demo/demo@<server_name> ..."
    Sqlldr loads the data then hangs until ^C is pressed. This even occurs if <server_name> is the local server name.
    If I specify:
    "Sqlldr userid=demo/demo ..."
    Sqlldr runs to completion and returns to the command prompt.
    So the question is twofold:
    1. Can the 8.1.5.0.0 version of SQLLdr access the local or remote server by specifying "@<server_name>"?
    2. I've read one post that said only 8.1.6 is approved to work with Win2K, is this correct? If so, where can I download this upgrade? I only see 8.1.7 on this site.
    TIA<HR></BLOCKQUOTE>
    null

  • BUG JDeveloper hangs when Completion Insight invoked with accelerator

    JDeveloper 10.1.2 build 1811
    Windows XP Professional Version 2002 Service Pack 2
    Nondeterministic... occurs about once a day on average.

    Occurs the first time that you invoke completion insight after starting JDeveloper (ctrl-space for me, by the way) .

  • JDeveloper Hangs when debugging JPDA on Solaris

    Has anyone been able to JPDA debug on the Solaris platform? My system hangs when a break point is encountered.

    I need more info so I can help:
    What JDK do you have?
    What VM are you using when you debug? (Project Settings Dialog, Runner panel, Virtual Machine combobox).
    Can you copy the java command from the debugger log window and paste it into your reply here?
    Thanks,
    -Liz

  • 10g BPEL process upgrade to 11g hangs in Jdeveloper and Ant script

    I have successfully upgraded several 10g (10.1.3.4) BPEL processes and ESB services using Jdeveloper 11g (11.1.1.6.0) migration wizard and deployed them to an 11g environment. Both 10g and 11g environments are up and running.
    However, my 11g jdeveloper hangs when migrating the next BPEL process. It hangs at the message box with the title: "Migration Status". I tried the Ant script and it hangs too. It hangs after printing out:
    "CompositeRefs
    [upgrade] WARNING: UPGBPEL-02009: No Binding setup for : "soapCheckPrivileges"
    . This will cause compilation of the upgraded project to fail. Check SOA Upgrade
    documentation on manual steps necessary to bind this composite reference. If ne
    cessary, upgrade and deploy any dependencies. If planning to retain 1013x nodes
    in this projects dependency tree, check earlier part of this log for 1013x WSDL
    URLs that can be used."
    I guess it makes sense since Jdeveloper and Ant script use the same code base for migration.
    One other observation is that if I kill the hanging jdeveloper process and reopen it and go through the migration wizard again, it will be successful without hanging. However, when I fix all the wsdl reference and do a build and deploy to sar. The resulting sar is defective and cannot be deployed to Weblogic even if both build and deploy to sar report success. The defective sar contains only scac.log and scac-log.xml, not even composite.xml.
    One difference between this BPEL process and others I have successfully upgraded is that it depends on an ESB service (this esb service has been upgraded and deployed to 11g).
    Any ideas?
    Thanks,

    I will answer my question. I killed the migrating Java process and the migrating wizard will report failure of migrating the .jpr file. Actually, the only thing missing in the migrated .jpr file is deployment profile which I can generate from deployment menu. And I can deploy the migrated process. This works as a workaround.

  • JDeveloper 10.1.3 EA1 hangs during JSF development

    Hi,
    Create a new project (web project) and invoke the JSF JSP wizard to create a JSF page. Click on the source editor and try editing some code or copy and paste code from another JSF application. JDeveloper hangs. It is using almost 100% of CPU. I have to kill JDevW.exe in the task manager to get my system back to normal. Right now, it is becoming impossible to do any JSF development at all with the EA1. Please advice.
    Thanks

    Hi,
    It works now. I do not know what has a changed. The only thing that I can notice is that I am using a new workspace. Previously, I created the JSF project under a workspace that consisted of many projects; most of them were a direct checkout from CVS. Anyway, thanks for you help. I will let you know if I come across the problem again (of course with the actual step to reproduce the issue).
    Thanks

  • JDeveloper performance with XSL Mapper

    Hi All,
    Not sure if this is the right place to ask this question since it has to do JDeveloper performance with SOA and not ADF.
    In the XSL Transformation mapper tool, whenever I do an auto-map between two large schemas, my JDeveloper memory usage hikes up to about 1.3 GB and then both the JRE and JDeveloper hangs although the transformation finishes. The problem is that sometimes it hangs before you can save it. It almost seems like a memory leak.
    NOTE: I am not getting any out-of-memory error since I increased already increased the memory.
    Any help to optimize and solve this problem will be very helpful.
    Thanks!

    chk this
    http://docs.oracle.com/cd/E11036_01/doc.1013/e10295/xslt_mpr.htm
    you should have SOA composite application extension for this..
    if you dont want a visual transformation then you can use the jdeveloper project properties -> Run/Debug -> edit run configuration -> XSLT

Maybe you are looking for

  • Where can I find Instruction on Creating a Spry Menu Bar (CS 4)

    As a newbie to DW CS4 (Former user of GoLive) I get the idea that the Spry Menu Bar should be used; I can build the basic bar but have no success in changing font colors, background colors, Role Over, etc. Is there a tutorial that explains this proce

  • No records were selected - S_P00_07000134

    Hi, I got "No records were selected" when I execute t code  S_P00_07000134 to view witholding tax report. This is the first time, I am running the t code for my user. Please advice whether I am missing any configuration which doesn't allow to execute

  • How to add root entry

    Hi folks I'm trying to simulate an LDIF file into JNDI attribute set but cant make it dn: dc=fifa,dc=com objectclass: dcObject objectclass: organization o: Football Org dc: fifa dn: cn=Manager,dc=fifa,dc=com objectclass: organizationalRole cn: Manage

  • Move Image Data from Sql Server to Oracle

    I try to move Image data from a Sql Server Database to a Oracle Database. The dataType in Sql Server is Image and the target datatype in Oracle is BLOB. When I try to move my Sql Server data to Oracle I get the following error message Data Move infor

  • Monitoring Agents logged in, and out dialing notification to duty manager

    I've been asked to come up with a way to monitor a few critical skill groups for agents logged in and if there are none dial out to predetermined outside numbers that reach duty managers. When the call is answered a message should be played indicatin