Debug from one machine not working , why ?

I created standard debug configuration for portal:
remove java application type ... , and it works immediately after portal is restarted, (connecting fast).
but after disconnect and try to run debug again, studio againg newer complete step "establishing connection"
on other maching same debug working every time , connecting with no problems.
for what reason on my machine debug may working only one time?
thanks in advance

Dear Vladimir,
sometimes debugging with J2EE can bring you some surprises.
You have to be careful on how to you disconnect from your previous debug session.
Pay special attention that you click on the "Remove all terminated launches"
[http://imageshack.us/photo/my-images/707/20110908171418.jpg/]
Kindest Regards
/Ricardo Quintas

Similar Messages

  • Migration Assistant from Time Machine not working, Migration Assistant from Time Machine not working

    Hello,
    A friend of mine recently bought a new Macbook Pro.  I believe it is a 2.8 Ghz i7 model.
    Anyway, they wanted to transfer all of their stuff from a 5 year old Macbook (running Snow Leopard) to their new Macbook Pro (running Lion) and they asked me for help.  I suggested they run Migration Assistant from a Time Machine backup.  They did that last night and everything ran fine until the very end, when they got this error message "Superdrive firmware Update 2.1 is not compatible with this version of Mac OS X."  Also, it appears that nothing had been transfered. 
    Any suggestions?
    Thanks!

    Thanks a lot both. The thing was that I couldn't find any DVDs that belonged to my new computer, so I just used my old Leopard DVD thinking that it didn't matter which one I used anyway. When you said it did
    matter, however, I looked a little closer and found two DVDs in my new computer's box. I'm doing a clean installation as we speak.
    Thank you for your help!

  • New harddrive in MacBook - restore from time machine not working correctly

    Recently put a new Samsung drive into my White 2007 MacBook. I put the snow leopard disk and selected restore from backup onto the newly formatted Samsung drive. After 4 or so hours it says it has completed successfully and the computer needs to re start.
    After this the computer boots the apple logo appears and the spinning thingy spins. It stays at this screen and won't go any further. Any ideas?
    Should I install a fresh copy of snow leopard first then restore from backup?

    Hi William:
    Should I install a fresh copy of snow leopard first then restore from backup?
    According to this article, yes (the new HD fits the description, I think):
    http://support.apple.com/kb/TS3243
    Barry

  • My new iPhone 4S speaker not working why?

    my iPhone 4S iOS 7.0.3,model MF266HN/A,8GB one speaker not working why? What can I do?

    All iPhones are mono. Stereo is only available on Earphones.
    Bottom left is mic and right is the speaker.

  • I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?

    I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?

    Well the error message is in Swedish but says: The installation program database is damaged. Please contact the Adobe support (which is a hard thing to do!!). I use Windows 7 Home Premium with service pack 1.
    Från: Mylenium 
    Skickat: den 29 december 2014 16:48
    Till: Tony Bohman
    Ämne:  I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?
    I have tried to reinstall CS3 extended student version to my new comuter from the dvd and also from the web download but it does not work - I get the information that the server does not work- why. How should I do?
    created by Mylenium <https://forums.adobe.com/people/Mylenium>  in Downloading, Installing, Setting Up - View the full discussion <https://forums.adobe.com/message/7050595#7050595>

  • VOs are corrupted after copying from one machine to another

    Hi all
    I have a customer with the following problem:
    A team of developers are creating custom pages on different PCs for the same project.
    In order to have the latest BC4J objects for everyone, VOs (XML file and Impl.java and RowImpl.java) are copied from one machine to another and added to the project.
    But when doing this and trying to view the attributes of the new VO on the machine where the new VO si copied over will result in an error:
    java.lang.NullPointerException
    at oracle.jbo.dt.ui.view.VOAttributePanel.getFieldType(VOAttributePanel.java:687)
    at oracle.jbo.dt.ui.view.VOAttributePanel.actionPerformed(VOAttributePanel.java:851)
    at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197)
    at javax.swing.JComboBox.setSelectedItem(JComboBox.java:561)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setFieldType(VOAttributePanel.java:754)
    at oracle.jbo.dt.ui.view.VOAttributePanel.updateControls(VOAttributePanel.java:393)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setAttribute(VOAttributePanel.java:642)
    at oracle.jbo.dt.ui.view.VOAttributeTabPanel.updateControls(VOAttributeTabPanel.java:33)
    at oracle.jbo.dt.ui.entity.EOAttributeTabPanel.setAttribute(EOAttributeTabPanel.java:143)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.attrValueChanged(VOEditAttributeTabPanel.java:301)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.enter(VOEditAttributeTabPanel.java:107)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:620)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:595)
    at oracle.jbo.dt.ui.view.VOWizard.selectPage(VOWizard.java:243)
    Please notice that source JDeveloper version and target JDeveloper version are the same and are coming from the same JDev OA patch.
    The only workaround i could find is creating the VO from scratch on the 2nd installation, but this reduces very much the development time, because developers are doing the same work other developer had undertaken before, so there is no benefit from this.
    I got exactely the same result when copying the VO on the same machine in 2 different JDev installations (with the same version of course).
    I have a very simple reproducible testcase with OA Toolbox tutorial:
    Requirements:
    - Two (2) workstations
    - Each workstation must contain same copy of JDeveloper project (JPR file)
    - Toolbox Tutorial project
    Steps:
    Workstation 1
    1. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    2. Right click package then select New View Object.
    3. Proceed with the creation of the View Object using wizard.
    4. Name the View Object as CustomerSupportVO
    5. Select EmployeeEO and AddressEO.
    6. Select all possible attributes.
    7. On Step 6 of wizard, check Generate Java File for View Row Implementation.
    8. Click Finish.
    9. Save Project.
    10. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java to shared folder.
    Workstation 2
    1. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java from shared folder to Workstation2/JDEV_HOME/myprojects/oracle\apps\fnd\framework\toolbox\schema\server.
    2. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    3. In the System Navigator, click on Add to Tutorial.jpr icon.
    4. Select CustomerSupportVO.xml then click Open.
    5. Click ok when prompt to add View Object’s components.
    6. Right Click on CustomerSupportVO from Business Components.
    7. Select Edit CustomerSupportVO.
    Can you let me know if there is a more simple workaround?
    Thank you in advance,
    Dan Cretu
    EMEA ATG team

    I had faced similar issue earlier. I just copied the VO query(and all necessary information) and removed it (deleted) from the project. Upon recreation of the new VO (same name) the issue was resolved.
    Not very sure as to why the VO.xml got corrupted in your case, but this solution works.
    Thanks

  • How to copy/move Portal database from one machine to another?

    I am receiving a ORA-22973 error (size of object identifier exceeds maxmum size allowed) on the wwsec_enabler_config_info$ table when attempting to import my entire "portal30" schema from one database to another on different Windows NT Servers.
    Background: I had Portal 3.0.9.8 installed, configured, and running with the following setup:
    Machine 1: Windows NT 4.0 SP 6, Oracle 9iAS 1.0.2.2, Oracle Portal 3.0.9.8
    Machine 2: Windows NT 4.0 SP 6, Oracle 8i Database 8.1.7.0.0
    We no longer have use of Machine 2 and needed to move the database over to Machine 1.
    I performed the following steps:
    1. Installed Oracle 8i database 8.1.7.0.0 on Machine 1.
    2. Set up the tablespaces in the database on Machine 1 to match the same names and sizes of the tablespaces in the database on Machine 2.
    3. Used the Oracle "exp" command to export the entire database that resided on Machine 2.
    4. Copied the ".dmp" file to Machine 1.
    5. Used the Oracle "imp" command to import the entire database on Machine 1.
    6. The import completed successfully with warnings. But I had received the ORA-22973 error during the import process.
    7. After it completed I compared the list of tables and packages in the "portal30" schema between the two databases. The wwsec_enabler_config_info$ table is missing.
    8. I tried to export and import only the wwsec_enabler_config_info$ table between the two databases, but continue to receive the ORA-22973 error.
    Without the table being created, access to the portal cannot be achieved.
    Here are my questions:
    1. Is there anyway to create the wwsec_enabler_config_info$ table without receiving the noted error?
    2. Is there any other workable way to get the portal database from Machine 2 to Machine 1?
    I am aware of the portal import/export utilities but that would require me to run through the 2 hour install of Portal 3.0.9.8 on the database on Machine 1 and then individually export and import all the portal components (security, pages, applications, content library, etc). I merely wanted to transfer the entire database from one machine to another, so I felt the Oracle exp/imp utilities would be quicker and less work.

    Hi,
    I've been hitting problems with Portal 3.0.9.8.1 against 8.1.7.2.1 on NT - i.e., Intermedia not working at all, and have been advised by support to move back to 8.1.7.1.1.
    I don't want to lose any of my content in the Portal since the db upgrade and am wondering on what is the best way to do this.
    The version of the Portal will be the same so I am hoping I can just use the Portal export and import utilities, as afterall, it is just data and the schema structures are the same between db versions. I'm also hoping that the Portal export doesn't use the standard Oracle EXP tool as it doesn't work anymore on 8.1.7.2.1 on NT!!
    Regards,
    John

  • Easy way to migrate users from one machine to another?

    I have an iMac lab where students have their own local accounts. The machines are bound to W2k Server with AD. New school year, new seating charts, some users must move. Is there an easy way to migrate a user and all their stuff from one machine to another? We do have Remote Desktop BTW. I'm not finding an obvious answer so I guess there isn't but I sure wish there were. I suppose they could copy anything they want onto the server. set up a new account on the new machine and pull it all back off the server, but that's not "easy".

    Hi
    +The machines are bound to W2k Server with AD.+
    This could be a telling statement although without further information it would be hard to say?
    What I'm assuming from this is that current mac clients are bound to Active Directory. This would mean that user accounts exist on the Server and not locally. In which case there would be nothing to transfer other than the local admin account - again assuming you want the applications installed on the current client macs transferring over to the new client macs.
    To be honest it would be easier and less hassle to create a new local admin account and install compatible software fresh. Use the same tools you used to 'bind' the old client macs to Active Directory for the new client macs.
    +We do have Remote Desktop BTW+
    You could utilize this to (a) name all the new mac clients with appropriate hostnames and (b) 'bind' new mac clients by issuing dsconfigad from the command line. If this seems like too much hard work then you could simply exercise your legs and walk round each one in turn.
    Even if your current mac clients are configured with Mobile Accounts (locally cached network accounts) this would still not be a problem as you can manually or automatically sync the locally cached networked home folder back to the server and then log in with that account again on the new mac clients. The home folder should then be cached locally.
    This assumes you've configured Directory Utility in the appropriate way.
    Tony

  • How do I properly transfer CS from one machine to another

    I want to remove my apps and license from one machine and move to another. I uninstalled CC, but the apps are still on the machine and functioning? Will I be able to move to a new machine without trouble?

    There might not be a need to depending on your preferences.  You are allowed to have two working installations, so you could keep the original as a backup if you like.  If not, then you need to sign out of the original thru the manager.  As far as getting the software on a new machine, you need to install them using installation files the same way you installed originally... moving software from one machine to another does not work.
    Download/install the desktop application, sign in, install the subscription application(s).
    Creative Cloud Help / Download, install, update, or uninstall apps
    https://helpx.adobe.com/creative-cloud/help/install-apps.html
    Creative Cloud Help / Creative Cloud for desktop
    https://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Creative Cloud Help / Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    Activation & deactivation help
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#a ctivate-how-to
    Creative Cloud Help / Install, update, or uninstall apps
    http://helpx.adobe.com/creative-cloud/help/install-apps.html
    Installing Creative Cloud Apps
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-video/installing-desktop-app s-from-creative-cloud/

  • How can I migrate an Essbase Appl. from one machine to another?

    We uses 3 computers to cover our development cycle: one for developing, one for testing with almost real data (integration test) and a production machine.I created a new Essbase appl. and want to transfer it from one machine to another, but only using batch scripts (ESSCMD) due to company policy. I don't know where the name of the application is stored. (I thought it is essbase.sec, but I believe is not true)I transfer all the files that belongs to an appl. (the list of them I get using BEGINARCHIVE) but is not enough.Does anyone have a hint?

    If you can map a drive to each to the servers, then:1. Create an application/database on the new server with the same names as those on the old server.2. Use Windows/DOS, copy the outline (.otl), calc scripts (.csc) and load rules (.rul) to the new server.3. Export the database from the old server to a file(s) on the new server.4. Stop/start the new database/app.5. Import the data into the new server (no load rule needed).

  • Recovering data from one machine to another

    Hi all;
    I've mentioned this in another thread but would really like to deal with it. Recently, I had to move my iPhone from one machine to another. All was well and I managed to move all my apps from one machine to the current one. The problem is with a purchased app called TripLog that stores data on driven mileage. On moving the app over, I didn't get the data.
    I contacted the software people and this is what I got:
    "As far as data, the iTunes software automatically backs up all data to the desktop. The "Apple data" (contacts, calendar, etc) are backed up to the corresponding desktop apps (Address Book, iCal, etc) but data from "3rd party" apps are backed up in an encrypted, totally nonaccessible (to anyone but iTunes) format. That is used by iTunes when you do a "Restore".
    "I would call Apple tech support if I were you, because unfortunately, that's all we know. The data IS somewhere on the desktop (I believe) but how you could transfer it to a new handheld I have no idea."
    So the question is, Where is that data stored? In my user/Music/iTunes/Mobile Apps folder there were three versions of this app. I tried moving them all over and kept getting dialogs asking me if I wanted to repace an older version with the newer ones I was moving over. Since my iPhone and the new host computer didn't have TripLog I assumed I should replace but now I am not sure.
    I can stil move over these files, but I have a feeling that they are not data so much as simply the app itself. Where is that data stored?
    For the record, I have moved files from an iMac G5 to a Macbook running 10.6.1 and iTunes 9.0.1 with an iPhone 3G running 3.0.1
    Help?
    Stan

    Many thanks!!! One more question; do I just move that file over and drag and drop or do I need to do an import into the folder, "Automatically Add to iTunes?" Further, will this affect all my data on the phone? For example, I have synced and made changes in things like iCal, Address Book, Mail, etc. Will the last few days be wiped out or replaced by the moved-in data?
    Stan

  • How to copy OVD configuration from one machine to another?

    We have two machines with OVD servers on them. The configurations should be identical from one machine to the other. We suspect there is a problem with the configuration on one of them. We need to know how to copy OVD configuration from one machine to another.
    Can you tell us how to do that?

    well i have this in mind which may help you.
    You would need to have a public ip address to the machine you have consoled to and on internet.
    Download the tftp software from below link.
    http://tftpd32.jounin.net/
    This software does not only act as the tftp server but also you can select the interface of you ethernet card as tftp server ip address.
    For ex if you are connected to a console and have a wireless card which is connected to internet also you connect you eth lan card to the eth or fast eth of the router.
    you can select which ever interface you want to act as the tftp server.
    you will need to add ip addres for you lan card and also config the router port as same if needed.

  • Hello, I just did an update and now the second Language - Hebrew - does not working. why?

    Hello, I just did an update and now the second Language - Hebrew - does not working. why?

    More information please.
    If you are on adobe cloud, download indesign that support hebrew from CC desktop. Click on the preference gear on the top right then select App language.

  • Query takes long time from one machine but 1 sec from  machine

    I got a update query which is like a application patch which takes 1 sec from one machine.I need to apply that on the other machine where application is installed
    Both applications are same and connecting to the same DB server.The query ran from second machine takes so long time ....
    but i can update other thing from the secon machine.
    IS there anything to do with page size ,line size
    Urgent Please

    HI
    Everything is same except from the diff machine.
    Any client version issue because the script us so wide like 240 chars
    PLAN_TABLE_OUTPUT
    | Id | Operation | Name | Rows | Bytes | Cost |
    | 0 | UPDATE STATEMENT | | | | |
    | 1 | UPDATE | IDI_INTERFACE_MST | | | |
    | 2 | INDEX UNIQUE SCAN | PK_IDI_INTMST | | | |
    Note: rule based optimization, PLAN_TABLE' is old version
    10 rows selected.
    Message was edited by:
    Maran.E

  • Error when cloning db from one machine to another

    Hi people.
    I am trying to clone a database from one machine to another. (both are linux x86_64 machines with 11g installed on both)
    I obtained the following error after a few minutes into the process. Any workarounds for this?
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00601: fatal error in recovery manager
    RMAN-03004: fatal error during execution of command
    RMAN-10041: Could not re-create polling channel context following failure.
    RMAN-10024: error setting up for rpc polling
    RMAN-10005: error opening cursor
    RMAN-10002: ORACLE error: ORA-03114: not connected to ORACLE
    RMAN-03002: failure of Duplicate Db command at 11/26/2013 23:05:42
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Process ID: 9054
    Session ID: 91 Serial number: 5

    Likely the RDBMS Software version and/or Patchset level is not the same on the two servers.
    Hemant K Chitale

Maybe you are looking for

  • I have an iPhone 4 but when I block a number it still gets through

    So I really want to block this number, I don't want to talk to this guy anymore. He's just bothering me and I want nothing to do with him. I blocked him before and it worked but it isn't working now. I have the iPhone 4 and he has an iPhone also but

  • Acrobat crashes when deleting "reply"

    Each time I reply to a comment and then "delete" the reply, Acrobat quits out of the document. Has anyone else had this problem?

  • Diifernece b/w varinats & dynamic variants

    Hello Abapers, Could you guys help me out in explaining the diff b/w variant & dynamic variant ...where it is used in what scenarios... it will be appreciated with lots of points if you cld able to explain with an example. awaiting for your replies..

  • Front Row not playing Trailers or Top 10 iTunes Movies

    Hoping someone might be able to help me out with this weird problem I have had for a few months (since before Leopard, but it persists since updating to 10.5.1.) My Front Row wont play the Theatrical Trailers or iTunes Top 10 movies previews. It happ

  • String[] args == String args[] ?

    Why are there two ways of declarating an array? e.g.: int[] bla; or int bla[]; What's the difference? And what's Suns recommendation? e.g.: public static void main(String[] args) or public static void main(String args[]) I always made it the first wa