Using tzupdater on windows 2003 machine; multiple JRE instances

Hi All,
Apologies in advance if this is the wrong forum. Alas i am a newbie at Java and have been thrown into the fire to update our JRE with the tzupdater tool. I'm having trouble figuring out if the tool is working correctly and how to apply it to multiple instances. I have 3 java versions installed on my win2k3 server:
j2re1.4.1_05
j2re1.4.1_08
j2re1.4.1_13
I copied the tzupdater.jar file into the \lib folder of one of the instances and ran 'java -jar tzupdater.jar -u'. Prompt came back ok and when i ran it with the -t option there was no output to tell me if it worked correctly? (When i ran it with the -t option before, it listed a whole bunch of timezones and 'test failed' messages..)
1) How can i tell it is working correctly?
2) Do i need to run it in the \lib of all 3 of my folders above or is running it the one time ok?
Thanks in advance.

nm, i figured it out.
- copy the tzupdater to the \bin directory of each instance and run it from there

Similar Messages

  • Issue regarding creating a process using Runtime in Windows 2003.

    Hi all..
    I need to resolve a small issue related to execute an external program using runtime execution method. But when i deploy the code in websphere application server 6.1V in windows 2003 server operating system, it is starting a process with min priority and not executing even i specified waitfor method.
    The code is like below.
    try{
    Process p = Runtime.getRuntime().exec("C:\\CopyImages.exe "+toWrite);
    int ep = p.waitFor();
    System.out.println("process "+ep);
    catch(Exception e)
    e.printStackTrace();
    Please help me in resolving this issue. The above code is working in my IDE which is in Window XP but when i port it in application server in windows2003 i'm getting this issue.

    hi..
    it is a typo error. i've given the slashes with that.
    but still getting the problem.

  • VPN client using CLI on windows 2003 server

    Hello, first time poster here. Have an interesting issue I'm hoping to find help with.
    I'm using the VPN client (I have version 4.8.01.0300) in CLI mode (called from a script) to connect to a remote site. Got the connection setup and all working fine except for one small detail. Hopefully I can explain this well...
    I want this connection to run fully unattended as it will run numerous times per day, every day. The issue is the little pop-up message saying "VPN has disconnected".
    When I first setup the connection, it was on windows XP and everything was golden. I could issue the command : vpnclient connect <name> user <userid> pwd <passwd> sd, <other stuff>, vpnclient disconnect and all worked as expected.
    Then I installed same stuff on Windows 2003 server. Issuing same connect command gives error: "user authentication failed". Then I discovered that if I first launched the vpn client GUI then the CLI command, it would connect without error - but then the "disconnected" pop-up window came along.
    So - can I either:
    - Run vpn client in CLI mode without the GUI running.
    - Suppress the pop-up.
    Thanks in advance.
    Scott

    Hi,
    Thank you for the post.
    Please try register MSI installer or clean boot your system to install FEP client.
    Registered MSI Installer following the steps below:
    1.Run "cmd"--Browse to the "%systemroot%\system32" directory and execute: "msiexec /regserver" 
    2.Change directories to "%systemroot%\SysWow64" and execute: "msiexec /regserver" 
    3.Reboot the server
    http://technet.microsoft.com/en-us/library/ff823833.aspx
    If there are more inquiries on this issue, please feel free to let us know.
    Regards
    Rick Tan
    TechNet Community Support

  • Sharing photos using Elements 12, Windows 8 machine

    Question: Loaded Elements 12 on Windows 8 machine but cannot share photographs via e-mail. I set preferences for Sharing and received confirmation. When I get to point where connecting to e-mail it just keeps searching and goes nowhere and I get no messages. I use Comcast.net for e-mail. Frustrated user!!!

    Hi,
    When it appears to keep searching, check on the taskbar. Does the Organizer icon show two tasks?
    If you hover over them, one may say New Message. If so right click on it and select Maximize.
    For some reason the first attempt tries to hide. Once you have opened it up, the next time should be OK.
    The next problem you may encounter is when you try to change the text in the message body. The workaround here is to enter the required text into something like notepad and then copy and paste it into the email message.
    My preference is to install Windows Live Mail and then use that as the email client.
    Good luck
    Brian

  • Any options for using Captivate on Windows 2003?

    I am new to Captivate but I must get a demo done by Friday. I
    installed on Windows 2003 where the software I am demo-ing is
    installed. Now I find that 2003 is not supported. Can anyone
    suggest (quickly!) how I can use Captivate to do my demo?
    I am not savvy at all with demo software, so please be
    specific. Thank you!
    Janise

    Hi again Janise
    Yes, as long as you can display what you need on the XP
    desktop, you should be good to go.
    Keep in mind that your best result will likely be obtained by
    creating the voiceover as a separate process and not while you are
    recording the initial movie.
    Also, you may discover that the remote destop won't paint
    quite fast enough so Captivate will record "blank screens" here and
    there. Where you notice this happening, press the Print Screen key
    to force additional screen captures. It's always easier to delete
    unwanted slides than it is to re-create them when needed.
    Cheers... Rick

  • RAC using OCFS on windows 2003

    Hi,
    i am building a 2 node windows 2003 cluster (enterprise edition) and planning to install ORACLE RAC on it. What are the steps required to do this?. Do I need to use the Microsoft Cluster service to deploy a cluster and then install oracle rac on it. Or does oracle provide a clustring service on it own. Currently i have 2 servers each running windows 2003 connected together via a cross over cable.
    What kind of configuration is reuired with the file system, OCFS or raw partition.
    thanks

    I don't think MCS is required. Take a look at:
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b14207/prewin.htm#sthref198
    and check the certified combinations in Metalink.
    For your storage options, read:
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b14207/storage.htm#sthref252

  • High availability without RAC DB on windows cluster and multiple DB instanc

    Is it possible to achieve High Availability on 2 Oracle DB in windows 2003 cluster servers and shared SAN server. without installing and configuring RAC DB and ASM.
    Can we use Veritas or Symantec or anyother tool to get it done.
    What are the options available to achive this?
    Appreciate response.
    Thanks
    Noor

    Please no double postings, this will not give you answers faster...
    For answer see here:
    HA Oracle DB Clustering requirement without RAC DB on shared SAN Server?

  • Multiple JRE instances

    I have done a lot of reading in the forums and I can't seem to find a concrete answer to this question. If anyone can lend a hand; it would be apprecaited.
    We have 2 separate java applets. Currently they are noth started through separate Internet Explorer instances and all is fine. However; we are creating 'single sign on' functionality. Meaning: we want to have one page that has links to both apps. (We are stuck using IE)
    The probelm: when we initiate the applets from this single page; both applets run within the same java console.
    Does anyone have any idea how we could force the applets to run in separate JRE instances?
    Thanks,

    The reason this is a problem has to do with a bug in one of the applets.
    Code in Applet B is causing the caching mechanism in Applet A to work improperly. As a short term fix I was hoping to force the applets to run in seperate JREs.
    Thanks just the same for your input.

  • Printing using printer on Windows XP machine

    Hi there,
    Am having some problems setting up my macbook to print using the Epson DX9400f attached to my mum's pc (running Windows XP).
    I have the printer drivers installed on here, and when we plugged the printer into my macbook it worked fine.
    I've tried using SAMBA in the advanced pane, but whenever I try and print it either pauses the printer, or comes up with a CIFS host error message (couldn't find many solutions to this problem).
    I'm not sure if I'm getting the SAMBA address wrong - most of the advice seems to need the windows username and password, but mum's pc doesn't have a password (could that bbe a problem?).
    I know the IP address of the computer, but the printer doesn't have one as it's connected via USB to the pc.
    If I try adding the printer using the Windows button, the workgroup appears but nothing else (any solutions?), so that's not much help.
    I can file share with the pc no problems, but this printing is doing my head in and it would be useful to have as I have a masters to print off soon, and don't want to keep transferring things to her machine in order to print.
    Any suggestions?
    Apologies for the mass of information,
    Cheers.

    Hello Cate_B and welcome to Apple Discussions.
    The CIFS host error message is often a result of the Mac not being able to resolve the Windows computer name. This would be confirmed by the fact that when you selected Add Printer > Windows, your mums computer did not appear after selecting the workgroup. A solution could be to check what workgroup name is set in her Windows and ensure your Mac is set to the same workgroup name (set via the WINS section of the Advanced network settings.
    For an easier fix you could try the SAMBA method again, but this time I suggest you try the following syntax.
    smb://IP Address of Mums Computer/Sharename
    Some other things to check...
    1. Make sure the printer is shared by mums computer and ensure a guest can access it.
    2. Ensure the share name is short (about 8 characters) and contains no spaces.
    3. Check that your Epson driver will work when shared by a PC. Some Mac printer drivers will only work when connected directly to the Mac via USB (this is the case with a number of Canon drivers). In this case, you need to use an alternate driver based on CUPS, such as the Gutenprint driver set. These will work across a network and a cross-platform share.
    Hope this helps you...
    Pahu

  • How do I use iphone on Windows 7 machin when current itunes on Mac notebook

    My current itunes account that I sync my ipods with is on an old Macbook, but I want to sync my new verizon iphone to my work pc so I can integrate office outlook, etc. Is there a way to keep itunes on both machines?

    In regards to iTunes content, an iPhone can be synced or manually managed with music and video with an iTunes library on a single computer only, and photos can be transferred from a single computer only. When transferring iTunes content and photos from another computer, all iTunes content and photos transferred from a different computer will be erased from the iPhone first.
    You need to decide which computer you want to transfer iTunes content and photos from. If this will now be your computer at work, you will need to transfer your iTunes library and your photos from your Mac to your PC. You can transfer your iTunes library from your Mac to your PC at work following the instructions included with this link. This will make the iTunes library on your PC at work identical to your iTunes library on your Mac at the time it is transferred from your Mac. You will also need to authorize your PC at work with your iTunes account with iTunes - the same iTunes account used on your Mac.
    http://support.apple.com/kb/HT1751

  • Help with 10.4.5 VPN connection using PPTP to Windows 2003 Server

    Hi,
    I've looked on the discussions for an answer to this but have had no luck so far, can anyone help?
    I'm trying to connect my 10.4.5 PB to my Wn2k3 server (with RRAS) using PPTP VPN, however I keep getting stuck at the Negotiating phase of the connection and finally get this error in OSX Internet Connect:
    Could not negotiate a connection with the remote PPP server. Please verify your settings and try again.
    I can connect from my Win XP laptop so no issues with the router etc, do I need to make any changes to the server config?
    Thanks,
    Sahajesh.
    12" PB (G4)   Mac OS X (10.4.5)  

    Resolved elsewhere.

  • Unable to use SQL Plus (Windows 2003 x64 Server)

    Hi all
    I have some trouble with tnsname.ora ...
    I have installed Oracle Client 10.2.0.1.0 with the ODBC Driver and SQLplus etc.
    Now I have configured in the "Net Manager" some "Service Naming" as I did
    on other servers before. Then I Test the connection in the "Net Manager" it
    seams to work fine.
    When I now try to connect in SQL Plus the following error comes up:
    ORA-12154: TNS:could not resolve the connect identifier specified
    I did already do this:
    - Add "...\NETWORK\ADMIN" to the Path Variable of the server
    - sqlnet.ora looks like:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    - tnsnames.ora looks like:
    MyName.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myDomain.net)(PORT = 1521))
    (CONNECT_DATA =
    (SID = DBSIDxx)
    I am accessing like MyName.WORLD ...
    What do I have to do to get this working ???
    Thanks for any comments!
    Best regards
    Frank Uray

    1) Please verify that there is only one tnsnames.ora file on your system.
    If there are several (other than in 'samples' directories), please make them all look the same and try again.
    2) If not, please post the contents of your tnsnames.ora AND sqlnet.ora files.
    Message was edited by:
    forbrich
    Re-read your original message and noteiced you posted the tnsnames.ora stuff.
    Your alias is 'MyName.world', therefore you want to access using the connect string such as
    SQLPLUS system/[email protected]
    If you want to use SQLPLUS system/password@myname (no .world) then either remove it from the alias or add the default_domain info in sqlnet.ora

  • Using a Single HTTP Server for Multiple APEX Instances

    Our company's DBA Manager has asked if it would be possible to externalize the HTTP server portion of APEX from the DB Servers. In other words, he would strongly prefer that the DB Servers *only* run Oracle Database software.
    We know that we can install the HTTP server on another box but, in thinking about how to do this, we were wondering if it is really necessary to create a separate HTTP server installation for each APEX instance. What we'd really like to do is have one HTTP server for all our our Dev boxes and several (but, not one to one) for each of our upper environments; staging, qa, prod, etc.
    Right now, each instance have a single dads.conf file on each DB box. So, if we we're to attempt to consolidate them, we'd need some way to embed multiple dads files and to associate each instance with the correct one.
    Has anyone ever done this or (preferably) have some examples?
    Thanks,
    -Joe

    Joe,
    I don´t know a specific reference for it, I remembered it because when I was looking the documentation on the site, I saw the reference "Support for multiple database connections" in the URL: APEX Listener New Features 2.0&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;APEX Listener New Features 2.0…
    I´ve tried to use APEX listener some time ago, but in a earlier version together with glassfish. So, since for me was only one database, I created the necessary amount of DAD´s on my database, each one for a specific port.
    Check the link and you´ll see the same information I saw.
    Thanks.
    José Valdézio
    "Neo, everything that Oracle told me, became true, except extinguish bugs in a first release."

  • Problem faced in viewing SVG elements in IE 7 in windows 2003 server machine

    Hi All,
    We are using SVG to use graphics elements in web page for our product. The web page contains HTML+SVG elements.
    If we use an HTML Image element in our web page display and if we draw or configure SVG elements like rectangle or circle over the image element, then on viewing it in browser, the html image element overlaps the SVG elements and they get hidden behind the image.
    Please help us in resolving this issue.
    This scenarios works fine if we use browser IE7 in windows XP machine.
    But on using IE7 in windows 2003 server machine, the problem is faced.
    We have tried all possible and valid IE settings and properties to make the display work. But its helpless. The SVG plugin is also installed properly on systems. But still the display is not as intended.
    I have attached the working scenario screenshot and non working scenario screenshot
    The screenshot here contains an html image which is showing text as Incom tax department and on top of it is SVG element rectangle. This is viewed in Windows XP in IE 7 browser
    This screenshot contains the same page above but when viewed in Windows 2003 IE 7 browser. The SVG rectangle is overlapped by the html image element here
    Kindly please help us in this regard as we are unable to proceed further with this issue. If anyone of you have face this before, then please help us on the resolution. We will be very grateful
    Thanks a lot.
    Regards,
    Shwetha

    If you are using Dreamweaver to create your webpage, please post in the Dreamweaver forum. If you are hand-coding you might try posting in the Web Design forum. This forum is for help using the forums not for general tech support.

  • Error while running setup.exe for oracle installation on windows 2003

    Hi,
    I am trying to install oracle 9.2.0.1 on my windows 2003 machine and when i click on setup.exe nothing happens. when i tried to run it thru command prompt again nothing happens when i check in computer management => event views it throws following error.
    The application, C:\DOCUME~1\barb\Local Settings\Temp\1\OraInstall2006-08-11_05-19-46AM\jre\bin\javaw.exe, generated an application error The error occurred on 08/11/2006 @ 05:19:56.356 The exception generated was c0000005 at address 6D4CF9A0 (jvm!JVM_TraceMethodCalls)
    can anybody suggest me what could be the problem or i will have to install jvm first and then try installing oracle?
    thanks
    Chandan

    did you check the installation guide and Preinstallation Requirements?
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#i1011417

Maybe you are looking for

  • ITunes Match and failing to upgrade some of my tracks

    Does anyone know why ITunes Match sometimes fails to upgrade certain popular tracks to 256 AAC when it's established that the song/track exists in the Itune store?  I just completed the reorganization of my ITunes library today after using iTunes Mat

  • Download from SAP system to Excel sheet

    Hi, I have a list of materials, would like to download it from SAP system to an Excel sheet. Kindly let me to know the procdure to do it. Thanks NDS

  • How to AppleTV without internet?

    I'm looking into buying an Apple TV for the wireless connection to my iPhone 4S to stream videos, games, etc. But now I'm curious about all the downloaded videos I have on iTunes library that I would like to have at home. Here's the kicker- no intern

  • Top N in each group

    Hi, I have a table with the following rows: date   product_name   product_type   quantity_sold I want to get the best selling products in each category i.e. the Top ten products in each product_type on a particular date. I am using oracle 8.0.6. So I

  • Error in iTunes access to iPhones

    Hello, When I want to synchronize my iPhone with my iMac, it says that my computer doesn't have access to "change" stuff on my iPhone, and music i bought via iTunes Store on my iPhone, I can't transfer to my iMac... I know you are only able to have 5