Trying to create reference for application in target server failed;

I have an ear file that I am trying to deploy using the "Deploy Enterprise Applications/Modules" page on the console.
The console gives me a message saying
"Trying to create reference for application in target server failed; Application tsom_oes is not found in config context"
tsom_oes is the name of my application, or it was. I've changed every instance of that name I can find and still it tells me it is looking for tsom_oes.
Can anyone tell me just what is looking for it and where it is expecting to find it?
I ran the verifier on the ear file and it did give me some errors, although none of them seem to relate to this. Specifically it told me it did not like the xml in a tld file I'm using
and it seems to think Hibernate needs a bunch of JBoss classes (none of which are referred to by my app anywhere). I'm guessing the verify is mistaken on those, but if anyone knows better I'd like to hear
Meanwhile I don't know why it won't deploy, nor why it is still looking for tsom_oes.
One more thing I must add: this ear file exposes portlets which I am hoping will be accessible through the portal server. The ear file works on JBoss, but I have added what I think are the necessary sun xml files to make it run here.
By 'exposes portlets' I mean that I have created a sun-portlet.xml and implemented the appropriate interfaces (all of which work on JBoss).
Environment:
Sun App server 9.1 plus portal server 7.2 on Windows XP

Okay, I found the answer. I had hacked the domain.xml for this some time ago (this task has been off and on a lot) and forgotten.
I found the tsom_oes reference in there and removed it. Now it deploys.
Hopefully this helps someone else some day... probably not though, eh?

