Cannot connect to HSQL for ODI demo

Hello,
i have a linux virtual box with ODI 11.1.1.6 and try to install the demo environment. I am getting a error when i try to create a connection to the demo repository
I Hard-coded the ODI_JAVA_HOME in the environment odiparams.sh file that it points to my java directory /usr/java/jdk1.6.0_33,
run the './startdemo.sh' in the demo/bin directory... that seems to be ok
OracleDI: Starting Demo Environment ...
OracleDI: Starting Demo Source Data Server ...
[Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) exited
[Server@15e0be38]: Startup sequence initiated from main() method
[Server@15e0be38]: Loaded properties from [u01/app/oracle/Middleware/Oracle_ODI1/oracledi/demo/bin/server.properties]
[Server@15e0be38]: Initiating startup sequence...
[Server@15e0be38]: Server socket opened successfully in 13 ms.
[Server@15e0be38]: Database [index=0, id=0, db=file:../hsql/demo_src, alias=] opened sucessfully in 436 ms.
[Server@15e0be38]: Startup sequence completed in 473 ms.
[Server@15e0be38]: 2012-08-14 10:09:42.896 HSQLDB server 1.7.3 is online
[Server@15e0be38]: To close normally, connect and execute SHUTDOWN SQL
[Server@15e0be38]: From command line, use [Ctrl]+[C] to abort abruptly
OracleDI: Starting Demo Target Data Server ...
[Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) exited
[Server@15e0be38]: Startup sequence initiated from main() method
[Server@15e0be38]: Loaded properties from [u01/app/oracle/Middleware/Oracle_ODI1/oracledi/demo/bin/server.properties]
[Server@15e0be38]: Initiating startup sequence...
[Server@15e0be38]: Server socket opened successfully in 13 ms.
[Server@15e0be38]: Database [index=0, id=0, db=file:../hsql/demo_trg, alias=] opened sucessfully in 229 ms.
[Server@15e0be38]: Startup sequence completed in 255 ms.
[Server@15e0be38]: 2012-08-14 10:09:47.684 HSQLDB server 1.7.3 is online
[Server@15e0be38]: To close normally, connect and execute SHUTDOWN SQL
[Server@15e0be38]: From command line, use [Ctrl]+[C] to abort abruptly
OracleDI: Starting Starting Demo Repository Server (en) ...
[Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) entered
[Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) exited
[Server@15e0be38]: Startup sequence initiated from main() method
[Server@15e0be38]: Loaded properties from [u01/app/oracle/Middleware/Oracle_ODI1/oracledi/demo/bin/server.properties]
[Server@15e0be38]: Initiating startup sequence...
[Server@15e0be38]: Server socket opened successfully in 10 ms.
[Server@15e0be38]: Database [index=0, id=0, db=file:../hsql/demo_repository_en, alias=] opened sucessfully in 2564 ms.
[Server@15e0be38]: Startup sequence completed in 2590 ms.
[Server@15e0be38]: 2012-08-14 10:09:55.034 HSQLDB server 1.7.3 is online
[Server@15e0be38]: To close normally, connect and execute SHUTDOWN SQL
[Server@15e0be38]: From command line, use [Ctrl]+[C] to abort abruptly
OracleDI: Demo Environment Started. Run './stopdemo.sh all' to stop it.
Now I execute the odi.sh and try to create a new connection.
In 'connect to a new repository' i put in the variables as described in the doc
¦ Login name: Getting Started - ETL Project
¦ User: SUPERVISOR
¦ Password: SUNOPSIS
¦ User: sa
¦ Password: Leave this field empty.
¦ Driver List: Select Hypersonic SQL Driver from the list.
¦ Driver Name: org.hsqldb.jdbcDriver
¦ URL: jdbc:hsqldb:hsql://localhost
when i try to connect to the work repository i get the error:
oracle.odi.core.config.MasterRepositoryResourceFailureException: ODI-10182: Uncategorized exception during repository access.     
Could not get JDBC Connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
     at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:100)
     at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:491)
     at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:544)
     at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:521)
     at com.sunopsis.graphical.dialog.SnpsDialogLoginDetail$1.performAction(SnpsDialogLoginDetail.java:232)
     at oracle.odi.ui.framework.event.OdiActionListener.actionPerformed(OdiActionListener.java:69)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
     at java.awt.Component.processMouseEvent(Component.java:6290)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6055)
     at java.awt.Container.processEvent(Container.java:2039)
     at java.awt.Component.dispatchEventImpl(Component.java:4653)
     at java.awt.Container.dispatchEventImpl(Container.java:2097)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
     at java.awt.Container.dispatchEventImpl(Container.java:2083)
     at java.awt.Window.dispatchEventImpl(Window.java:2482)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:607)
     at java.awt.EventQueue$1.run(EventQueue.java:605)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:621)
     at java.awt.EventQueue$2.run(EventQueue.java:619)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
     at java.awt.Dialog$1.run(Dialog.java:1044)
     at java.awt.Dialog$3.run(Dialog.java:1096)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.awt.Dialog.show(Dialog.java:1094)
     at java.awt.Component.show(Component.java:1584)
     at java.awt.Component.setVisible(Component.java:1536)
     at java.awt.Window.setVisible(Window.java:841)
     at java.awt.Dialog.setVisible(Dialog.java:984)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
     at oracle.odi.ui.framework.adapter.DefaultAdapter.displayDialog(DefaultAdapter.java:242)
     at oracle.odi.ui.framework.UIFramework.displayDialog(UIFramework.java:88)
     at oracle.odi.ui.LoginFactory.createNewLogin(LoginFactory.java:259)
     at com.sunopsis.graphical.dialog.SnpsDialogLogin$4.performAction(SnpsDialogLogin.java:214)
     at oracle.odi.ui.framework.event.OdiActionListener.actionPerformed(OdiActionListener.java:69)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
     at java.awt.Component.processMouseEvent(Component.java:6290)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6055)
     at java.awt.Container.processEvent(Container.java:2039)
     at java.awt.Component.dispatchEventImpl(Component.java:4653)
     at java.awt.Container.dispatchEventImpl(Container.java:2097)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
     at java.awt.Container.dispatchEventImpl(Container.java:2083)
     at java.awt.Window.dispatchEventImpl(Window.java:2482)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:607)
     at java.awt.EventQueue$1.run(EventQueue.java:605)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:621)
     at java.awt.EventQueue$2.run(EventQueue.java:619)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
     at java.awt.Dialog$1.run(Dialog.java:1044)
     at java.awt.Dialog$3.run(Dialog.java:1096)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.awt.Dialog.show(Dialog.java:1094)
     at java.awt.Component.show(Component.java:1584)
     at java.awt.Component.setVisible(Component.java:1536)
     at java.awt.Window.setVisible(Window.java:841)
     at java.awt.Dialog.setVisible(Dialog.java:984)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
     at oracle.odi.ui.framework.adapter.DefaultAdapter.displayDialog(DefaultAdapter.java:242)
     at oracle.odi.ui.framework.UIFramework.displayDialog(UIFramework.java:88)
     at oracle.odi.ui.OdiConnectController.handleEvent(OdiConnectController.java:113)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
     at oracle.odi.ui.docking.AbstractOdiDockableWindow$1.actionPerformed(AbstractOdiDockableWindow.java:203)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
     at java.awt.Component.processMouseEvent(Component.java:6290)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6055)
     at java.awt.Container.processEvent(Container.java:2039)
     at java.awt.Component.dispatchEventImpl(Component.java:4653)
     at java.awt.Container.dispatchEventImpl(Container.java:2097)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
     at java.awt.Container.dispatchEventImpl(Container.java:2083)
     at java.awt.Window.dispatchEventImpl(Window.java:2482)
     at java.awt.Component.dispatchEvent(Component.java:4481)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:607)
     at java.awt.EventQueue$1.run(EventQueue.java:605)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:621)
     at java.awt.EventQueue$2.run(EventQueue.java:619)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
     at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
     at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
     at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
     at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
     at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
     at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
     at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
     at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
     at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
     at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:376)
     at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:78)
     ... 144 more
