Open url and DNS change

          IP for an URL was changed,and DNS was updated and propogated.
          However, an already deployed application, i.e the servlet trying to open connection
          to that URL still goes to the old machine.
          A nslookup on the weblogic server machine lists new IP.
          When weblogic 6.1 instance (admin+2 server cluster) was recycled open url goes to
          new machine..!
          Is this a bug (feature)? or Any clue on what I should have done?
          Thanks -
          Rama
          

          Thanks for this info.
          Rama
          "Dimitri I. Rakitine" <[email protected]> wrote:
          >If you look at the java/net/InetAddress.java you will see that
          >it caches results of DNS lookups, and the default expiration time
          >is never - sun.net.InetAddressCachePolicy.FOREVER (-1). You can change
          >it by specifying sun.net.inetaddr.ttl=seconds system property.
          >
          >Rama Raghavan <[email protected]> wrote:
          >
          >> IP for an URL was changed,and DNS was updated and propogated.
          >
          >> However, an already deployed application, i.e the servlet trying to open
          >connection
          >> to that URL still goes to the old machine.
          >
          >> A nslookup on the weblogic server machine lists new IP.
          >
          >> When weblogic 6.1 instance (admin+2 server cluster) was recycled open
          >url goes to
          >> new machine..!
          >
          >> Is this a bug (feature)? or Any clue on what I should have done?
          >> Thanks -
          >> Rama
          >
          >--
          >Dimitri
          >
          

