Path not ending in forward slash never connects

Firefox v 24.0 won't resolve a link with /new but will resolve /new/
Sorry, I can't provide a link to the site as it's behind a firewall, but it would be http://mydomain.org/parks/new. Adding a forward slash at the end will resolve the page. This issue also occurs on Windows Machines.
Other links like /parks/login without the trailing slash work. Earlier versions of FireFox work.
When I say it's not connecting I specifically mean the request is never getting to the server, it's not logged on Apache, and thus, I don't think it's an apache configuration issue.

I setup the logging successfully. Nothing outstanding or obvious here.
The request is made but never completed which would follow the spinning wheel and "connecting .."
If I follow the transaction session number from this line:
nsHttpTransaction::Init [this=119bf1600 caps=21]
I see the request on the next line, a few of these
2013-10-11 13:08:16.368123 UTC - 336072704[10032b4a0]: nsSocketInputStream::AsyncWait [this=1258730f8]
2013-10-11 13:08:16.368131 UTC - 336072704[10032b4a0]: ProcessNewTransaction Dispatch Immediately trans=119bf1600
2013-10-11 13:08:16.405226 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=180]
2013-10-11 13:08:16.405239 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=180]
Even something that suggests success:
2013-10-11 13:08:16.405411 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=0]
2013-10-11 13:08:16.405423 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContentStart [this=119bf1600]
2013-10-11 13:08:16.405474 UTC - 336072704[10032b4a0]: http response [
2013-10-11 13:08:16.405498 UTC - 336072704[10032b4a0]: HTTP/1.1 200 OK
2013-10-11 13:08:16.405510 UTC - 336072704[10032b4a0]: Date: Fri, 11 Oct 2013 13:08:16 GMT
2013-10-11 13:08:16.405520 UTC - 336072704[10032b4a0]: Server: thin 1.4.1 codename Chromeo
2013-10-11 13:08:16.405530 UTC - 336072704[10032b4a0]: Content-Type: text/html; charset=utf-8
2013-10-11 13:08:16.405540 UTC - 336072704[10032b4a0]: Connection: close
2013-10-11 13:08:16.405549 UTC - 336072704[10032b4a0]: Transfer-Encoding: chunked
2013-10-11 13:08:16.405558 UTC - 336072704[10032b4a0]: ]
2013-10-11 13:08:16.405569 UTC - 336072704[10032b4a0]: nsHttpConnection::OnHeadersAvailable [this=124322900 trans=119bf1600 response-head=1240b4100]
2013-10-11 13:08:16.405584 UTC - 336072704[10032b4a0]: Assessing red penalty to library.mskcc.org class 3 for event 131075. Penalty now 0, throttle[3] = 1000
2013-10-11 13:08:16.405598 UTC - 336072704[10032b4a0]: chunked decoder created
2013-10-11 13:08:16.405609 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=0]
2013-10-11 13:08:16.405619 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=0 read=0 mContentRead=0 mContentLength=-1]
More of the same, and then I just closed the browser:
2013-10-11 13:08:16.405715 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=186]
2013-10-11 13:08:16.405726 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=6]
2013-10-11 13:08:16.405737 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=6]
2013-10-11 13:08:16.405747 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=6]
2013-10-11 13:08:16.405764 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=6 read=0 mContentRead=0 mContentLength=-1]
2013-10-11 13:08:16.405777 UTC - 336072704[10032b4a0]: nsSocketInputStream::Read [this=1258730f8 count=32768]
2013-10-11 13:08:16.405787 UTC - 336072704[10032b4a0]: calling PR_Read [count=32768]
2013-10-11 13:08:16.405973 UTC - 336072704[10032b4a0]: PR_Read returned [n=6723]
2013-10-11 13:08:16.405987 UTC - 336072704[10032b4a0]: nsSocketTransport::SendStatus [this=125872fc0 status=804b0006]
2013-10-11 13:08:16.405998 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=6909]
2013-10-11 13:08:16.406009 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=6723]
2013-10-11 13:08:16.406019 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=6723]
2013-10-11 13:08:16.406029 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=6723]
2013-10-11 13:08:16.406039 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=6723 read=6723 mContentRead=6723 mContentLength=-1]
2013-10-11 13:08:16.406051 UTC - 336072704[10032b4a0]: nsSocketInputStream::Read [this=1258730f8 count=26045]
2013-10-11 13:08:16.406061 UTC - 336072704[10032b4a0]: calling PR_Read [count=26045]
2013-10-11 13:08:16.406093 UTC - 336072704[10032b4a0]: PR_Read returned [n=2]
2013-10-11 13:08:16.406105 UTC - 336072704[10032b4a0]: nsSocketTransport::SendStatus [this=125872fc0 status=804b0006]
2013-10-11 13:08:16.406116 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=6911]
2013-10-11 13:08:16.406128 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=2]
2013-10-11 13:08:16.406138 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=2]
2013-10-11 13:08:16.406167 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=2]
2013-10-11 13:08:16.406178 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=2 read=0 mContentRead=6723 mContentLength=-1]
2013-10-11 13:08:16.406205 UTC - 336072704[10032b4a0]: nsSocketInputStream::Read [this=1258730f8 count=26045]
2013-10-11 13:08:16.406216 UTC - 336072704[10032b4a0]: calling PR_Read [count=26045]
2013-10-11 13:08:16.406252 UTC - 336072704[10032b4a0]: PR_Read returned [n=5]
2013-10-11 13:08:16.406264 UTC - 336072704[10032b4a0]: nsSocketTransport::SendStatus [this=125872fc0 status=804b0006]
2013-10-11 13:08:16.406275 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=6916]
2013-10-11 13:08:16.406287 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=5]
2013-10-11 13:08:16.406297 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=5]
2013-10-11 13:08:16.406307 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=5]
2013-10-11 13:08:16.406319 UTC - 336072704[10032b4a0]: reached end of chunked-body
2013-10-11 13:08:16.406329 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=5 read=0 mContentRead=6723 mContentLength=-1]
2013-10-11 13:08:16.406342 UTC - 336072704[10032b4a0]: nsHttpConnection::CloseTransaction[this=124322900 trans=19bf1600 reason=80470002]
2013-10-11 13:08:16.406353 UTC - 336072704[10032b4a0]: nsHttpTransaction::Close [this=119bf1600 reason=0]
2013-10-11 13:08:16.406364 UTC - 336072704[10032b4a0]: nsHttpConnectionMgr::ReclaimConnection [conn=24322900]
2013-10-11 13:08:16.406382 UTC - 336072704[10032b4a0]: STS dispatch [11fe33cc0]
2013-10-11 13:08:16.406420 UTC - 336072704[10032b4a0]: nsHttpConnectionMgr::OnMsgReclaimConnection [conn=124322900]
2013-10-11 13:08:16.406435 UTC - 336072704[10032b4a0]: nsHttpConnectionMgr::ConditionallyStopTimeoutTick armed=1 active=1
2013-10-11 13:08:16.406446 UTC - 336072704[10032b4a0]: connection cannot be reused; closing connection

