Cannot open connection in a peer-to-peer netword

I created a peer-to-peer network between two PDAs loaded with Windows Mobile 5.0. It is shown that both of them were connected, and their IPs were assigned automatically. 
But when I used TCP/IP Open function, it returns an error 10060 'Cannot open connection'. DO I miss something here? It should be a simple connection.  
Solved!
Go to Solution.

The error you are receiving is become the timeout on the connection has been exceeded.  If your time out is too short (or non-existant) you can get this error without proper time to establish a connection.  Check out these two articles for more information regarding how to establish a TCP/IP connection with your PDA.
http://digital.ni.com/public.nsf/allkb/7A02D810EE88A23F86256EEB005B6283?OpenDocument
http://digital.ni.com/public.nsf/websearch/7D98C202FEC3F39086256D1E007A7609?OpenDocument
Let me know if you have any questions.
National Instruments
Applications Engineer

Similar Messages

  • Data Services 12.2.2.0 cannot open connection to the repository NEW Install

    I can connect to the repository DB using Toad and SQL Management Studio, but I cannot connect with DS. I've tried 12.2.0.0 and most recently 12.2.2.0 - nothing is working, any helpful advice is appreciated.
    DS SERVER
    SAP BusinessObjects Data Services XI 3.2 on Windows 2008 Server Standard 64bit SP2
    DBMS SERVER
    SQL 2005 (Microsoft SQL Server Standard Edition (64-bit)) on Windows 2K3 Server R2 Enterprise SP2 64bit (Microsoft Windows NT 5.2 (3790))
    ERROR
    Cannot open connection to the repository.  The error message from the underlying DBMS is <ODBC call <SQLDriverConnect> for data source <10.101.212.35> failed: <[Microsoft][ODBC SQL Server Driver][DBNETLIB]Invalid connection.>. Notify Customer Support.>. (BODI-20006)
    DS VERSION
          SAP BusinessObjects Data Services
            Version: 12.2.2.0

    Hi,
    which middleware are you using to connect to the sql2005 server ? For DS3.2 SP2 noyl the following middleware is supported to connect to MS SQL2005 RTM - SP3
    Microsoft ODBC MDAC 2.8 SP1 or later
    Regards
    -Seb.

  • Cannot open connection to dvsrv1: The Synch Manager component on the server

    Hi Experts,
    I extracted batabase for the mobile client successfully, but when trying to initialize the lcal database, Getting the following error:
    Unable to Connect to server>
    <Cannot open connection to dbsrvr1. The Synch Manager component on the server is most likely unavailable.>
    <Internal: connect() failed: Connection timed out.>
    I do not have port number mentioned over here as this installation is in my personal laptop.
    As I understnd all the ODBC connections are working fine. It would be great if get here some suggestion to do some extra check if required.
    In my system DSN in ODBC I could see number of DSN have been present, one for local DBF, one for sample, one for server which I belive I created during the DBserver configuration as external. and could fine one more DSN not sure what for it is.
    If the ODBC would not have been configured properly then I belive I should not be get connected to application through thin and thick client.
    Any suggestion on this would be helpful
    Thanks
    Deepak

    HI Deepak,
    I have seen a similar problem back here there are two locations in your tools.cfrg where you may will need to make changes.
    1.
    [InfraObjMgr]
    RequestServerName =
    2.
    [Local]
    DockConnString =
    In both the cases you need to mention the Application server name .
    Kindly let me know if this actully solves your issue.
    Thanks
    Vishal

  • 3.0 Cannot open connection with startup skript

    Hello,
    Extras -> Preferences -> Database -> Filename for connection startup script
    here I set the path and name to the following skript, the same I use for SQL*PLUS
    DEFINE_EDITOR = "C:\Programme\IDM Computer Solutions\UltraEdit\Uedit32.exe"
    SET NUMWIDTH 11
    SET PAGESIZE 1000
    SET AUTOCOMMIT OFF
    SET LINESIZE 1000
    SET ECHO OFF
    SET HEADING OFF
    SET FEEDBACK OFF
    EXEC dbms_session.set_identifier('Igor Fjodorowitsch Strawinski');
    EXEC dbms_application_info.set_client_info('L''Oiseau de Feu');
    SET TERMOUT OFF
    DEFINE gname=dummy
    COLUMN global_name new_value gname     
         SELECT  LOWER(user)  || '@' ||
                   SYS_CONTEXT ('USERENV', 'DB_NAME') global_name
         FROM     dual;
    HOST TITLE &gname
    SET SQLPROMPT '&gname> '
    SET TERMOUT ON
    SELECT     TO_CHAR(SYSDATE, '* *  DD.MM.YYYY  * *  HH24:MI:SS  * * ') "Connected"
    FROM      dual;
    SET HEADING ON
    SET FEEDBACK ON
    SET SQLNUMBER OFF
    SET SERVEROUTPUT ON SIZE UNLWhen I restart SQL Developer I cannot open a connection.
    Here's the thread dump
    Registered TimesTen
    2011-04-19 09:46:25
    Full thread dump Java HotSpot(TM) Client VM (11.0-b16 mixed mode):
    "Offene Verbindung" prio=6 tid=0x1a9e0400 nid=0x95c waiting on condition [0x1999f000..0x1999fc94]
       java.lang.Thread.State: WAITING (parking)
            at sun.misc.Unsafe.park(Native Method)
            - parking to wait for  <0x06c82678> (a java.util.concurrent.FutureTask$Sync)
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:747)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:905)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1217)
            at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218)
            at java.util.concurrent.FutureTask.get(FutureTask.java:83)
            at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$IdeTaskTracker.run(RaptorTaskManager.java:540)
            at java.lang.Thread.run(Thread.java:619)
    "Keep-Alive-Timer" daemon prio=8 tid=0x1a58f800 nid=0xcf0 waiting on condition [0x1eb0f000..0x1eb0fb14]
       java.lang.Thread.State: TIMED_WAITING (sleeping)
            at java.lang.Thread.sleep(Native Method)
            at sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:149)
            at java.lang.Thread.run(Thread.java:619)
    "IconOverlayTracker Timer" prio=6 tid=0x1ac25400 nid=0x564 in Object.wait() [0x1ed0f000..0x1ed0fb94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x067fd4c0> (a java.util.TaskQueue)
            at java.lang.Object.wait(Object.java:485)
            at java.util.TimerThread.mainLoop(Timer.java:483)
            - locked <0x067fd4c0> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:462)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1abaf400 nid=0xaa0 in Object.wait() [0x1ea0f000..0x1ea0fd94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x063f4b78> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x063f4b78> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1abbe400 nid=0xdc0 in Object.wait() [0x1e70f000..0x1e70fa94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x063309f8> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x063309f8> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1ab67800 nid=0xef4 in Object.wait() [0x1e50f000..0x1e50fb94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06330aa0> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06330aa0> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1ab17c00 nid=0xd0 in Object.wait() [0x1e20f000..0x1e20fc94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06330b48> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06330b48> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1ab18400 nid=0xc0c in Object.wait() [0x1df0f000..0x1df0fd94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06267ad8> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06267ad8> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1ab68c00 nid=0xffc in Object.wait() [0x1e90f000..0x1e90fa94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06265130> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06265130> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1ab8bc00 nid=0xca0 in Object.wait() [0x1e80f000..0x1e80fb94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06182658> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06182658> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1aab6800 nid=0x678 in Object.wait() [0x1e60f000..0x1e60fc94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06182700> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06182700> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1ab1b000 nid=0x998 in Object.wait() [0x1e40f000..0x1e40fd94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06120228> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06120228> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1aafd400 nid=0x988 in Object.wait() [0x1e30f000..0x1e30fa94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x061204d8> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x061204d8> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1aabac00 nid=0x894 in Object.wait() [0x1e10f000..0x1e10fb94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06120580> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06120580> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1aab1c00 nid=0xda4 in Object.wait() [0x1e00f000..0x1e00fc94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06120628> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x06120628> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "Timer queue for AWT thread" daemon prio=6 tid=0x1aa8c800 nid=0x8e8 in Object.wait() [0x1da8f000..0x1da8fd94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x0605b638> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x0605b638> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "WaitCursor-Timer" prio=6 tid=0x1a6d2000 nid=0x4fc in Object.wait() [0x1dc8f000..0x1dc8fa94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x056a68c8> (a java.util.TaskQueue)
            at java.lang.Object.wait(Object.java:485)
            at java.util.TimerThread.mainLoop(Timer.java:483)
            - locked <0x056a68c8> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:462)
    "Timer queue for AWT thread" daemon prio=6 tid=0x17ee3400 nid=0xe58 in Object.wait() [0x1db8f000..0x1db8fb94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x05543878> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at ice.util.awt.TimedAWTExecutor.nextElem(TimedAWTExecutor.java:108)
            - locked <0x05543878> (a java.lang.Object)
            at ice.util.awt.TimedAWTExecutor.runScheduler(TimedAWTExecutor.java:130)
            at ice.util.awt.TimedAWTExecutor$1.run(TimedAWTExecutor.java:19)
    "BaseTreeExplorer.NodeOpeningExecutor" prio=6 tid=0x1a444800 nid=0x4c4 waiting on condition [0x1d98f000..0x1d98fc94]
       java.lang.Thread.State: WAITING (parking)
            at sun.misc.Unsafe.park(Native Method)
            - parking to wait for  <0x052d82c0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
            at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
            at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
            at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
            at java.lang.Thread.run(Thread.java:619)
    "pool-2-thread-1" prio=6 tid=0x1a4a4800 nid=0x80c in Object.wait() [0x1d88f000..0x1d88fd14]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x06dd3140> (a java.io.PipedInputStream)
            at java.io.PipedInputStream.awaitSpace(PipedInputStream.java:257)
            at java.io.PipedInputStream.receive(PipedInputStream.java:215)
            - locked <0x06dd3140> (a java.io.PipedInputStream)
            at java.io.PipedOutputStream.write(PipedOutputStream.java:132)
            at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
            at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
            - locked <0x06dd31f8> (a java.io.BufferedOutputStream)
            at oracle.dbtools.raptor.newscriptrunner.WrapListenBufferOutputStream.flush(WrapListenBufferOutputStream.java:81)
            at oracle.dbtools.raptor.newscriptrunner.ScriptRunner.run(ScriptRunner.java:156)
            at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:215)
            at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:145)
            at oracle.dbtools.raptor.scriptrunner.utils.ScriptUtils.runAsScript(ScriptUtils.java:114)
            at oracle.dbtools.raptor.scriptrunner.utils.ScriptUtils.runAsScript(ScriptUtils.java:71)
            at oracle.dbtools.raptor.InitializeConnectionListener.runLoginSql(InitializeConnectionListener.java:176)
            at oracle.dbtools.raptor.InitializeConnectionListener.initConnection(InitializeConnectionListener.java:132)
            at oracle.dbtools.raptor.InitializeConnectionListener$1.initializeConnection(InitializeConnectionListener.java:47)
            at oracle.dbtools.raptor.utils.Connections.initializeConnection(Connections.java:1602)
            at oracle.dbtools.raptor.utils.Connections.access$100(Connections.java:71)
            at oracle.dbtools.raptor.utils.Connections$ConnectionInfo.getDatabase(Connections.java:189)
            - locked <0x0528c860> (a oracle.dbtools.raptor.utils.Connections$ConnectionInfo)
            at oracle.dbtools.raptor.utils.Connections.getConnection(Connections.java:986)
            at oracle.dbtools.raptor.utils.Connections.getConnection(Connections.java:967)
            at oracle.dbtools.raptor.navigator.DatabaseConnection.openConnectionImpl(DatabaseConnection.java:117)
            at oracle.dbtools.raptor.navigator.AbstractConnectionNode.getConnection(AbstractConnectionNode.java:30)
            - locked <0x05288798> (a java.lang.Object)
            at oracle.dbtools.raptor.navigator.ConnectionFilter.getFactory(ConnectionFilter.java:94)
            at oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork(ConnectionFilter.java:119)
            at oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork(ConnectionFilter.java:104)
            at oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
            at java.util.concurrent.FutureTask.run(FutureTask.java:138)
            at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:500)
            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:619)
    "Scheduler" daemon prio=6 tid=0x1a4c6400 nid=0xce4 in Object.wait() [0x1d78f000..0x1d78fd94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x05280ea8> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
            at java.lang.Object.wait(Object.java:485)
            at oracle.dbtools.raptor.backgroundTask.TaskLinkedList.takeNextTask(TaskLinkedList.java:47)
            - locked <0x05280ea8> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
            at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$SchedulerThread.run(RaptorTaskManager.java:429)
    "Thread-8" daemon prio=6 tid=0x1a4c8800 nid=0xafc in Object.wait() [0x1b15f000..0x1b15fa14]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x051e96e0> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
            - locked <0x051e96e0> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
            at org.tmatesoft.svn.core.javahl.SVNClientImplTracker.run(SVNClientImplTracker.java:65)
            at java.lang.Thread.run(Thread.java:619)
    "Thread-6" daemon prio=6 tid=0x1a44f400 nid=0x4b4 runnable [0x1b25f000..0x1b25fb14]
       java.lang.Thread.State: RUNNABLE
            at sun.print.Win32PrintServiceLookup.notifyPrinterChange(Native Method)
            at sun.print.Win32PrintServiceLookup.access$100(Win32PrintServiceLookup.java:32)
            at sun.print.Win32PrintServiceLookup$PrinterChangeListener.run(Win32PrintServiceLookup.java:302)
    "ChangeSetService" prio=2 tid=0x1a481400 nid=0xb68 in Object.wait() [0x19daf000..0x19dafc14]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x04b18b28> (a oracle.jdevimpl.vcs.changeset.ChangeSetService)
            at java.lang.Object.wait(Object.java:485)
            at oracle.jdevimpl.vcs.changeset.ChangeSetService.awaitEvents(ChangeSetService.java:178)
            - locked <0x04b18b28> (a oracle.jdevimpl.vcs.changeset.ChangeSetService)
            at oracle.jdevimpl.vcs.changeset.ChangeSetService.eventLoop(ChangeSetService.java:199)
            at oracle.jdevimpl.vcs.changeset.ChangeSetService.access$200(ChangeSetService.java:56)
            at oracle.jdevimpl.vcs.changeset.ChangeSetService$2.run(ChangeSetService.java:138)
            at java.lang.Thread.run(Thread.java:619)
    "TimerQueue" daemon prio=6 tid=0x193a4400 nid=0xb9c in Object.wait() [0x19a9f000..0x19a9fd14]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x047b3898> (a javax.swing.TimerQueue)
            at javax.swing.TimerQueue.postExpiredTimers(TimerQueue.java:218)
            - locked <0x047b3898> (a javax.swing.TimerQueue)
            at javax.swing.TimerQueue.run(TimerQueue.java:234)
            - locked <0x047b3898> (a javax.swing.TimerQueue)
            at java.lang.Thread.run(Thread.java:619)
    "TimedCache-Timer" daemon prio=6 tid=0x18090400 nid=0xe2c in Object.wait() [0x18bcf000..0x18bcfa94]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x04194a60> (a java.util.TaskQueue)
            at java.util.TimerThread.mainLoop(Timer.java:509)
            - locked <0x04194a60> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:462)
    "JarIndex Timer" daemon prio=6 tid=0x18087000 nid=0x87c in Object.wait() [0x186cf000..0x186cfb14]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x040ef1c8> (a java.util.TaskQueue)
            at java.util.TimerThread.mainLoop(Timer.java:509)
            - locked <0x040ef1c8> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:462)
    "AWT-EventQueue-0" prio=6 tid=0x1803c800 nid=0x4d4 in Object.wait() [0x185bf000..0x185bfb94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x04096640> (a java.awt.EventQueue)
            at java.lang.Object.wait(Object.java:485)
            at java.awt.EventQueue.getNextEvent(EventQueue.java:479)
            - locked <0x04096640> (a java.awt.EventQueue)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:236)
            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)
    "AWT-Windows" daemon prio=6 tid=0x18031000 nid=0xbfc runnable [0x183bf000..0x183bfc94]
       java.lang.Thread.State: RUNNABLE
            at sun.awt.windows.WToolkit.eventLoop(Native Method)
            at sun.awt.windows.WToolkit.run(WToolkit.java:291)
            at java.lang.Thread.run(Thread.java:619)
    "AWT-Shutdown" prio=6 tid=0x18008c00 nid=0xfc8 in Object.wait() [0x182bf000..0x182bfd14]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x04096800> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:485)
            at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
            - locked <0x04096800> (a java.lang.Object)
            at java.lang.Thread.run(Thread.java:619)
    "Java2D Disposer" daemon prio=10 tid=0x18018000 nid=0xe38 in Object.wait() [0x181bf000..0x181bfd94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x04096890> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
            - locked <0x04096890> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
            at sun.java2d.Disposer.run(Disposer.java:125)
            at java.lang.Thread.run(Thread.java:619)
    "Low Memory Detector" daemon prio=6 tid=0x00da5400 nid=0xd8c runnable [0x00000000..0x00000000]
       java.lang.Thread.State: RUNNABLE
    "CompilerThread0" daemon prio=10 tid=0x00d9f800 nid=0x7c8 waiting on condition [0x00000000..0x17caf7bc]
       java.lang.Thread.State: RUNNABLE
    "Attach Listener" daemon prio=10 tid=0x00d9e000 nid=0xb5c runnable [0x00000000..0x00000000]
       java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x00d9cc00 nid=0xf90 waiting on condition [0x00000000..0x00000000]
       java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=8 tid=0x00d8d400 nid=0xe60 in Object.wait() [0x179af000..0x179afc94]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x04010298> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
            - locked <0x04010298> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x00d88800 nid=0xb4c in Object.wait() [0x0100f000..0x0100fd14]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x04010320> (a java.lang.ref.Reference$Lock)
            at java.lang.Object.wait(Object.java:485)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
            - locked <0x04010320> (a java.lang.ref.Reference$Lock)
    "main" prio=6 tid=0x00937c00 nid=0x918 waiting on condition [0x00000000..0x0012fae8]
       java.lang.Thread.State: RUNNABLE
    "VM Thread" prio=10 tid=0x00d85000 nid=0xc1c runnable
    "VM Periodic Task Thread" prio=10 tid=0x00dafc00 nid=0xfbc waiting on condition
    JNI global references: 4973
    Heap
    def new generation   total 4288K, used 3663K [0x030b0000, 0x03550000, 0x04010000)
      eden space 3840K,  88% used [0x030b0000, 0x034059d0, 0x03470000)
      from space 448K,  55% used [0x034e0000, 0x0351e230, 0x03550000)
      to   space 448K,   0% used [0x03470000, 0x03470000, 0x034e0000)
    tenured generation   total 56216K, used 47406K [0x04010000, 0x076f6000, 0x0f8b0000)
       the space 56216K,  84% used [0x04010000, 0x06e5b818, 0x06e5ba00, 0x076f6000)
    compacting perm gen  total 68864K, used 68853K [0x0f8b0000, 0x13bf0000, 0x178b0000)
       the space 68864K,  99% used [0x0f8b0000, 0x13bed538, 0x13bed600, 0x13bf0000)
    No shared spaces configured.Running on XP with the built in Java, german local settings
    Regards
    Marcus

    Hello Turloch,
    maybe you can see something from the log when I start SQL-Developer with sqldeveloper-debug.conf included?
    I replaced the sequence because it differs in both logs, yet the sorting is still descending.
    The log before the connect is identical with and without the dubious statement
    FINEST     84     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END                                                                                                                                                                      
    FINEST     83     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - END                                                                                                                                                                        
    FINEST     82     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - CLOSE: c:\ora\network\tnsnames.ora                                                                                                                                         
    FINE     81     0     oracle.dbtools.raptor.utils.TNSHelper     Adding:nn01.WORLD                                                                                                                                                                        
    FINE     80     0     oracle.dbtools.raptor.utils.TNSHelper     Adding:wik1.WORLD                                                                                                                                                                        
    .. many more                                                                                                                                                                     
    FINE     23     0     oracle.dbtools.raptor.utils.TNSHelper     Adding:cei1.WORLD                                                                                                                                                                        
    FINE     22     0     oracle.dbtools.raptor.utils.TNSHelper     Adding:adb1.WORLD                                                                                                                                                                        
    FINEST     21     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - OPEN: c:\ora\network\tnsnames.ora                                                                                                                                          
    FINEST     20     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - START                                                                                                                                                                      
    FINEST     19     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSItems - START                                                                                                                                                                      
    INFO     18     0     oracle.dbtools.raptor.utils.TNSHelper     Using TNS info from :c:\ora\network                                                                                                                                                      
    FINEST     17     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - END                                                                                                                                                                  
    INFO     16     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network                                                                                                                                               
    INFO     15     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser                                                                                                                      
    INFO     14     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora                                                                                                                                  
    FINEST     13     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START                                                                                                                                                                
    FINEST     12     31     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START                                                                                                                                                                    
    FINE     11     16     oracle.jdevimpl.db.adapter.DefaultContextWrapper     Creating AdfJndiContext at /T:/Sqldeveloper/system3.0.04.34/o.jdeveloper.db.connection.11.1.1.4.37.59.31/connections.xml took 31ms                                           
    FINE     10     0     oracle.adf.share.common.rc.util.impl.JarDocumentCache     Jar document cache lastMod: true                                                                                                                                         
    FINE     9     15     oracle.adf.share.common.rc.util.impl.JarDocumentCache     Jar document cache size: 0                                                                                                                                               
    FINE     8     0     oracle.adf.share.jndi.FileSystemBackingStore     Reading file : T:\Sqldeveloper\system3.0.04.34\o.jdeveloper.db.connection.11.1.1.4.37.59.31\connections.xml                                                                      
    FINEST     7     0     oracle.adf.share.jndi.ContextImpl     The Context.PROVIDER_URL is /T:/Sqldeveloper/system3.0.04.34/o.jdeveloper.db.connection.11.1.1.4.37.59.31/connections.xml                                                                    
    FINEST     6     0     oracle.adf.share.jndi.FileSystemBackingStore     FileSystemBackingStore is being initialized                                                                                                                                      
    FINE     5     0     oracle.adf.share.jndi.ContextImpl     Backing Store :null                                                                                                                                                                          
    FINEST     4     16     oracle.adf.share.jndi.ContextImpl     The Context.PROVIDER_URL is /T:/Sqldeveloper/system3.0.04.34/o.jdeveloper.db.connection.11.1.1.4.37.59.31/connections.xml                                                                    
    INFO     3     500     oracle.dbtools.raptor.utils.Connections     Connection Architecture duration:0                                                                                                                                                       
    FINER     2     47     oracle.jdevimpl.db.DBConnAddin     addins are loaded so database connections are now available                                                                                                                                      
    FINE     1     0     oracle.jdeveloper.db.adapter     DB Adapter warning: Replacing connection creator oracle.jdeveloper.db.adapter.OracleConnectionCreator for subtype oraJDBC with oracle.dbtools.raptor.standalone.connection.RaptorConnectionCreator Now I try to connect. The next part is the same again
    INFO     153     32     oracle.dbtools.raptor.newscriptrunner.OutputRedirector     Output Pipe finished
    INFO     152     15     oracle.dbtools.db.DBUtil     Prepared:select count(1) from all_objects where object_name = ?
    INFO     151     0     oracle.dbtools.db.DBUtil     Prepared:ALTER SESSION SET PLSQL_WARNINGS = 'enable:performance'
    INFO     150     0     oracle.dbtools.db.DBUtil     Prepared:ALTER SESSION SET PLSQL_WARNINGS = 'enable:severe'
    INFO     149     0     oracle.dbtools.db.DBUtil     Prepared:ALTER SESSION SET PLSQL_WARNINGS = 'disable:informational'
    INFO     148     0     oracle.dbtools.db.DBUtil     Prepared:ALTER SESSION SET PLSQL_WARNINGS = 'enable:all'
    INFO     147     0     oracle.dbtools.db.DBUtil     Prepared:alter session set PLSQL_DEBUG=true
    INFO     146     0     oracle.dbtools.db.DBUtil     Prepared:alter session set PLSQL_OPTIMIZE_LEVEL=0
    INFO     145     0     oracle.dbtools.db.DBUtil     Prepared:select sys_context('USERENV','SID') from dual
    INFO     144     0     oracle.dbtools.db.DBUtil     Prepared:select sys_context('USERENV','SESSIONID') from dual
    INFO     143     16     oracle.dbtools.db.DBUtil     Prepared:select USER from dual
    INFO     142     328     oracle.dbtools.db.DBUtil     Prepared:select * from v$version where banner like '%Oracle%'
    FINE     141     47     oracle.javatools.db.DBObjectProviderFactory     Provider created using key IdeConnections%23CLON+1+rvs_tables: oracle.javatools.db.ora.Oracle11gR2
    FINE     140     0     oracle.javatools.db     CLON 1 rvs_tables: new oracle.javatools.db.ora.Oracle11gR2
    FINER     139     484     oracle.javatools.db     Opening connection for CLON 1 rvs_tables took 484ms
    FINEST     138     0     oracle.dbtools.raptor.utils     getTNSEntries - END
    INFO     137     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :c:\ora\network
    INFO     136     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     135     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     134     0     oracle.dbtools.raptor.utils     getTNSFileContent - START
    FINEST     133     1516     oracle.dbtools.raptor.utils     getTNSEntries - START
    FINEST     132     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
    INFO     131     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
    INFO     130     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     129     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     128     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
    FINEST     127     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
    FINEST     126     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
    INFO     125     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
    INFO     124     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     123     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     122     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
    FINEST     121     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
    FINEST     120     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
    INFO     119     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
    INFO     118     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     117     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     116     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
    FINEST     115     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
    FINEST     114     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
    INFO     113     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
    INFO     112     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     111     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     110     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
    FINEST     109     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
    FINEST     108     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
    INFO     107     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
    INFO     106     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     105     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     104     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
    FINEST     103     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
    FINEST     102     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
    INFO     101     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
    INFO     100     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     99     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     98     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
    FINEST     97     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
    FINEST     96     15     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
    INFO     95     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
    INFO     94     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     93     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     92     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
    FINEST     91     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START
    FINEST     90     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - END
    INFO     89     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :c:\ora\network
    INFO     88     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     87     0     oracle.dbtools.raptor.utils.TNSHelper     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     86     0     oracle.dbtools.raptor.utils.TNSHelper     getTNSFileContent - START
    FINEST     85     23344     oracle.dbtools.raptor.utils.TNSHelper     getTNSEntries - START The following part is missing when I use the skript with the statement
    INFO     250     47     oracle.dbtools.raptor.utils.TNSHelper     dba_synonyms:Not Found
    INFO     249     16     oracle.dbtools.raptor.utils.TNSHelper     dba_plsql_object_settings:Not Found
    INFO     248     15     oracle.dbtools.raptor.utils.TNSHelper     dba_snapshot_logs:Not Found
    INFO     247     32     oracle.dbtools.raptor.utils.TNSHelper     dba_mviews:Not Found
    INFO     246     15     oracle.dbtools.raptor.utils.TNSHelper     dba_indexes:Not Found
    INFO     245     16     oracle.dbtools.raptor.utils.TNSHelper     dba_objects:Not Found
    INFO     244     0     oracle.dbtools.raptor.utils.TNSHelper     dba_directories:Not Found
    INFO     243     281     oracle.dbtools.raptor.utils.TNSHelper     dba_tab_privs:Not Found
    INFO     242     156     oracle.dbtools.raptor.utils.TNSHelper     dba_db_links:Not Found
    INFO     241     0     oracle.dbtools.raptor.utils.Connections     Time to initialize oracle.dbtools.raptor.InitializeConnectionListener$1: 485ms
    FINE     240     16     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CHARACTERSET=WE8ISO8859P15
    FINE     239     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE_OFFSET=+02:00
    FINE     238     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE=Europe/Berlin
    FINE     237     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:DB_TIMEZONE=+00:00
    FINE     236     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NCHAR_CONV_EXCP=FALSE
    FINE     235     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LENGTH_SEMANTICS=BYTE
    FINE     234     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_COMP=BINARY
    FINE     233     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DUAL_CURRENCY=$
    FINE     232     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_TZ_FORMAT=DD.MM.RRRR HH24:MI:SSXFF TZR
    FINE     231     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_TZ_FORMAT=HH.MI.SSXFF AM TZR
    FINE     230     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_FORMAT=DD.MM.RRRR HH24:MI:SSXFF
    FINE     229     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_FORMAT=HH.MI.SSXFF AM
    FINE     228     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_SORT=BINARY
    FINE     227     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_LANGUAGE=GERMAN
    FINE     226     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_FORMAT=DD.MM.YYYY
    FINE     225     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CALENDAR=GREGORIAN
    FINE     224     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NUMERIC_CHARACTERS=.,
    FINE     223     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_ISO_CURRENCY=GERMANY
    FINE     222     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CURRENCY=€
    FINE     221     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TERRITORY=AMERICA
    FINE     220     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LANGUAGE=AMERICAN
    FINE     219     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CHARACTERSET=WE8ISO8859P15
    FINE     218     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE_OFFSET=+02:00
    FINE     217     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE=Europe/Berlin
    FINE     216     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:DB_TIMEZONE=+00:00
    FINE     215     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NCHAR_CONV_EXCP=FALSE
    FINE     214     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LENGTH_SEMANTICS=BYTE
    FINE     213     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_COMP=BINARY
    FINE     212     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DUAL_CURRENCY=$
    FINE     211     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_TZ_FORMAT=DD.MM.RRRR HH24:MI:SSXFF TZR
    FINE     210     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_TZ_FORMAT=HH.MI.SSXFF AM TZR
    FINE     209     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_FORMAT=DD.MM.RRRR HH24:MI:SSXFF
    FINE     208     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_FORMAT=HH.MI.SSXFF AM
    FINE     207     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_SORT=BINARY
    FINE     206     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_LANGUAGE=GERMAN
    FINE     205     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_FORMAT=DD.MM.YYYY
    FINE     204     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CALENDAR=GREGORIAN
    FINE     203     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NUMERIC_CHARACTERS=.,
    FINE     202     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_ISO_CURRENCY=GERMANY
    FINE     201     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CURRENCY=€
    FINE     200     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TERRITORY=AMERICA
    FINE     199     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LANGUAGE=AMERICAN
    FINE     198     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_LENGTH_SEMANTICS:BYTE:BYTE
    INFO     197     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_ISO_CURRENCY='GERMANY'
    INFO     196     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_ISO_CURRENCY='GERMANY'
    FINE     195     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_ISO_CURRENCY:GERMANY:AMERICA
    INFO     194     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_CURRENCY='€'
    INFO     193     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_CURRENCY='€'
    FINE     192     16     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_CURRENCY:€:$
    INFO     191     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_TIMESTAMP_TZ_FORMAT='DD.MM.RRRR HH24:MI:SSXFF TZR'
    INFO     190     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_TIMESTAMP_TZ_FORMAT='DD.MM.RRRR HH24:MI:SSXFF TZR'
    FINE     189     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_TIMESTAMP_TZ_FORMAT:DD.MM.RRRR HH24:MI:SSXFF TZR:DD-MON-RR HH.MI.SSXFF AM TZR
    INFO     188     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_TIMESTAMP_FORMAT='DD.MM.RRRR HH24:MI:SSXFF'
    INFO     187     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_TIMESTAMP_FORMAT='DD.MM.RRRR HH24:MI:SSXFF'
    FINE     186     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_TIMESTAMP_FORMAT:DD.MM.RRRR HH24:MI:SSXFF:DD-MON-RR HH.MI.SSXFF AM
    INFO     185     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_DATE_FORMAT='DD.MM.YYYY'
    INFO     184     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_DATE_FORMAT='DD.MM.YYYY'
    FINE     183     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_DATE_FORMAT:DD.MM.YYYY:DD-MON-RR
    INFO     182     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_DATE_LANGUAGE='GERMAN'
    INFO     181     0     oracle.dbtools.db.DBUtil     Prepared:alter session set NLS_DATE_LANGUAGE='GERMAN'
    FINE     180     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_DATE_LANGUAGE:GERMAN:AMERICAN
    FINE     179     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_COMP:BINARY:BINARY
    FINE     178     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_SORT:BINARY:BINARY
    FINE     177     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_TERRITORY:AMERICA:AMERICA
    FINE     176     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Checking:NLS_LANGUAGE:AMERICAN:AMERICAN
    FINE     175     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CHARACTERSET=WE8ISO8859P15
    FINE     174     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE_OFFSET=+02:00
    FINE     173     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:SESSION_TIMEZONE=Europe/Berlin
    FINE     172     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:DB_TIMEZONE=+00:00
    FINE     171     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NCHAR_CONV_EXCP=FALSE
    FINE     170     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LENGTH_SEMANTICS=BYTE
    FINE     169     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_COMP=BINARY
    FINE     168     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DUAL_CURRENCY=$
    FINE     167     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_TZ_FORMAT=DD-MON-RR HH.MI.SSXFF AM TZR
    FINE     166     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_TZ_FORMAT=HH.MI.SSXFF AM TZR
    FINE     165     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIMESTAMP_FORMAT=DD-MON-RR HH.MI.SSXFF AM
    FINE     164     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TIME_FORMAT=HH.MI.SSXFF AM
    FINE     163     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_SORT=BINARY
    FINE     162     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_LANGUAGE=AMERICAN
    FINE     161     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_DATE_FORMAT=DD-MON-RR
    FINE     160     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CALENDAR=GREGORIAN
    FINE     159     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_NUMERIC_CHARACTERS=.,
    FINE     158     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_ISO_CURRENCY=AMERICA
    FINE     157     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_CURRENCY=$
    FINE     156     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_TERRITORY=AMERICA
    FINE     155     0     oracle.dbtools.raptor.nls.OracleNLSProvider     Loaded:NLS_LANGUAGE=AMERICAN
    INFO     154     93     oracle.dbtools.db.DBUtil     Prepared:begin dbms_output.enable(1000000); end; The following part is identical again, except that it is repeated once more without the statement
    FINEST     347     15     oracle.dbtools.raptor.utils     getTNSEntries - END
    INFO     346     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :c:\ora\network
    INFO     345     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     344     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     343     0     oracle.dbtools.raptor.utils     getTNSFileContent - START
    FINEST     342     0     oracle.dbtools.raptor.utils     getTNSEntries - START
    FINEST     341     0     oracle.dbtools.raptor.utils     getTNSEntries - END
    INFO     340     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :c:\ora\network
    INFO     339     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     338     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     337     0     oracle.dbtools.raptor.utils     getTNSFileContent - START
    FINEST     336     0     oracle.dbtools.raptor.utils     getTNSEntries - START
    FINEST     257     0     oracle.dbtools.raptor.utils     getTNSEntries - END
    INFO     256     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :c:\ora\network
    INFO     255     16     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\Dokumente und Einstellungen\auser
    INFO     254     0     oracle.dbtools.raptor.utils     Checking for tnsnames.* in :C:\ora\network\tnsnames.ora
    FINEST     253     0     oracle.dbtools.raptor.utils     getTNSFileContent - START
    FINEST     252     0     oracle.dbtools.raptor.utils     getTNSEntries - START
    FINEST     251     0     oracle.dbtools.raptor.utils     getTNSEntries - END Regards
    Marcus

  • Version 2 - Cannot open Connection window

    Version 2.1.0.62
    Build Main 62.61
    Host - Windows XP.
    I have just installed this version, but cannot create a new connection. The connection window just does not appear.
    I have tried:
    - Clicking the Plus icon on the left panel.
    - Right clicking "Connections" - new
    - Clicking an existing (migrated) connection and selecting properties
    - File - New - Highlight Database Connection - brings up window with title "New Gallery"
    Nothing happens.
    I am afraid I need to downgrade / use TOAD as I need to get some work done.
    Would really like to get it working - by any means
    Just sending some feedback.
    Thanks
    Paul
    Edited by: PJ on Oct 12, 2009 4:17 AM

    Hi there,
    Thanks for responding.
    I downloaded the the version that included the JDK, and when prompted for Java pointed to:
    C:\Program Files\sqldeveloper\jdk\jre\bin as far as I recall. (java.exe is in this directory)
    I loaded over the previous version (1.5)
    I have local admin rights, I believe.
    Don't know how to check Local and Language but almost certainly EN-UK and GMT.
    C:\Dev\SVN>java -version
    java version "1.6.0_16"
    Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
    Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)
    I had to re-install an earlier version (over version 2 ):
    CVS Version     Internal to Oracle SQL Developer (client-only)
    Java(TM) Platform     1.5.0_06
    Oracle IDE     1.5.5.59.69
    Versioning Support     1.5.5.59.69
    But if I cd to above mentioned location:
    C:\Program Files\sqldeveloper\jdk\jre\bin>java -version
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
    An now with this version I cannot get to the connection window.
    The workaround I am using is to edit the xml file containing connections and importing it.
    I hope that is helpful - I can send more info if you require,
    thanks
    pj
    Edited by: PJ on Oct 13, 2009 2:59 AM

  • HT5313 I have been trying for weeks to download update 10.7.5 and cannot do so.  I do get a message at the end - "connection reset by peer".  Can anyone shed any light on why I cannot download this update and what the message may mean?  Thanks.

    I have been trying for weeks to download update 10.7.5 and cannot do so.  I do get a message at the end - "connection reset by peer".  Can anyone shed any light on why I cannot download this update and what the message may mean?  Thanks.

    Take a look at this discussion and the ones listed under "more like this" in the right column:
    https://discussions.apple.com/thread/4166820?start=0&tstart=0

  • HT5167 When I try to install the update"MAC OS X Update Combined, I get a message that says it cannot be saved & connection reset by peer.  What do I need to do to get this update installed.  I just purchased my first iMAC and don't know anything about it

    When I try to install the update"MAC OS X Update Combined, I get a message that says it cannot be saved & connection reset by peer.  What do I need to do to get this update installed.  I just purchased my first iMAC and don't know anything about it.

    Try here:
    http://support.apple.com/kb/DL1524

  • Lync 2010: Deleted Trusted Server remains in Config: Failed to connect to a peer server

    Hi
    We added a Trusted Application to our Lync 2010 topology and removed it a few days later as it became clear it will not work for us..
    Since then conference group chats do not work any longer.
    If I trace the issue I get
    reason="Failed to connect to a peer server";WinsockFailureCode="10060(WSAETIMEDOUT)";WinsockFailureDescription="The peer did not respond to the connection attempt";Peer="deletedFQDN";Port="5061"
    The host (peer) still exists but the application once running on port 5061 does not.
    If I look in AD-Configuration I cannot find the Peer or anything related to it. It is already deleted in the topology (as far as I can see).
    Where else can I look for (and delete) orphaned Peer entries?
    BR
    schuess

    Run Export-CsConfiguration -FileName c:\TP.zip, open the xml file in folder TP.zip, check if the IP address for trusted application exists.
    If it exists, run the command Get-CsStaticRoutingConfiguration to check if something is related with the trusted application.
    If yes, to remove it, you can run the command Set-CsStaticRoutingConfiguration -Route $null.
    Lisa Zheng
    TechNet Community Support

  • Socket read error: connection reset by peer

    Hi.
    Has anybody experienced the error message �Socket read error: connection reset by peer�
    Please see below for detailed information.
    Appreciate your help
    Regards
    RT
    Enviroment specification
    Server: HP/UX 11.00 64-bit, Oracle RDBMS 8.1.6.0.0 64-bit
    2 firewalls between client and db.
    Client:
    Win 2000,
    SP3,
    Oracle Client 8.1.7.0.0 ,JDBC OCI (thin JDBC driver,class12.zip)
    JDK 1.3
    JRUN3.0
    The TCP protocol is being used in the communication
    Error messages
    Web Users receive:           Socket read error: connection reset by peer
    Trace files on the sever:      Read unexpected EOF ERROR on 18.
    Explanation: The error in the server sqlnet trace file, suggests that a client connection has terminated abnormally, i.e. client machine powered off, a cable removed or a network connection aborted without warning. No user has complained of such a problem and there is no client trace with an error.
    The problem
    The users of the java web application, experiencing an exception almost once or twice a day.
    The JRUN web-server reports broken connections to the db and client are receiving "connection reset by peer".
    At the moment when the errors occurs the users just have to wait a while(2-10 min) and then they can use the web application again.(no action is taken)
    This problem can not be reproduced. The problem happens only occasionally when the network is under heavy load and new DB connection is being created.
    The application
    The java web-application uses a customized connection pooling against the database. This pool is shared among all the users of the website. whenever a user process needs to fetch data from the database, a free connection from this pool is allocated. The application is testing if the connection is valid before making a transaction (select '1' from dual). When the error occurs a ORA-3113 end-of-file on communication channel is returned to the application.
    The path between the client and db involves at least two firewalls. The firewalls are opened for sql*net traffic. The network group can tell that enquiries from the app.server is not getting feedback from the db. They have not however, identified if the enquiries are reaching the db-srever, or if they are stopped earlier in the network.
    Around 1000 users, are using other applications which uses dedicated sqlnet connections against the db and they have not experienced any problems.
    Issues considered
    Connection pooling
    It is a customized connection pooling, developed by Lindorff developers.
    I have read through the source code for the connection pooling and it does the job as it should, and in case of bad connection, it tries to create a new connection.
    The log file shows that the call to the method DriverManager.getConnection() hangs until the server goes down, which is probably because of the fact that the method DriverManager.setLoginTimeout(), does not take effect and timeout value is Zero. ( According to oracle , Oracle JDBC does not support login timeouts and calling the static DriverManager.setLoginTimeout() method will have no effect).
    Firewall
    One thing to consider is when the firewall may decide to shut down the socket due to long inactivity of a connection. This will cause problems to JDBC Connection Pool because the pool is not aware of this disconnection at the TCP/IP level; until someone checks out the connection from the pool and tries to use it. The user will get a Socket read error: connection reset by peer.
    Jrun timeout paramter is less than the firewall�s timeout so the firewall will not close a connection before Jrun does.
    Number of processes the DB can handle
    Processes parameter is 1300, , they have not experienced the Oracle error msg �max # of processes reached�.
    Port redirection through a firewall:
    Since the firewall has a sql net proxy Port redirection through a firewall is not a problem. Problems with port redirection only appear at connect time, but in this situation the connections fail long after the connection is established.
    The network group
    The network people who investigaged the problem at Lindorff report that there are a significant amount of "dropped packages" between the database server and the jdbc client (web-application) 24 hrs. The reason for this is "unknown established TCP packet" which means that the firewall does not consider these packages to be part of an already established session. The network group believes this happen because one of the hosts send a RESET or FIN signal which the firewall have noticed but are not received by the other host.
    It seems like the firewall are dropping packages bacause of "Unknown
    established TCP packet" from both the JDBC client and the TNSLISTENER on the database server. The dropped packages are SQL*Net v2 traffic so clearly Oracle products are involved

    Presumably something is working.
    Thus the problem is not with your code. At least not the database part that you have control over.
    That error occurs when the other side closes the socket. Presumably you are catching lost connection exceptions and trying to restore it.

  • SSL: Connection reset by peer ; Failed to enable crypto error while calling the report using bing API with SOAP client

    Hi,
    I am trying to fetch report using bing API and making a SOAP call for fetching the data. I get the following error:
    [Warning] fopen(): SSL: Connection reset by peer [file] /var/www/sites/psmedia/perfectstormmedia/tools/class/msn_api.class.php [line] 780
    02-04-2015 10:17:41 (BST) : [Warning] fopen(): Failed to enable crypto [file] /var/www/sites/psmedia/perfectstormmedia/tools/class/msn_api.class.php [line] 780
    02-04-2015 10:17:41 (BST) : [Warning] fopen(https://download.api.bingads.microsoft.com/ReportDownload/Download.aspx?q=rzr63XFt5qJduddohoIRyOYAP%2f1%2ftsnhk8L%2bzBmUpdU2CQlcUB98RpY%2bbOaLFFGMqAC4IUUadC%2fNdNnJqeVCY%2f%2bpy6noVsVA%2fMJp47a3Xb1VjABfKhcdKy6vqpgEdcQg%2fQZ7QcEpZ3bEloJjUtGpDquFk53BnkeHEPVWZkDYcsQegRz%2fpG4t4w6gKCCRmhArd6osr6ZU9CMJ3lbxtGXjcQEMPvP2apNyr9P%2fc8niyfWA2aBcm1aEmOLX2KL3aRJ4rz9N7gG7uBslVZH%2b4rUjHdB7CMkbb%2fHyHwvPTqGPbPCHnicefr%2b%2fDP70hlkBEGfyOOswK67%2bl1zh7CyIv%2bcMlaDsuDX1HeFf4uORfD41H1z7):
    failed to open stream: operation failed [file] /var/www/sites/psmedia/perfectstormmedia/tools/class/msn_api.class.php [line] 780
    Whenever I execute my script. Can you please let me know what we can do to solve this issue. The version of PHP we are using is 5.3.3 with open ssl. 

    Hi Shobha,
    I can't confirm what version of PHP you are using, but to err on the side of caution please use the version specified in the sample/SDK:
    PHP 5.4.14 has been installed from PHP.
    Here is our code examples:
    https://msdn.microsoft.com/en-US/library/bing-ads-overview-getting-started-php-with-web-services.aspx
    Thanks,
    Itai

  • Connection reset py peer

    When I try to connect to Itunes Store on my iphone, I get a message back saying "Cannot connect to Itunes Store.  Connection reset by peer.  How can I resolve this?

    Hi Roen,
    Maybe I'm pointing you into the wrong direction, on forehand my apologies for that.
    What I need you should check: Ironport has a limit on the number of concurrent TLS session. Your problem might occur when this limit is reached and an additional host tries to setup a TLS connection.
    (Not sure, just a shot in the dark)
    Good luck with this problem,
    Best Regards,
    Steven

  • Io exception: Connection reset by peer: JVM_recv in socket input stream read

    We are developing a new J2EE app using JDev, OC4J, servlets, and EJBs. We have determined that our firewall is closing database connections that have been idle for 1 hour. This is a security requirement that cannot be changed. When we try to use these idle connections in both stateless and entity beans, we consistently receive this or a similar error message:
    "ServletSACategoryList: Error invoking EJB procedure. Exception: java.sql.SQLException: StatelessSysAdminBean::getCategoryList - Io exception: Connection reset by peer: JVM_recv in socket input stream read "
    Environment:
    Oracle 9iAS 9.0.2.0.0
    Database: Oracle 8.1.7
    JDBC 8.1.7
    JDK 1.3
    JDev 9.0.2.829
    We are using the ejb-location attribute within data-sources.xml for JNDI lookup of the DataSource. Here is what this file looks like:
    <data-sources>
    <data-source
    class="oracle.jdbc.pool.OracleDataSource"
    name="jdbc/OracleDS"
    location="jdbc/OracleCoreDS"
    xa-location="jdbc/xa/OracleXADS"
    ejb-location="jdbc/OraclePoolDS"
    url="jdbc:oracle:thin:@###.###.#.###:1521:dev1"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username="????????"
    password="????????"
    max-connections="4"
    wait-timeout="20"
    min-connections="1"
    inactivity-timeout="60"
    connection-retry-interval="1"
    max-connect-attempts="3"
    />
    </data-sources>
    After calling getConnection() on the Connection object in my stateless bean, I have tried checking if the Connection object is null or isClosed(), I have caught any Exception, and looped to try again, but nothing has worked.
    Please respond to [email protected] or directly to this post if you can help in any way.
    Thank you,
    - Rob

    Hi Robert,
    If you don't mind, I can only offer a few suggestions for things
    to try -- I'm afraid I don't have a solution for you. Of-course,
    you may have already tried these things, so please excuse me if
    this is the case.
    Firstly, your "data-sources.xml" file looks "different". Have
    you read the "Data Sources" chapter of the "Oracle9iAS Containers
    for J2EE Services Guide, Release 2 (9.0.2)"? It is accessible
    from here:
    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/web.902/a95879/ds.htm#1004903
    Also, have you tried running OC4J in "debug" mode? This web
    page has more details:
    http://kb.atlassian.com/content/atlassian/howto/orionproperties.jsp
    I get the impression from the information you have supplied,
    that you may not be explicitly closing your database connections
    in your code. It looks to me like you are obtaining a database
    connection in your session bean, and then keeping it for the
    lifetime of that bean. Is that correct? I think it's better
    to obtain a connection when you need to interact with the database,
    and then close the connection immediately after completing the
    interaction with the database (but that's just my opinion).
    Lastly, if you haven't already discovered them, these web sites
    may also be of help:
    http://www.orionserver.com
    http://www.orionsupport.com
    http://www.elephantwalker.com
    Hope this helps you.
    Good Luck,
    Avi.

  • Always suffer "connection reset by peer" while performing software update

    Hi all,
    I just bought a brand new macbook air. The first thing I do for this laptop is to perform the software update. It suffered me for a long time that I always encounter the error message
    "Connection reset by peer The Installer package has been moved to the Trash. To try again, open the package from the Finder"
    For some update that the file larger than 10Mbytes, the error is very easy to occur. I will be ever lucky that I could download the update package for larger update file.
    I can make sure that my network to wireless route is well as I could download 500Mbytes file manually from internet without any problem. Actually, I had downloaded the mac X OS 10.5.4 package manually and upgrade the system from 10.5.2 to 10.5.4 as it is almost impossible for me use "software update" to download about 500Mbytes without "connection reset by peer" problem.
    Any input is appreciate.
    Thanks.

    I have the exact same problem , can any one please help with this
    Thanks

  • Servlet error java.io.IOException: Connection reset by peer

    While opening the R12 Notifications, error with Internal Server Error. And find this in application.log
    Servlet error
    java.io.IOException: Connection reset by peer
         at sun.nio.ch.FileDispatcher.write0(Native Method)
         at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
         at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
         at sun.nio.ch.IOUtil.write(IOUtil.java:75)
         at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
         at java.nio.channels.Channels.write(Channels.java:60)
         at java.nio.channels.Channels.access$000(Channels.java:47)
         at java.nio.channels.Channels$1.write(Channels.java:134)
         at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         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)
    Any idea ?????

    Hi,
    Please post the exact release of R12 along with the database version and OS.
    Is this issue with specific notification? If yes, please mention the steps to reproduce the issue.
    Was this working before? If yes, any changes have been done recently?
    Can you find any errors in the Workflow log file?
    Thanks,
    Hussein

  • Connection reset by peer issue

    Hello,
    Our application is occasionally getting messages like :
    weblogic java.net.SocketException: Connection reset by peer: JVM_recv
    in socket input stream read
    although it eventually recovers (we have the jdbc refreshTestMinutes
    set to 5). We are using Weblogic 5.1 Service Pack 12 and Jdk1.3.1_04
    connecting to SQL Server 2000 on another machine.
    After scratching our heads with what might be wrong with our
    application, we think it might be a network issue. Theres nothing in
    the SQL Server logs to indicate that there has been a problem on that
    side.
    Has anyone had this problem and resolved it, and if so how? Are we on
    the right track?
    Thanks,
    Caroline Sturtridge

    Thanks for those suggestions, we'll try them and see if they work.
    Strangely, I wrote a small program to keep a socket open between the
    two machines (completely separate from the main application) and we've
    not had a problem since...
    Z
    "Slava Imeshev" <[email protected]> wrote in message news:<[email protected]>...
    Hi Zeetha,
    "zeetha" <[email protected]> wrote in message
    news:[email protected]..
    Hello,
    Our application is occasionally getting messages like :
    weblogic java.net.SocketException: Connection reset by peer: JVM_recv
    in socket input stream read
    although it eventually recovers (we have the jdbc refreshTestMinutes
    set to 5). We are using Weblogic 5.1 Service Pack 12 and Jdk1.3.1_04
    connecting to SQL Server 2000 on another machine.
    After scratching our heads with what might be wrong with our
    application, we think it might be a network issue. Theres nothing in
    the SQL Server logs to indicate that there has been a problem on that
    side.
    Has anyone had this problem and resolved it, and if so how? Are we on
    the right track?It's definitely a network issue. I faced this kind of problem before.
    o You need to use test connections on reserve to true.
    o You need to talk to your network admin and find out
    if there are any firewalls/proxies between the app server
    and the database. They can be dropping connections
    after a period of incativity.
    o Ask the network admin to check error counters on the switch
    ports. Sometimes when the switch port is set to 100Mbit/Firm
    and other side use 100MBit/Auto, the parites can't negotiate
    speed and fall down to speed of 10th of kilobytes, having
    multiple errors etc. Cisco switches like doing this.
    Hope this helps.
    Regards,
    Slava Imeshev

Maybe you are looking for

  • Transport Error-The creation of the export DataSource failed

    Hi Experts, I am transporting a DSO from DEV to QA in 7.0 system.While transporting the DSo i am getting the below mentioned error. The creation of the export DataSource failed Reading the Metadata of APMD0009 ... Creating DataSource 8APMD0009 ... Pa

  • ITunes Match & new SSD doesn't recognize previous library.

    Hello: I have my iTunes library on an external drive and I recently replaced my internal drive with a new SSD. I installed all the software, opened iTunes and pointed the music folder to that external drive. I then turned on iTunes Match and after it

  • Two drives : same buffer on all hard drives ?

    I just ordered a SATA Maxtor drive 300G 7200, Buffer 16Mo (model 6B300S0) to add onto the second bay of my G5 DP 1.8 Ghz. The original drive (that will be kept in place) is also from Maxtor, 80G 7200, Buffer 8Mo. I just went by this article from appl

  • Dynamically change send-to address of EmailSubmitButton

    I'm modifying an access request form that we use. Depending on whether the request is for new access (for a new user) or a change to existing access, there may be more than one person who needs to receive the form. I need to know how to modify the Em

  • Escaping file copy error?

    I was copying a data CD which had a bad file. When I hit the bad file, the message appeared "The Finder cannot complete the operation because some data in "the source file" could not be read or writte. (Error code -36)". When I click okay, the Copy m