Similar Messages

  • Opened Notes and screen changed from listing my notes to no notes. How do I recover them?  TY

    Opened Notes and screen changed from listing my notes to no notes. How do I recover the missing notes?

    Would you please explain how you did this? Most of my Notes dissapeared after the latest update. I tried restoring them from TM, but nothing shows up and QuickLook only shows (null). I took them from the IMAPnote file under (eventually) CoreData (~Library/Containers...), but that is not working for me. My Notes are synced with iCloud, so my solution may be different from yours.
    Thank you.

  • Open URLs and convert / download as pdfs

    Hi there,
    I am conducting research and have hundreds of URLs saved as the .webloc (Web Internet Location) that ultimately I need to have saved as pdfs. Normally, I'm visiting the pages and going through Print and Save as PDF.
    I looked wide and far for a way to automate this. I found an Automator script "Download URLs as PDFs", version 0.4.2, but I can't get it to work. Maybe I'm screwing it up, but maybe it just doesn't work. It outputs Pdfs, but they are blank.
    As I have hundreds of webpages to get saved as Pdfs, is there any way that Automator can help?
    Please, anyone responding make your explanations / suggestions comprehensive and simple, if possible, as Automator is not something I've used much (neither Automator or the previous Applescript application), so it doesn't make much sense to me.
    I really hope there is a possible solution. I think it could help many people, not just me.
    salam,
    ian

    Sounded like it could be a nifty action, so I Googled for it since you didn't give the source. I found it pretty quickly, and discovered from the developer's page that 0.4.2 is for Leopard, though you've posted in the Tiger forum. And though your post indicates you are using 10.5.7, perhaps you're trying to use this action on a different computer with Tiger (10.4.x)? The developer's page indicates version 0.3.1 is for Tiger, so you might try that if that's the case.
    On the other hand, I downloaded it for Leopard and installed it. I, too, got blank PDFs when using the .webloc files. You didn't provide the workflow you were using, so I don't know if it's the same as the workflows I tried. Here are the workflows I put together:
    *1. "Get Specified Finder Items"* - I didn't actually add this action, instead I drag/dropped a .webloc file from my Desktop into the workflow and this action was added with that file listed in it. The .webloc I used was one I dragged from Safari's address bar for that developer's website http://scott.j38.net/code/ since it was there at the time.
    *2. "Download URLs as PDFs"* - I left all of the settings at their defaults, didn't change anything.
    That resulted in a blank PDF. Since you, too, got a blank PDF, is this what you tried? I tried unchecking the "Use Backgrounds", and I tried toggling the "Use JavaScript" in the Advanced section. I also tried various combinations of those two and blank PDFs always resulted. You said you couldn't get it to work, but not what you tried. There are other settings, have you tried systematically changing each setting, yet?
    I figured it might have something to do with the .webloc, so I tried other actions that depended on URLs and the ones I tried seem to work fine with the .webloc, so Automator likely was converting them properly. Nevertheless, I decided to try a different angle and use URLs directly from the Safari browser with "Get Current Webpage from Safari" in the following workflow:
    *1. "Get Current Webpage from Safari"*
    *2. "Download URLs as PDFs"* - Same as before, I didn't change any of the default settings, at first.
    I get a blank PDF with this, too. However, a couple seconds later Automator crashes without notice, that is, no wait cursor or other indicator, it just crashes a couple seconds later. Though, if I tried to do something in Automator within those couple of seconds, a wait cursor will appear before Automator crashes. A crash dialog appears offering to relaunch Automator, and when I create the same workflow and run it Automator crashes again, so it is definitely repeatable. In fact, a second dialog will appear offering to reset and relaunch Automator, but that doesn't keep it from crashing again with the same workflow. Something about the results from *"Get Current Webpage from Safari"* might be triggering something in the *"Download URLs as PDFs"* action. The *"Download URLs as PDFs"* probably isn't handling the URLs properly.
    At this point, I'd suggest you contact the developer of the action since it doesn't seem to be producing the desired results. Since you didn't mention who it was, you might double check to make sure who the developer of your action is, because it might not be the same one I found.

  • Exchange Out of Office URL and DNS

    Hello Experts - I'm working on a way to have my ActiveSync users be able to seamlessly  transition from outside the office to inside the office on an internal private wireless network.  The problem is name resolution.  Outside the office
    they are using this address:
    https://exchange.company.org/owa
    Internally they are using this address:
    https://internalservername.comain.local.owa
    I had setup a DNS entry last week which allowed the external address to resolve to the internal address and that works except doing so breaks VPN users ability to set out of office messages.  I investigated and found that Outlook uses a
    URL to set the OOF messages which can be seen by holding control, clicking the Outlook 2010 icon, then selecting Test E-mail AutoConfiguration.
    Is there a way out of this conundrum?  I have two exchange servers setup in a DAG, I was thinking of changing the OOF URL to point to the second server who's name should resolve properly both internally and externally as its offsite but I wasn't positive
    this will work.  I'd appreciate any advice!
    Dan

    Hi Dan,
    We can configure OOF URL by setting Exchange Web service:
    Set-WebServicesVirtualDirectory -Identity "CAS_Server1\EWS (Default Web Site)" -InternalUrl
    https://CAS2.domain.com/ews/exchange.asmx
    Please run the command in EMS and see if it works.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Safari won't open URLs and Software Update does not cnnect

    OK. I'm back in the hope that I can get some help from this forum or I can get steered to the appropriate forum.
    This morning I went to the local library and connected to the internet directly using airport to their WAN. So I now know my problem is independent of the weird dial up arrangement I have at home.
    Safari still does not open the sites. It gives a message "Cannot open page "x" because it cannot connect to server "X""
    When I open Firefox all my sites are working normally. (I also downloaded and installed Firefox 3 this morning)
    I have reset Safari but that does not help.
    I have even downloaded the latest greatest version of safari (the beta 4) but it exhibits the same problems
    When I invoke Software Update it claims I am not connected to the internet. Does this depend on Safari? Is there a preference i can change to make it work through Firefox
    When I invoke internet connect diagnostics it says my internet connection is working normally.

    Thank you. Problem solved.
    Both safari and S/w Update now working again.
    I have no idea how the proxy got set. (I don't remember doing it!!!)
    Thanks again, Steve

  • I am a power user with 100 open URLs and need a way to grep open tabs by a part of the URL. I can create an add-on if the open URLs are exposed.

    I imagine I could query an sqlite3 table for open windows but don't know the details for what is available. I trust firefox to always be able to open a previous session that I use open windows as sort of a task list. Duplication of information is futile.

    I actually think the default single session storage is a bit fragile. Do you use the [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager] extension or [https://addons.mozilla.org/en-us/firefox/addon/tab-mix-plus/ Tab Mix Plus] to provide greater depth?
    The "Switch to Tab" feature of the address bar provides some of the functionality you want. However, the fact that it shows "Switch to Tab" rather than the address on that tab makes it hard to see if it's the one you want.
    If you want to build your own add-on, here are a couple that might serve as a starting point or resource for understanding how to work with tabs in Firefox. I haven't tried them myself. (MPL licensed for code re-use.)
    * [https://addons.mozilla.org/en-us/firefox/addon/tabhunter/ Tabhunter] - search for a string in URLs across all windows, choose from dialog
    * [https://addons.mozilla.org/en-us/firefox/addon/showcase/ Showcase] - view tab thumbnails across all windows, with a find feature

  • Help! needed with behaviors - iFrames (open URLs and rollover images)

    I'm able to target an iFrame and open a series of images from text link numbers on same page.
    But I'm not able to simultaneously target another smaller iFrame and have a thumbnail of the same image load
    when the full size image loads in the full size iFrame,
    nor can I get a rollover image to load in the smaller thumbnail iFrame when I mouseover the text link numbers.
    I have nav link mouseover images on the same page, so I  numbered the thumbnail mouseovers consecutively after the navbar mouseovers.
    Previously, thumbnail mouseovers had been numbered beginning with Image1 like my nav bar mouseovers,
    and thumbnail images would load in my nav bar,
    but now they won't load at all.
    Suggestions?
    See - http://dstall.com/ld/products/priest/byzantine/

    OK, I got swap image to work for both images, but it's still not doing what I want.
    See 1, 2, 3 under 'Accessories' in left div -  http://dstall.com/ld/products/accessories/
    Mouseover of each number loads appropriate thumbnail AND full size image.
    I want mouseover to only load thumbnails, then on mouseout, load thumbnail corresponding to full size image that is currently loaded.
    When clicking on a number, I want corresponding thumbnail and full size image both to load and to remain loaded.
    Please check/correct my source code.
    Here's how I constructed swap image -
    I highlighted my text 'number', entered placeholder link (#), left 'target blank', selected onClick, then SwapImage behavior -
    SwapAction then appears next to onMouseOver even though that's not where I had applied the behavior.

  • Does anyone have any idea why Facebook is lagging on my ipad?  I have closed out all open apps and nothing changes.

    Does anyone have any idea why Facebook on my ipad is lagging badly, I have closed down all other apps and nothing helps.

    As long as your pad isn't doing other things,( and you have already shut off everything else..) then the issue is in the connection from you to whoever you are talking to.  How good is your wifi speed?  And the person at the other end.  There are a lot of transfers of the signal from you to them, and you are sort of at the mercy of all the spots in between. 
    Do a speedtest to test your speed, and maybe give the call a try from a different place, like a Starbucks ( as long as their connection is not throttled)

  • My iCloud password is not recognized when I sign in. This password works for every other iTunes/Apple app as it should. My user name comes up when I open iCloud and I change it to my email address as my username then enter the password and it won't accept

    All i want to do is sync my phone to iCloud.

    Hello jwpg,
    Thank you for the details of the issue you are experiencing after restoring an iCloud backup.  I recommend the following articles for an issue like this:
    iCloud: "Incorrect Apple ID or Password" alert when setting up iCloud after upgrading to iOS 7
    http://support.apple.com/kb/TS5207
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/TS5223
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Opening balance and changes

    Hi all,
    For reporting purpose, I need to populate data for opening balance and the changes for all the balance sheet items after consolidation. I believe we can do this by using movement type as an indicator.
    My problem now is for the data extracted from ECC. Beside Asset accounts, will the other accounts (liabilities & equities) populate the transaction type in FAGLFLEXT such as (opening, addition, reduction)??
    Regards,
    Shahrul

    Only acounts where the field status requires transaction type in ECC will be available for BCS. This may be any account, but depends on field staus setting, which may be changed to met BCS requirements.
    In many cases, the balance carry forward from year-to-year will cause the movement type or transaction type to be reset to have a new beginning balance. This is determined by the master data for movement types and/or transaction types.
    Beginning balances in period zero, are however a different story. These are not typically loaded from ECC, but are carried forward from the previous year. In this case, the opening balances are typically loaded in the last period of the previous year and the balance carry forward task is subsequently executed in period 1 of the new year to populate period 000 opening balances.

  • Can i trap "Error opening URL" error?

    Can i trap "Error opening URL" ?
    I am using someMC.loadMovie("someImg.jpg")
    This works fine I would however like to be able to use the
    error "Error opening URL" and switch to another file if the first
    dose not exist. Can i do this?

    use the moviecliploader class to catch that error.

  • Quicktime 7 Pro     open url Preference

    Using QT 7 Pro I was downloading a video by  using the OPEN URL link.  I lost my internet connection while downloading the video and was not able to save it as a movie. Now every time I start to download the same movie it brings up the old unfinished downloaded movie.
    How can I clean out the old OPEN URL so I may start fresh

    I open the OPEN URL  and pasted the same URL I was downloading when I lost my internet connection. QT 7 Pro picked up where it left off and finished downloading the video where I was the able to save it to my hard drive.

  • How do I get connected to a server on my network via an IP address?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    I am new to Mac...How do I get connected to a server on my network via a hyper link IP address path?  When I try to open in a URL and login as a registered user with proper login it errors out saying there was a problem with connecting to the server?

    Some of the following is going to use some technical terms — this area is inherently somewhat technical. 
    If you don't understand some part of the following reply, please ask.
    Is this your own OS X Server system on your own network, or is this some other server within some larger organization? 
    You're posting this in the OS X Server forum, which is a software package that allows OS X systems to provide web-based and many other services; to become servers.
    If it's your OS X Server on your network, then the network and DNS configurations are suspect, or the server is somehow malfunctioning or misconfigured.   This is unfortunately fairly common, as some folks do try to avoid setting up DNS services.
    If it's a larger organization and somebody else is managing the server and the network, then you'll probably need to contact the IT folks for assistance; to learn the network setup and DNS requirements, and if there's a problem with the server itself.
    The basic web URL "hyper link IP address path" — without using DNS — usually looks something the following, where you'll need to replace 10.20.30.40 with the IP address of your server:
    http://10.20.30.40
    UptimeJeff has posted a URL that specifies the AFP file system; an OS X file share.  That's used if you're connecting to an Apple storage service somewhere on your network.  You might alternatively need to specify smb://10.20.30.40 or such, if it's a Windows file server.  (There can be additional requirements for connecting to Windows Server systems, too.)
    If there's local IT staff available here, please contact them for assistance.  If these are your own local systems and your own local OS X Server system, then some information on the server will be needed.  (If you're on a NAT'd network, you'll also need to get DNS services configured and working on your local OS X Server system and your network — you'll not be able to skip this step and reference ISP DNS servers here — or things can and usually will get weird.)

  • How can i close the preview in Adobe Viewer when the LINK ist fullscreen on my eMag? It will always go to URL and i can't open the summary.

    How can i close the preview in Adobe Viewer when the LINK ist fullscreen on my eMag? It will always go to URL and i can't open the summary.

    You have to change your page design so the link doesn't occupy the full screen of your content.
    Neil

  • My mail wont open. I even changed my cel phone and still won't open

    My mail app won't open. I even changed phone and still the same

    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages

Maybe you are looking for