Adf input file - connection to the server has failed(status=unknown)

We are using input file component to upload an excel file and read it. Sometimes we are getting error - " A Connection to the server has failed. (status=unknown) " when we click on browse and add the file. We are getting this error when we just add the file. We are not doing any operation while adding the file. After the file is added, we have a submit button to do post operations on file. But we are getting this error immediately after we add the file. JDeveloper version 11.1.1.5.0.
Any inputs will help us.
Edited by: adf_forum on May 23, 2013 5:24 PM

Hi,
there must be a stack trace in the log files that gives you more information about this. Chances are the browser closes the socket connection, which you can verify by using another browser and avoiding e.g. VPN connect for testing. Another test to perform is to try 11.1.1.7 and see if this works for the use case in case you sit on a known and already fixed problem
Frank

Similar Messages

  • A connection to the server has failed. (status=403) error

    Hi,
    I have created an application with ADF security. When a user is redirected to the login.jspx page, if he clicks on any tab on the menubar(each of which are different jspx pages), it throws a pop up with the following error message-
    "A connection to the server has failed. (status=403)"
    Can someone please tell me where the problem lies.
    Regards
    Apoorva

    Hi Apoorva,
    When there is no welcome page defined in the application's web.xml file you can get a 403 error.
    Also note that when an user has not been authenticated yet, should not have access to any secured pages, any navigation component on the welcome page that points to a secured page. So if that's the case, any component that points to secured pages should be hidden.
    For further information you can take a look at the document available at http://docs.oracle.com/cd/E14571_01/web.1111/b31974/adding_security.htm#BABDEICH
    Hope this helps.
    Thanks,
    Cris

  • Internet Explorer:A Connection to the server has failed (status=12152)

    I am getting "A Connection to the server has failed (status=12152)" error in my adf application when using Internet Explorer. The application is deployed on a hosted server with SSL.
    This seems to happen randomly. After clicking on "OK" and the action is correctly performed again. I don't have this issue in Firefox.
    There are no error messages in the server logs.
    Can you please let me know how to fix this issue.
    ADF:11.1.1.6
    WLS: 10.3
    Thanks
    Shobana

    Hi,
    I am experiencing the same problem.
    Can anyone help?
    Thanks.

  • While Opening HFM application getting Error : "A connection to the server has failed. (status=503)"

    Hi All,
    While Opening HFM application I'm getting Error : "A connection to the server has failed. (status=503)".
    I Checked the Doc ID 1516598.1 and tried to increase the timeout setting, which really didn't help.
    Where can check a log for this connection issue, not able to see any error in Starter or HFM server logs.
    Please help me to fix this issue.
    Server: Windows 2008 R2
    EPM Application: 11.1.2.2
    Database: Oracle 11g
    Regards,
    Rajeevan D

    Hi!!
         I am facing the same issue and have increased the timeout setting according to the Doc ID 1516598.1.
         When I open up the app, it takes more than 5 minutes but it just get little longer and I've got the error....
         My HFM is at 11.1.2.2.300 version.
    Server: Windows 2008 R2
    EPM Application: 11.1.2.2
    Database: Oracle 11g
    Thanks

  • "A Connection to the server has failed" Pop up error message.

    Hi All,
    We have build Oracle ADF application in which we are halted with pop-up error message "A connection to the server has failed" whenever we entered apostrophe (') in input text field all other special character are acceptable except ('). Please advise how we can get rid of this error.
    Thanks,
    Abhishek

    Hi,
    Not really my area but generally if you have an 'unusual' username required (like one that starts with a number etc) it's generally rejected by oracle. However if you surround it with double quotes it will work OK. Can you somehow incorporate this into how the adf app is connecting (wrap the username in double quotes)?
    Another approach would be to just have some form validation which rejecting any ' characters before it tried to even do a login and gave a nice friendly message saying 'dont use apostrophes'?
    Regards,
    Harry

  • "A connection to the server has failed" occurs in 3 minitues

    I have deployed a web application(ADF) that inserts batch of records(over 50k) to the DB and client is expected to wait for the response.
    But after client invoke the insert browser produce "A connection to the server has failed" java script error exactly after 3 minutes.
    So the connection between client and Web Logic 10.3 is failing. Insert to DB continues to work.
    Is this due to a timeout, why this error comes? How to configure web logic to avoid this.
    -Prasad

    PR,
    You've been given some advice on the ADF forum in terms of how to deal with this (e.g., make the process asynchronous and use an af:poll/af:progressBar to keep the user informed).
    Expecting a single HTTP request to work without timing out when you insert 50,000 rows one-by-one into the database is unrealistic.
    John

  • A connection to the server has failed

    Hi all,
    I am getting this javascript pop up error ("A connection to the server has failed") in SOA 11g enterprise manager console. When i provide input to the BPEL process and click Test Web Service i get this message.
    Can anyone throw some pointers on this?
    Thanks in advance

    But in my input payload i have five inputs. When i provide all the five i dont see any error. But when i provide only one input this error pops up. But any one of the input is enough to trigger the process.
    Do you see an issue in this? No, I don't think this will cause a server connection issue. Can you check server logs and paste any error information you find there, here in this thread.
    Regards,
    Anuj

  • Help My Iphone 3GS the hotmail has stopped working and my contacts and the calendar no longer hook up to it  it keeps saying the connection to the server has failed and it running the latest 5ios

    Hi please help I have an Iphone 3 G S it is using the  5.1.1 ios upgrade which it has had for sometime although there was a minor update last evening ? My phone worked fine until arround 1 pm today then it stopped getting mail from my hotmail account along with the hotmail I am not longer able to see any updates to my calendar and most of my contacts have dissapeared. I have tried reconfiguring the hotmail account, deleating it, and putting it back on, and changing the password but none of these has worked. I know hotmail is working from my computer and it also working from another app I downloaded to the phone just now ( mail pro)  but it still says connection to the server has failed?
    Thanks so much

    Click on your Hotmail account in Settings, click on the blue arrow and Forget this Network and try signing in again.

  • Why "A connection to the server has failed."?

    I am facing an issue getting "A connection to the server has failed." when deployed in web logic but not in IDE.
    In my case I am using JDev 11.1.1.3.0, I insert many records (say 50,000 or heigher) at once and also update another table same time before calling "Commit" operation in the bean.
    I have AM locking mode "optimistic".
    The error does not come with small amount (say 1000) of inserts.
    I use AMImpl methods to insert using createRow() and insertRow() methods.
    Can anyone please tell me why this error comes and how to resolve?
    Thanks

    John is talking here also about this problem. I believe there are Oracle PMs in the forum who knows this issue? Can anyone please help?
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=2168715&tstart=0&messageID=9347290
    John Stegeman wrote:
    If you need assistance from Oracle on this - the most reliable and appropriate place to go is https://support.oracle.com The Forums here are good - but if none of the community has seen the error before and the few Oracle PMs don't know the answer, you'll not get much of a response, unfortunately - but that's how community forums work.
    I've never seen the error before personally.
    Best,
    JohnEdited by: PR on Jul 29, 2011 1:32 AM

  • TS3899 I keep trying to update my mail inbox but keep being told connection to the server has failed.

    I keep trying to update my mail inbox but keep being told connection to the server has failed.

    Quit the maill app completely and restart the iPad. Go to the home screen first by tapping the home button. Double tap the home button and the task bar will appear with all of your recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar. Restart the iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Or go to Settings>Mail, Contacts, Calendars>Your email account >Mail>Off. Restart the iPad and go back to settings and turn mail on again and see if that works.
    Or try this as well ....Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • HT1430 .my email keeps saying the connection to the server has failed.please help

    My email keeps sayig the connection to the server has failed.

    Who is your email provider? Have you checked with them to make sure you're using the correct settings when setting up an account on a mobile device? And what does auto-browsing have to do with using email?

  • How to solve "connection to the server has failed"

    Keep getting the following message - connection to the server has failed. So now unable to send or recieve E Mails

    in Settings > Mail, Contacts, Calendars > Accounts check that the settings for the problem account are correct according to what your email provider requires.
    In you still have problems try deleting the account and reinstalling it.
    Also check, of course, to make sure that your e-mail provider has not been having technical problems.

  • My connection to the server has failed. How do I reconnect?, My connection to the server has failed. How do I reconnect?

    My connection to the sever has failed.

    OK...update... I looked in General/About/Diagnostics & Usage Data and noticed a bunch of notifications sent with the extension .metriclogs
    So, I put that in the support search here and someone said to 'reset' with the power button andoff switch, it rebooted and worked fine! I am connected again. Their other suggestion was to consider uninstalling and reinstalling Facebook. Likely the update it gave the other day messed things up...

  • "Cannot Get Mail...the connection to the server has failed"

    On my iPad 3, "Cannot Get Mail....The connection to the server failed" .... This is the message I get when I try to retrieve or send an email. My wifi is connected and has a strong signal. Safari works well. If anyone has the solution to this problem...please help! I have not received any email since Oct. 13th. My mail is coming thru on my cellphone and laptop just not my iPad 3. Any suggestions??

    What kind of mail account is it? e.g. yahoo, hotmail, gmail etc.
    Also it sounds like an issue with the incoming mail server so as Lawrence Finch kindly suggested make sure all settings are correct.

  • HT1430 My email has quit working! message comes up saying "Cannot Get Mail' and The connection to the server has failed!

    My email has quit working! I receive message saying, "Cannot Get Mail" and it also says, The Connection to the Server Failed!
    Can anyone help?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Setting Up An eMail Account
    http://support.apple.com/kb/ht4810
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