Caused by: java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
     at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)
     at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
     at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
     at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
     ... 154 more
Caused by: java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
     at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:488)
     at oracle.ucp.util.UCPErrorHandler.throwSQLException(UCPErrorHandler.java:163)
     at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:943)
     at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:873)
     at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:863)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.odi.core.datasource.support.RuntimeClassLoaderDataSourceCreator$DataSourceInvocationHandler.invoke(RuntimeClassLoaderDataSourceCreator.java:48)
     at $Proxy0.getConnection(Unknown Source)
     at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ConnectionProcessor.run(LoginTimeoutDatasourceAdapter.java:217)
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
     at java.util.concurrent.FutureTask.run(FutureTask.java:138)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
     at java.lang.Thread.run(Thread.java:662)
Caused by: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
     at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:368)
     at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:49)
     at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:80)
     at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:102)
     at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.createOnePooledConnectionInternal(UniversalConnectionPoolImpl.java:1610)
     at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.access$600(UniversalConnectionPoolImpl.java:1446)
     at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnection(UniversalConnectionPoolImpl.java:514)
     at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:297)
     at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:142)
     at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:157)
     at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:931)
     ... 15 more
I had a look on the other posts i found but they do not help me. Do you have a solution for me?
Thanks

Hi,
Thanks for the response. I have already searched the OTN forum for the answer with no luck. Thing to note here is that these are two different problems
My issue
Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
His/Her issue
Caused by: java.sql.SQLException: File input/output error: java.io.IOException: Invalid argument
at org.hsqldb.jdbc.jdbcUtil.sqlException(Unknown Source)
As stated I have already made changes to the JAVA_HOME and ODI_JAVA_HOME variables (located in the odiparams.sh file). I have also tried moving the demo directory to other locations as stated that forum.