Similar Messages

  • HT4191 Is it possible to recover deleted notes.  New phone.  Never connected to iTunes or iCloud.

    I am just learning to use Notes on my iPhone and I have, somehow, deleted all of my notes.  Is it possible to recover them?  In other words, does this have a trash bin?

    Have you deleted them, or did they just 'disappear'?  If the second, what email accounts do you have linked to the phone.  Perhaps a Yahoo one?  They might have been saved to the email account instead of the phone.

  • HT203167 the path for several of my songs that i can't locate is wrong because the path uses forward slashes instead of back slashes.  Can I change this?

    several of my songs in itunes gives me the can't locate ! sign.  in going to the info for each of those songs i noticed the path to locate the file was in proper format except for the slash marks which were / instead of \ .  how can i change the slash makrs in the paths for those songs?

    thanks for the info.  if itunes is applying the wrong path i.e. - forward slashes in path instead of backward slash how will i ever access those songs I've purchased.  it won't let me download them again because it thinks they are on my computer? 

  • EA2 - Export Wizard - No forward slash after package spec and body in sql

    I exported a schema with the export wizard. My stand alone functions and sql types in the script have have a forward slash after the "end;" statement Great. However, package specs and body create statements do not have a forward slash after the "end;" and I believe they also should have this.

    This appears to be a DB issue as we are just using DBMS_METADATA to generate the ddl. Please test manually using worksheet or sqlplus
    exec DBMS_METADATA.SET_TRANSFORM_PARAM( DBMS_METADATA.SESSION_TRANSFORM, 'SQLTERMINATOR' , TRUE );
    select dbms_metadata.get_ddl('PACKAGE', 'PACKAGE_NAME','SCHEMA') from dual;
    I looked through the DB bugs briefly and noticed a few on other objects that were fixed in 9.2.0.6 but I didn't see one for Packages...
    This is not something I would fix in SQL Developer as the core issue is with DBMS_MEATADATA and your version of the DB.
    As this is fixed in 10 I'm sure you can work with support and request a backport if it's not a currently available patch.

  • Index.html pages in local sub-directories will not load automatically when sub-directory name entered into address field, followed by a forward-slash

    I am in the process of designing a website-on-a-CD. In order to make things easier for my clients, I decided to organize this site into local sub-directories with an index.html page in each one. However, when I try to enter the local sub-directory name, followed by a forward-slash, the index page does not open automatically. Instead, I get a raw directory listing that includes the index.html file, and anything else that is present within it. I would like to know if there is any way to force this page to load automatically within Firefox from a local storage medium as it would load from a web-server.

    You need to use file:// as the protocol instead of C:/. The latter may never work (C:\ might).
    Where is the main HTML located ?
    Easiest if to store the images in a sub folder of the location because you can't go back via ../ beyond that root location for security reasons.
    See:
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • Folders with forward slashes in the name not appearing in Mail.app Exchange

    Has anybody else seen this? For folders with forward slashes in the name, such as "Meetings/Events", the folder shows up in Outlook Web Access and over Exchange in Entourage 2008, but not Exchange over IMAP with Mail.app in Snow Leopard. The folder shows up once I remove the forward slashes, such as "Meetings Events" or "Meetings-Events" or "Meetings and Events".
    Is this a known issue, and is there a fix besides renaming the folders?

    In Unix the forward slash is an illegal character for a filename. In general you should avoid using it as the forward slash is used in path names such as /Folder/File. Avoid using the colon as well because it's commonly used as part of a disk identifier in OS X.
    This is not any different than avoiding the backslash in Windows filenames.

  • Unity Connection 8.6 not able to forward from extension (dial out)

    Dear all,
    I'm having a problem at a customer where i'm not able to forward calls externally from the Unity (that's a wish too).
    Basically here is the request for which I'm having an issue:
    - I'm making a menu with a number XXX (CTI Port) with a System Call Handler
    - Under that menu i've 3 choices which points to 3 internal numbers (YY1, YY2, YY3) (CTI Ports).
    - All the CTI Ports are forwarded to international numbers which are the final destination
    So the flow is the following:
    NOT Working
    - XXX --> Choice 1 --> YY1 --> Forwaded all to 000countrycode
    Working
    - XXX --> Choice 1 --> YY1 --> Forwarded all to 444 (internal number)
    The strange thing is that I tested everything when I was on site by calling internally XXX from an internal number and it was able to forward all my call to the international number ...
    If anyone have a clue about what I can do, I'll appreciate a lot ...
    Thanks in advance
    C.

    Hi Taranjit,
    The rules are not made to enable unity to dial out, my goal was to permit only internal calls, but in this specific case, the internal number, is a CTI Port forwarded all to the external international number...
    I tried the Unity connection system handler from a internal phone and it was working perfectly, but not if the call is coming from outside apparently.
    Kind regards
    Christophe

  • HT1695 My new iPad with Retina Display is not able to connect to the Wi-Fi of my new Time Capsule. It used to connect, but now it just spins and spins and never connects. I've tried rebooting everything many times.

    My new iPad with Retina Display is not able to connect to the Wi-Fi of my new Time Capsule. It use to connect, but now it just spins and spins and never connects. I've tried rebooting everything many times.

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • TS3048 I have just purchased a new apple cordless keyboard.  The numeric line of keys along the top are not functioning as they should.  For example I am unable to get a question mark or a forward slash.  I have tried holding down both shift and alt keys.

    I have just purchased a new apple cordless keyboard.  The numeric line of keys along the top are not functioning as they should.  For example I am unable to get a question mark or a forward slash.  I have tried holding down both shift and alt keys.

    Thanks for prompt response - I tried what you suggested but I'm afraid it has not helped.  It seems as though the line of number keys along the top aren't actually doing what is printed on them.  Some are OK, but the further towards the right hand side of the keyboard you go, the less predicatable it becomes.  So whilst the second key from the left gives me 1 and ! when holding the shift key, by the time I get to the 6 when I press and hold shift I get ^ rather than & symbol which is what is actually printed on the key.  The & symbol is actually on the next key along - and when I hit the key with 8 I get * rather than the ( which is printed on they key but actually located on the next key along.  Things get even more muddled by the time I am over on the right hand side as rather than a question mark (I have had to type the word as I cannot find the symbol anywhere!) I get this _ and the other symbol marked on the key is a comma, but I get - instead.  It is going to drive me mad if every time I want to type something it is a guessing game....!  What do you suggest - question mark

  • FaceTime - I cannot hear the other end at times and the mic now has a forward slash in front of it and I can't get it to go away

    FaceTime-at times I cannot hear - no audio - the person on the other end.  The mic now has a forward slash over it and I cannot get the slash to disappear.  At times I hear the other end even though the forward slash is still there.  I believe I have checked all of the settings.

    If they don't show up on screen captures, it's most likely a hardware failure. Make an appointment at the genius bar.

  • Pages 2.0.2 in Palatino will not allow capital O followed by forward slash but insists on converting it into Sandinavian Ø. How can I stop it?

    Pages 2.0.2 in Palatino will not allow capital O followed by forward slash but insists on converting it into Sandinavian Ø. How can I stop it?

    The best way to stop it is to get rid of the obsolete font.  Palatino 3.8 from 2006 should normally also be present as part of iLife/iWork and it works correctly. 

  • I shattered my iphone5 screen. I have never connected it to ituens and do not have icould. Is there any way I can  get my contacts form it?

    I dropped a 15 LIB weight on my iphone5. The phone tuners on and  gets texts, calls and the alarm still works. I cannot use the screen at all and have never connected it to my computer or download icould. I want to know if there is any way I can get my information off of the phone.

    Did you set it up to unlock with fingerprint reader? If so that may still work. If so see Recover your iTunes library from your iPod or iOS device to enable you to backup everything from the device before getting it repaired or replaced.
    tt2

  • Dreamweaver 8 is removing forward slash when creating pages

    Dreamweaver 8
    Links set to be relative to Site Root
    If I create a template that has ../index.php as the home link, and also create a few pages from that template, the links on those pages all start with a forward slash:
    /stuff/
    However, if I then change the template to have a home link like this:
    and then save, all the links in the already-built pages suddenly lose their site-root forward slash and instead look like this:
    stuff/
    and the home link now looks like this in the created pages:
    ../  (yep, it stays like that)
    I did not change links to be relative to document
    Hmmmmm.....I'm noticing that it's occurring when I edit the template, when you then save the edited template, it updates all the pages made with that template but then all the links are now without the front forward slash, so it looks like this is getting triggered when the template is edited
    It doesn't change how the links are in the template ../whatever, but all the updated links in the built pages now do not have a front forward slash
    And once it changes to the non-forward slash version, it never goes back, it stays as link/
    Does anyone know what might be wrong? I need all the links to stay as /relative-to-site-root/
    Thanks

    > Does anyone know of a setting or fix for this problem
    It was regarded as a bug in previous versions, and was fixed
    in the 8.0.2
    release. In normal circumstances, ALL links in a template
    file must be
    relative to the template document, not relative to where you
    intend to save
    the child pages. Thus, there would be no way to have a link
    in your
    template document like the first one you show, e.g.,
    <img src="whatever.png"....
    *unless* the file was actually in the Templates folder (a bad
    idea).
    In 8.0.2, you can set your PREFERENCES for the Templates
    category to NOT
    MANAGE relative links. Be aware that this may have unintended
    consequences
    for you - specifically regarding other relative links in your
    site.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "pgs_it" <[email protected]> wrote in
    message
    news:eivj88$361$[email protected]..
    > When creating new pages from templates in Dreamweaver
    8(Ver 8.0.2). The
    > full
    > path for images is not created
    > i.e. in template the code is <img
    src="main_page_logo.png" width="814"
    > height="172" longdesc="Main Page Logo" />
    > In the new file the code should be :-
    > <img src="../../Templates/main_page_logo.png"
    width="814" height="172"
    > longdesc="Main Page Logo" />
    > but only :-
    > <img src="main_page_logo.png" width="814"
    height="172" longdesc="Main Page
    > Logo" /> is in the code.
    > but this does work in Version 8.0.
    > Does anyone know of a setting or fix for this problem
    >
    >
    >

  • Escape / (Forward Slash) in SQL*Plus

    DB: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for IBM/AIX RISC System/6000: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    I am running following anonymous block and it's giving error. It's because SQL Plus is considering forward slash (/) in variable "a" assignment as block terminator. How to escape that? The use of following block is to store test case in Database. This is simple example real test cases are complex and involve print after /.
    DECLARE
      A   varchar2(1024) := NULL;
    BEGIN
      A := 'set serveroutput on;
    BEGIN
      INSERT INTO table_name
           VALUES (5067);
    END ;
        INSERT INTO x VALUES (A) ;
           COMMIT ;
    END ;
    /Output
    SQL> DECLARE
      2    A   varchar2(1024) := NULL;
      3  BEGIN
      4    A := 'set serveroutput on;
      5  BEGIN
      6    INSERT INTO table_name
      7         VALUES (5067);
      8  END ;
      9  /
    ERROR:
    ORA-01756: quoted string not properly terminated
    SQL>
    SQL> ' ;
    SP2-0042: unknown command "' " - rest of line ignored.
    SQL>     INSERT INTO x VALUES (A) ;
        INSERT INTO x VALUES (A)
    ERROR at line 1:
    ORA-00984: column not allowed here
    SQL>
    SQL>        COMMIT ;
    Commit complete.
    SQL> END ;
    SP2-0042: unknown command "END " - rest of line ignored.
    SQL> /
    Commit complete.
    SQL> Running same block from Toad works fine.
    Please help!
    Thank You!
    Arpit

    Welcome to the forums!
    You may need to escape the / character. The default escape character is \
    SQL > DECLARE
      2          A VARCHAR2(1024);
      3  BEGIN
      4          A := '
      5                  BEGIN
      6                          INSERT INTO table_name VALUES (5067);
      7                  END ;
      8                  /
    ERROR:
    ORA-01756: quoted string not properly terminated
    SQL >
    SQL > ' ;
    SP2-0042: unknown command "' " - rest of line ignored.
    SQL > END;
    SP2-0042: unknown command "END" - rest of line ignored.
    SQL > /
    ERROR:
    ORA-01756: quoted string not properly terminated
    SQL >
    SQL >
    SQL > DECLARE
      2          A VARCHAR2(1024);
      3  BEGIN
      4          A := '
      5                  BEGIN
      6                          INSERT INTO table_name VALUES (5067);
      7                  END ;
      8                  \/
      9
    10  ' ;
    11  END;
    12  /
    PL/SQL procedure successfully completed.
            Hope this helps!
    Edited by: Centinul on Jan 28, 2011 1:02 PM

  • SM04 Session does not end.

    Hi all,
    I noted that SAP R/3 session does not automatically ended after a user logs off from the ESS Frontend. This will result in a increase in session in SM04 eventhough the users had logout from the portal.
    I have adjusted some timeout parameter in transaction RZ10 in R/3 including rdisp/plugin_auto_logout and restarted the services. To test, i accessed the ESS Portal and access some IAC IVIEW. Thereafter, i logged off the portal and observed the session created in R/3 (SM04) and noted that the session including the RFC connections are not released at all.
    Anyone face this issue before? How can i control so that after the user logoff from the portal, the session in SM04 is end.
    Thanks in advance

    Hi Sean,
    I found some note on the session which i attached below. However in my EP server have dozens of web.xml. Which one should i configure? Would you able to help me on this? Some of my IAC view does not end while some do. Any idea on that?
    Specifying HTTP Session Timeout
    Use
    You can specify a timeout period for HTTP sessions created in your Web application. If the session is inactive for this timeout period, it is invalidated by the Web container.
    If you do not specify such a timeout explicitly, a default one of 30 minutes is assumed.
    You can configure the HTTP session timeout using the web.xml descriptor.
    Procedure
    On the web.xml screen, proceed as follows:
    1. Open the General screen.
    2. To specify the timeout period, enter a value in the Session configuration – Session timeout field.
    The value is specified in minutes. If you enter a negative value in this field, HTTP sessions are never terminated because of a timeout. Instead, only an explicit logout by the user will terminate the corresponding session.

Maybe you are looking for

  • My ipod isn't being read by any computer

    I have an Ipod classic. It stopped being read by any computer. It still plays music, however, after about 3-4 songs, it takes awhile to play another. I save a few files on it and was wanting to figure out who I could take it to to recover any of thos

  • Overflow container Scroll bars problem

    Trying to add scroll bar for group body in a fragment. We put Overflow container for the groupbody within the page fragment. But no scroll bars are appearing. Scroll bar comes only if it is in a view.

  • My iphone died!!!!!  HELP!

    Today I downloaded from the APP Store the Pandora application, which is a type of radio. After I had it all set up and I was using it, my phone turned off by itself and won't turn on again. I tried docking it to the computer and opening itunes, but n

  • Reporting Services vs Crystalwave

    Hi experts, Can someone with experience on the subject please advise on the pros and cons of SQL Server Reporting Services vs Crystalwave for reporting? I know Crystalwave is designed to run directly within the B1 interface. How does SSRS integration

  • Cannot install InDesign CS6 Trial - please help

    I get the following error. Exit Code: 15 Media DB Error: 11 running Windows XP SP3 D@JH Message was edited by: David_JH