Wlst connect error in AIX 64 bit 10.3.3

What is the following?
I create a server using scripted WLST and call a
startServer('AdminServer','MyDomain'.....)
connect('weblogic','weblogic1','t3://xxxx:7019')
server is started. But connect fails with the following. The WLST script is OS unaware and works on Windows/HP/Solaris. The problem is only on AIX/64 bit/10.3.3. I can go to the MyDomain that I created and start the server using startWebLogic.sh. If I invoke weblogic.WLST from command line and I still get the following
=======================
AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1282604457094> <BEA-080003> <RuntimeExceptio
n thrown by rmi server: weblogic.management.remote.iiop.IIOPServerImpl.newClient
(Ljava.lang.Object;)
java.lang.NullPointerException.
java.lang.NullPointerException
at org.apache.harmony.security.Util.equalsIgnoreCase(Util.java:46)
at org.apache.harmony.security.fortress.PolicyUtils.getPolicyURLs(PolicyUtils.java:429)
at org.apache.harmony.security.fortress.DefaultPolicy$1.run(DefaultPolicy.java:307)
at org.apache.harmony.security.fortress.DefaultPolicy$1.run(DefaultPolicy.java:300)
at java.security.AccessController.doPrivileged(AccessController.java:202)
at org.apache.harmony.security.fortress.DefaultPolicy.refreshImpl(DefaultPolicy.java:300)
at org.apache.harmony.security.fortress.DefaultPolicy.<init>(DefaultPolicy.java:202)
at org.apache.harmony.security.fortress.DefaultPolicy.<init>(DefaultPolicy.java:195)
at org.apache.harmony.security.fortress.DefaultPolicy.<init>(DefaultPolicy.java:182)
at java.security.Policy.getDefaultProvider(Policy.java:485)
at java.security.Policy.getAccessiblePolicy(Policy.java:524)
at java.security.ProtectionDomain.implies(ProtectionDomain.java:159)
at java.security.AccessController.checkPermission(AccessController.java:98)
at com.sun.jmx.remote.security.SubjectDelegator.checkRemoveCallerContext(SubjectDelegator.java:135)
at javax.management.remote.rmi.RMIConnectionImpl.<init>(RMIConnectionImpl.java:128)
at weblogic.management.remote.iiop.IIOPServerImpl.makeClient(IIOPServerImpl.java:69)
at javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:243)
at javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:192)
at weblogic.management.remote.iiop.IIOPServerImpl_WLSkel.invoke(UnknownSource)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Edited by: user9975126 on Aug 25, 2010 5:55 AM

