Can't find wsdl /wsdls/wsat.wsdl

Hi,
I encounter this problem when deploy my application. My war file is deployed inside an ear file and My war file does not include the model package. Any Suggestion?

I finally found the solution for this :S, the solution is (in my case) remove any reference to WebServices(JAX-WS Web Services) libreries into Jdeveloper and thats it, i hope it can help you.
pd. i dont know why Oracle is so complicated!

Similar Messages

  • Can't find wsdl /wsdls/wsat.wsdl Error But i have not  web service

    İ am using ADF 11G. When i am deploying ear file getting this error.
    An error occurred during activation of changes, please see the log for details.
    Message icon - Error weblogic.application.ModuleException:
    Message icon - Error When processing WebService module 'Evrak_ViewController_webapp1.war'. Can't find wsdl /wsdls/wsat.wsdl
    Have u got any idea?
    Edited by: Mehmet Özkan on Jul 9, 2009 10:07 AM

    i hate this workarounds.
    04:37:04 PM] Weblogic Server Exception: weblogic.management.DeploymentException: Error encountered during prepare phase of deploying WebService module 'worklistTeste.war'. Error encountered while deploying WebService module 'worklistTeste.war'. port component 'ParticipantPortImpl' - wsdl port:{http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPort is not found in wsdl.
    [04:37:04 PM] Caused by: weblogic.wsee.ws.WsException: Error encountered while deploying WebService module 'worklistTeste.war'. port component 'ParticipantPortImpl' - wsdl port:{http://docs.oasis-open.org/ws-tx/wsat/2006/06}ParticipantPort is not found in wsdl.
    [04:37:04 PM] See server logs or server console for more details.
    Edited by: José Carlos on 26/08/2010 12:37

  • Can't find wsdl /wsdls/wsc11/wstx-wscoor-1.1-wsdl-200702.wsdl

    Dear all,
    I have a very simple Struts 2 application I am attempting to deploy. It has no Web Services component to it all.
    Here is my web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
         <display-name>FHEO Portal</display-name>
         <context-param>
              <param-name>org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>
              <param-value>/WEB-INF/tiles.xml</param-value>
         </context-param>
         <listener>
              <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
         </listener>
         <filter>
              <filter-name>struts2</filter-name>
              <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
         </filter>
         <filter-mapping>
              <filter-name>struts2</filter-name>
              <url-pattern>/*</url-pattern>
         </filter-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
    </web-app>
    Here is my struts configuration file: struts.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd">
    <struts>
         <constant name="struts.enable.DynamicMethodInvocation" value="false" />
         <constant name="struts.devMode" value="false" />
         <!--
         -->
         <package name="SCHO" extends="tiles-default">
              <result-types>
                   <result-type name="tiles" class="org.apache.struts2.views.tiles.TilesResult" default="true"/>
              </result-types>
              <action name="FlashPage">
                   <result>flashPage.jsp</result>
              </action>
         </package>
    </struts>
    I am the following error when I try to deploy a test build of my application to Weblogic 10.3.3.0:
    Can't find wsdl /wsdls/wsc11/wstx-wscoor-1.1-wsdl-200702.wsdl
         at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:146)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory.prepare(AppDeploymentExtensionFactory.java:147)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory.access$100(AppDeploymentExtensionFactory.java:27)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory$1.prepare(AppDeploymentExtensionFactory.java:427)
         at weblogic.application.internal.flow.AppDeploymentExtensionFlow.prepare(AppDeploymentExtensionFlow.java:23)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1223)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:47)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    As I said: there is no Web Services component to this application. Could someone offer some advice regarding this issue?

    Dear all,
    I have a very simple Struts 2 application I am attempting to deploy. It has no Web Services component to it all.
    Here is my web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
         <display-name>FHEO Portal</display-name>
         <context-param>
              <param-name>org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>
              <param-value>/WEB-INF/tiles.xml</param-value>
         </context-param>
         <listener>
              <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
         </listener>
         <filter>
              <filter-name>struts2</filter-name>
              <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
         </filter>
         <filter-mapping>
              <filter-name>struts2</filter-name>
              <url-pattern>/*</url-pattern>
         </filter-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
    </web-app>
    Here is my struts configuration file: struts.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd">
    <struts>
         <constant name="struts.enable.DynamicMethodInvocation" value="false" />
         <constant name="struts.devMode" value="false" />
         <!--
         -->
         <package name="SCHO" extends="tiles-default">
              <result-types>
                   <result-type name="tiles" class="org.apache.struts2.views.tiles.TilesResult" default="true"/>
              </result-types>
              <action name="FlashPage">
                   <result>flashPage.jsp</result>
              </action>
         </package>
    </struts>
    I am the following error when I try to deploy a test build of my application to Weblogic 10.3.3.0:
    Can't find wsdl /wsdls/wsc11/wstx-wscoor-1.1-wsdl-200702.wsdl
         at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:146)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory.prepare(AppDeploymentExtensionFactory.java:147)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory.access$100(AppDeploymentExtensionFactory.java:27)
         at weblogic.wsee.deploy.AppDeploymentExtensionFactory$1.prepare(AppDeploymentExtensionFactory.java:427)
         at weblogic.application.internal.flow.AppDeploymentExtensionFlow.prepare(AppDeploymentExtensionFlow.java:23)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1223)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:47)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    As I said: there is no Web Services component to this application. Could someone offer some advice regarding this issue?

  • I generated web service from function module.Where can I find .wsdl file ?

    Hi,
    I generated web service from function module.
    Where can I find .wsdl file ?
    I want to use .wsdl file in .Net application.
    Thanks.

    Hii Cemil Bozlagan,
      All Remote enabled Function Modules in Web AS 6.20 and Above are available as Webservices and the WSDL documents are available in the web service repository at
    [http://<host>:<port>/sap/bc/bsp/sap/webservicebrowser/search.html]
    Find the respective BAPI.
    Click on the WSDL link in the browser and download the WSDL document and use it as per the requirement
    Regards,
    Varun

  • Hi.. i am loocking for https wsdl file ..can you please provide any sample wsdl file .

    i am loocking for https wsdl file ..can you please provide any sample wsdl file

    Hello there,
    Can you please provide more details about your need regarding the WSDL file so we can know more precisely what do you want?
    Do you know anything about wsdlGenerator component? I don't know where or how exactly do you want to use the wsdl, but check it out. (Here is the documentation )
    Regards,
    Stefan
    oraclecloud

  • Generic WSDL vs Specific WSDL

    Hi All,
    Can you list down the differences between Generic WSDL vs Specific WSDL?
    When do we need to prefer Generic against Specific or vice versa?
    Also, following are my concerns on Generic WSDL:
    If my front end application developed is using Generic wsdl and lets say there are changes to my rule base like adding/deleting entities in data model, or adding/deleting attributes or changing attributes text or changes to public names, then does the client stubs need to regenerate because of the changes to rule base?
    Regards,
    Mohan

    Generic WSDL = XML structure does not change when policy model changes (i.e. new entity in model will mean a new data value is supported, but no change to WSDL)
    Specific WSDL = XML structure changes with policy model (i.e. new entity in policy model means new XML element in NEW WSDL)
    General Pros / Cons:
    - Generic WSDL:  WSDL doesn't change, stubs don't change, No useful compile time checking, validation can not occur because the XML elements are fixed regardless of policy model changes.
    - Specific WSDL - better compile time checking, can do validation of XML against WSDL, but need to regenerate stubs for policy model changes. 
    In both cases, you still need to change the code to handle any changes to the policy model that impact the inbound or outbound data "contract".  In the generic case, you would be changing which values should be put into the XML or should be expected from the XML (e.g. ID or name attribute values).  In the specific WSDL case, you will be dealing with new or deleted XML elements, so generate stubs again and see the new / deleted stubs.  Personally, I would use the specific WSDL approach because you will get more compile time checking following a policy model change and regenerating stubs. 

  • Duplicate error for Abstract WSDL and Concrete WSDL

    Hi,
    I am trying to consume a webservice from ABCS Provider.
    Here is what I have done:
    1. Loaded target webservice wsdl into MDS by removing it's wsdl:service element.
    2. Created a composite with a partnerlink referring to MDS wsdl.
    3. Added binding.ws location (with concrete wsdl url) and port.
    But when I compile I am getting an error, seems it is conflicting with MDS wsdl and concrete:
    Error(73): query "/ns1:createComplaint/arg0/instrumentInstallDate" is invalid, because Global Type declaration/definition of name '{http://tempuri.org/}createComplaintResponse' are duplicated at the following locations:
    oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/Agile/V1/wsdls/AgileComplaint_v1.wsdl [line#: 130]
    http://172.25.86.11:8001/holxagileservice/AgileComplaintPort?xsd=1 [line#: 120]
    There are at least two of them looking different:
    oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/Agile/V1/wsdls/AgileComplaint_v1.wsdl [difference starting at line#:132]
    http://172.25.86.11:8001/holxagileservice/AgileComplaintPort?xsd=1 [difference starting at line#:122]
    Global Type declaration/definition of name '{http://tempuri.org/}createComplaint' are duplicated at the following locations:
    oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/Agile/V1/wsdls/AgileComplaint_v1.wsdl [line#: 121]
    http://172.25.86.11:8001/holxagileservice/AgileComplaintPort?xsd=1 [line#: 11]
    There are at least two of them looking different:
    oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/Agile/V1/wsdls/AgileComplaint_v1.wsdl [difference starting at line#:123]
    http://172.25.86.11:8001/holxagileservice/AgileComplaintPort?xsd=1 [difference starting at line#:13]
    Global Type declaration/definition of name '{http://tempuri.org/}updateComplaint' are duplicated at the following locations:
    oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/Agile/V1/wsdls/AgileComplaint_v1.wsdl [line#: 136]
    http://172.25.86.11:8001/holxagileservice/AgileComplaintPort?xsd=1 [line#: 134]
    There are at least two of them looking different:
    oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/Agile/V1/wsdls/AgileComplaint_v1.wsdl [difference starting at line#:138]
    http://172.25.86.11:8001/holxagileservice/AgileComplaintPort?xsd=1 [difference starting at line#:136]
    Global Type declaration/definition of name '{http://tempuri.org/}updateComplaintResponse' are duplicated at the following locations:
    oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/Agile/V1/wsdls/AgileComplaint_v1.wsdl [line#: 145]
    http://172.25.86.11:8001/holxagileservice/AgileComplaintPort?xsd=1 [line#: 143]
    There are at least two of them looking different:
    oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/Agile/V1/wsdls/AgileComplaint_v1.wsdl [difference starting at line#:147]
    http://172.25.86.11:8001/holxagileservice/AgileComplaintPort?xsd=1 [difference starting at line#:145]
    Thanks
    Sai

    see :
    http://blogs.oracle.com/aia/entry/aia_11g_best_practices_for_dec
    http://docs.oracle.com/cd/E17904_01/doc.1111/e17364/bestpractices.htm#BABCGHEH
    http://eai.ittoolbox.com/groups/technical-functional/tibco-l/abstractconcrete-wsdl-1091495
    abstract wsdls can be used on designtime, so in that case the backend service don't have to be online to implement your process.
    on runtime the concrete wsdl will be used to lookup for example the actual endpoint (service) and bindings

  • Abstract WSDL vs concrete WSDL

    how can we say that WSDL is concrete or abstract?what is difference b/w both WSDLs?what is the purpose of concrete and abstract wsdl?

    see :
    http://blogs.oracle.com/aia/entry/aia_11g_best_practices_for_dec
    http://docs.oracle.com/cd/E17904_01/doc.1111/e17364/bestpractices.htm#BABCGHEH
    http://eai.ittoolbox.com/groups/technical-functional/tibco-l/abstractconcrete-wsdl-1091495
    abstract wsdls can be used on designtime, so in that case the backend service don't have to be online to implement your process.
    on runtime the concrete wsdl will be used to lookup for example the actual endpoint (service) and bindings

  • Catch: could not retrieve wsdl imports for wsdl

    Hello, I am using JDeveloper 11.1.1.17 and am configuring a catch in a BEPL for a web service.
    The web service itself works, and the composite that is calling the web service works properly.  I am now trying to configure the catch for the web service.  I create the catch, and double-click it to get the GUI for the configuration.
    I click on the magnifier to open the "Fault Chooser" window.  I click on the Partner links, then the service, and then the "Imported WSDL" for the service.  This exposes an error message:  Exception: could not retrieve wsdl imports for wsdl
    Given that the web service calls a service on a remote server (within my organization, however), I tried re-creating the web service call, and the second time specified that it "copythe WSDL and its dependent artifacts into the project" to see if this would allow the catch to "grab" the wsdl.
    It does not.  The wsdl is listed under the project wsdl files, but each project wsdl file does not show the necessary information.
    Does anyone know if I am doing anything incorrect?
    Points Vigorously awarded!
    Stuart

    Hi HDeiby,
    We are facing similar issue and trying to resolve the Oracle advices not to Copy the WSDL files locally , and writes a note " Keeping a copy of WSDL may result in synchronization issues "  in Jdeveloper when you try to create a reference .
    We found out a way to access the Fault by adding PartnerLink to the WSDL ( I know that it is not a best practice to mix interface and implementation ) . This avoids the synchronization issues .
    Do you have any other Thoughts .
    Cheers,
    Lakshmi

  • [Urgent] can not find Web service diagram in new gallery

    New Gallery -> Business Tier -> Web services
    can not find web services diagram item.
    But i read book about 10g there is web services diagram
    my version is 10.1.3.3

    Hi,
    I think the book means the WSDL editor that opens when you click on a WSDL file
    Frank

  • I can't find my webservice under the wsnavigator

    Hello,
    I have created my firs web service following the steps explained in [http://help.sap.com/saphelp_nw04/helpdata/en/f5/30c5aca7f92f418d889b99ccc9ee08/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/en/f5/30c5aca7f92f418d889b99ccc9ee08/frameset.htm] and deployed it but when I try to test it in the wsnavigator I can't find it.
    Anybody has any idea of what is missing? As I said, is my first webservice and maybe I forget to do something (anyway, I have checked all with my mates and nobody has found nothing wrong).
    Thanks
    Mireia

    By the way, I have created a dummy WD application to test the Bean and calling the methods of my session bean from the WD works fine, but in the wsnavigator thw WS didn't appear.
    I tried to enter the URL to the WSDL and I get the following error:
    Cannot download WSDL from http://xxxx:50100/ExpedientesWS/Config1?wsdl: Invalid Response Code: (404) Not Found. The request URL was:"http://xxxx:50100/ExpedientesWS/Config1?wsdl". Check, whether the URL is correct, and the Web Service that you are requesting is up and running.
    Thanks

  • I have bought a film from itunes and the credit has come out of my account, but i can't find the film anywhere, it said it was downloading, then i left the laptop and on return i couldn't find the film. how do i find the film?

    i have bought a film from itunes and the credit has come out of my account, but i can't find the film anywhere, it said it was downloading, then i left the laptop and on return i couldn't find the film. how do i find the film?

    Maybe it is in the Purchased category of iTunes,
    Try going there

  • Podcasts downloaded to "wrong" folder, then ITunes can't find it anymore

    Hi
    When I subscribe to a podcast or download the newest podcast, it will be saved not to the folder of itunesmusic/podcasts/name of podcast, but to /itunesmusic/downloads/podcasts/name of podcast, apparently as tmp-folder. Synchronising just then with my IPOD works, but when I exit ITunes and restart it, the podcast is not found anymore and I get the exclamation mark. When I search for it I can't find the podcast then anymore.
    I have ITunes 7.0.2.16 and running Windows XP.
    Any one has an idea how to solve this?
    Also is there a way to downgrade ITunes to version 6 or so? Because there it worked without problems.
    Appreciate any feedback.

    Too my a bit to work out *** was going on, but it was driving me insane with podcasts vanishing on me.
    To clarify, this is a full description of the issue:
    I have a problem with iTunes losing podcasts. They'd download, seem to play, but when I exited and reloaded iTunes a load of them would be lost and give me the exclamation icon. I've managed to work out why iTunes is losing my podcasts, but have no idea how to fix it.
    I've got a folder specified which I want iTunes to use to store my stuff in (E:\Media\itunes).
    When I subscribe to a new podcast it downloads to a file called E:\Media\itunes\Downloads\Podcasts\File on 4_ Phone tap evidence - 21 N.tmp\download.mp3 and creates a folder called E:\Media\itunes\Podcasts\File on
    I think it's supposed to save it to the first location and then copy it across to the second folder when it's finished. Except it doesn't. iTunes can run the podcast now, but from the temp folder.
    When you restart itunes, it nukes everything in the E:\Media\itunes\Downloads\Podcasts folder - I assume as it thinks I have no downloads outstanding and anything in here is just junk.
    Apart from manually copying, renaming and point itunes to this file - how do I get around this problem. It's only started since I went to iTunes7 and a complete uninstall/registry/config cleanse followed by a reinstall doesn't fix the problem.

  • Aio remote can't find printer

    I have a HP Envy 4507. My AiO Remote app can't find it. This is not a compatibility issue as I have been selling 4507's which I demonstrate by connecting to them. I originally was able to connect on the one at home but not lately. I keep on seeing the one from work. HP ePrint sees the home one fine. I have reinstalled AiO Remote and now it cannot see any printers, no matter how I try to connect. Tried ip address, direct (which was working before) and through wireless router which worked when I first set it up.

    Hi,
    Thinsg to quickly check would that there has been no recent  wifi password changes - if there has been any, they password would need to be re-entered into both the mobile device and printer.
    Another quick thing to try is restarting the mobile device - this sometimes helps re-establish the  connection.
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • I received the error (in iCal on my iMac): "The server responded with an error". The error message is very large, and if there is a way to acknowledge and close it I can't find it. Because this error message is open, I can't do anything in iCal. Any sugge

    I received the error (in iCal on my iMac): "The server responded with an error". The error message is very large, and if there is a way to acknowledge and close it I can't find it. Because this error message is open, I can't do anything in iCal. Any suggestions on how I could kill this error message? Thanks.
    iMac, Mac OS X (10.7.2)
    Basically i tried to enter too much information into my calendar and it has crashed  now i can not get rid of the error message or use the calendar  can anyone help please

    did you find ou how to get rid of it i can't

  • Macbook pro can´t find/connect to my hotspot

    Dear experts!
    I recently moved to a new place and got myself a T-Mobile HomeNet Router. Everything works fine (WiFi and Ethernet) with all devices (iPhone, iPad, iMac, Linux-machine...) EXCEPT my MacBook Pro (specs below in the product section) :-(
    Ever since I moved the Macbook can´t find or connect to my home hotspot. Settings on the router are as follows:
    - 802.1 b/g (it IS capable of b/g/n but I found a thread somewhere pointing out that this could be an issue)
    - channel 13 (deactived auto-channel because my neighbours had overlapping channel settings...this was the only one that worked)
    - rate auto
    - frequency 2.4 GHz
    - 30% signal strength (same reason as above)
    - QoS activated
    - SSID hidden (tried broadcasting it, made no difference)
    - WPA2-PSK
    - AES (TKIP and TKIP+AES available as well...but neither made any difference)
    I can connect via ethernet, however that´s not the intended purpose of neither my notebook nor the router :-/ Someone suggested it might be an encryption issue but even without  ANY encryption the hotspot won´t show up in the list. Password contains special characters but even my old iMac doesn´t seem to have problems with it. I tried connecting manually via &quot;other network&quot; without success. Also via Controlpanel -> Network -> Assist me ...
    I´m sitting right next to my router so the signal strength can´t be the cause either (besides all other devices work just fine anywhere in my appartement). Restarted all devices, each one is up to date. Last thing I tried was making the changes in Firefox cause someone suggested it might be a bug in the router software, still no success.....I´m out of ideas.
    Posted this in another Mac forum already but no one could help me :-( You guys are my last hope ... does anyone know this issue and how to solve it??
    any ideas would be greatly appreciated!
    many thanks in advance
    tchintchie

    nevermind...here´s what solved it for me:
    https://discussions.apple.com/docs/DOC-3411

Maybe you are looking for

  • Can you air drop to a desktop

    I have an HP desktop in my classroom. I do most of my work on my mac, I have files I would like to send to my desktop. Is this possible?

  • Treeview structure

    how to create treeview structure using java........like a hierarchy of folder stored in hard disk. does TreeMap class meets the objective..?

  • J2EE server notgetting started.....No ActiveUserstore is set

    Hi, I have installed NW2004s.After patch installtion, when I tried to start my server, the Java Instance(server0) is not getting started.I saw postings in SDN but i couldnt find any helpful answers,now again posting it because i think anyone of u mig

  • ITunes pauses randomly after Leopard upgrade

    Hi, I upgraded too Leopard 2 days ago and iTunes has not been working correctly since. iTunes randomly pauses songs (after about 30sec.), if I press play again it pauses again... I have restarted iTunes and I have tried it with and without using Airt

  • ILife '11 broke my iPhoto

    I just installed iLife '11 on my iMac (OS x 10.9.5) and now when I try to open iPhoto it says: "You can't open the application "iPhoto" because it may be damaged or incomplete." HELP?? Please tell me my photos are still safe?? What do I need to do to