Similar Messages

  • Error Trying to create a planning application 9.3.1.2

    Hi,
    I have a problem when I try to create a new application in Planning.
    I re installed a new server from scratch with the lastest version in Oracle eDelivery (9.3.1.2), using DB2 as database.
    All is working fine (shared service, essbase, eas ...) never got an error, but i'm not able to create a planning application, I have an error at the end of the process using: http://server:8300/HyperionPlanning/AppWizard.jsp.
    For information, I have 4 different databases in DB2 (Shared Services, Essbase, Planning and the Planning Instance).
    Here is the error log I have in Tomcat:
    26 févr. 2009 10:52:08 org.apache.coyote.http11.Http11Protocol init
    INFO: Initialisation de Coyote HTTP/1.1 sur http-8300
    26 févr. 2009 10:52:08 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 594 ms
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardService start
    INFO: Démarrage du service Catalina
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardHost getDeployer
    INFO: Create Host deployer for direct deployment ( non-jmx )
    26 févr. 2009 10:52:08 org.apache.catalina.core.StandardHostDeployer install
    INFO: Installation d'une application pour le chemin de contexte /HyperionPlanning depuis l'URL file:C:\Hyperion\deployments\Tomcat5\HyperionPlanning\webapps\HyperionPlanning
    Creating rebind thread to RMI
    Cache Control is :public,max-age=2592000
    26 févr. 2009 10:52:12 org.apache.coyote.http11.Http11Protocol start
    INFO: Démarrage de Coyote HTTP/1.1 sur http-8300
    26 févr. 2009 10:52:13 org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8302
    26 févr. 2009 10:52:13 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/31 config=null
    26 févr. 2009 10:52:13 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 4781 ms
    java.util.MissingResourceException: Can't find bundle for base name HspCustomMsgs, locale fr
    java.util.MissingResourceException: Can't find bundle for base name HspImgs, locale fr
    java.util.MissingResourceException: Can't find bundle for base name HspCustomImgs, locale fr
    java.util.MissingResourceException: Can't find bundle for base name HspImgs, locale fr_FR
    java.util.MissingResourceException: Can't find bundle for base name HspCustomImgs, locale fr_FR
    [INFO] AuthChallengeProcessor - basic authentication scheme selected
    [INFO] AuthChallengeProcessor - basic authentication scheme selected
    Setting Arbor path to: C:\Hyperion\common\EssbaseRTC\9.3.1
    Connection to the datasource created successfully.
    createSchema hyperion.jdbc.base.BaseBatchUpdateException: [Hyperion][DB2 JDBC Driver][DB2]No default primary tablespace exists for the new table.
    hyperion.jdbc.base.BaseBatchUpdateException: [Hyperion][DB2 JDBC Driver][DB2]No default primary tablespace exists for the new table.
         at hyperion.jdbc.db2.DB2ImplStatement.executeBatch(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeBatch(Unknown Source)
         at com.hyperion.planning.sql.HspSetupSQLImpl.createSchema(Unknown Source)
         at com.hyperion.planning.HspManageApplication.createApp(Unknown Source)
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    Unable to create Scehma for application. Exiting Application Creation.
    Exception in Application Creation :Unable to create Scehma for application. Exiting Application Creation.
    java.lang.IllegalStateException: Unable to create Scehma for application. Exiting Application Creation.
         at com.hyperion.planning.HspManageApplication.createApp(Unknown Source)
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    java.lang.RuntimeException: Create application failed.
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    I think it is something related to DB2 (on a different server), but i don't know what...
    Many thanks for any help and kind regards.

    Hi,
    It looks like it is around the DB2 set up.
    In the errors you posted :-
    No default primary tablespace exists for the new table
    Unable to create Scehma for application
    So maybe it is down to tablespace or permissions
    Be sure to see the sections in the installation guide regarding DB2, also any information in the 9.3.1 readme
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What is FCHU Create reference for check from payment document?

    Hi,
    I need some help on this T-code FCHU Create reference for check from payment document.
    1) I've post check payment. Do I need to do anything on FCHU, before I review the check register FCHN?
    2) When we should use this t-code FCHU?
    3) What is the purpose of this T-code FCHU?
    Please clarify my doubts. Please provide me step by step on this if possible. Thanks

    Hi,
        all check entries are ... report from table of list ... Issued Checks FCHU - Create reference for check.
        FCHU    Create Reference for Check .(RFCHKU00) to transfer the check number into the invoice document.
    to transfer check# to field Assignment, Reference or Reference 3.
    Exp:Step 1 - Go to ta F110 and get House Bank
    Account ID
    Step 2 - Run programm FCHU
    Regards
    Sridhar

  • Error when creating a FDM application on SQL Server 2005

    Hi,
    we are getting this error when creating a FDM application on SQL Server 2005
    Error: EPMCSS-07003: Failed to validate identity. Invalid identity . Check identity.[SET_ROLES_LIST]
    We are using Windows System Integration although we have also tested with sa user.
    Any ideas?
    Thanks

    Based on the error message it appears to be having a Shared Services issue. Verify that the "ADMIN" account is being used for the HSS connection and that you are using "ADMIN" to create the application and see if the same error is returned.

  • HT4718 i need to install a fresh copy of OS X onto my macbook pro 13. i did erase the old partition "macintosh hd" & now when i am trying to create a new partition, it shows "partition failed..couldnt unmount disk"...pls help !!

    i need to install a fresh copy of OS X onto my macbook pro 13. i did erase the old partition "macintosh hd" & now when i am trying to create a new partition, it shows "partition failed..couldnt unmount disk"...pls help !!

    First of all, I have to ask, why to you "need" to install a fresh copy of OSX?
    This may mean that your hard drive is failing, so hopefully you have a backup.
    I'm assuming you were in your recovery partition when you did this.
    I would, from the recovery partition, repair your hard drive and permissions.
    When to Run First Aid in Mountain Lion's Disk Utility - For Dummies
    And then try to create the partition again.
    If that doesn't work, you have a few options:
    Try a third party utility like DiskWarrior or TechTool which may be able to repair your hard drive:
    DiskWarrior 4 - The Disk Utility for Mac Disk Repair, Mac Directory Repair, Mac Disk Recovery, Mac Data Recovery or Techtool Pro 7
    Try internet recovery, perhaps erase the entire hard drive and reinstall ML.
    If nothing else works, then I'd replace the HD and start over.

  • Error while creating connection for Application server in Jdeveloper

    Hi,
    I am trying to create a new connection for my weblogic server from JDeveloper
    I am using weblogic 6.1
    The error is :javax.naming.AuthenticationException [Root exception is java.lang.SecurityException : attemting to add an object which is not an instance 0f java.security.Principal to a subject's Principal set
    I am currectly passing my userID and password. but still it is giving the above exception.
    Please advise me.
    With thanks
    Murthy
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    HI
    In JDeveloper 10.1.3.1.0,
    1. Click on the tab for the Connections navigator.
    2. Right click on Application Server and select New Application Server Connection.
    3. Enter a descriptive name for the new connection, and select the appropriate connection type from the drop down list. Click Next.
    4. Specify oc4jadmin for User Name, then enter the oc4jadmin password. Click Next.
    5. Select Single Instance for Connect To, then provide the host name where BPEL is installed, the OPMN port number, and the OC4J instance name (the default for 10.1.3.1 is oc4j_soa). Click Next.
    6. Click Test Connection. If you have been successful, you should see "Success!"
    7. Now, right click on Integration Server and select New Integration Server Connection.
    8. Specify a connection name and click Next.
    9. In the drop down list by Application Server, select the Application Server Connection you just created. Again, specify the host name where BPEL is installed and the port number. This port number will be the same that you specified for the Integration Server Connection to the home OC4J container. Click Next.
    10. Test the connection. You should see something like:
    Application Server: OK
    BPEL Process Manager Server: OK
    ESB Server: OK
    11. Now, return to the Applications navigator, and try to redeploy your process using the Integration Server Connection just created. (It is possible that you will have to close JDeveloper and then reopen it for this to work.)
    Cheers
    Anirudh Pucha

  • Error while trying to create Contact for Bank in Cash Management

    Hi,
    I have a Bank created in Cash Management. I am trying to create a Contact for the bank but when I click on the Create Contact button, the page appears with the following error on top
    "No field listener is registered to resolve field CUST.CUSTOMER_NUMBER referenced by the flexfield with application short name AR and name RA_PHONES_HZ. Please contact your system administrator. "
    I can enter the desired values in the contact details fields like name , job code etc but then nothing happens when I click on the Apply button.
    I found the following notes on metalink for similar errors but none of them explains how to resolve the issue.
    1087754.1,
    889794.1
    791190.1
    Could someone please help me resolve the issue? I am a newbie to Oracle Apps.
    Thanks
    Susovan

    Please see the solution in (The Descriptive Flexfield With Application Name Receivables (AR) and Name Party Site Information (HZ_PARTY_SITES) Is Not Frozen [ID 743262.1]).
    Thanks,
    Hussein

  • Error trying to create App for SharePoint Online

    I'm trying to create my first app for SharePoint Online using Visual Studio 2012. I believe I have all of the pre-reqs installed/configured. I have created a dev site in our SharePoint Online environment. I am a Site Collection administrator for that site.
    When I open VS2012, and try to create a new app project, it prompts me to connect to my dev site. When I enter the URL for that site, it give me the following login:
    We use ADFS, so when I enter my email address, it redirects me to my organizations federated login:
    Once I login, it takes me to the screen that reads "Error: An error has occurred on the server" with the standard SharePoint correlation id.
    I can't seem to get past this, and it won't let me start the new app project. Any thoughts on how to proceed?
    Thanks in advance,
    cflbasser

    Here is the correlation error screen for reference:
    When I click "go back to site", it takes me here:

  • HT1578 My Macbook Pro has been trying to create this for 4 hours now, and is only 25% done.. ideas?

    I'm trying to create a small password-protected image, and followed the instructions in this article; however, it has been stuck at "creating image" for about 4 hours now and is only 25% done. Ideas?

    Hi, tough to tell, but...
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • Creating exe for application that contains ARINC and MIL Codes

    Hi all,
    I am not able to create exe for my application that contains ARINC and MIL. To be precise, the ARINC and MIL part is not working in the exe created. 
    Please tell me how to create an EXE with ARINC and MIL codes.

    Did you install the according device drivers on the target machine? And no I don't mean the instrument drivers that you use in LabVIEW but the OS device drivers from NI (resp. AIT), that will access the hardware boards and provide an interface to the LabVIEW application. I would expect them to be part of the AIT SDK kit that comes with the boards.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Error when trying to create a Composite Application Services project

    Hi Experts,
    I am facing a problem while trying to create a project using NWDS 7.0 SP 13
    New Development Component Project-> Composite  Application Services
    then pressing finish, it throws an error as follows
    "Generation can not completed due to one or more error"
    Reason :
    Errors occurred during code generation
    Warning :
    EAR-META-INF generation failed : null
    Plz help me to solve this
    Thanks in advance,
    John

    Hi John,
    It looks like there might be issue with CAF services related plugins. Check if there are any errors in log file under metadata folder of your workspace.Try deleting the metadata folder & restart the NWDS or start in a new workspace.
    I feel if the issue persists, it is a bug & you can raise an OSS ticket.
    Kind Regards,
    Nitin

  • Help? Trying to create partition for Windows...

    Okay so I'm trying to create a partition for Windows XP and I go to the Boot Camp Assistant and I have it set to 32 GB and I click partition and it says that I have to "repair the disk." So I go to the Disk Utitlity and I tried verifying my Mac HD and it couldn't even verify. Here's the description:
    Verifying volume "Macintosh HD"
    Performing live verification
    Checking Journaled HFS Plus volume
    Checking Extents Overflow file
    Checking Catalog file
    Incorrect number of thread records
    Incorrect number of thread records
    Checking multi-linked files
    Checking Catalog hierarchy
    Checking Extended Attributes file
    Checking volume bitmap
    Checking volume information
    The volume Macintosh HD needs to be repaired.
    Error: Filesystem verify or repair failed
    Someone please tell me what does this all mean and tell me how to make the error go away

    Hello akl88066
    To repair the Macintosh volume, you will need to boot and make the repairs from the install disk as described in the link below!
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8492.html
    Dennis

  • Trying to access emails,message reads,connection to server failed.

    trying to retrieve emails I get a message saying connection
    to server failed,have tried resetting and deleting and reinstalling but still get same message.

    Okay, I found the answer. I had hacked the domain.xml for this some time ago (this task has been off and on a lot) and forgotten.
    I found the tsom_oes reference in there and removed it. Now it deploys.
    Hopefully this helps someone else some day... probably not though, eh?

  • Hi All,trying to sync.getting error: connection to the server failed

    Hi All,
    I am trying to synchronize with sap,getting error:
    "sync.log,connection to server failed".
    we are using OMC ToughBook panasonic cf 18 IP54 rated IP54, inbuilt GPRS tablet, Windows 2000 .
    Please give the some cases why these error's will occur.
    please give in detail ...
    Thanks&Regards.
    Bharat

    Hi Bharat,
    why open another Task for the same question?
    Your question is a little to wide open - unfortunately. As I said in the other blog - have a lock into the general TCP/IP settings. Is standard WWW browsing possible? Can you reach the NWA page from Toughbook?
    And as my previous workmatre said - check the log please and send us the relevant part. I expect it says just, host not found or so - so please do the above checks as well. It is not the HArdware as such, it is your configuration and this is problematic to tell with just that one sentence you gave us.
    Hope we get you started from here!
    Regards,
    Oliver

  • HT1694 Set up my email last week and nothing is coming through my iPad for email just saying  server failed what is going on help please thanks rob

    please help just brought my first iPad put my mail into the iPad no email are coming through and it's saying server failed please help what does this mean and how can it be fixed ? Thanks

    Quite simply it means that something is not correct in your settings. Start here.
    http://www.apple.com/support/ipad/assistant/mail/
    iOS: Unable to send or receive mail
    Or look here for more help
    http://www.imore.com/troubleshoot-email-problems-ipad
    Or take your pick here
    Troubleshooting email on ipad

Maybe you are looking for

  • Windows 8.1 update problem

     I tryed to restore my computer (HP Spectre XT 15-4010nr) to certain date and I got a blank screen, I didn't know what to do so I used the recovery media, know I can't install windows 8.1 in the machine, I did all the updates from windows an the HP w

  • How do I get support service for my MacBook Pro that was purchased in the U.S. if I'm traveling internationally?

    My MacBook Pro (purchased August 2010) crashed at the beginning of a 2 month trip in India. Whenever I turn it on, I get either a grey screen or the apple logo and then a message telling me to restart my comp (this happens when I try to boot from the

  • Can I move files frm 9.2 to Tiger with 1-3 periods in their filenames?

    I need to move big collection of images & design files that have 1-3 periods in their file names. Can I move them from my G4 (9.2) to my Intel iMac (10.4.9) without creating problems? I mostly use Quark, Adobe/Photoshop CS3, Acrobat & Preview (but no

  • IOS 4.2.1 Upgrade

    I was able to upgrade with no issues Scrolling seems to be laggy for me, definately not as smooth. Other than that seems to be working fine. Anyone else notice this?

  • Multiple applications in standalone OC4J

    I'm using Eclipse in XP to deploy applications to the standalone OC4J server. Certain applications use different .jar files from the others. I understand that all jars in the c:\oracle\oc4j10.1.3\j2ee\home\applib are used by all applications. When us