How to disable my java application after a few days

I have a java application as a MyApplication.jar file. On clicking this .jar my application starts. I want to distribute this jar to my friends so that they can run the application and use it. However, I want my application to run only for a few days. The jar should become unusable after say 10 days and no one (including the people holding the jar) should be able to execute it.

>
...I want to distribute this jar to my friends so that they can run the application and use it. However, I want my application to run only for a few days. >Just a wild guess. You don't have many friends*, do you?
In any case, the usual way to approach this task is to write a key to the system that contains the first date the software was run, then check it each subsequent launch. If the 'first date' + 'allowable days' is before 'today', pop a message telling the user that the software has expired.
As to how/where to store this information..
You might use the Properties class to read/write the date property.
Problems with this approach are
a) Users adjusting their system clock to a previous date to get software to work again.
b) Users finding and deleting the file containing the 'first date' property.
c) Users leaving the software running for 173 consecutive days.
d) * Users hating the software so much that they come and burn your house down.
( That last one is the real worry. ;)

Similar Messages

  • Cannot start X applications after a few days in the desktop

    I've seen an issue the last month or so, that after a period of time (unsure how long really, my computer is rarly rebooted), a few days or more, I'm suddenly not allowed to start X applications anymore.
    This includes both from the KDE start menu and from terminals. I only get this message:
    When trying to start kwrite for instance:
    Invalid MIT-MAGIC-COOKIE-1 key kwrite: cannot connect to X server :0
    Or with sudo I've seen:
    No protocol specified
    kwrite: cannot connect to X server :0
    This happens to all applications until I restart the X server and it's starting to get annoying to restart it every few days due to this. I checked my .Xauthority file and it is intact (I took a backup to see if it was mangled by something).
    There's nothing in the kernel logs or X.org log, only messages from boot time.
    I'm running testing on with the open source radeon drivers if it matters, x86_64.
    Has anyone else seen something like this?

    Similar issues have been solved by taking care of hostname, which may be tricker that expected https://bbs.archlinux.org/viewtopic.php … 3#p1271493
    MIT-MAGIC-COOKIE-1 issue: https://bbs.archlinux.org/viewtopic.php?id=163644 - no solution.
    If you're trying to run graphical apps as root or with sudo, read https://wiki.archlinux.org/index.php/Ru … ps_as_root

  • How Jserv disable on Oracle Application Server9i?

    Dear All,
    Any one know how Jserv disable on Oracle Application Server? Is HTTP is required to start for Databse Access ? Because When HTTP is started jserv bydefault started.
    Regards
    Vipul Patel

    Dear Avi,
    Actually I have problem with OC4J which I am giving details are as under. Many pepole in forums on net said that in type of our problem your first disable jserv. that's why ...
    Below problem and one more thing that in our oracle9ias OC4J DEMOS AND OC4J HOME ARE NOT ALSO WORKING PROPERLY....
    I have installed Oracle9iAS on RedHat Linux Advance Server
    on IBM Server. The applications on the HTTP Server are working
    fine through the URL http://202.202.202.11:7779/ for html and
    jsp pages, and for .jpg and .txt files.
    But, when I use the OC4J Service, the server allows me to see
    only html and .txt files only. I am not able to execute JSPs
    using this service.
    I try to access the 'webapp' and other demo examples supplied
    and installed by Oracle installation. The URLs I have used
    are listed below:
    Following is the location of the 'webapp':
    /oas1/OHOAS1/j2ee/home/applications/BC4J/webapp
    and I am accessing it from the URL:
    http://202.202.202.11:7779/webapp
    Following are the results from this url:
    [1]http://202.202.202.11:7779/webapp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [2]http://202.202.202.11:7779/webapp/ordPlayMedia.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/ordPlayMedia.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/ordPlayMedia.jsp
    (No such file or directory)
    [3]http://202.202.202.11:7779/webapp/jsp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [4]http://202.202.202.11:7779/webapp/jsp/lov.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/jsp/lov.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/jsp/lov.jsp
    (No such file or directory)
    [5]http://202.202.202.11:7779/webapp/wm/bc4j.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/wm/bc4j.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/wm/bc4j.jsp
    (No such file or directory)
    have installed Oracle9iAS on RedHat Linux Advance Server
    on IBM Server. The applications on the HTTP Server are working
    fine through the URL http://202.202.202.11:7779/ for html and
    jsp pages, and for .jpg and .txt files.
    But, when I use the OC4J Service, the server allows me to see
    only html and .txt files only. I am not able to execute JSPs
    using this service.
    I try to access the 'webapp' and other demo examples supplied
    and installed by Oracle installation. The URLs I have used
    are listed below:
    Following is the location of the 'webapp':
    /oas1/OHOAS1/j2ee/home/applications/BC4J/webapp
    and I am accessing it from the URL:
    http://202.202.202.11:7779/webapp
    Following are the results from this url:
    [1]http://202.202.202.11:7779/webapp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [2]http://202.202.202.11:7779/webapp/ordPlayMedia.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/ordPlayMedia.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/ordPlayMedia.jsp
    (No such file or directory)
    [3]http://202.202.202.11:7779/webapp/jsp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [4]http://202.202.202.11:7779/webapp/jsp/lov.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/jsp/lov.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/jsp/lov.jsp
    (No such file or directory)
    [5]http://202.202.202.11:7779/webapp/wm/bc4j.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/wm/bc4j.jsp
    Exception: have installed Oracle9iAS on RedHat Linux Advance Server
    on IBM Server. The applications on the HTTP Server are working
    fine through the URL http://202.202.202.11:7779/ for html and
    jsp pages, and for .jpg and .txt files.
    But, when I use the OC4J Service, the server allows me to see
    only html and .txt files only. I am not able to execute JSPs
    using this service.
    I try to access the 'webapp' and other demo examples supplied
    and installed by Oracle installation. The URLs I have used
    are listed below:
    Following is the location of the 'webapp':
    /oas1/OHOAS1/j2ee/home/applications/BC4J/webapp
    and I am accessing it from the URL:
    http://202.202.202.11:7779/webapp
    Following are the results from this url:
    [1]http://202.202.202.11:7779/webapp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [2]http://202.202.202.11:7779/webapp/ordPlayMedia.jsp
    Result:I got the error message:
    JSP Error: have installed Oracle9iAS on RedHat Linux Advance Server
    on IBM Server. The applications on the HTTP Server are working
    fine through the URL http://202.202.202.11:7779/ for html and
    jsp pages, and for .jpg and .txt files.
    But, when I use the OC4J Service, the server allows me to see
    only html and .txt files only. I am not able to execute JSPs
    using this service.
    I try to access the 'webapp' and other demo examples supplied
    and installed by Oracle installation. The URLs I have used
    are listed below:
    Following is the location of the 'webapp':
    /oas1/OHOAS1/j2ee/home/applications/BC4J/webapp
    and I am accessing it from the URL:
    http://202.202.202.11:7779/webapp
    Following are the results from this url:
    [1]http://202.202.202.11:7779/webapp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [2]http://202.202.202.11:7779/webapp/ordPlayMedia.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/ordPlayMedia.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/ordPlayMedia.jsp
    (No such file or directory)
    [3]http://202.202.202.11:7779/webapp/jsp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [4]http://202.202.202.11:7779/webapp/jsp/lov.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/jsp/lov.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/jsp/lov.jsp
    (No such file or directory)
    [5]http://202.202.202.11:7779/webapp/wm/bc4j.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/wm/bc4j.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/wm/bc4j.jsp
    (No such file or directory)
    [6]http://202.202.202.11:7779/webapp/wm/images/trafficGray.gif
    Result:I got the image of trafic-light,
    So, it is ok and working fine.
    [7]http://202.202.202.11:7779/webapp/admin/bc4jadmin.htm
    Result:I got the message: 'Oracle JDeveloper BC4J Admin Utility
    The location of the BC4J Admin Utility has changed.
    Click here to go to the new location.',
    So, it is ok.
    Is anybody knows how to use OC4J service on Oracle9iAS ? Please
    help me.
    Thank you.
    Request URI:/webapp/ordPlayMedia.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/ordPlayMedia.jsp
    (No such file or directory)
    [3]http://202.202.202.11:7779/webapp/jsp/
    Result:I got the message: 'Directory browsing not allowed',
    So, it is ok I want that.
    [4]http://202.202.202.11:7779/webapp/jsp/lov.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/jsp/lov.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/jsp/lov.jsp
    (No such file or directory)
    [5]http://202.202.202.11:7779/webapp/wm/bc4j.jsp
    Result:I got the error message:
    JSP Error:
    Request URI:/webapp/wm/bc4j.jsp
    Exception:
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/wm/bc4j.jsp
    (No such file or directory)
    [6]http://202.202.202.11:7779/webapp/wm/images/trafficGray.gif
    Result:I got the image of trafic-light,
    So, it is ok and working fine.
    [7]http://202.202.202.11:7779/webapp/admin/bc4jadmin.htm
    Result:I got the message: 'Oracle JDeveloper BC4J Admin Utility
    The location of the BC4J Admin Utility has changed.
    Click here to go to the new location.',
    So, it is ok.
    Is anybody knows how to use OC4J service on Oracle9iAS ? Please
    help me.
    Thank you.
    java.io.FileNotFoundException:
    /oas1/OHOAS1/Apache/Apache/htdocs/webapp/wm/bc4j.jsp
    (No such file or directory)
    [6]http://202.202.202.11:7779/webapp/wm/images/trafficGray.gif
    Result:I got the image of trafic-light,
    So, it is ok and working fine.
    [7]http://202.202.202.11:7779/webapp/admin/bc4jadmin.htm
    Result:I got the message: 'Oracle JDeveloper BC4J Admin Utility
    The location of the BC4J Admin Utility has changed.
    Click here to go to the new location.',
    So, it is ok.
    Is anybody knows how to use OC4J service on Oracle9iAS ? Please
    help me.
    Thank you.
    [6]http://202.202.202.11:7779/webapp/wm/images/trafficGray.gif
    Result:I got the image of trafic-light,
    So, it is ok and working fine.
    [7]http://202.202.202.11:7779/webapp/admin/bc4jadmin.htm
    Result:I got the message: 'Oracle JDeveloper BC4J Admin Utility
    The location of the BC4J Admin Utility has changed.
    Click here to go to the new location.',
    So, it is ok.
    Is anybody knows how to use OC4J service on Oracle9iAS ? Please
    help me.
    Thank you.

  • How to disable the edit Permission after the task approval in project server 2010.

    Hi ,
    Can this be done.
    How to disable the edit Permission after the task approval in project server 2010.
    I mean How to Disable approve/Reject Permission Once task approved in project server 2010.
    Any Help Would be more than Welcome.

    Hi Rohan,
    Just talking about the tool capabilities, preventing a task approver (status manager) to approve/reject updates once he has already approved once is not possible out-of-the-box. You grant permissions to user: if you grant a user to approve task updates then
    he has the permission to approve updates, no matter if it is the 2nd or 3rd time the task is approved or rejected.
    Then of course you could do not custom development to do that.
    I'd say that in order to help you, we would need to understand a little bit more your business need. Why do you need to achieve such a goal? We can surely propose you workaround.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How to make a Java application that will change the client box's IP address

    HI how to make a Java application( that application would be run on the client ) that will change the client box's IP address ( IP address of itself )

    If you can do that through the command line, then use Runtime.getRuntime().exec(...) to execute your command.

  • How to schedule a java application via Windows Scheduler

    I can't figure out how to schedule a java application using the Windows Scheduler. Do I schedule the java application with the .class file as a parameter? How do I pass arguments to it?
    To execute FileCopy.class, my best guess was:
    Start | Control Panel | Performance and Maintenance | Scheduled
    Tasks | Add Scheduled Task | Browse | Program Files | Java |
    jre1.5.0_06 | ... Advanced Properties
    Under the Task tab:
    Run: "C:\Program Files\Java\jre1.5.0_06\bin\java.exe"
    Start In: "MyDocuments\Eclipse_Workspace\Java_File_Copy
    FileCopy"
    This does not work. How do I schedule the FileCopy.class java application, and how can I pass arguments to it? Can this be done without specifying a password?
    TIA,
    John

    Suppose that your class is FileCopy (has no package name) and is located under MyDocuments\Eclipse_Workspace\Java_File_Copy folder, then you should have:
    Run: "C:\Program Files\Java\jre1.5.0_06\bin\java.exe" FileCopy
    Start In: "MyDocuments\Eclipse_Workspace\Java_File_Copy"
    And yes you must provide a user password to execute the task.
    Best way to do this is to create a special user (with password) for executing this task.
    Regards

  • How can i run java application at system startup just liks as services

    How we can run java application at the time of system
    starts up just like as services.

    Hi,
    At first you have to create an exe of the class file.
    for that go to the site www.duckware.com/java2exe.html
    Click on the j2exe23c.exe(75k) download it and install in ur system. convert the class file to windows exe.
    The put the exe in the startup folder in windows.
    If ur not able to find that folder search for it and put that exe in that folder.

  • I updated to FF4 and after a few days, strange things started happening. How do I recover to normal?

    I updated to FF4 and after a few days, strange things started happening.
    The groups I had set up disappeared and the Group button is gone.
    When I first open the app, it opens 8 - 12 separate windows with 1 blank tab. The orange Firefox button is there with nothing else on that bar. Also, 3 tool bars are blank (i.e. space is there but it's just grey) with NO buttons.
    If I want my previously opened tabs, I have to use the "Recently Closed windows" option to get back to where I was when I last closed down. The orange Firefox button is missing from this window but all the original menu items are back across the top.
    So how do I get back to the way it is supposed to operate?

    Have a look here
    Mac maintenance Quick Assist
    http://support.apple.com/kb/HT1147

  • I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for

    I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for the HP driver when i boot up. It also will not save in any print or postscript format. Does anyone know how to fix?
    Currently use a Mac with the latest Mavericks 10.9.4

        Oh boy! Acting kind of weird seems to be an understatement, aquaequus!
    What type of troubleshooting were we able to do with you? I want to make sure that we can get some sort of resolution for this problem.
    It is quite possible the battery door may get your phone in working order again. I'm not sure if the store has it in stock, but it is available in our warehouse for $14.99 which can be ordered via customer service.
    Tamara H.
    Follow us on Twitter @VZWSupport

  • Flash player stops working after a few days.

    I'm recently having issues with flash player on IE and Firefox each time a new version is released. This time the flash player stops working after a few days without any reasons. I have asked two other questions and I have tried the solutions but this time they are not working:
    http://forums.adobe.com/message/4617987#4617987
    http://forums.adobe.com/message/4548211#4548211
    Could anyone tell me what the reason is?
    I also need links providing Flash player for IE and Firefox which are always updated. I need to first download the installer then install it offline not install it directly from adobe website.
    Please help me solve this once forever!
    Message was edited by: sia1989

    I'd suggest trying a clean install: How do I do a clean install of Flash Player?
    For offline installers, please see this help document: http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header

  • HT4623 I recently updated my iPhone 4 to iOS 6 and suddenly after a few days my App Store Kept telling me it couldn't connect to iTunes Store!

    I recently updated my iPhone 4 to iOS 6 and suddenly after a few days my App Store Kept telling me it couldn't connect to iTunes Store! How Can This Be Solved?

    If you would take a moment and looka t the other posts in the forums, you will see that this is being asked over and over and over and over again.
    Apparently there is an issue with itunes.
    Be patient.  Wait.  Try again later.

  • TS3989 Every few days I need to sign out of iCloud to enable photos to upload to the stream, then after a few days, uploads just stop. Whe I went to the mac store the other day, the tech said that if it happened again I wo

    I am having problems with photo stream. Every few days I need to sign out of iCloud to enable photos to upload to the stream, then after a few days, uploads just stop. Whe I went to the mac store the other day, the tech said that if it happened again I woould need to talk to a tec in the photo stream server area. How do I do tha?

    You would probably start here: http://www.apple.com/support/icloud/contact/.

  • I just purchased the new ipad. I set up my email and put show 1000 messages. After a few days my email in my inbox disappears. I have gone thought all the settings. Please help.

    I just purchased the new ipad. I set up my email and put show 1000 messages. After a few days my email in my inbox disappears. I have gone thought all the settings. Please help.

    iPad Mail
    http://www.apple.com/support/ipad/mail/
     Cheers, Tom

  • HT4970 I've made entries three times over the past several months in Reminders only to have them dissappear after a few days. What am I doing wrong? Any chance they are being saved elsewhere so I can retreive them?

    Why do all of my Reminders disappear after a few days? Can I retrieve them?

    Why do all of my Reminders disappear after a few days? Can I retrieve them?

  • 10g RAC database: instances fail after a few days...

    Im afraid I'm new to Oracle, so assume total ignorance when replying!
    We have two servers, db1 and db2 running Oracle under Windows 2K3 web edition [SP1].
    Both have a shared Direct Attached Storage disk, over a Scsi fibre connection.
    The database is set up using instructions found online for RAC.
    Either instance will stop, and the other will take over, after a few days. The problem is, we aren't using the database yet. [There isn't a problem with it, the development people have checked that they can use the database.]
    The two errors [found using the EM console] which seem to be relevant are:
    'Metrics "Database Time Spent Waiting (%)" is at 100 for event class "other"'
    and 'Failed to connect to database instance ... TNS no listener'.
    [Which is obvioulsly the failure]
    I have scoured the web, and the rather dense reference books for Oracle I have access to, and to no avail.
    Another contributing factor is the 'WMI Performance Adaptor' stops and starts on both machines every thirty seconds.
    Any response/guidlines/advise would be greatly appreciated.
    Apologies if I have started this thread in the wrong place!
    James
    Spelling errors - Message was edited by: jmorse

    Tada, it failed at 4am last night.
    Below is the bottom half of the log file.
    2005-09-05 15:27:57.796: Attempting to start `ora.gandlake-db2.ASM2.asm` on member `gandlake-db2`
    2005-09-05 15:28:04.703: Start of `ora.gandlake-db2.ASM2.asm` on member `gandlake-db2` succeeded.
    2005-09-05 15:28:04.921: Attempting to start `ora.x200.x2002.inst` on member `gandlake-db2`
    2005-09-05 15:28:33.359: Start of `ora.x200.x2002.inst` on member `gandlake-db2` succeeded.
    2005-09-05 15:28:40.578: Start of `ora.x200.x2001.inst` on member `gandlake-db1` succeeded.
    2005-09-05 15:28:40.609: CRS Daemon Started.
    2005-09-05 15:28:41.140: Attempting to start >`ora.gandlake-db1.LISTENER_GANDLAKE-DB1.lsnr` on member `gandlake-db1`
    2005-09-05 15:30:06.078: Start of `ora.gandlake-db1.LISTENER_GANDLAKE-DB1.lsnr` on member `gandlake-db1` succeeded.
    `ora.gandlake-db1.vip` on `gandlake-db1` went OFFLINE unexpectedly
    2005-09-06 19:48:35.703: Attempting to stop `ora.gandlake-db1.vip` on member `gandlake-db1`
    2005-09-06 19:48:36.250: Stop of `ora.gandlake-db1.vip` on member `gandlake-db1` succeeded.
    Restarting `ora.gandlake-db1.vip` on `gandlake-db1`
    2005-09-06 19:48:36.312: Attempting to start `ora.gandlake-db1.vip` on member `gandlake-db1`
    2005-09-06 19:48:38.843: Start of `ora.gandlake-db1.vip` on member `gandlake-db1` succeeded.
    Successfully restarted `ora.gandlake-db1.vip` on `gandlake-db1`
    `ora.gandlake-db1.ons` on `gandlake-db1` went OFFLINE unexpectedly
    2005-09-06 22:59:36.875: Attempting to stop `ora.gandlake-db1.ons` on member `gandlake-db1`
    2005-09-06 22:59:38.218: Stop of `ora.gandlake-db1.ons` on member `gandlake-db1` succeeded.
    Restarting `ora.gandlake-db1.ons` on `gandlake-db1`
    2005-09-06 22:59:38.296: Attempting to start `ora.gandlake-db1.ons` on member `gandlake-db1`
    2005-09-06 22:59:40.109: Start of `ora.gandlake-db1.ons` on member `gandlake-db1` succeeded.
    Successfully restarted `ora.gandlake-db1.ons` on `gandlake-db1`
    `ora.gandlake-db1.vip` on `gandlake-db1` went OFFLINE unexpectedly
    2005-09-08 04:47:35.078: Attempting to stop `ora.gandlake-db1.vip` on member `gandlake-db1`
    2005-09-08 04:47:35.734: Stop of `ora.gandlake-db1.vip` on member `gandlake-db1` succeeded.
    `ora.gandlake-db1.vip` ran out of restarts on `gandlake-db1`
    `ora.gandlake-db1.vip` failed on `gandlake-db1`, relocating.
    2005-09-08 04:47:35.875: Attempting to stop `ora.gandlake-db1.LISTENER_GANDLAKE-DB1.lsnr` on member `gandlake-db1`
    2005-09-08 04:47:36.718: Stop of `ora.gandlake-db1.LISTENER_GANDLAKE-DB1.lsnr` on member `gandlake-db1` succeeded.
    2005-09-08 04:47:36.765: Attempting to stop `ora.gandlake-db1.ASM1.asm` on member `gandlake-db1`
    2005-09-08 04:47:37.390: [RUNNABLELISTENER:4648] state change aborted (locked): ora.x200.x2001.inst
    2005-09-08 04:47:44.578: Stop of `ora.gandlake-db1.ASM1.asm` on member `gandlake-db1` succeeded.
    2005-09-08 04:47:44.625: Attempting to stop `ora.x200.x2001.inst` on member `gandlake-db1`
    2005-09-08 04:47:46.531: Stop of `ora.x200.x2001.inst` on member `gandlake-db1` succeeded.
    2005-09-08 04:47:46.625: Attempting to start `ora.gandlake-db1.vip` on member `gandlake-db2`
    2005-09-08 04:47:50.203: Start of `ora.gandlake-db1.vip` on member `gandlake-db2` succeeded.x200 is the name of the database, there are two instances in total, db1 and db2. The company name is 'gandlake', and the machines are called 'gandlake-db1' and 'gandlake-db2'.
    Thanks again.

Maybe you are looking for

  • How do I fix my iPod if it is "hung" on the Apple logo?

    How do I fix my iPod touch if it is "hung" on the Apple logo?

  • ITunes duplicates random songs when importing

    I recently just reorganized my music library to get rid of some of the duplicate songs, but when I deleted, then reimported my songs, itunes randomly duplicated probably about 1k songs, and I don't know why. Is there a way to prevent Itunes from doin

  • Account Assignment A

    Hello, If i make a purchase order with account assignment A (Asset), after receiving it (MIGO). Where can i see the stock ?? Is possible to view it in MB52, mmbe or similar. Also, in FBL3N, through the account i can see it. But only in amount and not

  • CS2 installation doesn't let me choose to install entire suite.

    Hello, Trying to install CS2 on a Intel-based Mac - everything works fine until I reach the page to choose which components to install. It will only allow me to choose Acrobat 7.0 & Version Cue; all others are 'greyed-out' (InDesign got an asterisk a

  • "Central system not accessible" when registering external candidate !!

    Hi, When registering an external candidate via candidate registration link we get an error as " Central system niet bereikt ( This is translation of "Central system does not reach " in Dutch language ). This issue is for only ONE language NL (Dutch)