Convergence Error : The request to the server has failed.

Hi,
While composing the email, i have an error pop-ip saying " The request to the server has failed. The server may be down or the request contains invalid arguments. Please try the action again after a short time"
Our convergence version is
bash-3.00# ./iwcadmin -V
Sun Convergence 1.0-4.01 (built December 8 2008 - 14:58:01)
Could it due to the timeout value being set, if yes where to find it.
Thank you,
Roy

convergence wrote:
I have this from the watcher
/var/opt/sun/comms/messaging64/log/These are the messaging server logs, not application server logs. The application server log file is located by default at:
/opt/SUNWappserver/domains/domain1/logs/server.log
Regards,
Shane.

Similar Messages

  • Restlet Error "The server has not found anything matching the request URI"

    I want to serve some static html pages along with my restlet services from the same app ( running in Tomcat )
    Here is my web.xml
    <?xml version="1.0" encoding="UTF-8"?> 
    <web-app id="WebApp_ID" version="2.4" 
                xmlns="http://java.sun.com/xml/ns/j2ee" 
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
                xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
                     http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> 
       <display-name>first steps servlet</display-name> 
       <!-- Application class name --> 
       <context-param> 
          <param-name>org.restlet.application</param-name> 
          <param-value> 
             firstSteps.FirstStepsApplication 
          </param-value> 
       </context-param> 
       <!-- Restlet adapter --> 
       <servlet> 
          <servlet-name>RestletServlet</servlet-name> 
          <servlet-class> 
             org.restlet.ext.servlet.ServerServlet 
          </servlet-class> 
       </servlet> 
       <!-- Catch all requests --> 
       <servlet-mapping> 
          <servlet-name>RestletServlet</servlet-name> 
          <url-pattern>/*</url-pattern> 
       </servlet-mapping> 
    </web-app>
    Here is my Application router class
    public class FirstStepsApplication extends Application
         @Override
         public synchronized Restlet createInboundRoot()
              Router router = new Router(getContext());
              // Defines only one route
              router.attach("/hello", HelloWorldResource.class);
              router.attach("/login", LoginResource.class);
              router.attach("/", BasicResource.class);
              return router;
    }I've gone back to the basic first steps example.
    It works fine if the url pattern is <url-pattern>/*</url-pattern>
    localhost/rest/login returns a string from my LoginResource, same too for /hello
    However a static html page I have /Mypage.html does not get returned when I enter the URL /MyPage.html
    However, if I then modify the url pattern to be
    <url-pattern>/login</url-pattern>
    and then enter the url /MyPage.html I will get the html page.
    But ...... I get the error "The server has not found anything matching the request URI" when I enter the url /login which worked ok the first case.
    What must I do in order for both Restlet & Static HTML resources to work together?
    Thanks ... J

    yes, basicResource is my own class. It's a catch all for restlet requests that don't match any of the other ones. It just returns String = "My catch all resource"
    Because you highlighted it I decided to try and remove it from my Restlet Router. Presto, it now works, the login & hello requests are serviced by my Restlet resources and the MyPage.html requests are served the mypage.html file. This now brings another question. If from my servlet mapping in web.xml all urls are to be handled by restlet "/*", how then does a mypage.html request not get serviced by my restlet? Seems to be just passed through the restlet framework when there is no router to match it? what do you think?

  • 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

  • "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

  • 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" 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

  • 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

  • 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.

  • 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

  • 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

  • I just tried to install the 11.4 update (or whichever one is the most recent update as of 1/26/2014) and when it failed i tried to install manually and now whenever i try to use it, i get the following error: the application has failed to start because MS

    i just tried to install the 11.4 update (or whichever one is the most recent update as of 1/26/2014) and when it failed i tried to install manually and now whenever i try to use it, i get the following error: "The application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." Right after i click ok i then get this error: "Itunes was not installed correctly. Please reinstall Itunes. Error 7 (Windows error 126)." I tried to uninstall Itunes and then reinstall the 11.03 version but that didnt work either. I want to know if i copy all of the music in my itunes folder to an external without consolidating can i still transfer all my itunes music from my current windows xp pc to a brand new one and have my current itunes library in my new pc? Basically i just want to know 3 things: What exactly does consolidating the itunes library do? Can i copy, paste, and transfer my itunes library to an external and from there to a new pc? Will i be able to transfer my itunes library without consolidating the files?

    I have found a temporary solution, allowing the previous version of iTunes (v. 11.1.3 (x64) in my case) to be re-installed.  It will allow you to re-establish use of iTunes until the Apple software engineers fix the most recent disasterous upgrade (v. 11.1.4).  Please see and follow the procedure in the following article:http://smallbusiness.chron.com/reverting-previous-version-itunes-32590.html   The previous version works beautifully.

  • 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.

  • 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.

Maybe you are looking for

  • Firefox 3.6.8 (and 4.0b) is crashing every time I load Gmail.

    I navigate to Gmail in FF 3.6.8 or 4.0 and log in. The site begins to load but after about 3 seconds it crashes the browser. The crash appears to be tied to the calendar sidebar widget loading, but that may just be a coincidence of the timing. I have

  • Difference between Delivery, Sales order and  Shipment

    Hi I would like to know difference between sales document, delivery document and shipment. When is the delivery created? What data will it have?

  • Wlss Echo service

    Has anyone ever used the echo service of Weblogic Sip Server??? I followed all instructions but it doesn't start on the Engine machine! They don't send heartbeat.

  • Purchasing an external monitor--resolution?

    My ibook's backlight cable is pinched. Rather than pay for the repair (I'm already planning on upgrading this spring) I thought i'd buy a Dell external flat-panel monitor to mirror the image from the dark screen. That way I could use this new monitor

  • Building application

    Hi everybody, I've created i Vi with Lab-View 7.1 and NI-vision. Now i wanted to build the application; once i've done it (bringing in the needed dlls too), and everything seemed to go right, i've brought this exe with the installer to another pc. I'