JDeveloper Connections AQ Setup?

We are still using BPEL & JDeveloper 10.1.2 . I'm trying to set up a AQ service in JDeveloper so I can use it in the Partner Link wizard. Can someone either explain the steps required, or point me to a URL that explains how to set up the AQ service.
The current BPEL application has a process that is invoked by a message on the database AQ. I'm assuming the developer had the JDeveloper connection tab on his system set up before creating the partner link. His system and configuration are long gone, and I am trying to recreate the configuration. I would appreciate any help you might provide.

Hi,
I am trying to setup Oracle AQ on 10.2 on Linux platform. When I execute catmgw.sql script to load database objects, I am getting errors. Specifically it is failing to execute mgwityp.plb script. The script has CREATE OR REPLACE TYPE mgwi_msglink OID '00000000000000000000000000021090' wrapped statement followed by wapped code. I get a ORA-02304: invalid object identifier literal error.
Has anybody seen this error? Am I missing some setup/dependancies before I execute catmgw.sql script?
Regards
Kiran

Similar Messages

  • JDeveloper Connection to AS

    I have installed (and am evaluating) Oracle 9i AS. I want to connect to it from JDeveloper. AS and JDeveloper are on seperate machines.
    The Enterprise Manager shows OC4J to be up and running. If I execute "http://<ohs_host>:7777/j2ee/servlet/HelloWorldServlet" I get the proper response.
    But when I connect from JDeveloper to AS the connection fails.
    However, if on the server I execute on the command line: "java -jar oc4j.jar" then the connection from JDeveloper works. (I learned this trick from someone else, not from the manual.) But if I interrupt that process then the JDeveloper connection fails again.
    What is this oc4j.jar executable? Why won't JDeveloper connect without it? Why isn't it automatically part of the AS services? How can I get it to start with AS? Is there some config setting I need to change? Is it described somewhere in the documentation?
    Edward A. Ipser, Jr., PhD
    [email protected]
    www.ipserlab.com

    Hi all,
    I am using JDeveloper 10.1.3 for my development environment.
    I am able to deploy the EAR at development environment but at live site, I am getting error like Connection refused.
    I am using Oracle Application server 10.1.3 for deployment.
    I am getting frequent restarting problem of my application server and the logs are as follows...
    09/10/12 11:56:06 SEVERE: CoreRemoteMBeanServer.fetchMBeanServerEjbRemote Error reading application-client descriptor: Error communicating with server: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused] for URL: ormis://app3.mptax.net:12702/defaultjavax.naming.NamingException: Error reading application-client descriptor: Error communicating with server: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused] [Root exception is java.lang.InstantiationException: Error communicating with server: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused]]
         at oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:127)
         at oracle.j2ee.naming.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:468)
         at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:161)
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.<init>(RemoteMBeanServer.java:128)
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.getMBeanServer(RemoteMBeanServer.java:158)
         at oracle.oc4j.admin.jmx.client.ClientMBeanServerProxyFactory.getMBeanServer(ClientMBeanServerProxyFactory.java:68)
         at oracle.oc4j.admin.jmx.remote.rmi.RMIJMXConnectorImpl.getConnector(RMIJMXConnectorImpl.java:190)
         at oracle.oc4j.admin.jmx.remote.JMXConnectorImpl.connect(JMXConnectorImpl.java:400)
         at oracle.oc4j.admin.topology.ConnectionRefImpl.getConnector(ConnectionRefImpl.java:241)
         at oracle.oc4j.admin.management.farm.mbeans.JVMAgr.getAttribute(JVMAgr.java:1378)
         at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
         at oracle.oc4j.admin.jmx.distributed.MBeanServerDelegate.invoke(MBeanServerDelegate.java:495)
         at oracle.oc4j.admin.management.farm.mbeans.J2EEServerAgr.getAttribute(J2EEServerAgr.java:1599)
         at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
         at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.invoke(JMXConnectorImpl.java:389)
         at oracle.sysman.ias.studio.j2ee.shared.jmx.oc4j.ClusterIASJMXUtil.getAttribute(ClusterIASJMXUtil.java:370)
         at oracle.sysman.ias.studio.setup.javasso.JMXJavaSSOConfAdminBean.isJssoConfigured(JMXJavaSSOConfAdminBean.java:1041)
         at oracle.sysman.ias.studio.setup.javasso.JavaSSOConfHelper.isJssoConfigured(JavaSSOConfHelper.java:802)
         at oracle.sysman.ias.studio.cluster.TopologyHelper.prepareData(TopologyHelper.java:1300)
         at oracle.sysman.ias.studio.sdk.AbstractController.prepareData(AbstractController.java:875)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:391)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)
         at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:297)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.InstantiationException: Error communicating with server: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused]
         at com.oracle.naming.J2EEContext.create(J2EEContext.java:104)
         at oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:124)
         ... 77 more
    Caused by: oracle.oc4j.rmi.OracleRemoteException: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused]
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:110)
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.getFinder(ApplicationClientResourceFinder.java:123)
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.getLocation(ApplicationClientResourceFinder.java:75)
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.getEjbBinding(ApplicationClientResourceFinder.java:38)
         at com.oracle.naming.J2EEContext.addEJBReferenceEntries(J2EEContext.java:515)
         at com.oracle.naming.J2EEContext.create(J2EEContext.java:97)
         ... 78 more
    Caused by: javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused]
         at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:292)
         at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:101)
         ... 83 more
    Caused by: java.io.IOException: Connection refused
         at com.evermind.server.rmi.RMIClientConnection.createSecureSocket(RMIClientConnection.java:703)
         at com.evermind.server.rmi.RMIClientConnection.createSocket(RMIClientConnection.java:678)
         at oracle.oc4j.rmi.ClientSocketRmiTransport.createNetworkConnection(ClientSocketRmiTransport.java:58)
         at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:78)
         at oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
         at com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:646)
         at com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:190)
         at com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:174)
         at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:283)
         ... 85 more
    09/10/12 12:00:05 SEVERE: CoreRemoteMBeanServer.fetchMBeanServerEjbRemote Error reading application-client descriptor: Error communicating with server: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused] for URL: ormis://app3.mptax.net:12702/defaultjavax.naming.NamingException: Error reading application-client descriptor: Error communicating with server: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused] [Root exception is java.lang.InstantiationException: Error communicating with server: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused]]
         at oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:127)
         at oracle.j2ee.naming.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:468)
         at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:161)
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.<init>(RemoteMBeanServer.java:128)
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.getMBeanServer(RemoteMBeanServer.java:158)
         at oracle.oc4j.admin.jmx.client.ClientMBeanServerProxyFactory.getMBeanServer(ClientMBeanServerProxyFactory.java:68)
         at oracle.oc4j.admin.jmx.remote.rmi.RMIJMXConnectorImpl.getConnector(RMIJMXConnectorImpl.java:190)
         at oracle.oc4j.admin.jmx.remote.JMXConnectorImpl.connect(JMXConnectorImpl.java:400)
         at oracle.oc4j.admin.topology.ConnectionRefImpl.getConnector(ConnectionRefImpl.java:241)
         at oracle.oc4j.admin.management.farm.mbeans.JVMAgr.getAttribute(JVMAgr.java:1378)
         at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
         at oracle.oc4j.admin.jmx.distributed.MBeanServerDelegate.invoke(MBeanServerDelegate.java:495)
         at oracle.oc4j.admin.management.farm.mbeans.J2EEServerAgr.getAttribute(J2EEServerAgr.java:1599)
         at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:239)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
         at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.invoke(JMXConnectorImpl.java:389)
         at oracle.sysman.ias.studio.j2ee.shared.jmx.oc4j.ClusterIASJMXUtil.getAttribute(ClusterIASJMXUtil.java:370)
         at oracle.sysman.ias.studio.setup.javasso.JMXJavaSSOConfAdminBean.isJssoConfigured(JMXJavaSSOConfAdminBean.java:1041)
         at oracle.sysman.ias.studio.setup.javasso.JavaSSOConfHelper.isJssoConfigured(JavaSSOConfHelper.java:802)
         at oracle.sysman.ias.studio.cluster.TopologyHelper.prepareData(TopologyHelper.java:1300)
         at oracle.sysman.ias.studio.sdk.AbstractController.prepareData(AbstractController.java:875)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:391)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)
         at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:297)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.InstantiationException: Error communicating with server: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused]
         at com.oracle.naming.J2EEContext.create(J2EEContext.java:104)
         at oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:124)
         ... 77 more
    Caused by: oracle.oc4j.rmi.OracleRemoteException: Connection refused; nested exception is:
         javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused]
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:110)
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.getFinder(ApplicationClientResourceFinder.java:123)
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.getLocation(ApplicationClientResourceFinder.java:75)
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.getEjbBinding(ApplicationClientResourceFinder.java:38)
         at com.oracle.naming.J2EEContext.addEJBReferenceEntries(J2EEContext.java:515)
         at com.oracle.naming.J2EEContext.create(J2EEContext.java:97)
         ... 78 more
    Caused by: javax.naming.CommunicationException: Connection refused [Root exception is java.io.IOException: Connection refused]
         at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:292)
         at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
         at oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:101)
         ... 83 more
    Caused by: java.io.IOException: Connection refused
         at com.evermind.server.rmi.RMIClientConnection.createSecureSocket(RMIClientConnection.java:703)
         at com.evermind.server.rmi.RMIClientConnection.createSocket(RMIClientConnection.java:678)
         at oracle.oc4j.rmi.ClientSocketRmiTransport.createNetworkConnection(ClientSocketRmiTransport.java:58)
         at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:78)
         at oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
         at com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:646)
         at com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:190)
         at com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:174)
         at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:283)
         ... 85 more
    Please help me out,
    Thanks,
    RGB Team

  • JDeveloper connect ok, but not getConnection

    Hi all, I am working on my first java program with JDeveloper. I was able to connect to my local Oracle9i database successfully, but when I tried to connect it in the program, I got "ORA-06401: NETCMN: invalid driver designator".
    *** Here is the export from my JDeveloper connection *****
    <?xml version = '1.0'?>
    <!DOCTYPE connections>
    <connections>
    <connection>
    <JDBC_PORT>1521</JDBC_PORT>
    <ConnectionType>JDBC</ConnectionType>
    <HOSTNAME>localhost</HOSTNAME>
    <user>SCOTT</user>
    <ConnectionName>Connection1</ConnectionName>
    <SID>CIS</SID>
    <JdbcDriver>oracle.jdbc.driver.OracleDriver</JdbcDriver>
    <password>tiger</password>
    <ORACLE_JDBC_TYPE>oci8</ORACLE_JDBC_TYPE>
    </connection>
    </connections>
    **** Here is my connection codes in program ******
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    conn = DriverManager.getConnection ("jdbc:oracle:oci8:@localhost.1521:CIS", "scott", "tiger");
    Thanks in advance for your help.
    Chris

    For using the 'thin' driver
    <ORACLE_JDBC_TYPE>thin</ORACLE_JDBC_TYPE>
    conn = DriverManager.getConnection ("jdbc:oracle:thin:@localhost.1521:CIS", "scott", "tiger");
    If you want to use the thick-oci driver the connection string will be of the format
    conn = DriverManager.getConnection ("jdbc:oracle:oci8:@tns_entry_name", "scott", "tiger");
    Regards
    Elango.

  • JDeveloper connection

    I tried to connect to the Oracle DB by JDeveloper.. it connects with no problems..
    but sometimes.. it comes out with Io exception: The Network Adapter could not establish the connection
    well I have a network between 2 PCs.. when both are working there is no problem.. when the one with the Oracle Server only work I gotthat Exception....
    and now Turn both PCs on and still got that Exception..
    Why??!! It was wroking before well ?? so why it do this??
    Need help Please

    If I understand your setup properly, you have one PC that you are running JDeveloper on, that you are connecting to an Oracle DB with.
    Obviously if the database server (or the JDev PC) is disconnected, the connection wouldn't be possible.
    If you are getting that error after starting both machines, verify that you can connect to the server from the client PC. Try doing a tnsping (you should have the Oracle client loaded if JDev is installed properly). This will give you a clearer reason as to what is wrong.
    Often the issue is that the listener isn't being started automatically on the databas server. It is also entirely possible that the database PC isn't set up to autostart the database as well.

  • SOA Suite / JDeveloper connection issue

    we're deploying SOA Suite using enterprise deployment guide 10.1.3.3 in our company. The web-server is in the front-end DMZ and app-server is in the backend DMZ. There is load-balancer configuration even though our environment doesn't have HA.
    From JDeveloper, the application-server & integration-server connection entry tests are failing with errors.. Oracle support didn't help us much.. below are more details about the issue:
    The AJP & OPMN ports are opened between web-server & app-server. Web-server's opmn
    request port is 6006 and app-server's opmn request port is
    6207
    From JDeveloper, how should we define the application server connection & integration server connection entries?
    We have defined the app-server connection with F5 VIP as the
    host & 6207 as the opmn port#, and the connection test is failing.
    For integration-server connection, we used the above app-server connection, and 7777 as the http port. and the test fails for
    application server connection, but BPEL & ESB test results are successful.
    But we are able to successfully deploy the bpel & esb services
    from Jdeveloper using the above integration-server connection entry.
    Could you tell us the proper values we should use (including F5 setup & firewall ports which need to be opened) so that the
    connection tests in JDeveloper work without errors?
    thank you

    Hi,
    Port details you can get under file "opmn.xml" located at:
    <SOA_Home>\opmn\conf
    For OPMN port, Use the value of 'request' attribute present under <port> tag.
    Cheers,
    Abhi...

  • How can a session be setup between two MacBook Pro's at different locations on high speed Internet connections, be setup to have a live recording session in Logic?

    My partner and I live on opposite sides of the valley here in Phoenix. About 50 miles apart one way. We are Musicians and are working on a commercial for television, and would like to know if there is a way, between FaceTime and Logic, that we can configure our MacBook Pro's to record sessions together without having to be at the same house? When we FaceTime, he can hear my keyboard through his headphones, but we can't seem to get the signal routed into Logic and register to a track when its record enabled. Is there a way for us to save gas, and record at seperate locations, so he can engineer me and I can engineer him, while we build this project in Logic and Final Cut? Here is what we are using, we have nearly identicle setups, which was planned so we might be able to do something like this. Both of us are using Mid 2012 15" MacBook Pro's with 2.6GHz Intel i7 processors and 16GB RAM. The only difference between the two MacBooks is that his has an Optical Drive, but I removed mine and replaced it with a 2nd SSD Drive, so I have two Samsung 840 Pro's each with 512GB in my MacBook Pro. His just has one Samsung 840 Pro with 512GB. We both use Focusrite Saffire Liquid 56 Firewire Audio Interfaces, and we both use Logic Studio 9 Academic. I don't know if you need to know what we are using in order to help us figure out how to configure the MacBooks for a live session, so I figured I would give you those details just in case. If you need any more information, just let me know? Oh, we both have high speed cable Internet connections. Mine is 150Mbps speed which is the absolute fastest I can get in my area. And his is only a 50Mbps speed line.
    Again, what we are looking to do is have a LIVE recording session, in Logic, with him at his house and me at my house. When we FaceTime each other, we can pretty much hear each others keyboards as if they were part of the conversation, and as crystal clear as we can hear our own when recording, but we can't seem to record enable an Audio track in Logic and route that keyboard signal into Logic and record it so we can engineer each other without either one of us having to drive to the others house, to be there to do it. If any of this even makes sense, I'm not quite sure how to better explain it. So hopefully you get what I mean, otherwise just say so, and I will try to do a better job explaining it.  :-)
    Anyone who can help us with this little problem would be greatly appreciated, and quite a hero in these two humble Musicians Worlds!! So from both of us, THANK YOU in advance for any input you might be able to give us. I look forward to hearing any and all suggestions.
    Scott

    Hey Scott
    You and ALOT of people are attempting to do this, myself included.
    Unfortunately at this point (to my knowledge) it's a pretty CRAP setup involved that will likely leave you frustrated.
    HOWEVER:
    A few things CAN be done:
    IF you are getting live audio from your partner over the internet, you can re-direct that audio directly into Logic using a program called SoundFlower.
    There are a few alternatives to SoundFlower, like JackTrip, and.....(the name eludes me)
    (SoundFlower is from a company called Cyling 74 who also makes Max MSP. )
    Once in Logic, you set your audio inputs to the track to be Soundflower. (either 16 inputs, or in this case 2)
    That all being said, regardless to speed, you are still going to experience latency in the connection, and THAT is the part that will likely drive you to the mad house.
    THIS all being said, I believe there are websites out there that are set up to actually do this kind of thing, (at least there WERE) but likely membership costs, and other "hidden" problems that you only learn about after you have signed on the dotted line. (Hopefully I am wrong?)
    If you don't need to do a "live jam", there are always solutions like DropBox that work very well for exchanging large files quickly.
    If you want to record live MIDI input from his keyboard, I am unaware of any solutions for this.
    Due to the popularity of the iPad, you might want to look into the App store, and see if there is something available.
    Good luck!
    Treatment

  • The contribute connection I setup for my client doesn't work for him, but it does for me

    I setup a Contribute connection for a client (I have Mac OS X 10.4.11). I tested the connection in another computer (a mac on the same network) and it works just fine. However when my client launches the connection in his computer (a pc) it get this error:
    "Contribute could not verify your connection key. A network connection to the server could not be establiched. Please contact your administrator for assistance".
    I'm the administrator, but it's hard for me to troobleshoot him, becuase the connection works fine for me. He also got a second error message:
    "Contribute could not connect because the server is down or not accepting connections. Please contact your administrator."
    I told my client to wait and try again later (I have had to do that in the past when setting my own connections, sometimes it works right away, sometimes the server doesn't respond on the spot). However I would like to know if any body else have had these issues and if the problem could be a network connection, and internet connection a mac-pc incompatibility, or.. what else????
    I appreciate any advice.
    Thanks,
    Adriana

    Hi,
    So this is a "real" AIM Name (Not an @mac.com or MobileMe valid AIM Name) ?
    You can login on an older Mac  And presumably Here ?
    If you Migrated a User to the new computer you may find you don't have permission to Write to the Keychain and that chaning the Passsowrd is not actually doing anything.
    In Lion go to the Finder > GO Menu and hold th ALT key so you can select Library
    In the Library open Keychains
    Highlight the Login.keychain.
    Do a Get Info (CMD (⌘) + i keys together).
    At the bottom of the panel that shows should be Permissions and Ownership
    Your Account's shortname should be in the list.
    You should have Read and Write Permissions (you may need to click the Padlock)
    With the padlock Unlocked also click the cogwheel type icon and see if you are listed as "Make (Shortname) the Owner" (it should be greyed out if you already Own the file).
    In Applications/Utilities and opening Keychain Access should also list as many entries for the AIM name as you have changed the password for  (it creates a new entry rather than changing it)
    Check that one of these does hold the right Password. (Delete the others if required)
    I know that iCloud created @me.com names will only work in ichat 6 and the Messages Beta due to the way iChat 6 and above login to me.com and AIM so that AIM gets permission to read the password.
    I have not heard of this issue the other way round.
    10:14 PM      Monday; March 5, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Emctl and jdeveloper connection error

    Hi all,
    I have installed oracle database 11g 11.1.0.6 on a windows server 2003 machine, and then used patchset 11.1.0.7 to upgrade. After that, I am able to connect this database and the database instance using sqlplus.
    However, when I tried to create a new connection using JDeveloper, I got the following error:
    Test failed: ORA-01017: invalid username/password; logon denied
    When I tried with emctl.bat start dbconsole, I got error saying
    "could not find appropriate listener for this database. configuring db control requires database to be registered with at least one listener"
    Can anyone please help me with this strange issue?
    Thank you so much! Happy New Year too.

    here is the output of set:
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Application Data
    ARISHOME110=C:\program files\Oracle BPA Suite11g\
    ATRIAHOME=c:\atria
    CCCS_HOME=c:\cccs
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    ComSpec=C:\WINDOWS\system32\cmd.exe
    COPYCMD=/Y
    DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\user1
    ImageType=windows2003enterprise.hosted
    ImageVersion=1.06
    include=C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include;c:\Program Files\Intel\Compiler60\IA32\Include;c:\Program Files\Intel\Compiler70\IA32\Include;C:\Program Files\Intel\CPP\Compiler81\Ia32\Include
    INTEL=c:\program files\intel
    INTEL_COMPILER80=C:\Program Files\Intel\CPP\Compiler81
    INTEL_LICENSE_FILE=C:\Program Files\Common Files\Intel\Licenses
    INTEL_SHARED=C:\Program Files\Common Files\Intel\Shared Files
    invPtr=C:\STEMAgent\agent10g\oraInst.loc
    JDK_15=c:\jdk1.5.0\bin
    lib=C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib;c:\Program Files\Intel\Compiler60\IA32\Lib;c:\Program Files\Intel\Compiler70\IA32\Lib;c:\Program Files\Common Files\Intel\Shared Files\Ia32\Lib;C:\Program Files\Intel\CPP\Compiler81\Ia32\Lib;C:\Program Files\Common Files\Intel\Shared Files\Ia32\Lib
    machine_type=X86
    MSDevDir=C:\Program Files\Microsoft Visual Studio\Common\MSDev98
    NUMBER_OF_PROCESSORS=4
    ORACLE_HOME=C:\app\product\11.1.0\db_1
    ORACLE_SID=DB11
    OS=Windows_NT
    Path=C:\app\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\MsNfs\;C:\AIME\BIN;C:\CCCS\BIN;c:\emacs\bin;C:\MKSNT;c:\PROGRAM FILES\TERATERM;C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\COMMON\TOOLS\WINNT;C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\COMMON\MSDEV98\BIN;C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\COMMON\TOOLS;C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\BIN;c:\PROGRAM FILES\COMMON FILES\INTEL\SHARED FILES\IA32\BIN;c:\program files\intel\ICID;c:\program files\intel\EDB;c:\program files\intel\ISELECT\BIN6;c:\program files\intel\COMPILER60\IA32\BIN;c:\program files\intel\EDB70;c:\program files\intel\COMPILER70\IA32\BIN;C:\Program Files\Intel\CPP\Compiler81\IA32\BIN;C:\Program Files\Common Files\Intel\Shared Files\IA32\BIN;c:\program files\intel\CPP\IDB73\BIN;c:\program files\intel\cpp\idb80\bin;c:\Program Files\WinZip;c:\orautil;h:\mw\Oracle_IDM1\bin;h:\mw\Oracle_IDM1\opmn\lib;h:\mw\Oracle_IDM1\perl\bin;
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=0209
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\LOCALS~1\Temp
    USERNAME=user1
    USERPROFILE=C:\Documents and Settings\user1
    VS=C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO
    VS71COMNTOOLS=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\
    VS80COMNTOOLS=c:\Program Files\Microsoft Visual Studio 8\Common7\Tools\
    VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
    windir=C:\WINDOWS

  • How does a standalone program running in JDeveloper connects to Oracle

    Hi,
    Can anybody please answer me how does a standalone program running in JDeveloper10G is getting connected to Oracle ? Normally it should go and check the host address and DB service name in TNSNames.ora file and go ahead. With JDeveloper10 ever after changing the TNSNames.ora file name to some other name the program running in Jdeveloper is getting connected to database. Seems weird ? I was actually doing some testing with that. Anybody please tell me how does JDeveloper handles such situations...
    Regards
    CTR
    Edited by: user8325217 on Oct 9, 2008 2:54 PM

    Yes, it depends on the type of JDBC driver you are using. Oracle has two JDBC drivers for Java clients. The oci driver requires an installation of Oracle Client on each machine running the Java app, and has the potential to use the tnsnames.ora entries. The thin driver is pure Java, does not require Oracle Client, and therefore is not aware of tnsnames.ora files.
    You want to look in your code for the part that's establishing a connection to the db, and look at the URL, which will tell you the type of driver being used, for example "jdbc:oracle:thin" or "jdbc:oracle:ociX".
    You might want to check out the following FAQ on JDBC:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
    Brian
    Product Manager, JDeveloper

  • Jdeveloper connecting with SQL Server Express

    Hi i am trying to connect jdeveloper with SQL Server Express. At the moment i am getting a TCP/IP connection to the host error message.
    My connection string is as follows:
    Class.forName("com.micorosoft.sqlserver.jdbc.SQLServerDriver")
    Connection conn = DriverManager.getConnection("jdbc:sqlserver://mustang/sqlexpress; database = matt1; Uid = matt; Pwd = matt1")
    Can someone please help me!

    Enable TCP/IP protocol. Select Microsoft SQL Server 2005>Configuration Tools>SQL Server Configuration Manager. In the SQL Server Configuration Manager select the node SQL Server 2005 Network Configuration>Protocols for SQLEXPRESS. Right-click on the TCP/IP node and select Enable. Restart the SQL Server (SQLEXPRESS) service. In Adminstrative Tools>Services, right-click on the SQL Server (SQLEXPRESS) service and select Restart.
    To configure a JDBC connection with SQL Server 2005 Express, add SQL Server 2005 JDBC driver JAR file <Microsoft SQL Server 2005 JDBC Driver>/sqljdbc_1.0/enu/sqljdbc.jar to classpath. <Microsoft SQL Server 2005 JDBC Driver> is the directory in which SQL Server 2005 JDBC Driver zip file is installed.
    Driver class for SQL Server 2005 database is com.microsoft.sqlserver.jdbc.SQLServerDriver. Connection URL for the default SQL Server 2005 database is jdbc:sqlserver://localhost:<port>.
    In the connection URL, <port> is obtained from the SQL Server configuration Manager. When the SQL Server 2005 SQLEXPRESS is restarted the port number changes.
    To obtain the <port> in the SQL Server Configuration Manager, select the node SQL Server 2005 Network Configuration>Protocols for SQLEXPRESS. Right-click on TCP/IP node and select Properties. Select the IP Addresses tab. In IP ALL, the TCP Dynamic Ports specifies the <port> value. The connection URL format for another database name is shown in following listing.

  • WRE54G Can't connect to setup page

    I'm using the WRE54G unit and I cannot connect to the unit.  I have connected it to my computer using a cat5 cable but I still cannot connect to the setup page.  Right now I'm getting one solid light.  I started trying to connect to the unit when my wireless network kept showing 'no internet
    access' and have been having this problem for several days now.  I tried using a static ip address and reseting the unit but nothing has worked.  I can't ping the unit either.
    I'm very good with computers but I can't figure this thing out.
    Solved!
    Go to Solution.

    I have an IBM R50 laptop running Windows 7. I purchased the WRE54G used but "supposed" to be in excellent working order. I have a Linksys WRT54G v2.1 with firmware of 4.70.1. According to support site it is supported. I have the RE attached directly to the laptop and have followed the instructions on this page but am still unable to get into the RE. I currently have the Red link light and Blue activity light on the RE. My router is locked down with WEP and MAC filtering. I have gone so far as to add the MAC of the RE to the filter list but no joy. I use an alternate IP on my router but think if I can get into the RE I will be able to config it out the rest of the way. I have reset the RE to factory according to the instructions. I am at a loss.......

  • JDeveloper connections

    I just installed application. I am trying to make a connection. It gives me connection refused:. It also does not let me logging to the Enterprise Manager, It seems to ask me for password. Which user name and password am I supposed to use?
    Thanks,
    Gus G.

    Are you trying to create a connection to an app server, or to the database? What's the error message you get? Are you trying to create a connection from the connection navigator in JDeveloper 10g or something else?
    -- Brian

  • Can't get pass "Internet connection" on Setup wizard for new Linksys WRT54g router

    Hello everyone.
    Well, I just bought (today) a Linksys WRT54G wirelss router and wile going through the Setup portion of the wizard (part of the installation of the EasyLink Advisor application), after I connect all the cables (in proper order) it tries to establish an Internet connection but comes back saying that no Internet connection is present. I tried powering off and umplugging the Verizon Westell modem I have but it still says the same thing.  I even tried to get the set up completed with two other verizon modems I have but just can't get pass checking for Internet connection. 
    My ISP is Verizon and I use just a regular DSL connection using a Westell VersaLink model 327W.
    Is there anything I need to do to get this going?  I mean, the set up CD shows how to hook up the cables and everything so it really is not that hard but right after the "hook up the cable" portion it check for an Internet connection and that's were I get stuck.
    Any help will be appreciated.

    Your problem is that the Westel "modem" is actually a "modem-router", and it uses the same 192.168.1.x  address space as the WRT54G.
    The ideal solution is to place the Westell into "bridge" mode.  This will convert it to a true modem (all router features are turned off).   I assume you are using PPPoE  (if this is not correct, please let me know).   If so, then you will need to setup the WRT54G to do your PPPoE login, when the Westell is set to bridge mode.  Also note that you must first disconnect the Westell from the WRT54G and from the Internet, before you attempt to place the Westell into bridge mode.
    An alternate solution is to leave the Westell as is, disconnect it from the WRT54G, then login to the WRT54G and change the "Local IP address" to 192.168.2.1 , then reconnect your system.  In this case, the Westell will do your PPPoE login, and the WRT54G will be set to "Internet connection type" of "DHCP - automatic".  If all you do is browse the web, do some emails, and basic stuff, this setup will probably work OK.  If you are planning more complicated stuff (Internet gaming with port forwarding, video conferencing, etc.)  then be sure to use the "bridge" mode described above. 

  • JDeveloper + Connection Context

    Hi All,
    I am new to JDeveloper.I want to run a stored procedure in it. I have specified the connection to database,username and password.
    While running the sqlj, it gives the error : no connection context was found.
    Please tell me what connection context is and how to set it.
    Thanks
    Srividya

    Hi All,
    I am new to JDeveloper.I want to run a stored procedure in it. I have specified the connection to database,username and password.
    While running the sqlj, it gives the error : no connection context was found.
    Please tell me what connection context is and how to set it.
    Thanks
    Srividya

  • IPad cannot finish wifi connection during setup?

    Just bought an iPad (1st generation) from Apple store. I am trying to follow the Setup Assistant and connect to our wifi. The iPad sees the wifi but never completes the connection. The little gray wheel just keeps spinning around.
    My friend's iPad and MacBook connect to it fine. Can someone help?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Also try this - Turn Off your iPad. Then turn Off the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
     Cheers, Tom 

Maybe you are looking for

  • Kodak Photo CD format

    I have hundreds of Kodak Photo CD's which I built up by having my negatives scanned onto this format from the 90's and early 2000. I'd love to get these images into Aperture in their original format and have Aperture treat them like RAW files. Apertu

  • HT3529 i delet some messages on my iPhone by mistake how can i have them back on my phone

    i have deleated some messages in my iphon by mistick , is there any way i can have these messages back on my phon please

  • I´ve a question about HRMS implemantation

    hi I am a junior DBA appz in Oracle technologies and I like learning how to set up and configure HR module in eBusiness Suite 11i, could you give me a basically steps or a guide to set up sucefully my implementation or one page or link to guide me in

  • Un-installing SDM Express

    I have SDM and SDM Express installed on our 871 Ethernet Router. I am familiar enough now with the router and SDM that I find that SDM Express is no longer useful. Is there documentation somewhere the will tell me what I have to do to un-install only

  • HT1212 slide to unlock not responding

    slide to unlock not responding on my Ipad 2, tried to hard reset it, still not responding, any suggestions