Another instance running

I occassionally get the message about possibly another instance of SJSE8 is running, etc...
What can I do to prevent this from happening... I beleive I close out the IDE correctly, I select exit to close??
Thanks

Are you running multiple instances of the IDE? The IDE creates a userdir and puts .lock file there when the IDE is running. If that file cannot be deleted for some reason, then the next time you startup the IDE, it will find the .lock and popup the message. If there is no other IDE running, simply dismiss the message.
You might try deleting this lock by hand. Is there some other way that an Studio instance could be running (like a "non responding" process) during this time?

Similar Messages

  • CC Updater - U44M1I11 Another Instance is Running

    Seems like just last month I was struggling with this problem with CS6. Oh wait, I was:
    http://forums.adobe.com/message/5753380#5753380
    So now I'm back with CC. Installed all the programs today. Hit Update and of course Photoshop, Premiere, and Audition failed their Updates. Error this time was:
    There was an error installing this update. Please try again or contact customer support. (U44M1|11)
    I see that root spawns the Adobe Application Manager (Updater) process when I hit the Update button. Then the update fails.
    Here's the end of the log file from /Library / /  Adobe Setup Error.log
    11/08/13 13:52:02:164 | [INFO] |  | OOBE | DE |  |  |  | 11968 |
    11/08/13 13:52:02:164 | [INFO] |  | OOBE | DE |  |  |  | 11968 | Exit Code: 11 - Another instance running, Only a single instance can be run at a time.
    11/08/13 13:52:02:165 | [INFO] |  | OOBE | DE |  |  |  | 11968 | Please see specific errors for troubleshooting. For example, ERROR: DW037 ...
    What's the fix, Adobe? Don't send me to:
    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    I've already done that stuff. I'm so aggravated with this auto updater, it just doesn't work out of the box. This is a brand new 10.9 system, nothing else on it, except for CC, and it won't run it's updates after it's been installed.

    Should have waited a few more minutes before posting the above issue. I fixed it, but the workaround is pretty poor. Adobe, you have problems with the root user spawning the updater's processes. Simple as that.
    Here's my fix:
    Enable the root user and give it a password in the Directory Utility (Users Groups/Login Options/Network Account Server/Open Directory Utility)
    Curse Adobe for forcing you to enable the root user and thus provide another attack vector on your machine
    Open Terminal
    su to become the root user
    Navigate to /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/MacOS
    Run Photoshop as root by using ./Adobe Photoshop CC
    Photoshop yelled at me for a password to run something when it started up, I ignored it
    Use the Update... option in the Help menu.
    Note in Activity Manager that this has been spawned by Root
    Check off the boxes of programs you want to update, let the updater run. You will have to close out of Photoshop and then quit it by hitting Control C in your Terminal window
    You may also have to go into Activity Manager and Force Quit the logtranspot2 process.
    Wait for the update to complete
    Quit Terminal
    Quit and re-open the Creative Cloud app and verify all the programs show as "Up to Date"
    Disable the root user
    Curse Adobe for forcing you to do this every time you want to update your Creative Cloud programs. It's not very convienent.
    So anyway, there's your fix. Hope it saves someone else a few hours of aggravation.

  • Tried to upgrade from firefox 3.6.2 to 3.6.3, error message says another instance of firefox is running, then 3.6.2 opens. This occurs when i start firefox after restarting the computer, or when i try to install the upgrade

    Whenever i try to open firefox, i get a message that firefox cannot install the upgrade because another instance of firefox is running. Then firefox 3.6.2 will start. running windows 7 64 bit. This will occur every time i try to open firefox, after rebooting or any time i close it and reopen firefox.
    == This happened ==
    Every time Firefox opened
    == I Ok'd the upgrade from 3.6.2 to 3.6.3

    Do a clean (re)install and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Camera Raw Update Error "Another instance of Updater is running" CS5

    Hey, tried to open Raw files in cs5 today on a Rebel t3i I just got. Recieved error saying I needed to update raw plugin, knew it was gonna have to be done eventually. Been using a 50D for a long time without a problem.
    When I go to update the plugin I immediately get the error stating another instance of the updater is running. Can't be true. Nothing in task manager, restarted program and computer, no other users on this computer...what the hell?
    Live chat was useless, any ideas here?
    Edit: Also just tried to install ACR 6.4 since that's the minimum requirement for this new camera...same error!

    Thanks for updating the forum; hopefully someone else may benefit from your findings.
    I can't imagine how you connected that Hotfix with the Adobe updater issue - the two seem in totally different realms.  However you did it, good job!
    -Noel

  • When I close firefox I find another instance of firefox running that points to an advertisement

    When I close a session of Firefox I find another instance of firefox running (which I haven't initiated) this usually contains an advert.
    I've checked that popups have been disabled, which it has been. I tried disabling add-ons but this had no effect.
    Any suggestions would be appreciated.

    http://kb.mozillazine.org/Popups_not_blocked

  • How to check if ABAP program is running in another instance?

    Hey Guys,
    I need to ensure that a given ABAP program is only running in one instance.
    Here is what I tried so far:
    1) FM TH_WPINFO
    The problem with this is that the Z (custom) program calls lot of SAP function modules and when inside those, the WP_REPORT field of WPLIST table has something else and not the Z program name.
    2) FM ENQUEUE_ESINDX
    When I used the code below the following happened:
    -The First instance runs fine
    -The Second instance fails in the locking and exits the way it is supposed to but then
    -If I run the program the Third time, it runs with a succesful lock - probably because the after second instance the lock was cleared???
    CALL FUNCTION 'ENQUEUE_ESINDX'
        EXPORTING
         MODE_INDX            = 'E'
         MANDT                = SY-MANDT
         RELID                = 'ZZ'
         SRTFD                = PROGRAM
    *     SRTF2                =
    *     X_RELID              = ' '
    *     X_SRTFD              = ' '
    *     X_SRTF2              = ' '
    *     _SCOPE               = '2'
    *     _WAIT                = ' '
    *     _COLLECT             = ' '
        EXCEPTIONS
          FOREIGN_LOCK         = 1
          SYSTEM_FAILURE       = 2
          OTHERS               = 3.
    Any other idea, how I could accomplish this?
    Thanks a lot,
    Viktor

    -----> Include this perform in Initalization or in Start-of-Selection screen event.
    *&      Form  LOCK_CURRENT_INSTANCE
    * Perform to lock the current instance of the
    * program, so that only one
    * instance can be runned at a given time.
    FORM lock_current_instance .
    *---FM to lock the current instance of the program
        CALL FUNCTION 'ENQUEUE_E_TRDIR'
          EXPORTING
            mode_trdir     = abap_true
            name           = sy-repid
          EXCEPTIONS
            foreign_lock   = 1
            system_failure = 2
            OTHERS         = 3.
        IF sy-subrc <> 0.
          IF sy-batch = abap_true.
            MESSAGE e016 WITH 'Already one Instance of the Program is Running'.
          ELSE.
            MESSAGE s016 WITH 'Already one Instance of the Program is Running' DISPLAY LIKE 'E' .
            LEAVE LIST-PROCESSING.
          ENDIF.
        ENDIF.
    ENDFORM.                    " LOCK_CURRENT_INSTANCE
    ---->and include this perform as a last perform in End-of-Selection screen event.
    *&      Form  UNLOCK_CURRENT_INSTANCE
    * This perform is used to unlock the instance of the
    * running program
    FORM unlock_current_instance .
    *---FM to release the lock on the running program
      CALL FUNCTION 'DEQUEUE_E_TRDIR'
        EXPORTING
          mode_trdir = abap_true
          name       = sy-repid.
    ENDFORM.                    " UNLOCK_CURRENT_INSTANCE

  • Import of Apex Application to another instance takes a long time

    Hi,
    I have developed an apex application which is of size -24 MB .While importing the appl to another instance it takes a long time (few hours). The imported appl is working fine so far.
    What should be the ideal time for the import of this size appl ?
    Is it the usual due to the size of the app or some thing is wrong with the app ?
    Any one can please throw some light on this, as I am unable to figure out if it the appl issue or the DB issue.
    Thanks in advance!

    The application is getting imported and running, so you do not really have a problem in hand.
    24M is big, but not all that big to run for hours.
    The time taken depends on the resources available on the server where you are trying to import. If the load on that server is high then the resources will be shared between all the processes run on it, and the import process will run longer.
    Monitor disk and CPU usage, it will provide you some clues. Try importing at offpeak time and it should run faster if there is a server resource issue.
    Regards,

  • Failed to initialize the network. Check if another instance of agent is

    Out of the blue a small number of my Windows XP PCs get the following error
    when logging in. Usually appears while login script page is on screen:-
    Failed to initialize the network. Check if another instance of agent is
    running. Contact the system administrator
    Once XP has loaded ok I can manually start the Remote Management service.
    Some PCs are intermittent and don't seem to get it again but a couple get it
    every login. I removed the client and reinstalled. I removed the Remote
    Management service and re-installed. Re-registered the PC Workstation but no
    change for those who get it every day.
    I did find this:-
    Failed to initialize the network. Check if another instance of agent is
    running. Contact the system administrator
    Source: Remote Management Agent
    Severity: Critical
    Possible Cause: The Remote Management Agent is unable to bind to the IPX or
    IP port that is being used for Remote Management service, or the ports are
    being used by some other application running on the managed workstation.
    Action: Uninstall any third-party remote control agent or remote control
    application using these ports from the managed workstation.
    Possible Cause: The protocol stack is corrupted.
    Action: Reinstall the protocol stack.
    Possible Cause: The managed workstation is not connected to the network, or
    the network is down.
    Action: Connect the managed workstation to the network.
    I don't have any third party remote control agent installed and I've tried
    the refresh of the IP protocol stack. Surprised this has started as we have
    not made any changes to the network or software. We run NW Client 4.83sp1
    and NW5.1 sp5.
    Anybody else had this and cleared it completely?

    Further developments:
    It looks like it's a fault in the nic. it's a Compaq NC3120 Fast Ethernet
    card. It used to work, but since I've wiped out the card drivers that were
    in use, I'm at HP's mercy. They are telling me that the card is no longer
    under warranty and won't even tell me what driver to look for. Anything I've
    managed to find has the exact same symptoms:
    Client works, ping to IP addresses work, ping to www.yahoo.com (etc) doesn't
    work, although winipcfg shows a DNS server the same as every other machine I
    have.
    Internet explorer doesn't work, even with IP addresses to local servers.
    And of course, zenrc32 doesn't work, wsreg32 doesn't work.
    Does anyone know of a way of making the NC3120 work on a win98 machine?
    Shall I just go buy a couple dozen netcards from a more reputable company
    than compaq?
    Chris Denby
    IT Coordinator
    Rainy River District School Board
    Fort Frances, Ontario
    Canada
    "Chris Denby" <[email protected]> wrote in message
    news:[email protected]...
    > I have this message on windows 98. In addition to that, the wsreg32.log
    > reads work station import error -1 (UNKNOWN).
    > This happened after ghosting down to the machine and finding that it had a
    > different card. The client adapted easily to a new card, but the
    zenrc32.exe
    > won't run.
    >
    > I've checked to make sure it wasn't running by renaming the zenrc32.exe to
    > zenrc32.ex so it wouldn't run on start up. Then after the machine was
    > started up, I changed it back and ran it and it died immediately with the
    > same error.
    >
    > I have uninstalled the client through admin\unc32 and removed all traces
    of
    > the client then reinstalling, but no luck.
    >
    >
    > <[email protected]> wrote in message
    > news:1XuQc.3739$8%[email protected]...
    > > Did you ever get this solved?
    > > I've got the same thing going on with one Win2000 machine in my
    > > department. He can log into the network just fine but can not get to the
    > > internet.
    > > I've tried re-installing the protocol stack; no luck. I've searched hi
    and
    > > low for any other agent running on the machine with no luck. I've
    searched
    > > the registry for hours for all keys that would start programs or agents
    at
    > > start. Can't find anything. I've check for services, checked for fire
    wall
    > > problems, viruses. No luck. Since its only one machine I can re-image it
    > > with no problem, but I'm curious and want to find out whats going on in
    > > case the problem reapears or grows to other machines.
    > > Any help out there???
    > >
    > > > Out of the blue a small number of my Windows XP PCs get the following
    > > error
    > > > when logging in. Usually appears while login script page is on
    screen:-
    > > >
    > > > Failed to initialize the network. Check if another instance of agent
    is
    > > > running. Contact the system administrator
    > > >
    > > > Once XP has loaded ok I can manually start the Remote Management
    > service.
    > > > Some PCs are intermittent and don't seem to get it again but a couple
    > > get it
    > > > every login. I removed the client and reinstalled. I removed the
    Remote
    > > > Management service and re-installed. Re-registered the PC Workstation
    > > but no
    > > > change for those who get it every day.
    > > >
    > > > I did find this:-
    > > >
    > > > Failed to initialize the network. Check if another instance of agent
    is
    > > > running. Contact the system administrator
    > > >
    > > > Source: Remote Management Agent
    > > >
    > > > Severity: Critical
    > > >
    > > > Possible Cause: The Remote Management Agent is unable to bind to the
    IPX
    > > or
    > > > IP port that is being used for Remote Management service, or the ports
    > > are
    > > > being used by some other application running on the managed
    workstation.
    > > >
    > > > Action: Uninstall any third-party remote control agent or remote
    control
    > > > application using these ports from the managed workstation.
    > > >
    > > > Possible Cause: The protocol stack is corrupted.
    > > >
    > > > Action: Reinstall the protocol stack.
    > > >
    > > > Possible Cause: The managed workstation is not connected to the
    network,
    > > or
    > > > the network is down.
    > > >
    > > > Action: Connect the managed workstation to the network.
    > > >
    > > > I don't have any third party remote control agent installed and I've
    > > tried
    > > > the refresh of the IP protocol stack. Surprised this has started as we
    > > have
    > > > not made any changes to the network or software. We run NW Client
    > 4.83sp1
    > > > and NW5.1 sp5.
    > > >
    > > > Anybody else had this and cleared it completely?
    > > >
    > > >
    > > >
    > > >
    > > >
    > >
    >
    >

  • How to create another instance on linux without using dbca?

    I have an oracle database (or instance) named viton1 on my linux.
    Now I want to create another instance (or database) named viton2 on my linux without using dbca.
    I know I can create a database by runing a sql script : create database ......
    But my problem is:
    before I can run the script for create database, I must startup nomount database.
    Before I can startup nomount the instance, I have to connect the instance.
    So I do it:
    $sqlplus /nolog
    sql > conn sys/password as sysdba;
    sql >
    then I connected to viton1, that's not what I expected.
    In order not to connect to viton1, I set ORACLE_SID=viton2. Then it show error: insufficient privilege.
    Who can tell me the right way to create another database without using dbca?
    Thanks in advance.

    In $ORACLE_BASE/admin you should have a directory structure for the viton1 instance : create a similar directory structure for the viton2 instance.
    In the pfile subdirectory create the initviton2.ora file : you can copy it from initviton1.ora file and change all occurrences of viton1 to viton2.
    At OS prompt : export ORACLE_SID=viton2, then
    sqlplus /nolog
    conn / as sysdba
    startup nomount pfile=$ORACLE_BASE/admin/viton2/pfile/initviton2.ora
    then CREATE DATABASE.....

  • How to remove one sap Instance where 2 instance running in same server

    How to remove one sap BW Instance from server where 2 instance running in same server.
    We have 2 BW Instances ( QW1 and CW1) running in the same physical server (windows 2003 + MSSQL). Now we want remove one Instance from the server completly. Could any one give steps or procudure which we should follow to remove one instance without disturbing another one. Both instances are Central Instances.
    SAP System component version: SAP NetWeaver 2004s (2007)
    Please help me in this...let me know if you need any more inforamtion.
    Thanks in advance.
    Sridhar

    Hi Sridhar,
    You can definitely remove an instance completey. When you select uninstall option using sapinst, it will give you a list of running instances on the node using profile files.
    You can select which one to uninstall.
    Best Regards
    RAGHU

  • CodeCoach bug - loads another instance of JDeveloper9i

    Hi,
    I'm getting some strange behaviour when using code coach. Basically, it's starting another instance of JDeveloper9i (so that I have 2 running concurrently) while it's "waiting for results".
    I'm running on NT4, with JDev9i 9.0.2.8.2
    I have an addin project (ProjectSettings.jpr) and have run code coach against the file ConfigProjectSettings.java. This leads to the output (see below) in the log window.
    Simultaneously another JDeveloper9i starts up and appears to stop code coach in its tracks - the msg "waiting for results" is displayed and the JDev just sits there.
    I kill the interloper JDeveloper and code coach immediately returns with its results. It even reports on errors in files that it reports don't exist (pretty neat feature!).
    Any ideas what's going on here?
    Eddie
    Target ConfigProjectSettings.java is not runnable, using default target ProjectSettingsAddin.java.
    X:\Program Files\Oracle\JDeveloper9i\jdk1.3\bin\javaw.exe -ojvm -X5codecoach -Xcc:new -Xcc:port:4422 -Xcc:level:4 -Xcc:disable:ALL -Xcc:enable:ALL -Xcc:excl:com;java;javax;sun;sunw;org;oracle -classpath X:\Program Files\Oracle\JDeveloper9i\jdev\myprojects\samples\classes;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jdev.jar;C:\ant\jakarta-ant-1.4.1\lib\ant.jar;C:\ant\jakarta-ant-1.4.1\lib\crimson.jar;C:\ant\jakarta-ant-1.4.1\lib\jaxp.jar;C:\ant\jakarta-ant-1.4.1\lib\jakarta-ant-1.4.1-optional.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\classes;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jdev.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\xmleditor.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\xmladdin.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ojc.jar;X:\Program Files\Oracle\JDeveloper9i\lib\xmlparserv2.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jgl3.1.0.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jdev-rt.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\jewt4-nls.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\jewt4.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\share.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\help4-nls.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\help4.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\inspect4-nls.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\inspect4.jar;X:\Program Files\Oracle\JDeveloper9i\vbroker4\lib\vbjorb.jar;X:\Program Files\Oracle\JDeveloper9i\javavm\lib\aurora.zip;X:\Program Files\Oracle\JDeveloper9i\jdbc\lib\classes12.jar;X:\Program Files\Oracle\JDeveloper9i\jdbc\lib\nls_charset12.jar;X:\Program Files\Oracle\JDeveloper9i\jdk\lib\tools.jar;X:\Program Files\Oracle\JDeveloper9i\jdk\lib\dt.jar;X:\Program Files\Oracle\JDeveloper9i\j2ee\home\lib\ojsp.jar;X:\Program Files\Oracle\JDeveloper9i\j2ee\home\lib\ojsputil.jar;X:\Program Files\Oracle\JDeveloper9i\jsp\lib\ojspicons.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\oracle_ice5.jar;X:\Program Files\Oracle\JDeveloper9i\sqlj\lib\translator.jar;X:\Program Files\Oracle\JDeveloper9i\sqlj\lib\runtime12.jar;X:\Program Files\Oracle\JDeveloper9i\lib\servlet.jar;X:\Program Files\Oracle\JDeveloper9i\lib\mts.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\regexp.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\xml-javadoc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\web_services.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\using_webdav.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\using_source_control.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\uix_devguide_ohj.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\uixref.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\uix2-javadoc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\tutorials.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\soapjavadoc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\share-doc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\servlet-2_3-docs.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\prog_and_admin_db.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\packaging_deploying.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\overview.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\ohguide.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\jewt-public-doc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\jdk13doc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\jdeveloper_modeling.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\jdeveloper.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\jdev-scm-doc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\jdev-doc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\jdbc-javadoc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\getting_started.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\f1_web_services.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\f1_using_webdav.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\f1_using_source_control.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\f1_packaging_deploying.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\f1_jdeveloper_modeling.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\f1_compiling_debugging.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\f1_bc.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\extending_jdev.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\developing_javabeans.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\developing_gui_clients.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\developing_ejb.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\developing_bc_projects.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\dacf-doc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\creating_html_clients.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\compiling_debugging.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\codecoach_profiler.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\bc4jjavadoc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\bc4jim-doc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\bc4jdomorcldoc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\doc\ohj\bc4jdomgnrcdoc.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\xml4j.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\velocity-dep-1.2.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\toolmanager.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\templatemaker.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\SqlIo.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\SampleTwo.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\SampleThree.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\library_jar.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\junit.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\jdwebdav.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\JDevelopperJunit.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\fsbrowser.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\doclinks.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\DirDiffs.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\dav4j.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\console.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\autobrace.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\antman.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\AllSamples.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\AddinUtils.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ext\AddinTools.jar;X:\Program Files\Oracle\JDeveloper9i\soap\lib\soap.jar;X:\Program Files\Oracle\JDeveloper9i\j2ee\home\lib\http_client.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\jssl-1_2.jar;X:\Program Files\Oracle\JDeveloper9i\j2ee\home\oc4j.jar;X:\Program Files\Oracle\JDeveloper9i\lib\xmlcomp.jar;X:\Program Files\Oracle\JDeveloper9i\forms90\java\f90all.jar;X:\Program Files\Junit\junit3.7\junit\junit.jar;C:\velocity\velocity-1.3-rc1\velocity-1.3-rc1.jar;X:\Program Files\Oracle\JDeveloper9i\lib\ext\SampleThree.jar;C:\NetComponents-1.3.8a\NetComponents.jar;X:\Program Files\Oracle\JDeveloper9i\classes;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\bc4jdt.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\lib\bc4jmt.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\jlib\bc4jmtvb.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\jlib\bc4jtester.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\lib\bc4jct.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\lib\bc4jdomorcl.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\lib\collections.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\lib\bc4jhtml.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\jlib\bc4jui.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\jlib\dacf.zip;X:\Program Files\Oracle\JDeveloper9i\jdev\infobus\lib\infobus.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\LW_PfjBean.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\lib\datatags.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\lib\uixtags.jar;X:\Program Files\Oracle\JDeveloper9i\BC4J\lib\bc4juixtags.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\sax2.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\uixdev2.jar;X:\Program Files\Oracle\JDeveloper9i\jlib\uix2.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\uixaddin.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\batik-awt-util.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\batik-dom.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\batik-ext.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\batik-svggen.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\batik-transcoder.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\batik-util.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\batik-xml.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jr_cws.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jr_dep.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jr_ia.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jr_diff.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jr_vhv.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jr_jol.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jr_cmd.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jr_file.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\dav4j.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\xml4j.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\modelers.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\ebiadapters.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jdscm.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jdwebdav.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jdebi.jar;X:\Program Files\Oracle\JDeveloper9i\jdev\lib\jdukshare.jar -DAntMan.JDevHome=X:/Program Files/JDeveloper9i -Xverify:none -Xmx512M -Dsun.java2d.noddraw=true -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB -Dice.browser.forcegc=false -Dcom.apple.macos.useScreenMenuBar=true -Dreserved_filenames=con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout$ -Djava.library.path=D:\ORACLE\ora9i\bin oracle.ideimpl.IdeMain
    java.lang.NoClassDefFoundError: borland/jbuilder/addin/VersionedAddin
         java.lang.Class java.lang.ClassLoader.defineClass0(java.lang.String, byte[], int, int, java.security.ProtectionDomain)native code
         java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String, byte[], int, int, java.security.ProtectionDomain)
              ClassLoader.java:486
         java.lang.Class java.security.SecureClassLoader.defineClass(java.lang.String, byte[], int, int, java.security.CodeSource)
              SecureClassLoader.java:111
         java.lang.Class java.net.URLClassLoader.defineClass(java.lang.String, sun.misc.Resource)
              URLClassLoader.java:248
         java.lang.Class java.net.URLClassLoader.access$100(java.net.URLClassLoader, java.lang.String, sun.misc.Resource)
              URLClassLoader.java:56
         java.lang.Object java.net.URLClassLoader$1.run()
              URLClassLoader.java:195
         java.lang.Object java.security.AccessController.doPrivileged(java.security.PrivilegedExceptionAction, java.security.AccessControlContext)
              native code
         java.lang.Class java.net.URLClassLoader.findClass(java.lang.String)
              URLClassLoader.java:188
         java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean)
              ClassLoader.java:297
         java.lang.Class sun.misc.Launcher$AppClassLoader.loadClass(java.lang.String, boolean)
              Launcher.java:286
         java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String)
              ClassLoader.java:253
         java.lang.Class java.lang.ClassLoader.loadClassInternal(java.lang.String)
              ClassLoader.java:313
         java.lang.Class java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader)
              native code
         java.lang.Class java.lang.Class.forName(java.lang.String)
              Class.java:120
         boolean oracle.ide.AddinManager._registerAddin(java.lang.String, boolean)
              AddinManager.java:536
         void oracle.ide.AddinManager.initAddins(java.util.Properties, java.lang.String, boolean)
              AddinManager.java:715
         void oracle.ide.AddinManager.initAddins(java.util.Properties, boolean)
              AddinManager.java:694
         void oracle.ide.AddinManager.initProductAndUserAddins()
              AddinManager.java:287
         void oracle.ide.Ide.initProductAndUserAddins()
              Ide.java:1147
         void oracle.ide.Ide.startupImpl(oracle.ide.IdeArgs)
              Ide.java:1839
         void oracle.ide.Ide.startup(oracle.ide.IdeArgs)
              Ide.java:1544
         void oracle.ideimpl.IdeMain.main(java.lang.String[])
              IdeMain.java:33

    Liz,
    Thanks for your quick response.
    Re: 'interloper' JDeveloper - I really should RTFM more often. Apologies.
    Re: ClassNotFoundException (borland.jbuilder.addin.VersionedAddin) - I'm actually running one of the Extension Exchange samples, so it would appear the dependency is either within that code (I've had quick look at the inports/extends but can see nothing Borland) or within the IDE itself.
    Cheers,
    Eddie.
    Ps - is there a way to print out the code coach diagnostics? In TogetherSoft they can be saved as text/html, etc, which is pretty useful.
    Eddie,
    Target ConfigProjectSettings.java is not runnable, using default target ProjectSettingsAddin.java.Your file ConfigProjectSettings.java is not runnable. This means that JDeveloper does not know how to run it because it is not an application (an application has a main method), it is not a servlet, it is not a JSP, it is not an Addin, etc.
    Because ConfigProjectSettings.java is not runnable, JDeveloper will use the target ProjectSettingsAddin.java because this has been set as the Default Run Target in your project. To change this, go to Project Settings dialog, on the Runner panel.
    When you run/debug/profile/codecoach a project where the target of the project is an Addin, JDeveloper automatically starts up another instance of JDeveloper so you can run/debug/profile/codecoach your addin.
    This is similar to how JDeveloper automatically starts OC4J when you run/debug/profile/codecoach a project where the target of the project is a JSP, servlet, or EJB.
    So, the "interloper" JDeveloper is not an interloper really, it is supposed to be there.
    One thing to be aware of... When JDeveloper starts up the second instance of JDeveloper it uses the Project's Run Directory (specified in Project Settings dialog, on the Runner Panel) as the user home directory for second instance of JDeveloper.
    As when you are codecoaching any project, codecoach reports the results when the program being codecoached exits. So, when you close the "interloper" JDeveloper, codecoach reports the results.
    java.lang.NoClassDefFoundError: borland/jbuilder/addin/VersionedAddin Some addin (possibly the addin that you are writing) is using (or extending or implementing) borland.jbuilder.addin.VersionedAddin. I think that was the Addin interface for JDev 3.2. The Addin interface for Oracle9i JDeveloper is oracle.ide.addin.Addin. If you debug instead of codecoach, the debugger will stop at the uncaught exception and you can look in the stack window and try to figure out which addin is causing the exception.
    -Liz

  • Another instance of Contribute is doing a workflow operation

    Cannot publish.... get the message below:
    "Another instance of Contribute is doing a workflow
    operation..."
    Unable to select Yes | No on window that pops up with this
    message.

    I sem to be havion the same trouble:
    re
    2. Jan 22, 2009 6:07 AM in response to:                                     karindpowell
    Another instance of Contribute is doing a workflow operation
    Sorry... this is a client using an upgrade he got for CS4 (from CS3). He's getting very frustrated and may be reinstalling CS3 even as we speak. He's already put in too many of his own hours trying to get the program to publish and he's 'done with it' now. Asking him to reproduce, play with other options, and so on is out of the question. His patience has run dry.

  • Primavera P6 migrating Database to another instance with migrate.sh

    I want to migrate an existing Primavera P6 Database to another instance.
    What I have done so far.
    I fully backed up the database with expdp and impdp, but I get an error while trying to connect with admuser (maybe because its not existing).
    So I did not take more time in that.
    Later I wanted to use the migrate.sh Tool which looked not that hard to do, because it only needs the credentials and Database connection Information.
    The Database is large, that means over 14GB so I tried several times and the migrate.sh tool gives me after hours SQLExceptions.
    So what should be the Problem?
    Maybe the session time?
    How to change?

    Thank you for your quick reply.
    Ok I will do the impdp import.
    I found an db script: orpm_create_users.sql which will do the creation of all users.
    But before I do that I got an error in the migrate.sh which says:
    "Error in Run SQL Script orpm_ins_aux.sql : DatabaseToolException (ORA-02298: cannot validate (ADMUSER.FK_UPLIST_USESSION) - parent keys not found)
    Do somebody has an idea for that?
    I will post my impdp import after Ive done it...

  • Another instance j2ee??

    Hi ,
    when I am giving the command : "j2ee -verbose" in the %j2ee_home%\bin directory, it is giving the following exceptin:
    C:\j2sdkee1.2.1\bin>j2ee -verbose
    J2EE server Listen Port: = 1049
    java.lang.RuntimeException: Could not initialize j2ee server. Possible cause could be ano
    ther instance of the server already running.
    at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMgr.java:11
    8)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    java.lang.RuntimeException: Could not initialize j2ee server. Possible cause could be ano
    ther instance of the server already running.
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:348)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    J2EE server reported the following error: Could not initialize j2ee server. Possible caus
    e could be another instance of the server already running.
    Error executing J2EE server ...
    several times I have shut down my system, uninstalled and reinstalled the server.... but steel while
    running the server the same exception is coming.
    Can any body give some idea how to solve the problem??
    thanks in advance.

    Greetings,
    J2EE server Listen Port: = 1049So far so good... the server does not report module/port functioning until after they've been successfully started. IOW: the server listener is now - er, "listening" ':) - nothing on your system is conflicting with port 1049..
    java.lang.RuntimeException: Could not initialize j2ee
    server. Possible cause could be another instance of the
    server already running.at
    com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming
    POAProtocolMgr.java:118)You've encountered a not-so-uncommon problem... 'POA' is an acronym for 'Portable Object Adapter' and is a part of CORBA. More specifically, POA is used to provide a namespace to objects managed by an ORB which, as it turns out ;), is the next thing the RI tries to initialize: COS (Common Object Service) Naming Service (also called a 'CMA'; CORBA Management Agent). By default, the COS (CMA) runs on port 1050. In any case, it would seem your system already has an ORB running (e.g. VisiBroker) - or, perhaps, RMI-IIOP has been installed separately and this is conflicting with the instance included in the J2EE SDK...
    several times I have shut down my system, uninstalled
    and reinstalled the server.... but steel whileSo much unnecessary work and frustration... ':)
    running the server the same exception is coming.
    Can any body give some idea how to solve the
    problem??"Why, 'sortanly!" The quickest way to solve the problem is to change the port number the RI's ORB is running on: cd to %J2EE_HOME%\config and edit the file orb.properties. Change the port number ("port=1050") to something non-conflicting - '1052' is usually a good try. Remember the final port number; Your client apps (including those in distinct Servlet containers), will now have to access your beans using this port.
    thanks in advance.Regards,
    Tony "Vee Schade" Cook

  • Re-start message on another instance

    Hi.
    Our PI system has two instances, central instance and dialog instance.
    If the instance shuhtdown occured caused by any hardware trouble, during processing message on central instance,
    can I re-start the message processing on another instance(i mean dialog instance)?
    In this case, database running well.
    the question is
    processing on sender adapter(JAVA) on central instance
    u2192can i re-start from dialog instance?
    processing on integratio engine(ABAP) on central instance
    u2192can i re-start from dialog instance?
    regards,

    Thank you or your replying.
    How about "lock" ?
    Should I install Enqueue Replication Server(ESR) for PI?
    During the processing the message, message and related table should be locked.
    If the lock information were lost on original host(trouble is occurred), does the inconsistent occurred cause by re-start message on another host ?regards

Maybe you are looking for

  • PO Version change report

    Hi All, Please let me know if there is any standard report which could fetch me the following details: 1. PO changes line item wise with old & new values 2. PO version numbers for the changed PO's. Thanks, Sourabh Kothari

  • Haviing problem with the facebbok for 9800

    i hava a problem with the facebook for blackberry 9800, i download it many times but i can not see the i con, i used many ways to find out it, but failed to find it,

  • Managed server problem.

    Hi, I did create Admin server and Managed server on the same host. I have set Managed server (Name, Machine, Listen Address, Listen port enabled, Listen port, SSL listen port enebled, SSL listen port and java compiler) with these parameters. and i ra

  • Stop session from commit whenever DDL command takes place

    After DDL command the session is commited, we know. But I don't want to let the session to commit. Pls reply immediately.

  • Cisco Windows 2000 OS

    Is there a document that shows what OS versions are supported by HP servers. I have a new DL380 G4 and I need to know what OS release train I need to install the OS. All I currently have is 2000.2.4 & 2000.2.6 and both of these fail with an unsupport