Maybe you are looking for

  • Create delivery automatically when sales order is created but not invoice??

    Hi, I have a requirement where in, it should create delivery (also issue) automatically when i create sales order, but it should not create the invoice automatically. I am going to do the invoice manually from the delivery document. Can you suggest m

  • Xcelsius 2008 - PDF Export Formating issue (Landscape)

    I've created an app that uses a landscape layout.  When exported in PDF the SWF opens with a massive white space above and below the app. If I rotate the view in Adobe it cures the problem until the PDF is opened again.  Is there a way to export to P

  • Parametric roles in Oracle BPM 11g

    Hi all!, For all of us that was asking how to do the parametric roles in Oracle BPM 11g, here´s how to do it, hope it helps. Regards!! Z3uV4k https://docs.google.com/file/d/0B7YrnfO7h717M2U1MTlmMmEtZjI3Mi00ZTNhLWFhNTQtYzkyZjc5OGI5Y2I4/edit?pli=1

  • Displaying images in dynamic text fields

    Hi, I am having some difficulty getting my images to display in a dynamic text field. The images are linked from a txt file with the <img src=""> tag however they are not showing up in the text area. The rest of the html are rendering fine except the

  • Channel table to table

    Hi All, I would like to Fill in a Table in the SUD with  a Channel Data (more than 20000 rows)  I was trying with a loop  which takes more than 3 mins to fill the table and display it .I just need to consider the real data NOVALUES are not taken in t