This does not make any difference. I sourced setWLSEnv.sh. Manually started my server (and not through WLST startServer command)
And tried a
connect('weblogic','xxxxxxxxx','t3://xxxxxx:7019')
Server Console
=========
<Aug 24, 2010 7:18:16 AM EDT> <Warning> <RMI> <BEA-080003> <RuntimeException thr
own by rmi server: weblogic.management.remote.iiop.IIOPServerImpl.newClient(Ljava.lang.Object;)
java.lang.NullPointerException.
java.lang.NullPointerException
at org.apache.harmony.security.Util.equalsIgnoreCase(Util.java:46)
at org.apache.harmony.security.fortress.PolicyUtils.getPolicyURLs(PolicyUtils.java:429)
at org.apache.harmony.security.fortress.DefaultPolicy$1.run(DefaultPolicy.java:307)
at org.apache.harmony.security.fortress.DefaultPolicy$1.run(DefaultPolicy.java:300)
at java.security.AccessController.doPrivileged(AccessController.java:202)
Truncated. see log file for complete stacktrace>
WLST side
=======
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
wls:/offline> connect('weblogic','weblogic1','t3://xxxx01:7019')
Connecting to t3://xxxx01:7019 with userid weblogic ...
WLST detected that the RuntimeMBeanServer is not enabled. This
might happen if the RuntimeMBeanServer is disabled via the JMXMBean.
Please ensure that this MBeanServer is enabled. Online WLST cannot
function without this MBeanServer.
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 22, in connect
File "<iostream>", line 646, in raiseWLSTException
WLSTException: Error occured while performing connect : "Cannot connect to WLST.
Use dumpStack() to view the full stacktrace
========================
dumpStack()
wls:/xxxDomain/config> dumpStack()
This Exception occurred at Tue Aug 24 07:18:16 EDT 2010.
java.lang.NullPointerException
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
at weblogic.management.remote.iiop.IIOPServerImpl_1033_WLStub.newClient(Unknown Source)
at weblogic.management.remote.common.RMIServerWrapper.newClient(ClientProviderBase.java:339)
at javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2339)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:291)
at weblogic.management.remote.common.WLSRMIConnector.doConnect(WLSRMIConnector.java:150)
at weblogic.management.remote.common.WLSRMIConnector.access$100(WLSRMIConnector.java:27)
at weblogic.management.remote.common.WLSRMIConnector$2.run(WLSRMIConnector.java:138)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.security.Security.runAs(Security.java:61)
at weblogic.management.remote.common.WLSRMIConnector.connect(WLSRMIConnector.java:136)
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:260)
at weblogic.management.scripting.WLSTHelper.lookupMBeanServerConnection(WLSTHelper.java:678)
at weblogic.management.scripting.WLSTHelper.initRuntimeServerConnection(WLSTHelper.java:398)
at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:315)
at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx4.connect$1(<iostream>:16)
at org.python.pycode._pyx4.call_function(<iostream>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.pycode._pyx16.f$0(<console>:1)
at org.python.pycode._pyx16.call_function(<console>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at org.python.core.Py.exec(Unknown Source)
at org.python.util.PythonInterpreter.exec(Unknown Source)
at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
at weblogic.management.scripting.WLST.main(WLST.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:600)
at weblogic.WLST.main(WLST.java:29)
Caused by: java.lang.NullPointerException
at org.apache.harmony.security.Util.equalsIgnoreCase(Util.java:46)
at org.apache.harmony.security.fortress.PolicyUtils.getPolicyURLs(PolicyUtils.java:429)
at org.apache.harmony.security.fortress.DefaultPolicy$1.run(DefaultPolicy.java:307)
at org.apache.harmony.security.fortress.DefaultPolicy$1.run(DefaultPolicy.java:300)
at java.security.AccessController.doPrivileged(AccessController.java:202)
at org.apache.harmony.security.fortress.DefaultPolicy.refreshImpl(DefaultPolicy.java:300)
at org.apache.harmony.security.fortress.DefaultPolicy.<init>(DefaultPolicy.java:202)
at org.apache.harmony.security.fortress.DefaultPolicy.<init>(DefaultPolicy.java:195)
at org.apache.harmony.security.fortress.DefaultPolicy.<init>(DefaultPolicy.java:182)
at java.security.Policy.getDefaultProvider(Policy.java:485)
at java.security.Policy.getAccessiblePolicy(Policy.java:524)
at java.security.ProtectionDomain.implies(ProtectionDomain.java:159)
at java.security.AccessController.checkPermission(AccessController.java:98)
at com.sun.jmx.remote.security.SubjectDelegator.checkRemoveCallerContext(SubjectDelegator.java:135)
at javax.management.remote.rmi.RMIConnectionImpl.<init>(RMIConnectionImpl.java:128)
at weblogic.management.remote.iiop.IIOPServerImpl.makeClient(IIOPServerImpl.java:69)
at javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.j
at javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:192)
at weblogic.management.remote.iiop.IIOPServerImpl_WLSkel.invoke(UnknownSource)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
java.lang.NullPointerException
wls:/xxxDomain/config>
Edited by: user9975126 on Aug 24, 2010 4:54 AM

Similar Messages

  • Error in Installing OBIEE 11.1.1.5 on AIX 64 Bit,

    Hi,
    Ive tried a simple as well as enterprise install of OBIEE 11.1.1.5 on AIX 64 Bit Operating system,
    midway through the installation I get the following error:
    error in invoking target 'Client_sharedlib svr_tool' of makefile. If i proceed with the installtion, i face another 2 such similar errors , followed by some popups stating that Runtime error has occured.
    The installation completes, However when the post Installation scripts start to execute, the fist step itself, i.e. create domain Fails. followed by failures of most of the other steps, ultimately i need to Abort the installation.
    Im searching for answers as to what could have caused this, I cannot find anything conclusive in the huge log files. Would greatly appreciate if somone here has come across this before and could share some insights.
    - Domnic

    Does it have to be a software only installation since it is on AIX?
    From the install doc:
    The Software Only Install type installs the Oracle Business Intelligence software binary files in an Oracle home for later configuration as part of a Fusion Middleware deployment. This install type is required to install Oracle Business Intelligence on an AIX operating system or with a 64-bit JVM, such as on a supported 64-bit operating system.

  • Crystal XI R2, Salesforce 3.0, Windows 7 64-bit, Java connection error

    All,
    I've got the same problem as this thread -- Re: CR XI R2: Salesforce 3.0 driver on Windows 7 64-bit?
    Crystal XI R2, Salesforce 3.0 downloaded from the Crystal page.  Using Windows 7 64-bit.  Have applied SP 5 per another thread.
    Continue to get JAVA error.  Java being used is 1.4 as installed by Crystal in the Crystal program directory.
    thanks, jhb

    Don,
    Still no go.  I get the same error.
    I uninstalled SP6, SP5, Salesforce Connector, and Crystal XI R2 SP2 and then re-installed everything.
    1) Crystal XI R2 SP2
    2) Salesforce connector 3.0
    3) SP5
    4) SP6
    Still get the same Java Connection error.  I've also disabled Windows Firewall.  I'm not behind a proxy.  I've tried with and without the security token.
    thanks, jhb

  • Fatal NI connect error 12547/12170

    Hi,
    I am stakk with connection problem on customer Oracle server. Oracle database is installed on Microsoft Windows Server 2012 Standard. Version of Oracle DB is 11.2.0.4 Standard One Edition.
    Oracle database works fine on server. I had no problems/errors while installing (as admin). My user is memer of Local Admin Group. I am also able to connect to it with sqlplus (sqlplus username/password@tns_alias) and SQL Developer.
    Content of tnsnames, listener og sqlnet files are following:
    tnsnames.ora
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =  (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))   )
        (CONNECT_DATA =  (SID = CLRExtProc) (PRESENTATION = RO)  )  )
    SALES =
      (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.9)(PORT = 1521))
      (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = sales.company.se)))
    listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc) (ORACLE_HOME = D:\oracle\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)  (ENVS = "EXTPROC_DLLS=ONLY:D:\oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll") )  )
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =      (ADDRESS = (PROTOCOL = TCP)(HOST = servername.company.se)(PORT = 1521))
                                          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))))
    ADR_BASE_LISTENER = D:\oracle
    INBOUND_CONNECTION_TIMEOUT_LISTENER=180
    sqlnet.ora
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    SQLNET.INBOUND_CONNECT_TIMEOUT = 180
    ADR_BASE = D:\oracle\product\11.2.0\dbhome_1\log
    I am using VPN tunnel to connect to database from my client. I can ping server successfully. TNSPING to database works fine, but I am not able to connect to database. I get an error on client:
    ORA-12537 connection closed error.
    Alert log content is following:
    Fatal NI connect error 12547, connecting to:
    (LOCAL=NO)
      VERSION INFORMATION:
    TNS for 64-bit Windows: Version 11.2.0.4.0 - Production
    Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 11.2.0.4.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.2.0.4.0 - Production
      Time: 19-DEC-2013 13:01:47
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12547
    TNS-12547: TNS:lost contact
        ns secondary err code: 12560
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
    opiodr aborting process unknown ospid (88) as a result of ORA-609
    2013-12-19 13:05:28.990000 +01:00
    Fatal NI connect error 12170.
      VERSION INFORMATION:
    TNS for 64-bit Windows: Version 11.2.0.4.0 - Production
    Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 11.2.0.4.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.2.0.4.0 - Production
      Time: 19-DEC-2013 13:05:28
      Tracing not turned on.
      Tns error struct:
        ns main err code: 12535
    TNS-12535: TNS:operation timed out
        ns secondary err code: 12606
        nt main err code: 0
        nt secondary err code: 0
        nt OS err code: 0
      Client address: <unknown>
    opiodr aborting process unknown ospid (2384) as a result of ORA-609
    2013-12-19 13:44:44.855000 +01:00
    opiodr aborting process unknown ospid (1292) as a result of ORA-609
    2013-12-19 14:30:34.351000 +01:00
    I supposed that connection could use some more time so I set inbound_connection to 180 (3 minutes). Same error.
    Then I turn on support trace. Here is analyzed content:
    server_4424.trc
    Trying to get IP client address results in error. Host IP is not correct.
    [19-DEC-2013 13:42:35:692] nsgetclientaddress: Client address: "(ADDRESS=(PROTOCOL=tcp)(HOST=::1)(PORT=53749))"
    [19-DEC-2013 13:42:35:692] nsgetclientaddress: exit
    [19-DEC-2013 13:42:35:692] nszgclient: entry
    [19-DEC-2013 13:42:35:692] nszgclient: using dedicated context
    [19-DEC-2013 13:42:35:692] nazsgsnm: entry
    [19-DEC-2013 13:42:35:692] nau_genm: entry
    [19-DEC-2013 13:42:35:692] nau_genm: exit
    [19-DEC-2013 13:42:35:692] nazsgsnm: failed with error 12630
    [19-DEC-2013 13:42:35:692] nazsgsnm: exit
    [19-DEC-2013 13:42:35:692] nszgclient: returning no username
    [19-DEC-2013 13:42:35:692] nszgclient: returning no username
    [19-DEC-2013 13:42:35:692] nszgclient: exit
    [19-DEC-2013 13:42:35:692] nszgetuser: entry
    [19-DEC-2013 13:42:35:692] nszgetuser: using dedicated context
    [19-DEC-2013 13:42:35:692] nazsgunm: entry
    [19-DEC-2013 13:42:35:692] nau_gnm: entry
    [19-DEC-2013 13:42:35:692] nau_gnm: exit
    [19-DEC-2013 13:42:35:692] nazsgunm: failed with error 12630
    Getting package from client. And when reached to @ we get EOF (daflag=64)
    [19-DEC-2013 13:42:35:724] nttfprd: exit
    [19-DEC-2013 13:42:35:724] nsbasic_brc: type=6, plen=10
    [19-DEC-2013 13:42:35:724] nsbasic_brc: what=1, tot =10
    [19-DEC-2013 13:42:35:724] nsbasic_brc: packet dump
    [19-DEC-2013 13:42:35:724] nsbasic_brc: 00 0A 00 00 06 00 00 00  |........|
    [19-DEC-2013 13:42:35:724] nsbasic_brc: 00 40                    |.@      |
    [19-DEC-2013 13:42:35:724] nsbasic_brc: Got EOF (daflag=64).
    [19-DEC-2013 13:42:35:724] nserror: entry
    [19-DEC-2013 13:42:35:724] nsbasic_brc: exit: oln=0, dln=0, tot=10, rc=-1
    [19-DEC-2013 13:42:35:724] nioqer: entry
    [19-DEC-2013 13:42:35:724] nioqer:  incoming err = 12151
    [19-DEC-2013 13:42:35:724] nioqce: entry
    [19-DEC-2013 13:42:35:724] nioqce: exit
    [19-DEC-2013 13:42:35:724] nioqer:  returning err = 3113
    [19-DEC-2013 13:42:35:724] nioqer: exit
    [19-DEC-2013 13:42:35:724] nioqrc: exit
    [19-DEC-2013 13:42:35:724] nioqds: entry
    [19-DEC-2013 13:42:35:724] nioqds:  disconnecting...
    Handshake never succeded. Client was trying to read from transport but never succeeded. I assume it is because of wrong or non Client address: "(ADDRESS=(PROTOCOL=tcp)(HOST=::1)(PORT=53749))"
    [19-DEC-2013 13:41:43:803] nscon: doing connect handshake...
    [19-DEC-2013 13:41:43:803] nscon: recving a packet
    [19-DEC-2013 13:41:43:803] nsprecv: entry
    [19-DEC-2013 13:41:43:803] nsprecv: reading from transport...
    [19-DEC-2013 13:41:43:803] nttrd: entry
    [19-DEC-2013 13:44:44:855] nttrd: exit
    [19-DEC-2013 13:44:44:855] ntt2err: entry
    [19-DEC-2013 13:44:44:855] ntt2err: Read unexpected EOF ERROR on 2648
    [19-DEC-2013 13:44:44:855] ntt2err: exit
    [19-DEC-2013 13:44:44:855] nsprecv: error exit
    [19-DEC-2013 13:44:44:855] nserror: entry
    [19-DEC-2013 13:44:44:855] nserror: nsres: id=0, op=68, ns=12535, ns2=12606; nt[0]=0, nt[1]=0, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    [19-DEC-2013 13:44:44:855] nscon: error exit
    [19-DEC-2013 13:44:44:855] nsdo: nsctxrnk=0
    [19-DEC-2013 13:44:44:855] nsdo: error exit
    [19-DEC-2013 13:44:44:855] nsinh_hoff: error recving request
    [19-DEC-2013 13:44:44:855] nsclose: entry
    [19-DEC-2013 13:44:44:855] nsvntx_dei: entry
    [19-DEC-2013 13:44:44:855] nsvntx_dei: exit
    [19-DEC-2013 13:44:44:855] nstimarmed: entry
    [19-DEC-2013 13:44:44:855] nstimarmed: no timer allocated
    [19-DEC-2013 13:44:44:855] nstimarmed: normal exit
    [19-DEC-2013 13:44:44:855] nstoClearTimeout: entry
    [19-DEC-2013 13:44:44:855] nstoClearTimeout: ATO disabled for ctx=0x000000001812ED30
    [19-DEC-2013 13:44:44:855] nstoClearTimeout: STO disabled for ctx=0x000000001812ED30
    [19-DEC-2013 13:44:44:855] nstoClearTimeout: RTO disabled for ctx=0x000000001812ED30
    [19-DEC-2013 13:44:44:855] nstoClearTimeout: PITO disabled for ctx=0x000000001812ED30
    [19-DEC-2013 13:44:44:855] nstoUpdateActive: entry
    [19-DEC-2013 13:44:44:855] nstoUpdateActive: Active timeout is -1 (see nstotyp)
    [19-DEC-2013 13:44:44:855] nstoDestroyAlarm: entry
    [19-DEC-2013 13:44:44:855] nstoDestroyAlarm: exit (0)
    [19-DEC-2013 13:44:44:855] nttctl: entry
    [19-DEC-2013 13:44:44:855] ntt2err: entry
    [19-DEC-2013 13:44:44:855] ntt2err: soc -1 error - operation=7, ntresnt[0]=530, ntresnt[1]=38, ntresnt[2]=0
    [19-DEC-2013 13:44:44:855] ntt2err: exit
    [19-DEC-2013 13:44:44:855] nttctl: entry
    [19-DEC-2013 13:44:44:855] ntt2err: entry
    [19-DEC-2013 13:44:44:855] ntt2err: soc -1 error - operation=7, ntresnt[0]=530, ntresnt[1]=38, ntresnt[2]=0
    [19-DEC-2013 13:44:44:855] ntt2err: exit
    [19-DEC-2013 13:44:44:855] nsfull_cls: entry
    [19-DEC-2013 13:44:44:855] nsfull_cls: cid=0, opcode=65, *bl=0, *what=0, uflgs=0x0, cflgs=0x40
    [19-DEC-2013 13:44:44:855] nsfull_cls: nsctx: state=1, flg=0x4000, mvd=0
    [19-DEC-2013 13:44:44:855] nsbfr: entry
    After 180 sec Oracle net sends following message:
    [19-DEC-2013 13:44:44:855] nsclose: normal exit
    [19-DEC-2013 13:44:44:855] nserror: entry
    [19-DEC-2013 13:44:44:855] nserror: nsres: id=0, op=73, ns=12535, ns2=12606; nt[0]=0, nt[1]=0, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    [19-DEC-2013 13:44:44:855] nsinherit: error exit
    [19-DEC-2013 13:44:44:855] nioqper:  error from nsinherit: failed...
    [19-DEC-2013 13:44:44:855] nioqper:    ns main err code: 12535
    [19-DEC-2013 13:44:44:855] nioqper:    ns (2)  err code: 12606
    [19-DEC-2013 13:44:44:855] nioqper:    nt main err code: 0
    [19-DEC-2013 13:44:44:855] nioqper:    nt (2)  err code: 0
    [19-DEC-2013 13:44:44:855] nioqper:    nt OS   err code: 0
    [19-DEC-2013 13:44:44:855] niotns: No broken-connection function available.
    [19-DEC-2013 13:44:44:855] niomapnserror: entry
    [19-DEC-2013 13:44:44:855] niqme: entry
    [19-DEC-2013 13:44:44:855] niqme: reporting NS-12535 error as ORA-12535
    [19-DEC-2013 13:44:44:855] niqme: exit
    [19-DEC-2013 13:44:44:855] niomapnserror: exit
    [19-DEC-2013 13:44:44:855] niotns: Couldn't connect, returning 12170
    [19-DEC-2013 13:44:44:855] nioqer: entry
    [19-DEC-2013 13:44:44:855] nioqer:  incoming err = 12170
    [19-DEC-2013 13:44:44:855] nioqce: entry
    [19-DEC-2013 13:44:44:855] nioqce: exit
    [19-DEC-2013 13:44:44:855] nioqer:  returning err = 3136
    Firewall is off on Server. Network administrator says that there is no rules which could compromise communication/traffic on port 1521. I tried trcroute too and I get following conntent
    1     27ms      22 ms     17ms       192.168.97.1
    2      *         *        *          request aborted
    3     20 ms     18 ms     18 ms      server.company.se (192.168.1.9)
    Any suggestion, help or comments would be appriciated. I am running out of ideas.
    Tnx a lot,
    adi

    The error could be due to a port change/reconnect/redirect that fails.
    The problem: Listener.exe is a separate physical process image in the kernel as the Oracle.exe process. The Listener needs to start an Oracle dedicated server process (created by the Listener as a remote thread in the oracle.exe process). Then it needs to pass the socket handle (created when the Listener accepted the tcp connection of the client) to this thread in another physical process - in order for that thread to continue tcp comms with the client.
    This is not by default supported in Windows as I understand (always wrote a single threaded exe myself with the main thread acting as listener and child threads as dealing with client sessions, when developing Win32 tcp servers).
    On Unix/Linux it is fairly common  to pass the socket handle as stdin and stdout to a forked child process (a separate physical process).
    If the socket handle cannot be passed from the listener.exe to oracle.exe, then the oracle.exe thread could open a private port as tcp listening end-point and inform, via the Listener, the client to reconnect to that tcp port (i.e. SQL*Net on client gets a redirect).
    You will need to determine whether this is happening - as it would explain the initial successful tcp connect from client to Listener, followed by the tcp connection failing to the Oracle dedicated server process.
    Not sure how one checks on Windows - have last done Oracle on Windows back with Oracle 7.1. But I think there are support notes on this.
    I would use netstat myself on Linux/Unix - and list the ports used by client and server for the connection, and determine if a private/dynamic port was used to continue the client-server tcp communication as a renegotiated tcp session. netstat is also available on Windows and can be used in a similar fashion too.

  • Unable to Create Connection ( Connection error DA0005) in DESKI 3 TIER

    Hi ,
    I have strange error of connection in DESKI 3 Tier.
    Work Flow:
    => Wanted to create a deski report in Three Tier( from Infoview) using specific universe.
    => When I ran query it gives me error saying Connection error DA0005( Unable to create connection)
    Work around did
    => Created Webi report using same univerese reprort ran fine.
    The connection is there  on enterprise I don't know whats going wrong.
    Can any one help me with this error
    Neo.

    Hi Experts ,
    Any suggestions on this  please
    Environment : BOXI 3.1 SP3 , OS: AIX , APPS: WAS7, DB Trying to connect is DB2

  • Can't Print/Connect from Windows 7 64 bit to Shared PSC 1315 on Windows 7 32bit Machine

    Can't Print/Connect from Windows 7 64 bit to Shared PSC 1315 on Windows 7 32bit Machine...
    I tried to install driver on connecting PC, i tried to install printer as Local printer with local port - \\WIN7-32bit\HP PSC 1310 Series\ - and  i got access denied, and before i reinstall Windows on 64Bit machine its worked correctly... anyone know how to solve this problem ?
    *Edited*
    When i connect it on 64 Bit machine printer requesting driver *.inf and not specific file...
    i try to install 64bit driver on 32 bit machine in sharing options and they didn't support it...

    More than likely, you are receiving the access denied error because there may not be a HomeGroup in place.
    To handle networks securely with Windows 7, Microsoft took a different approach.  A HomeGroup essentially creates a trust among all the devices in that home group.  If a device is not in that homegroup, then that system will essentially be denied access.
    Click on Install a printer on a home network to get basic steps to install a printer in a network environment.
    Click on HomeGroup: recommended links to get more information about Home Groups, including setting one up.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Cannot enable ePrint Web Services - get internet connection error for HP LaserJet 1102W

    I have a HP laptop running Windows 7 Professional 64 bit.  We just changed over to Comcast internet service from AT&T where my HP LaserJet 1102W was set up for ePrint.  After several hours, I was finally able to add the 1102W printer to the Comcast network, access the Embedded Web Server tool and print wirelessly but I cannot set up ePrint.  I have deleted the printer but cannot get it to connect to Web Services.  I keep on getting:  Connection Error. Check Internet Connection but again, I can print wirelessly successfully to the printer but would like to be able to set it back up for ePrint.  My Comcast router is an Arris TG862.
    I have updated the firmware and used the HP Print and Scan Doctor tool but still am not able to get the ePrint Web Services to connect.  Here is the information from the Networking page of the EWS:
    IPv4 Configuration
    Warning: A change in the IP Address will result in loss of connectivity to the browser.
    IP Configured By: DHCP
    Host Name: NPIC968F8 
    Domain Name:  hsd1.tn.comcast.net.
    IP Address Configuration
    X Automatic IP Manual IP
    X DHCP
     BootP
    X AutoIP
    Manual IP Address:10.0.0.89 
    IP Subnet Mask: 255.255.255.0
    Manual Default Gateway: 10.0.0.0
    DNS Address Configuration
    Preferred DNS Address: 75.75.75.75 
    Alternate DNS Address: 75.75.76.76 
    WINS Address Configuration
    X Automatic WINS Server
    Manual WINS Server
    Manual Preferred WINS Server: 0.0.0.0
    Here is my ipconfig information:
    Wireless LAN adapter Wireless Network Connection:
       Connection-specific DNS Suffix  . : hsd1.tn.comcast.net.
       Description . . . . . . . . . . . : Intel(R) Centrino(R) Wireless-N 1000
       Physical Address. . . . . . . . . : 8C-A9-82-A3-F9-5E
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::c57:eb2b:5144:2ea5%13(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.0.0.3(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Friday, March 29, 2013 1:24:52 PM
       Lease Expires . . . . . . . . . . : Saturday, April 06, 2013 11:09:24 AM
       Default Gateway . . . . . . . . . : 10.0.0.1
       DHCP Server . . . . . . . . . . . : 10.0.0.1
       DHCPv6 IAID . . . . . . . . . . . : 378317186
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-CE-4E-8C-10-1F-74-11-22-71
       DNS Servers . . . . . . . . . . . : 75.75.75.75
                                           75.75.76.76
       NetBIOS over Tcpip. . . . . . . . : Enabled
    There appears to be a known issue with the Arris TG862 router and supposedly a new firmware is to be released soon but just checking to see if anyone has been able to resolve this issue.
    Thank you!

    Hi Surf1981,
    I understand that you're not able to enable web services on your printer.  I would try steps listed below.
    1. Open an internet browser type printer's IP address.
    2. Should bring you to the printer's status page.
    3. Select networking tab at the top.
    4. Left hand side select Network Identification.
    5. Under DNS address Configuration select Manual DNS Server.
    6. For Preferred enter 8.8.8.8
    7. For Alternate enter 8.8.4.4
    8. Select apply. You might get a warning saying this could interrupt connection that's fine.
    9. Turn printer off for about 30 seconds then try again.
    **If you find this helpful or want to say thanks make sure to click the white star under my name to give me Kudos. **

  • Officejet Pro 8600 plus e-all-in-one N-911g App Connection Error

    Windows 8.1 Update
    64 bit version
    Printer connected wirelessly
    "Connection Error:  The printer was unable to connet to the server.  Check your internet connection and try again."   I get this message when touching the "Apps" Icon on the printer touch screen.
    "Problem with printer"  Displayed on the HP Connected website under Devices.
    I have tried every solution offered here to no avail including resetting the IP address for wireless on IPv4 - primary to read 8.8.8.8. and secondary to read 8.8.4.4.  I didn't  pull the power plug then replug, power on and set printer to default settings.   Would that fix everything?
    Every function works; I can print wirelessly, print out to my eprint address and print from other devices on my network, but I get the above error message everytime I hit the "App" icon on the printer touch screen.  I even get the Crossword Puzzle daily from eprint.

    Hi westie,
    Thank you for the update. My apologies for the missing link.
    Here is the link to VisionAiry’s post --->  http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/Printer-Will-Not-Respond-To-Touch-and-N...
    If you find the information still doesn’t help and you cannot access the apps, the next step would be to please call HP’s Cloud Services at 1-855-785-2777 if you live in the USA/Canada region. If you live outside the USA/Canada region please click here to find the Technical Support number for your country/region.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Fatal NI connect error 12203 resulting huge increase in sqlnet.log file

    Hi,
    I am getting the following error message in SQLNET.LOG file on the client machine. This is my upload program which takes few hours to complete and during the program run, the size of SQLNET.LOG file keeps on increasing and goes to 100's of MB and it contains only this error repeatedly.
    But my program gets connected to Database and does the upload. But the size of SQLNET.LOG file grows like anything. Pls let me know what's going wrong.
    ERROR in SQLNET.LOG File -
    Fatal NI connect error 12203, connecting to:
    (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle80)(ARGV0=oracle80ORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:\ORAWIN95\BIN\IFRUN60.EXE)(HOST=IT_DBA)(USER=IT))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 8.0.5.0.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 8.0.4.0.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 8.0.5.0.0 - Production
    Time: 06-MAR-03 12:37:08
    Tracing not turned on.
    Tns error struct:
    nr err code: 12203
    TNS-12203: TNS:unable to connect to destination
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 102
    TNS-00102: Keyword-Value binding operation error
    nt secondary err code: 0
    nt OS err code: 0
    Regards,
    Mitesh V.

    Hi,
    Actually I thought this error is appearing in only one of the machines, but when I am figuring out, I found the same error in almost all the client machines.
    Though the programs are running fine getting the database connectivity, I am not able to find why it is giving error showing connection through BEQ protocol.
    Pls someone tell me why this is happening and how I will find out which protocol it is using.
    Regards,
    Mitesh Vijayvargiy

  • Quake live connection error

    Hi fellow archers,
    I have a problem with quake live (www.quakelive.com). When I login, the plugin loads and then I get a connection error.
    We're sorry, but it appears you are having problems connecting to the QUAKE LIVE network. If you are behind a firewall you must make sure that it permits the following connection:
    Protocol: TCP
    Host: xmpp.quakelive.com
    Port: 5222
    The port is open on my hardware firewalls, and I don't have a software firewall installed. I can play quake live from both ubuntu and windows 7, which use the same local IP address.
    Firefox outputs the following:
    $ firefox
    CONNECT_THROTTLE - Connect()
    CONNECT_THROTTLE - Connect()
    I tried to remove the plugin and installed data (~/.quakelive and the plugin in the ~/.mozilla folder) serveral times, but it doesn't fix the problem.
    Does anyone know how to fix this?
    Thanks in advance

    loafer wrote:
    @655321, your problem is different.  Quake Live plugin still uses libpng 1.2.  There are aur packages for libpng 1.2.
    Sorry Silverwing but I do not know what could be causing your problem.
    You are totally right, firefox output shows an error concerning libpng, will try it out and come back with results!
    Firefox spams this warning while trying to load game:
    libpng warning: Application was compiled with png.h from libpng-1.2.24
    libpng warning: Application  is  running with png.c from libpng-1.4.3
    libpng warning: Incompatible libpng version in application and library
    However, the following libpng packages appears installed on my system:
    extra/libpng 1.4.3-1
        A collection of routines used to create PNG format graphics files
    local/libpng12 1.2.44-1
        A collection of routines used to create PNG format graphics files
    So i already have libpng 1.2, the problem still lies in the libpng version I think, (Ihave 1.2.44 and quake live needs 1.2.24). I cant find the AUR for this package but nothing shows or its under a different name, can you point out which one is the correct package to install?
    pacman -Ss outputs this:
    extra/libpng 1.4.3-1 [installed]
        A collection of routines used to create PNG format graphics files
    multilib/lib32-libpng 1.4.3-3 [installed]
        A collection of routines used to create PNG format graphics files
        (32-bit)
    aur/devkitppc-portlibs-libpng 1.4.1-1 (1)
        A collection of routines used to create PNG format graphics files
    aur/k3d-libpng.patch 0.8.0.1-1 (0)
        k-3d is a complete free-as-in-freedom 3D modeling, animation and
        rendering system.
    aur/lib32-libpng12 1.2.44-1 (271)
        A collection of routines used to create PNG format graphics files
        (32-bit)
    aur/libpng12 1.2.44-1 [installed] (1677)
        A collection of routines used to create PNG format graphics files
    aur/libpng-old 1.0.2-2 (13)
        A collection of routines used to create PNG format graphics files,
        builds libpng.3, libpngpf.3 and libpng.so.2 (libpng.so.2.1.0.2)
    aur/mingw32-libpng 1.4.3-2 (30)
        A collection of routines used to create PNG format graphics
    EDIT: In case this version is not available on the AUR I can write the PKGBUILD (never done it but I would like to learn ) in order to help other peple. That version is available under the libpng-stable tree here:
    http://sourceforge.net/projects/libpng/files/
    Last edited by 655321 (2010-10-02 18:08:09)

  • WLST connect(): NoClassDefFoundError in Weblogic 10.3

    I have been using WLST to start Node Manager, start Admin Server, but I cannot connect to the Admin Server to start managed servers. The connect() command throws the following exception:
    wls:/nm/apps> connect('aaa','bbb','t3://borg:8001')
    Connecting to t3://borg:8001 with userid aaa ...
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 22, in connect
    WLSTException: Error occured while performing connect : Error connecting to the serverCould not initialize class weblogic.rjvm.t3.ProtocolHandlerT3$ChannelInitializer Use dumpStack() to view the full stacktrace
    wls:/nm/apps> dumpStack()
    This Exception occurred at Thu Apr 23 14:45:49 EDT 2009.
    java.lang.NoClassDefFoundError: Could not initialize class weblogic.rjvm.t3.ProtocolHandlerT3$ChannelInitializer
    at weblogic.rjvm.t3.ProtocolHandlerT3.getDefaultServerChannel(ProtocolHandlerT3.java:42)
    at weblogic.rjvm.JVMID$1.getOutboundServerChannel(JVMID.java:180)
    at weblogic.protocol.ServerChannelManager.findOutboundServerChannel(ServerChannelManager.java:243)
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:230)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:225)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:188)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:512)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:565)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:305)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:60)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:125)
    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 org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:248)
    at org.python.core.PyObject.invoke(PyObject.java:2016)
    at org.python.pycode._pyx176.connect$1(<iostream>:16)
    at org.python.pycode._pyx176.call_function(<iostream>)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:404)
    at org.python.core.PyTableCode.call(PyTableCode.java:287)
    at org.python.core.PyFunction.__call__(PyFunction.java:179)
    at org.python.pycode._pyx181.f$0(<console>:1)
    at org.python.pycode._pyx181.call_function(<console>)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyCode.call(PyCode.java:14)
    at org.python.core.Py.runCode(Py.java:1135)
    at org.python.core.Py.exec(Py.java:1157)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:148)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:44)
    at weblogic.management.scripting.WLST.main(WLST.java:178)
    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 weblogic.WLST.main(WLST.java:29)
    java.lang.NoClassDefFoundError: Could not initialize class weblogic.rjvm.t3.ProtocolHandlerT3$ChannelInitializer
    The host environment is Weblogic 10.3, Java 6 on HP-UX 11.23.
    Insights appreciated. Thanks!
    ~Chris

    this can be occurred by wrong binding of host name to your network ip address, if you are trying to connect to remote weblogic. check your host name and ip address binding

  • Connection Error in DAC!!!

    Hello While configuring DAC
    setup---->Informatica Server---->Informatica_Rep_Server......
    got this error..
    Failure connecting to "INFORMATICA_REP_SERVER"!
    ANOMALY INFO::: Error while connecting to informatica repository server
    MESSAGE:::
    pmrep Connect Error
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMREP, version [9.0.1 HotFix2], build [242.1110], Windows 64-bit
    Copyright (c) Informatica Corporation 1994 - 2010
    All Rights Reserved.
    This Software is protected by U.S. Patent Numbers 5,794,246; 6,014,670; 6,016,501; 6,029,178; 6,032,158; 6,035,307; 6,044,374; 6,092,086; 6,208,990; 6,339,775; 6,640,226; 6,789,096; 6,820,077; 6,823,373; 6,850,947; 6,895,471; 7,117,215; 7,162,643; 7,254,590; 7,281,001; 7,421,458; and 7,584,422, international Patents and other Patents Pending.
    Invoked at Thu May 10 23:20:49 2012
    [05/10/2012 23:20:49-[REP_12164] Domain-related error: [[PCSF_46009] [PCSF_46009] Invalid type [html] encountered. Failed to create an object instance. [FAULT_PCSFINTERNALEXCEPTION]].]
    [Failed to connect to repository service [BIA_RS].]
    An error occurred while accessing the repository[Failed to connect to repository service [BIA_RS].]
    [05/10/2012 23:20:49-[REP_55102] Failed to connect to repository service [BIA_RS].]
    Repository connection failed.
    Failed to execute connect.
    Completed at Thu May 10 23:20:49 2012
    =====================================
    ERROR OUTPUT
    =====================================
    EXCEPTION CLASS::: com.siebel.analytics.etl.infa.interaction.PmrepConnectException
    com.siebel.analytics.etl.infa.interaction.PmrepInvoker.pmrep(PmrepInvoker.java:102)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testRepositoryServer(StaticDatabaseCalls.java:953)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testInformaticaServer(StaticDatabaseCalls.java:884)
    com.siebel.etl.net.ExecutionPlan.getInformaticaStatus(ExecutionPlan.java:275)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.mBeanRequestInformaticaStatus(ClientMessageDispatcher.java:393)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.consoleMessage(ClientMessageDispatcher.java:231)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.run(ClientMessageDispatcher.java:147)

    Hi
    The Informatica error you are getting is defined as:
    PCSF_46009 Invalid type <object type> encountered. Failed to create an object instance.
    Same as PCSF_46002.
    and that error is:
    PCSF_46002 Failed to communicate with the server at <server address>.
    Cause:The request exceeded the timeout period due to an invalid connection or domain not running.
    Is the repository service up and running?
    So DAC is unable to connect to the informatica server. I would check you connection data in particular the hostname. Have you specified this as a fully qualified host? Can you ping this from the where you are running the DAC client from? Can you ping it from where the DAC server is installed?
    Another thing to check is the server port - default is 6001. Can you access the Informatica Admin Console on that port? (http://server_name:6001/adminconsole)

  • Connection Error in OBIEE but nowhere else

    I have a 10g database & a separate 11g database installed in separate Oracle Homes on a single machine. I've made the necessary entries to the tnsnames and listener.ora files to successfully connect to both of these 2 databases from SqlPlus, Toad and SQL Developer. However, when I'm in OBIEE 10.1.3.4 and attempt to import a table from either the 10g database or the 11g database using the OCI 10g/11g connection type, I get the error:
    +'ORA-12154 TNS could not resolve the connect identifier specified'+
    How is it that I can get this error only in OBIEE and not in SqlPlus, Toad and SQL Developer? Thanks.

    Thanks for your replies. I'm running Vista 64 which I upgraded a few weeks ago from Vista Home Premium to Vista Ultimate. Both the 10g and 11g Oracle Clients are installed.
    So I'm now seeing what I need to look into. On this 64 bit machine I have separate 64 bit & 32 bit ODBC Drivers. It seems that the upgrade to Vista Ultimate screwed up these odbc drivers as I get errors when trying to connect from EXCEL. ACCESS, OBIEE using ODBC. Also, in an unsuccessful attempt to connect a 32 bit app (SIMBA), I installed a 32 bit 11g 'Instant Client' and copied over files from the 32 bit ODBC Instant Client download. These generate connection errors too.
    I guess the clearest task I have is to figure out how to restore / reinstall OCI Drivers and ODBC Drivers for both 64 bit and 32 bit. Focusing on the 11g database, do I simply uninstall and then reinstall the 11g client? Will that take care of both 64 & 32 bit odbc & OCI drivers?
    This post now falls clearly outside of an OBIEE problem but any suggestions are appreciated.

  • Fatal NI connect error -12505

    hi,
    please this is urgent , does someone have any fixes/solutions for this problem.
    i am trying to debug jsp's from jdeveloper and i am able to obtain a oracle connection from weblogic and this is the error i recieved.
    thanx
    sri
    Fatal NI connect error 12505, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(PORT=1521)(HOST=192.168.100.16))(CONNECT_DATA=(SID=EOSD)(CID=(PROGRAM=C:\Program Files\Oracle\JDeveloper 3.2\bin\jdeveloper.exe)(HOST=E022447)(USER=sebh))))
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 8.1.6.0.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 8.1.6.0.0 - Production
    Time: 23-FEB-2001 18:24:25
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0

    hi,
    please this is urgent , does someone have any fixes/solutions for this problem.
    i am trying to debug jsp's from jdeveloper and i am able to obtain a oracle connection from weblogic and this is the error i recieved.
    thanx
    sri
    Fatal NI connect error 12505, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(PORT=1521)(HOST=192.168.100.16))(CONNECT_DATA=(SID=EOSD)(CID=(PROGRAM=C:\Program Files\Oracle\JDeveloper 3.2\bin\jdeveloper.exe)(HOST=E022447)(USER=sebh))))
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 8.1.6.0.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 8.1.6.0.0 - Production
    Time: 23-FEB-2001 18:24:25
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0

  • Fatal NI connect error 12170

    Hi Everyone,
    Recently my users have been complaining about lots of TNS-12535: TNS:operation timed out or TNS-00505: Operation timed out. In checking the alert log, there are tons of timeouts occuring per day.
    We have an application that is written using .net. This application connects from the "outside world" passing through a DMZ to the database. In doing some reading, i have come to the conclusion that i may need to setup connection manager, but not absolutely sure. Here is the error that is thrown on the timeouts found in the alert.log file:
    Fatal NI connect error 12170.
    VERSION INFORMATION:
         TNS for 64-bit Windows: Version 11.1.0.6.0 - Production
         Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 11.1.0.6.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.1.0.6.0 - Production
    Time: 16-FEB-2010 12:21:22
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 60
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=192.xxx.x.xx)(PORT=2046)) (the host ip address is the webserver ip address)
    What i'm really looking for is some direction as to how to help with this problem or has anyone out there experienced this before and found a fix. Any help will be welcomed. Thanks in advance.

    oerr ora 12170
    12170, 00000, "TNS:Connect timeout occurred"
    // *Cause:  The server shut down because connection establishment or
    // communication with a client failed to complete within the allotted time
    // interval. This may be a result of network or system delays; or this may
    // indicate that a malicious client is trying to cause a Denial of Service
    // attack on the server.
    // *Action: If the error occurred because of a slow network or system,
    // reconfigure one or all of the parameters SQLNET.INBOUND_CONNECT_TIMEOUT,
    // SQLNET.SEND_TIMEOUT, SQLNET.RECV_TIMEOUT in sqlnet.ora to larger values.
    // If a malicious client is suspected, use the address in sqlnet.log to
    // identify the source and restrict access. Note that logged addresses may
    // not be reliable as they can be forged (e.g. in TCP/IP).
    bcm@bcm-laptop:~/bcm_old$ oerr ora 12535
    12535, 00000, "TNS:operation timed out"
    // *Cause: The requested operation could not be completed within the time out
    // period.
    // *Action: Look at the documentation on the secondary errors for possible
    // remedy. See SQLNET.LOG to find secondary error if not provided explicitly.
    // Turn on tracing to gather more information.
    bcm@bcm-laptop:~/bcm_old$ oerr ora 12560
    12560, 00000, "TNS:protocol adapter error"
    // *Cause: A generic protocol adapter error occurred.
    // *Action: Check addresses used for proper protocol specification. Before
    // reporting this error, look at the error stack and check for lower level
    // transport errors. For further details, turn on tracing and reexecute the
    // operation. Turn off tracing when the operation is complete.
    bcm@bcm-laptop:~/bcm_old$ oerr ora 12505
    12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a SID for an instance (usually a database instance) that either
    // has not yet dynamically registered with the listener or has not been
    // statically configured for the listener. This may be a temporary condition
    // such as after the listener has started, but before the database instance
    // has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which instances are currently known by the listener by executing:
    //    lsnrctl services <listener name>
    //  - Check that the SID parameter in the connect descriptor specifies
    //    an instance known by the listener.
    //  - Check for an event in the listener.log file.

Maybe you are looking for

  • Difference between Pgi and Invoice verification

    good receipt=100 invoice verfication=110 how u can find out price differences

  • RUNTIME Error - User Status for Order release

    HI Friends, Pls go thru the run-time error description,which i'm getting on Order release.Pls reply,. Runtime Errors         MESSAGE_TYPE_X Date and Time          31.03.2008 13:16:08 Short text The current application triggered a termination with a s

  • USB Wireless connections not working in Latitude E6320 , Windows 7

    Dear all, I having an issue with an external USB wireless network drive. I can install with no issue, however it appears always disabled on the network connection. Someone had a similar problem? thanks José Luz

  • I don't 'see' my TC in the Airport screen

    I don't see my TC in the airport menu. I guess it means my WIFI is not active on the TC. Is there any way to check this? How can I activate the WIFI on the TC? My MAC now uses the WIFI of my DSL router but I would prefer he connects directly to the T

  • Net Value Validation for Order

    Dear All, We want to put the validation while raising Order that if the Order Net Value goes below 100 Euro we want to charge the Customer Freight charges. We do have the Condtion created for freght charges which is manual header condition. How I can