Similar Messages

  • Cannot Connect Agents created for ODI 10g

    Hi All,
    As part of installation of BI Apps 7.9.5.2, i have created two odi agents ( WORKFLOW and INTERFACE ). I can see them as part of my services in windows. I have started them. But when have set the required things in the topology manager. when i try to do a test from the topology my ODI 10g completely hangs.
    Is there anything i need to check why this is happening.
    How can i check whether the connectivity to the ODI10g agents is correct or not ?
    Thanks and Regards,
    Krishna Prasad.

    Hi Krishna Prasad,
    Normally when you setup agents as windows services, there is a log file generated in %odi%\bin\agentservice.log, that could be checked for troubleshooting.
    If i were you, Before setting them as windows services, i would try running agents as command prompt based services first
    The syntax to run the agent from command promt, for windows is given below,
    agent.bat -PORT=<portnumber> "-NAME=<agent name>"
    Once you have tested them successfully, you can run them as windows services.
    Hope this helps.
    Regards,
    Rickson Philip Lewis
    http://www.linkedin.com/in/rickson

  • Cannot connect to Appstore for updates or sign in

    MBP early 2011
    ML 10.8.1
    can access all areas of Appstore except Updates - I get a "Cannot connect to Appstore" message
    can sign in to iTunes
    when I try to SIgn in to App Store I dont even get a login screen
    have tried all kinds of fixes from the forums and Google search but no luck
    Any ideas anyone?

    Talked with a senior engineer from Apple who resolved this issue for me. It involved re-setting the privilieges of a specific Certificate (in Keychain) to system defaults. I then had to Trash two files:
    /var/db/crls/ocspcache.db
    /var/db/crls/cricache.db
    After re-starting, the problem was resolved.
    Sorry, I don't have more details, but if you have this problem, you may want to call Apple and mention this procedure, which they have on file.
    What caused this? No one seems to know.

  • Cannot connect to iTunes for updates

    For the past 2 days, I have been unable to update my apps on my iPhone 4S running 5.1.1. The entire app store works fine except when I select the "Updates" tab, I get a "Cannot connect to iTunes store" message only when I select the "Updates" tab. I can still search for and download new apps. If I know an app has an update, I can search for it and download it individually and download it successfully, but I cannot view app updates via the tab. I have already tried:
    1. Force closing the app
    2. Reboot
    3. Logging out, rebooting, logging back in
    4. Changing the date
    The last option was taken from this thread (https://discussions.apple.com/message/19372146#19372146) which had a similar issue for an iPad, however, none of those suggestions worked.
    Any suggestions greatly appreciated.

    Same issue here. I've tried literally everything including all the steps (except #6) here: http://hints.binaryage.com/cannot-connect-to-itunes-store-on-iphone/
    Surely this is an Apple bug. Anyone have any other ideas of how to get this to work?
    Again, this only occurs when attempting to view updates in the App Store. Everything else works as @cpels7 mentioned above.

  • WAP4410N cannot connect to IP for configuration

    I have 4 pcs on my WAP.  3 are Win 7, one is Win XP.
    None of these PC's can see each other to create a Homegroup.
    After spending several hours with tech support with ESET (security s/w), we determined the following:
    My WAP4410N is wired to my router.  The router is IPv4.
    Apparently the WAP4410N has IPv6 capability by default and is using this to assign all my PC's.
    I was not able to setup a Homegroup on my Windows7 computers as a result of this because they cannot see each other if they are all on the WAP.
    If I plug a computer directly into my router, I can get that PC seeing just one of the 2 on the WAP.
    The ESET security expert advised me to change the settings of the WAP to IPv4 only.
    The WAP's IP address is showing up as default 192.168.1.245 on an IP scanner but we cannot connect to it on any computer.  I've tried while being on the same WAP network and I've tried going through the router but neither can see this IP address.
    Any ideas or thoughts out there?

    Kevin,
    by default the WAP4410n does not assign ANY IP addresses (IPv4 or IPv6). This device simply acts as a bridge to allow the DHCP request to flow to your DHCP server, more than likely your router. If you are experiencing an issue where devices connected to the wireless SSID are unable to see each other but your wired traffic is working fine then you may want to check the security settings of the WAP4410n, it sounds like wireless isolation (within SSID) needs to be disabled. Hope this helps.
    Wireless > Security
    To prevent wireless computers associated to the same SSID from seeing and
    transferring files between each other, in the Wireless Isolation (within SSID) field,
    click Enabled.
    This feature is very useful when setting up a wireless hotspot location. The default
    is Disabled.
    Blake Wright
    Cisco SBSC Network Engineer

  • Cannot connect to iTunes for first time. Help?

    I'm an original iPhone user. I bought a 3G for my girlfriend and tried to hook it up to iTunes for the first time on her HP Pavilion dv2000 laptop (Windows Vista Home Premium, Service Pack 1). When I connect the phone, it says "This iPhone cannot be used because the required software is not installed." Then it asks me to uninstall and reinstall iTunes. Fine, no problem. I've done it a million times, I've uninstalled Quicktime, I've tried so many things. I've Googled for hours and have seen similar problems. The only difference between her problem and the rest is that the Apple Mobile Device does not show up in the task manager and does not seem to be installed. Every solution I've come across says to restart the AMD, or to uninstall the AMD (along with iTunes) and reinstall it. However, it doesn't even exist on her computer at all. For some reason, it won't install when I install iTunes. I'm exhausted from looking for an answer. Can anyone help? Thank you mucho!

    Try task manager, Services tab (may need admin account to do this).
    Scan down the list looking for Apple Mobile Device driver. See if it is there, and disabled, or set to start manually, and if so Right click it and select Start the service.
    If its not in the list, then go to Control panel, Programs and see if it is in that list. If so un-install it (as well as bonjour, Mobile Me, iTunes) and reboot. <--dont forget.
    Then do a FRESH download of iTunes to make sure you have the proper version. (64bit vs 32bit - your processor is 64bit, but that doesn't mean that your vista is. Download the one that matches your Vista platform).
    Shut down your virus scanner.
    Then install itunes again.
    Then go back to Task manager, and see if Apple Mobile Device driver is installed and set to start automatically. Unless you have other devices in the house shut down bonjour (it serves no real purpose other than opening useless ports on your machine), (just right click bonjour an set to start manually or disable it).
    Then make sure you are plugged directly into a usb port, not a hub.

  • Cannot connect to VPN for work on OS10.7.3

    Hi All,
    I need to connect to VPN so I can connect to my work server.
    I currently do this on a Toshiba Lap top running Unantu with no problems. The Toshiba will be heading overseas and I need the VPN connection at home, hopefully on my Mac Book Air.
    I have spent many hours searching the internet to see how to connect and have tried many ideas but cannnot find a solution.
    Our work IT manager has also tried and given up.
    Is there something I can install to make it work? Unfortuantly not being able to work on my Mac makes it useless to me and I will have to purchase a new laptop which can connect to VPN.
    I have now tried 3 VPN connections and get the following errors -
    The PPTP-VPN server did nto respon. Try reconnecting. If the problem continues, verify your settings and contact your administrator.
    The IPSec Certificate is missing. Verify your settings and try reconnecting.
    The VPN server did not respond. Verify the server address and try reconnecting.
    Can anyone help please before I also give up, as many others have on forums, and sell the Mac?
    Roxycollie

    Hello Again LSRW,
    I don't have time now to go into great detail but will try to return later.
    But, you wrote "...AOL Desktop 1.5. I still find it lacking in functionality, performance, and aesthetics compared to it's predecessor, which I miss dearly.".
    I am still using AOL For Mac OSX and have never installed AOL Desktop.
    I don't have any problems connecting AOL to the Internet.
    You can still download AOL® for
    Mac OS X from AOL Downloads For Mac.
    ali b

  • Cannot connect HTTP Server for oracle 9i database

    I tried starting the HTTP Sever for oracle 9i, but i keep getting this error:
    Could not start the OracleOraHome92HTTPServer service on Local Computer.
    The service did not return an error. This could be an internal Windows error or an intrenal service error.
    If the problem persists, contact your system administrator.
    Any thoughts??
    Also I get an ORA- 12535 TNS:timed- out error when I try accessing oracle 9i to create a new database...
    Help....
    Thanks in advance

    Hi Jim,
    the command is 'apachectl start'. You find the executable apachectl under $ORACLE_HOME/Apache/Apache/bin .
    Best regards
    Werner

  • Cannot connect to isqlplus for 10g

    Please i have been battling with this error
    ERROR - ORA-28009: connection to sys should be as sysdba or sysoper?
    How can i find out the right service name or connect identifier on my machine?
    thanks

    Hi,
    ERROR - ORA-28009: connection to sys should be as sysdba or sysoper?
    You must specify "SYSDBA" or "SYSOPER" with "SYS" user.
    like
    username : sys
    password : oracle
    Connection : SYSDBA ---> SELECT HERE "sysdba" instead of "NORMAL".regards
    Taj

  • Why I cannot connect with Flickr on internet for sharing, message says I may have a firewall.?

    I cannot connect with Flickr for photo sharing, message says I may have a firewall blocking connection to internet, I have disables firewalls but still cannot connect.

    midghome12,
    Are you using Adobe Photoshop Elements?
    If so, just let us know, and someone can Move your post to that very active and helpful forum.
    As Chris points out, Adobe Photoshop does not have direct Internet uploading, so I suspect that you have PsElements.
    Just let us know the exact program, that you have.
    Good luck,
    Hunt

  • My iTunes playlist page is frozen and I cannot connect with purchase store.  I miss an update download this week and I am not sure if this is needed to fix a bug.  How can I recover this download to update?

    My iTunes playlist page on PC is frozen and I cannot connect to store for purchase.  I missed an iTunes update download this week and I don't know if this would fix a bug.  How can I recover this download to have the latest update.

    It would be best to post this question under iTunes category. I am sure there are a few people having the same type of problem.

  • Cannot connect wifi, wrong i.p. address, worked before

    NO FIX FOR WIFI
    cannot connect wifi. thanks for info, as I've read and read but no solution:
    I submit: 2g iPHONE firmware 1.1.1 . used wifi fine but now I get weird I.P. addresses , wrong i.p. address, cannot connect . I have connected fine before and can connect fine with other routers.
    I have had to configure static i.p. in the past if a conflict with other devices but on DHCP normally. setting static i.p. doesnt help, still cannot connect.tried reset network... don't have weird apps like openssh or any wifi apps.
    any ideas?

    I never had a problem with WiFi on my original iPhone until I upgraded to 2.0.1. Then WiFi began to drop out, I would have to tweak a lot of settings to get a connection again and another problem surfaced: my phone started loosing time -- even though I have it configured to "set automatically." (Sometimes I would discover it was hours off). I updated to 2.0.2 as soon as it showed up in my iTunes because I assumed it would fix these problems. WRONG! Now my WiFi is totally broken and my phone is unable to sync with MobilMe. I've turned the "push" and "fetch" settings off and am syncing though iTunes.

  • "Ipad cannot connect itunes store"

    My ipad2 cannot connect itunes store for about 1 week even signed out and reset network setting and also date and time setting,what should i do?

    Hi Mahshid1989!
    Here is an article for you about troubleshooting this issue:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • TS3276 I cannot connect to my outgoing email server on my macBook pro, yet I can, for the same email account on my iPad. Also I can send emails from the other email account I have on my MacBook...really confused can anyone help?

    I cannot connect to my outgoing email server on my macBook pro, yet I can, for the same email account on my iPad. Also I can send emails from the other email account I have on my MacBook...really confused can anyone help?

    Sometimes deleting the account and then re-creating it can solve this issue
    Write down all the information in accounts before doing this
    Highlight the account on the left and click the minus button
    Then click the plus button to add the new account and follow the prompts

  • I cannot connect to ITunes after updating to IOS 7.0.2,cannot update my apps nor download new apps. When I tap the quick test for IOS diagnostics it says it cannot verify the ticket number.

    After updating to IOS 7.0.2 in my Ipad mini I cannot update my apps nor download new apps . It says "cannot connect to ITunes. " it's been almost 3 wks now. I have tried resetting it  and trying other options like changing the DNS to just 8.8.8 etc but to no avail. I try to run the IOS diagnostics but it couldn't verify my ticket number. Everytime I open my mail it cannot identify server identity " Apple.imap.yahoo.com." But I just clicked "continue" anyway so I could get my mail.

    (A) Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.
    (B) Reset all settings
    Settings>General>Reset>Reset all settings
    Note: Data will not be affected but settings will be reset.

Maybe you are looking for

  • How do I delete a few frames of my image from the beginning?

    There are a few frames of my image in front of the first title. I don't know how to delete these frames. I want my title to start without anything in front of it. I'm using PrE 11. Thanks to everyone who told me about viewing a video without the Adob

  • Abap+Java System Copy on NW2004

    Hello Gurus: I will be performing a system copy of NW2004 (not NW2004s) which is running on ABAPJava stack. How should I perform the system copy? I have gone thru the documents for ABAP system copy and Java System copy. What are steps that I need to

  • Can we sort one field based on other field in messsage mapping !!

    Hi Folks, I have got source xml with couple of Vendors, Vendors has got promotions on different products with different dates. If I sort date field, product quantity is not sorting. How Can I sort both fields at the same time, if I sort Promotion dat

  • Customer - company code extension

    Hi, Below is the scenario for which we are looking for a solution. When a customer is created in the CRM system, the details flow down to ECC using BDOCS/IDOCS. CRM does not have company code details. But we need these in ECC. So when the BDOC is bei

  • Japanese Language Import Error

    Hi Experts, We are installing the Japanese language for ECC6.0 EHP5 but we are getting below error.i have check all permisssions are good . did we download worng language cd ? Thanks Kiran.GVL