ResourceAllocationException/NullPointer on createConnection with Connector

Hi,
I am using an in house developed resource adapter/connector which I am trying to get working in weblogic 8.1 SP3.
I get the exception below when I try to use my resource adapter. Also below is connector debug output.
I would appreciate any idea on what is causing this null pointer in the weblogic code.
This connector has been successfully deployed in jboss.
I have configured a user and defined a credential for the connector.
The resource adapter seems to deploy successfully.
Let me know if any further info would be useful.
Thanks
<Jul 3, 2007 12:59:27 PM EDT> <Info> <Deployer> <BEA-149059> <Module trs of application trs is transitioning from unprepared to prepared on server myserver.>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Constructed the connection pool : trs.rar_eis/TRSConnectionFactory:eis/TRSConnectionFactory
<Jul 3, 2007 12:59:27 PM EDT> <Info> <Common> <BEA-000625> <The application has disabled periodic testing of free resources in pool "trs.rar_eis/TRSConnectionFactory".>
12:59:27,481 INFO  [TscsManagedConnectionFactoryImpl] Created.
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found a config-property for a Bean method.  configName=Password, configValue="pks" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Type from config-property=java.lang.String, type from Bean method=java.lang.String
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Config value "Password" changed successfully
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found a config-property for a Bean method.  configName=PortNumber, configValue="50305" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Type from config-property=java.lang.Integer, type from Bean method=java.lang.Integer
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Config value "PortNumber" changed successfully
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found a config-property for a Bean method.  configName=ServerName, configValue="127.0.0.1" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Type from config-property=java.lang.String, type from Bean method=java.lang.String
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Config value "ServerName" changed successfully
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found a config-property for a Bean method.  configName=UserName, configValue="pks" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Type from config-property=java.lang.String, type from Bean method=java.lang.String
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Config value "UserName" changed successfully
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Initializing SecurityContext with AppName = trs, ModuleName = trs, EIS Type = <eis>, ResourceId = type=<eis>, application=trs, module=trs, eis=TRS
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Looking up credentials for initial connections
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Looking up credentials for initiating principal:  weblogic_ra_initial
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Using provided credentials for initiating principal:  weblogic_ra_initial
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Using provided credentials for initial connections.
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Adding resource principal Username: pks
12:59:27,512 INFO  [TscsManagedConnectionFactoryImpl] Creating connection: subject Subject:
     Principal: ResourcePrincipal(userName=pks,password=pks)
     Private Credential: javax.resource.spi.security.PasswordCredential@c5389100
request info null
12:59:27,512 INFO  [TscsManagedConnectionFactoryImpl] allocateConnection: created request info
12:59:27,512 INFO  [TscsManagedConnectionImpl] Creating...
12:59:27,528 INFO  [TscsExecutor] Getting initial context...
12:59:27,528 INFO  [EnterpriseContext] Initializing...
12:59:27,528 INFO  [TscsExecutor] Creating ClearingSystemStateDao...
12:59:27,544 INFO  [AbstractDao] Disabling AutoCommit...
12:59:27,544 INFO  [AbstractDao] Invoking setter: setFetchClearingSlipsStatement
12:59:27,544 INFO  [AbstractDao] Invoking setter: setFetchTradeStatesStatement
12:59:27,544 INFO  [AbstractDao] Invoking setter: setAddEntryCall
12:59:27,606 INFO  [AbstractDao] Invoking setter: setUpdateEntryStatement
12:59:27,606 INFO  [AbstractDao] Invoking setter: setUpdateStatesStatement
<Jul 3, 2007 12:59:27 PM EDT> <Warning> <Connector> <BEA-190032> << trs.rar_eis/TRSConnectionFactory > ResourceAllocationException of java.lang.NullPointerException on createManagedConnection.>
<Jul 3, 2007 12:59:27 PM EDT> <Warning> <Connector> <BEA-190024> << trs.rar_eis/TRSConnectionFactory > Error making initial connections for pool. Reason: java.lang.NullPointerException>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Failed to open initial connections:  java.lang.NullPointerException
<Jul 3, 2007 12:59:27 PM EDT> <Info> <Deployer> <BEA-149060> <Module trs of application trs successfully transitioned from unprepared to prepared on server myserver.>
<Jul 3, 2007 12:59:27 PM EDT> <Warning> <J2EE> <BEA-160018> <ComponentMBean: Name = junit, Type = WebAppComponentConfig - Targeted on this server but, no corresponding module found in application descriptor. The component mbean is being Ignored.>
<Jul 3, 2007 12:59:29 PM EDT> <Info> <Deployer> <BEA-149059> <Module admindesk_bean of application onexchange is transitioning from unprepared to prepared on server myserver.>
<Jul 3, 2007 12:59:29 PM EDT> <Warning> <JDBC> <BEA-001074> <A JDBC pool connection leak was detected. A connection leak occurs when a connection obtained from the pool was not closed explicitly by calling close() and then was disposed by the garbage collector and returned to the connection pool. The following stack trace at create shows where the leaked connection was created.  [Null exception passed, creating stack trace for offending caller]
     at weblogic.utils.StackTraceUtils.throwable2StackTrace(StackTraceUtils.java:28)
     at weblogic.jdbc.wrapper.PoolConnection.finalizeInternal(PoolConnection.java:84)
     at weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection.finalize(Unknown Source)
     at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
     at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
     at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
     at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
12:59:40,650 INFO  [TscsProxy] Getting connection: Connection Spec: Host: 127.0.0.1:50305 User/Password: pks/pks
12:59:40,650 INFO  [ConnectionFactoryImpl] Creating TRS connection from ConnectionSpec...
12:59:40,650 INFO  [ConnectionFactoryImpl] ConnectionSpec...eis://[email protected]:50305
[ConnectorDebug] : <ConnectionManagerImpl.allocateConnection()> called with mcf=[email protected]bdcd6cc0, cxReqInfo=eis://[email protected]:50305
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Initializing SecurityContext with AppName = trs, ModuleName = trs, EIS Type = <eis>, ResourceId = type=<eis>, application=trs, module=trs, eis=TRS
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "OracleDSJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "OracleDSJNDI" yields: "onexPool", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-matching JNDIName
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "TRSConnectionFactoryJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "TRSConnectionFactoryJNDI" yields: "eis/TRSConnectionFactory", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found matching entry with jndiName: eis/TRSConnectionFactory
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactoryAuth" ...
<Jul 3, 2007 12:59:40 PM EDT> <Info> <Connector> <BEA-190012> <Component using JNDIName: eis/TRSConnectionFactory has Application managed security.>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactorySharingScope" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Establishing Security Context for Application Managed client
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Entering reserveResource( 10, weblogic.connector.common.internal.ConnectionReqInfo@1abe751 )
12:59:40,665 INFO  [TscsProxy] execute: not requesting trades because proxy isn't started
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMP of ConnectionPool[ on entering reserveResource ]
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  currCapacity = 0 numReserves = 0 numReleases = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING avlList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING unavList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING resvList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Entering getSharedConnection()
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> *** Dump of sharedConnections On entry to getSharedConnection() ***
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Returning nullon exit from getSharedConnection()
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> entering ConnectionPool.matchResource(weblogic.connector.common.internal.ConnectionReqInfo@1abe751)
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMP of ConnectionPool[ at start of matchResource ]
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  currCapacity = 0 numReserves = 0 numReleases = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING avlList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING unavList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING resvList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Initializing SecurityContext with AppName = trs, ModuleName = trs, EIS Type = <eis>, ResourceId = type=<eis>, application=trs, module=trs, eis=TRS
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "OracleDSJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "OracleDSJNDI" yields: "onexPool", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-matching JNDIName
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "TRSConnectionFactoryJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "TRSConnectionFactoryJNDI" yields: "eis/TRSConnectionFactory", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found matching entry with jndiName: eis/TRSConnectionFactory
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactoryAuth" ...
<Jul 3, 2007 12:59:40 PM EDT> <Info> <Connector> <BEA-190012> <Component using JNDIName: eis/TRSConnectionFactory has Application managed security.>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactorySharingScope" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Establishing Security Context for Application Managed client
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> There are 0 in the avlList
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMP of ConnectionPool[ on exiting matchResource() ]
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  currCapacity = 0 numReserves = 0 numReleases = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING avlList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING unavList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory>  DUMPING resvList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> exiting ConnectionPool.matchResource() and returning null
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Initializing SecurityContext with AppName = trs, ModuleName = trs, EIS Type = <eis>, ResourceId = type=<eis>, application=trs, module=trs, eis=TRS
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "OracleDSJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "OracleDSJNDI" yields: "onexPool", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-matching JNDIName
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "TRSConnectionFactoryJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "TRSConnectionFactoryJNDI" yields: "eis/TRSConnectionFactory", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found matching entry with jndiName: eis/TRSConnectionFactory
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactoryAuth" ...
<Jul 3, 2007 12:59:40 PM EDT> <Info> <Connector> <BEA-190012> <Component using JNDIName: eis/TRSConnectionFactory has Application managed security.>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactorySharingScope" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Establishing Security Context for Application Managed client
12:59:40,681 INFO  [TscsManagedConnectionFactoryImpl] Creating connection: subject null request info eis://[email protected]:50305
12:59:40,681 INFO  [TscsManagedConnectionFactoryImpl] allocateConnection: created credentials
12:59:40,681 INFO  [TscsManagedConnectionFactoryImpl] implCreateManagedConnection: created subject: Subject:
     Principal: pks
     Private Credential: javax.resource.spi.security.PasswordCredential@c5389100
12:59:40,681 INFO  [TscsManagedConnectionImpl] Creating...
12:59:40,681 INFO  [TscsExecutor] Getting initial context...
12:59:40,681 INFO  [EnterpriseContext] Initializing...
12:59:40,681 INFO  [TscsExecutor] Creating ClearingSystemStateDao...
12:59:40,962 INFO  [AbstractDao] Disabling AutoCommit...
12:59:40,962 INFO  [AbstractDao] Invoking setter: setFetchClearingSlipsStatement
12:59:40,962 INFO  [AbstractDao] Invoking setter: setFetchTradeStatesStatement
12:59:40,962 INFO  [AbstractDao] Invoking setter: setAddEntryCall
12:59:40,962 INFO  [AbstractDao] Invoking setter: setUpdateEntryStatement
12:59:40,962 INFO  [AbstractDao] Invoking setter: setUpdateStatesStatement
<Jul 3, 2007 12:59:41 PM EDT> <Warning> <Connector> <BEA-190032> << trs.rar_eis/TRSConnectionFactory > ResourceAllocationException of java.lang.NullPointerException on createManagedConnection.>
12:59:41,087 WARN  [TscsProxy] Event Agent Service not available.
12:59:41,103 ERROR [TscsProxy] Unable to connect: Failed to create managed connection:  java.lang.NullPointerException
com.cpex.clearing.tscs.TscsException: Unable to connect: Failed to create managed connection:  java.lang.NullPointerException
     at com.cpex.clearing.tscs.TscsProxy.throwException(TscsProxy.java:1097)
     at com.cpex.clearing.tscs.TscsProxy.connect(TscsProxy.java:765)
     at com.cpex.clearing.tscs.TscsProxy.start(TscsProxy.java:225)
     at com.cpex.clearing.tscs.TscsProxy.ejbCreate(TscsProxy.java:1137)
     at com.cpex.clearing.tscs.TscsEJB_xzvejz_Impl.ejbCreate(TscsEJB_xzvejz_Impl.java:135)
     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:324)
     at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:172)
     at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:254)
     at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:376)
     at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1570)
     at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1437)
     at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:689)
     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2106)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2147)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2094)
     at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:2976)
     at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
     at weblogic.Server.main(Server.java:32)
Caused by: javax.resource.ResourceException: Failed to create managed connection:  java.lang.NullPointerException
     at weblogic.connector.common.internal.ConnectionFactory.createResource(ConnectionFactory.java:159)
     at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:312)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:259)
     at weblogic.connector.common.internal.ConnectionPool.reserveResource(ConnectionPool.java:509)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:253)
     at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:646)
     at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:106)
     at com.cpex.clearing.connector.trs.ConnectionFactoryImpl.getTrsConnection(ConnectionFactoryImpl.java:72)
     at com.cpex.clearing.tscs.TscsProxy.connect(TscsProxy.java:757)
     ... 24 more
<Jul 3, 2007 12:59:41 PM EDT> <Info> <EJB> <BEA-011062> <The following exception has occurred:
Error creating the TscsProxy: com.cpex.clearing.tscs.TscsException: Unable to connect: Failed to create managed connection:  java.lang.NullPointerExceptionjavax.ejb.EJBException: Error creating the TscsProxy: com.cpex.clearing.tscs.TscsException: Unable to connect: Failed to create managed connection:  java.lang.NullPointerException
     at com.cpex.clearing.tscs.TscsProxy.ejbCreate(TscsProxy.java:1143)
     at com.cpex.clearing.tscs.TscsEJB_xzvejz_Impl.ejbCreate(TscsEJB_xzvejz_Impl.java:135)
     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:324)
     at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:172)
     at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:254)
     at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:376)
     at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1570)
     at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1437)
     at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:689)
     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2106)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2147)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2094)
     at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:2976)
     at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
     at weblogic.Server.main(Server.java:32)
Caused by: com.cpex.clearing.tscs.TscsException: Unable to connect: Failed to create managed connection:  java.lang.NullPointerException
     at com.cpex.clearing.tscs.TscsProxy.throwException(TscsProxy.java:1097)
     at com.cpex.clearing.tscs.TscsProxy.connect(TscsProxy.java:765)
     at com.cpex.clearing.tscs.TscsProxy.start(TscsProxy.java:225)
     at com.cpex.clearing.tscs.TscsProxy.ejbCreate(TscsProxy.java:1137)
     ... 22 more
Caused by: javax.resource.ResourceException: Failed to create managed connection:  java.lang.NullPointerException
     at weblogic.connector.common.internal.ConnectionFactory.createResource(ConnectionFactory.java:159)
     at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:312)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:259)
     at weblogic.connector.common.internal.ConnectionPool.reserveResource(ConnectionPool.java:509)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:253)
     at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:646)
     at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:106)
     at com.cpex.clearing.connector.trs.ConnectionFactoryImpl.getTrsConnection(ConnectionFactoryImpl.java:72)
     at com.cpex.clearing.tscs.TscsProxy.connect(TscsProxy.java:757)
     ... 24 more
     at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:259)
     at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:376)
     at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1570)
     at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1437)
     at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:689)
     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2106)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2147)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2094)
     at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:2976)
     at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
     at weblogic.Server.main(Server.java:32)

sandherpk wrote:
Hi,
I am using an in house developed resource adapter/connector which I am trying to get working in weblogic 8.1 SP3.
I get the exception below when I try to use my resource adapter. Also below is connector debug output.
I would appreciate any idea on what is causing this null pointer in the weblogic code.
This connector has been successfully deployed in jboss.
I have configured a user and defined a credential for the connector.
The resource adapter seems to deploy successfully.
Let me know if any further info would be useful.
Thanks Hi. The connector code is reporting the plain message
of a NullPointerException suffered elsewhere. Here is
a debug patch. Please edit your start-weblogic script
to find where the classpath is constructed for the Java
call for the server. Just befor the server is started,
change the CLASSPATH variable to list this debug jar in
front of all official weblogic stuff, and repeat the
problem. The connector error messages will now include
a full stacktrace of an exception that will get us
closer to the actual NPE. Show me the log entries
for the 190032 and 190024 messages.
Does your resource adaptor use WebLogic pools
for anything? If so, show me the pool definitions.
Joe
>
<Jul 3, 2007 12:59:27 PM EDT> <Info> <Deployer> <BEA-149059> <Module trs of application trs is transitioning from unprepared to prepared on server myserver.>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Constructed the connection pool : trs.rar_eis/TRSConnectionFactory:eis/TRSConnectionFactory
<Jul 3, 2007 12:59:27 PM EDT> <Info> <Common> <BEA-000625> <The application has disabled periodic testing of free resources in pool "trs.rar_eis/TRSConnectionFactory".>
12:59:27,481 INFO [TscsManagedConnectionFactoryImpl] Created.
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found a config-property for a Bean method. configName=Password, configValue="pks" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Type from config-property=java.lang.String, type from Bean method=java.lang.String
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Config value "Password" changed successfully
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found a config-property for a Bean method. configName=PortNumber, configValue="50305" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Type from config-property=java.lang.Integer, type from Bean method=java.lang.Integer
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Config value "PortNumber" changed successfully
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found a config-property for a Bean method. configName=ServerName, configValue="127.0.0.1" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Type from config-property=java.lang.String, type from Bean method=java.lang.String
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Config value "ServerName" changed successfully
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found a config-property for a Bean method. configName=UserName, configValue="pks" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Type from config-property=java.lang.String, type from Bean method=java.lang.String
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Config value "UserName" changed successfully
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Initializing SecurityContext with AppName = trs, ModuleName = trs, EIS Type = <eis>, ResourceId = type=<eis>, application=trs, module=trs, eis=TRS
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Looking up credentials for initial connections
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Looking up credentials for initiating principal: weblogic_ra_initial
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Using provided credentials for initiating principal: weblogic_ra_initial
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Using provided credentials for initial connections.
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Adding resource principal Username: pks
12:59:27,512 INFO [TscsManagedConnectionFactoryImpl] Creating connection: subject Subject:
     Principal: ResourcePrincipal(userName=pks,password=pks)
     Private Credential: javax.resource.spi.security.PasswordCredential@c5389100
request info null
12:59:27,512 INFO [TscsManagedConnectionFactoryImpl] allocateConnection: created request info
12:59:27,512 INFO [TscsManagedConnectionImpl] Creating...
12:59:27,528 INFO [TscsExecutor] Getting initial context...
12:59:27,528 INFO [EnterpriseContext] Initializing...
12:59:27,528 INFO [TscsExecutor] Creating ClearingSystemStateDao...
12:59:27,544 INFO [AbstractDao] Disabling AutoCommit...
12:59:27,544 INFO [AbstractDao] Invoking setter: setFetchClearingSlipsStatement
12:59:27,544 INFO [AbstractDao] Invoking setter: setFetchTradeStatesStatement
12:59:27,544 INFO [AbstractDao] Invoking setter: setAddEntryCall
12:59:27,606 INFO [AbstractDao] Invoking setter: setUpdateEntryStatement
12:59:27,606 INFO [AbstractDao] Invoking setter: setUpdateStatesStatement
<Jul 3, 2007 12:59:27 PM EDT> <Warning> <Connector> <BEA-190032> << trs.rar_eis/TRSConnectionFactory > ResourceAllocationException of java.lang.NullPointerException on createManagedConnection.>
<Jul 3, 2007 12:59:27 PM EDT> <Warning> <Connector> <BEA-190024> << trs.rar_eis/TRSConnectionFactory > Error making initial connections for pool. Reason: java.lang.NullPointerException>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Failed to open initial connections: java.lang.NullPointerException
<Jul 3, 2007 12:59:27 PM EDT> <Info> <Deployer> <BEA-149060> <Module trs of application trs successfully transitioned from unprepared to prepared on server myserver.>
<Jul 3, 2007 12:59:27 PM EDT> <Warning> <J2EE> <BEA-160018> <ComponentMBean: Name = junit, Type = WebAppComponentConfig - Targeted on this server but, no corresponding module found in application descriptor. The component mbean is being Ignored.>
<Jul 3, 2007 12:59:29 PM EDT> <Info> <Deployer> <BEA-149059> <Module admindesk_bean of application onexchange is transitioning from unprepared to prepared on server myserver.>
<Jul 3, 2007 12:59:29 PM EDT> <Warning> <JDBC> <BEA-001074> <A JDBC pool connection leak was detected. A connection leak occurs when a connection obtained from the pool was not closed explicitly by calling close() and then was disposed by the garbage collector and returned to the connection pool. The following stack trace at create shows where the leaked connection was created. [Null exception passed, creating stack trace for offending caller]
     at weblogic.utils.StackTraceUtils.throwable2StackTrace(StackTraceUtils.java:28)
     at weblogic.jdbc.wrapper.PoolConnection.finalizeInternal(PoolConnection.java:84)
     at weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection.finalize(Unknown Source)
     at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
     at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
     at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
     at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)
12:59:40,650 INFO [TscsProxy] Getting connection: Connection Spec: Host: 127.0.0.1:50305 User/Password: pks/pks
12:59:40,650 INFO [ConnectionFactoryImpl] Creating TRS connection from ConnectionSpec...
12:59:40,650 INFO [ConnectionFactoryImpl] ConnectionSpec...eis://[email protected]:50305
[ConnectorDebug] : <ConnectionManagerImpl.allocateConnection()> called with mcf=[email protected]bdcd6cc0, cxReqInfo=eis://[email protected]:50305
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Initializing SecurityContext with AppName = trs, ModuleName = trs, EIS Type = <eis>, ResourceId = type=<eis>, application=trs, module=trs, eis=TRS
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "OracleDSJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "OracleDSJNDI" yields: "onexPool", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-matching JNDIName
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "TRSConnectionFactoryJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "TRSConnectionFactoryJNDI" yields: "eis/TRSConnectionFactory", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found matching entry with jndiName: eis/TRSConnectionFactory
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactoryAuth" ...
<Jul 3, 2007 12:59:40 PM EDT> <Info> <Connector> <BEA-190012> <Component using JNDIName: eis/TRSConnectionFactory has Application managed security.>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactorySharingScope" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Establishing Security Context for Application Managed client
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Entering reserveResource( 10, weblogic.connector.common.internal.ConnectionReqInfo@1abe751 )
12:59:40,665 INFO [TscsProxy] execute: not requesting trades because proxy isn't started
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMP of ConnectionPool[ on entering reserveResource ]
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> currCapacity = 0 numReserves = 0 numReleases = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING avlList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING unavList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING resvList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Entering getSharedConnection()
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> *** Dump of sharedConnections On entry to getSharedConnection() ***
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Returning nullon exit from getSharedConnection()
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> entering ConnectionPool.matchResource(weblogic.connector.common.internal.ConnectionReqInfo@1abe751)
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMP of ConnectionPool[ at start of matchResource ]
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> currCapacity = 0 numReserves = 0 numReleases = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING avlList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING unavList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING resvList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Initializing SecurityContext with AppName = trs, ModuleName = trs, EIS Type = <eis>, ResourceId = type=<eis>, application=trs, module=trs, eis=TRS
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "OracleDSJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "OracleDSJNDI" yields: "onexPool", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-matching JNDIName
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "TRSConnectionFactoryJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "TRSConnectionFactoryJNDI" yields: "eis/TRSConnectionFactory", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found matching entry with jndiName: eis/TRSConnectionFactory
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactoryAuth" ...
<Jul 3, 2007 12:59:40 PM EDT> <Info> <Connector> <BEA-190012> <Component using JNDIName: eis/TRSConnectionFactory has Application managed security.>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactorySharingScope" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Establishing Security Context for Application Managed client
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> There are 0 in the avlList
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMP of ConnectionPool[ on exiting matchResource() ]
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> currCapacity = 0 numReserves = 0 numReleases = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING avlList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING unavList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> DUMPING resvList #entries = 0
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> exiting ConnectionPool.matchResource() and returning null
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Initializing SecurityContext with AppName = trs, ModuleName = trs, EIS Type = <eis>, ResourceId = type=<eis>, application=trs, module=trs, eis=TRS
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "OracleDSJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "OracleDSJNDI" yields: "onexPool", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-matching JNDIName
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Skipping non-JNDI Entry in context
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found JNDI entry "TRSConnectionFactoryJNDI" in wls-connector-resref context -- looking it up...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Lookup of "TRSConnectionFactoryJNDI" yields: "eis/TRSConnectionFactory", comparing with "eis/TRSConnectionFactory"
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Found matching entry with jndiName: eis/TRSConnectionFactory
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactoryAuth" ...
<Jul 3, 2007 12:59:40 PM EDT> <Info> <Connector> <BEA-190012> <Component using JNDIName: eis/TRSConnectionFactory has Application managed security.>
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Now looking up: "TRSConnectionFactorySharingScope" ...
[ConnectorDebug] : <trs.rar_eis/TRSConnectionFactory> Establishing Security Context for Application Managed client
12:59:40,681 INFO [TscsManagedConnectionFactoryImpl] Creating connection: subject null request info eis://[email protected]:50305
12:59:40,681 INFO [TscsManagedConnectionFactoryImpl] allocateConnection: created credentials
12:59:40,681 INFO [TscsManagedConnectionFactoryImpl] implCreateManagedConnection: created subject: Subject:
     Principal: pks
     Private Credential: javax.resource.spi.security.PasswordCredential@c5389100
12:59:40,681 INFO [TscsManagedConnectionImpl] Creating...
12:59:40,681 INFO [TscsExecutor] Getting initial context...
12:59:40,681 INFO [EnterpriseContext] Initializing...
12:59:40,681 INFO [TscsExecutor] Creating ClearingSystemStateDao...
12:59:40,962 INFO [AbstractDao] Disabling AutoCommit...
12:59:40,962 INFO [AbstractDao] Invoking setter: setFetchClearingSlipsStatement
12:59:40,962 INFO [AbstractDao] Invoking setter: setFetchTradeStatesStatement
12:59:40,962 INFO [AbstractDao] Invoking setter: setAddEntryCall
12:59:40,962 INFO [AbstractDao] Invoking setter: setUpdateEntryStatement
12:59:40,962 INFO [AbstractDao] Invoking setter: setUpdateStatesStatement
<Jul 3, 2007 12:59:41 PM EDT> <Warning> <Connector> <BEA-190032> << trs.rar_eis/TRSConnectionFactory > ResourceAllocationException of java.lang.NullPointerException on createManagedConnection.>
12:59:41,087 WARN [TscsProxy] Event Agent Service not available.
12:59:41,103 ERROR [TscsProxy] Unable to connect: Failed to create managed connection: java.lang.NullPointerException
com.cpex.clearing.tscs.TscsException: Unable to connect: Failed to create managed connection: java.lang.NullPointerException
     at com.cpex.clearing.tscs.TscsProxy.throwException(TscsProxy.java:1097)
     at com.cpex.clearing.tscs.TscsProxy.connect(TscsProxy.java:765)
     at com.cpex.clearing.tscs.TscsProxy.start(TscsProxy.java:225)
     at com.cpex.clearing.tscs.TscsProxy.ejbCreate(TscsProxy.java:1137)
     at com.cpex.clearing.tscs.TscsEJB_xzvejz_Impl.ejbCreate(TscsEJB_xzvejz_Impl.java:135)
     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:324)
     at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:172)
     at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:254)
     at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:376)
     at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1570)
     at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1437)
     at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:689)
     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2106)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2147)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2094)
     at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:2976)
     at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
     at weblogic.Server.main(Server.java:32)
Caused by: javax.resource.ResourceException: Failed to create managed connection: java.lang.NullPointerException
     at weblogic.connector.common.internal.ConnectionFactory.createResource(ConnectionFactory.java:159)
     at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:312)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:259)
     at weblogic.connector.common.internal.ConnectionPool.reserveResource(ConnectionPool.java:509)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:253)
     at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:646)
     at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:106)
     at com.cpex.clearing.connector.trs.ConnectionFactoryImpl.getTrsConnection(ConnectionFactoryImpl.java:72)
     at com.cpex.clearing.tscs.TscsProxy.connect(TscsProxy.java:757)
     ... 24 more
<Jul 3, 2007 12:59:41 PM EDT> <Info> <EJB> <BEA-011062> <The following exception has occurred:
Error creating the TscsProxy: com.cpex.clearing.tscs.TscsException: Unable to connect: Failed to create managed connection: java.lang.NullPointerExceptionjavax.ejb.EJBException: Error creating the TscsProxy: com.cpex.clearing.tscs.TscsException: Unable to connect: Failed to create managed connection: java.lang.NullPointerException
     at com.cpex.clearing.tscs.TscsProxy.ejbCreate(TscsProxy.java:1143)
     at com.cpex.clearing.tscs.TscsEJB_xzvejz_Impl.ejbCreate(TscsEJB_xzvejz_Impl.java:135)
     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:324)
     at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:172)
     at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:254)
     at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:376)
     at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1570)
     at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1437)
     at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:689)
     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2106)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2147)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2094)
     at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:2976)
     at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
     at weblogic.Server.main(Server.java:32)
Caused by: com.cpex.clearing.tscs.TscsException: Unable to connect: Failed to create managed connection: java.lang.NullPointerException
     at com.cpex.clearing.tscs.TscsProxy.throwException(TscsProxy.java:1097)
     at com.cpex.clearing.tscs.TscsProxy.connect(TscsProxy.java:765)
     at com.cpex.clearing.tscs.TscsProxy.start(TscsProxy.java:225)
     at com.cpex.clearing.tscs.TscsProxy.ejbCreate(TscsProxy.java:1137)
     ... 22 more
Caused by: javax.resource.ResourceException: Failed to create managed connection: java.lang.NullPointerException
     at weblogic.connector.common.internal.ConnectionFactory.createResource(ConnectionFactory.java:159)
     at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:312)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:259)
     at weblogic.connector.common.internal.ConnectionPool.reserveResource(ConnectionPool.java:509)
     at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:253)
     at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:646)
     at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:106)
     at com.cpex.clearing.connector.trs.ConnectionFactoryImpl.getTrsConnection(ConnectionFactoryImpl.java:72)
     at com.cpex.clearing.tscs.TscsProxy.connect(TscsProxy.java:757)
     ... 24 more
     at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:259)
     at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:376)
     at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1570)
     at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1437)
     at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:689)
     at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2106)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2147)
     at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2094)
     at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:2976)
     at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
     at weblogic.Server.main(Server.java:32)

Similar Messages

  • Error while Test Connection with Connector

    hi all:
         there is an error while  Test Connection with Connector , I also test it through sys administration->sys configuration->
    suport -> sap transaction, I got all errors, I put these two errors as folows, could you please tell me how to sovle it
    ***************ERROR 1 while *error while Test Connection with Connector ******************************************************
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this
    system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    ************error sys administration->sys configuration-> suport -> sap transaction        ********************** 1.5 #0025B3E02892006100000A0800001798000487530FB0122E#1274690722265#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt
    .runtime#guodongdong#47472##n/a##690347f0670e11df98cc0025b3e02892#SAPEngine_Application_Thread[impl:3]
    9##0#0#Error##Java###04:4524/05/10_0077_6087550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Application URL
    &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid!
    Please check the protocol and host entries for system &\#39;sapdev&\#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass
    (AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:523)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:412)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process
    (ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hi,
    As per this part of the trace:
    Exception in SAP Application Integrator occured: Application URL &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid! Please check the protocol and host entries for system &\#39;sapdev&\#39;. at ...
    You can clearly see that the system object 'sapdev' is not configured correctly/at all - you are trying to launch transaction iView
    (WEBGUI) and in order to do so you should configure the 'internet transaction server' category of the system  object
    with the hostname of the ITS server.
    Generally the template is
    <System.Access.ITS.protocol>://<System.Access.ITS.hostname>/sap<ESID>/bc/gui/sap/its/webgui?\....
    So that's why you got
    Please check the protocol and host entries for system ..

  • "Create Comment Summary" not showing in Pro 10.1.7?? How can I print document and comments with connector lines on single page?

    Adobe's instructions for Acrobat X Pro say that to print the document with connector lines on the same page, I should go from the menu to "Print With Comments Summary." I'm using version 10.1.7 and that option doesn't show up. My menu bar looks like this:
    and my print dialog box looks like this:
    And if I go to Commenting under Preferences I get this:
    I don't see any of the comment printing options Adobe refers to in their instructions. Am I looking in the wrong place for the option to print comments on the same page as the document? Or is there some reason this is not available?

    Hey Dan,
    With this call:
    DAQmxErrChk ( DAQmxCreateDOChan( taskhandle, "Dev1/PFI0:7","", DAQmx_Val_ChanForAllLines ) );
    You're trying to write to the PFI lines, which are part of port 1. Only the 8 lines on port 0 "Dev1/port0" support clocked/correlated DIO, port 1 only supports static/SW timed DIO (which is what you are using) and counter timer opperations. To do buffered output, check out the Cont Write Dig Port-Ext Clk shipping example at:
    C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Generate Values\Cont Write Dig Port-Ext Clk
    when you use this, you'll need to specify an external clock - M-Series DIO does not have its own timing engine so it has to get its clock signal from somewhere else. Most just use an onboard counter to generate a clocking signal, so the Dig-Pulse Train Cont example under counters can be combined with this.
    Most of this is covered in the M-Series user manual, though I realize its not exactly lite reading
    Hope this gets you started,
    Andrew S
    Message Edited by stilly32 on 03-26-2008 05:28 PM
    Getting Started with NI-DAQmx
    Measurement Fundamentals

  • While downloading software update for Itunes, getting message saying detecting Ipad in recovery mode and telling us to restore Ipad to original settings, which we don't want to do.  Also cannot turn on Ipad; shows Itunes symbol with connector.  Help!

    While downloading software update for Itunes, got message saying detecting Ipad in recovery mode and telling us to restore Ipad to original settings, which we don't want to do.  Also cannot turn on Ipad; shows Itunes symbol with connector.  Help!

    No promises but a System Reset is worth trying:
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.
    A System Reset does not remove any apps, music, movies, etc. nor does it cause any settings to revert back to default.
    Also, you might wish to download the iPad-2 User Guide.  Pay special attention to page 162.  Note that this Guide also applies to the iPad-1 with IOS 4.3 except for those functions that are not supported by the hardware.
    http://support.apple.com/manuals/#ipad
    Finally, the User Guide can be downloaded at no charge via iBooks and a less comprehensive version of the Guide is included as a Safari bookmark.

  • TS1369 My iphone 4 showed itunes with connector, tried to restore came back with error.  Now shows the apple & will not do anything else.  Please help!

    My iphone 4 did a update this morning. Ever since it has showed itunes with connector.  Connected to itunes tried to restore.  Came back with error now only shows the apple sign.  Please help!

    iPhone is in recovery mode.
    http://support.apple.com/kb/HT1808

  • Problem with connector for ABAP Webdynpro

    Hello,
    I have a problem with a new Business Package :
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.erp.instructor.bp_folder/com.sap.pct.erp.instructor.roles/com.sap.pct.erp.instructor.instructor/com.sap.pct.erp.instructor.instructor/overview/com.sap.pct.erp.instructor.work_overview/com.sap.pct.erp.instructor.work_overview/com.sap.pct.erp.instructor.instructor_worklist
    Component Name : com.sap.portal.appintegrator.sap.WebDynpro
    I think the problem is coming that I have no customized the connector with good values. Do you know a good blog or document to create a system alias dedicated to abap wedynpro or its bsp ?
    Regards,

    Yes, the UserId is the same in the portal and the BackEnd.
    Previously we used the ITS for our ESS and now we are using the Portal, so all have an UserId and all personal have the same Id as before.
    The first month it worked fine but when the password went out, in Back End, after 30 days, the question for login information appeared.
    Regards
    Ingvar

  • Error trying to Connect to WSE 2012 R2 with Connector Software - The server is not available

    I had to completely reset my MS Surface Pro 3 due to virus activity, so it was wiped and reinstalled. It had previously connected to the Server without
    hiccup. Ever since doing this I cannot reconnect using the SERVERNAME\Connect process - it continually fails. I have reviewed the forums and web for a week trying different solutions to no avail. I would appreciate it if someone could advise?
    I have:
    Ensured that the Connector Software update is not installed from Installed Updates
    Checked the Bindings in IIS Manager against the WSS Certificate Web Service and it is set to SERVERNAME.
    Ensured my time on the Client is synchronised
    Tried connecting using the original PC-Name and when that didn't work, I have tried a new name and removed the old device from the server.
    I have ensured that I am on a Workgroup.
    The install process finds the server sets up connector and asks for my network user name and password and then continues for a fair time until it
    comes back with the error”:
    "The server is not available/ Try connecting this computer again, of for more information, see Troubleshoot connecting computers to the server.”
    I am not sure how much of the log to include as it all doesn’t fit:
    [1380] 150118.132140.0358: ClientSetup: Start of ClientDeploy
    [1380] 150118.132140.5201: General: Initializing...C:\windows\system32\Essentials\ClientDeploy.exe
    [1380] 150118.132140.5201: ClientSetup: Create client deployment registry subkey if necessary
    [1380] 150118.132140.5358: ClientSetup: The initial launching way: -LaunchedFrom:installer
    [1380] 150118.132140.5358: ClientSetup: The initial state is set
    [1380] 150118.132140.5358: ClientSetup: The initial serverName: 192.168.1.100
    [1380] 150118.132140.5358: ClientSetup: Loading Wizard Data
    [1380] 150118.132140.5670: ClientSetup: Saving Wizard Data
    [1380] 150118.132140.5826: ClientSetup: Current DeploymentStatus=Start
    [1380] 150118.132140.9420: ClientSetup: Showing the Client Deployment Wizard
    [1380] 150118.132141.0670: ClientSetup: Machine name:SURFACE3RUTH, length:12
    [1380] 150118.132141.0983: ClientSetup: The input server name is 192.168.1.100
    [1404] 150118.132141.1295: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1404] 150118.132141.1295: ClientSetup: Running Task with Id=ClientDeploy.PreConfiguration
    [1380] 150118.132141.1295: ClientSetup: InitWizard, The currrent stage is ConnectingToServer
    [1380] 150118.132141.1295: ClientSetup: Set the Deployment Sync Event
    [1404] 150118.132141.1764: ClientSetup: The configuration cab will be downloaded from 192.168.1.100
    [1404] 150118.132141.1920: ClientSetup: Download file Setup.cab from server
    [1404] 150118.132141.2233: ClientSetup: Making web request: https://192.168.1.100//connect/default.aspx?Get=Setup.cab&LanguageId=2057&64bit=1
    [1404] 150118.132141.5358: ClientSetup: Failed to download Setup.cab from server: System.Net.WebException: The underlying connection was closed: Could
    not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
    at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
    at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
    at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
    at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.ConnectStream.WriteHeaders(Boolean async)
    --- End of inner exception stack trace ---
    at System.Net.HttpWebRequest.GetResponse()
    at Microsoft.WindowsServerSolutions.ClientSetup.CSCommon.DownloadFileFromConnectSite(String outputDirectory, Uri serverUrl, String fileName, Int32 languageId, Boolean is64bit)
    [1404] 150118.132141.5358: ClientSetup: Cannot get configuration file with https, will try http...
    [1404] 150118.132141.5358: ClientSetup: Download file Setup.cab from server
    [1404] 150118.132141.5358: ClientSetup: Making web request: http://192.168.1.100//connect/default.aspx?Get=Setup.cab&LanguageId=2057&64bit=1
    [1404] 150118.132141.7233: ClientSetup: Downloaded file C:\windows\Temp\ClientDeploymentTempFiles\Setup.cab
    [1404] 150118.132141.7233: ClientSetup: The configuration cab is downloaded to C:\windows\Temp\ClientDeploymentTempFiles\Setup.cab
    [1404] 150118.132141.9264: ClientSetup: Adding Server Info data in the Product Registry
    [1404] 150118.132142.8170: Networking:DnsEnvironmentDetector: Dns.GetHostAddresses threw exception: System.Net.Sockets.SocketException (0x80004005):
    No such host is known
    at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
    at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
    at Microsoft.WindowsServerSolutions.Networking.ServerDiscovery.DnsEnvironmentDetector.GetAddressesFromDns(String machine)
    [1404] 150118.132142.8170: DnsEnvironmentDetector: No result from GetHostAddresses(), normal environment
    [1404] 150118.132142.8170: ClientSetup: Exiting PreConfigTask.Run()
    [1404] 150118.132142.8170: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has TaskStatus=Success
    [1404] 150118.132142.8170: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has RebootStatus=NoReboot
    [1404] 150118.132142.8170: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [1896] 150118.132158.7568: ClientSetup: Running InstallRootCert Task at WizardPage DomainUserCred
    [1896] 150118.132158.7568: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1896] 150118.132158.7568: ClientSetup: Running Task with Id=ClientDeploy.InstallRootCertTask
    [1896] 150118.132158.7880: ClientSetup: Entering InstallRootCertTask.Run
    [1896] 150118.132158.7880: ClientSetup: Install root cert to local trusted store
    [1896] 150118.132158.7880: ClientSetup: Exiting InstallRootCertTask.Run
    [1896] 150118.132158.7880: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has TaskStatus=Success
    [1896] 150118.132158.7880: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has RebootStatus=NoReboot
    [1896] 150118.132158.7880: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [1896] 150118.132158.7880: ClientSetup: Running SetupVPNAndDA Task at WizardPage DomainUserCred
    [1896] 150118.132158.7880: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1896] 150118.132158.7880: ClientSetup: Running Task with Id=ClientDeploy.SetupVpnAndDATask
    [1896] 150118.132158.8193: ClientSetup: Entering SetupVpnAndDATask.Run
    [1896] 150118.132158.8974: ClientSetup: Exting SetupVpnAndDATask.Run
    [1896] 150118.132158.8974: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has TaskStatus=Success
    [1896] 150118.132158.8974: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has RebootStatus=NoReboot
    [1896] 150118.132158.8974: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [1896] 150118.132158.8974: ClientSetup: Running ValidateUser Tasks at WizardPage DomainUserCred
    [1896] 150118.132158.8974: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1896] 150118.132158.8974: ClientSetup: Running Task with Id=ClientDeploy.ValidateUser
    [1896] 150118.132158.9286: ClientSetup: Entering ValidateUserTask.Run
    [1896] 150118.132158.9286: ClientSetup: Validating User
    [1896] 150118.132158.9286: ClientSetup: Call MachineIdentityManager.GetMachineStatus
    [1896] 150118.132200.2412: ClientSetup: Current Machine Join Status: NotExists
    [1896] 150118.132200.2412: ClientSetup: Exiting ValidateUserTask.Run
    [1896] 150118.132200.2412: ClientSetup: Task with Id=ClientDeploy.ValidateUser has TaskStatus=Warning
    [1896] 150118.132200.2412: ClientSetup: Task with Id=ClientDeploy.ValidateUser has RebootStatus=NoReboot
    [1896] 150118.132200.2412: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [1896] 150118.132203.5996: ClientSetup: User has chosen to continue using domain admin credentials
    [1896] 150118.132203.5996: ClientSetup: Running JoinNetwork Tasks at WizardPage DomainUserCred
    [1896] 150118.132203.5996: ClientSetup: Entering ConnectorWizardForm.RunTasks
    [1896] 150118.132203.5996: ClientSetup: Running Task with Id=ClientDeploy.JoinDomain
    [1896] 150118.132203.6152: ClientSetup: Entering JoinDomainTask.Run
    [1896] 150118.132203.6152: ClientSetup: Domain Join Client to Server Domain: ClientComputerName=SURFACE3RUTH ServerDomainNetBiosName=AHYICK
    [1896] 150118.132203.6152: ClientSetup: Trying to evaluate if we need to set Local Nic Dns address be the same as server DNS setting.
    [1896] 150118.132204.4590: ClientSetup: DNS failed to resolve server's host name, needs set DNS
    [1896] 150118.132204.4590: ClientSetup: Trying to set DNS setting.
    [1896] 150118.132204.4590: ClientSetup: Configure DNS settings on local NIC
    [1896] 150118.132205.7153: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132206.7787: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132207.8293: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132214.6885: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132224.7076: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132234.7311: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132235.8561: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132236.9186: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132237.9655: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132244.8406: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132254.8601: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132304.8898: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132306.0148: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132307.0461: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132308.1131: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132314.9742: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132324.9961: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132335.0140: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132336.1495: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132337.1888: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132338.2320: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132345.1355: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132355.1699: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132405.2086: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132406.3337: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132407.3883: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132408.4351: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132415.3043: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132425.3696: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132435.4170: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132436.5769: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132437.6137: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132438.6607: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '192.168.1.1', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132445.5693: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132455.5861: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1404] 150118.132505.6068: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '10.0.0.138', queryName
    = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1896] 150118.132505.6068: ClientSetup: Could not successfully set the DNS of any client NIC
    [1896] 150118.132505.6068: ClientSetup: Failed to set Local Nic Dns address as the Server IP.
    [1896] 150118.132505.6068: ClientSetup: NetGetJoinInformation (server = [], ...)
    [1896] 150118.132505.6148: ClientSetup: Running Join Domain
    [1896] 150118.132505.6148: ClientSetup: Disconnect any share to the server.
    [1896] 150118.132505.6148: ClientSetup: NetUseEnum (UncServerName = [] )
    [1896] 150118.132505.6304: ClientSetup: NetUseEnum (UncServerName = [] )
    [1896] 150118.132505.6304: ClientSetup: Trying to clear dns cache.
    [1896] 150118.132505.6304: ClientSetup: ComputerMgmt.FlushDnsCache starts
    [1896] 150118.132505.6461: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\windows\system32\ipconfig.exe" /flushdns
    [1404] 150118.132505.6832: ClientSetup: Standard Ouptput:
    [1404] 150118.132505.6832: ClientSetup: Standard Ouptput: Windows IP Configuration
    [1404] 150118.132505.6832: ClientSetup: Standard Ouptput:
    [3964] 150118.132505.6832: ClientSetup: Standard Ouptput: Successfully flushed the DNS Resolver Cache.
    [3964] 150118.132505.6832: ClientSetup: Standard Ouptput:
    [5080] 150118.132505.6832: ClientSetup: Standard Error:
    [1896] 150118.132505.6832: ClientSetup: The exit code of the process (C:\windows\system32\ipconfig.exe) is: 0
    [1896] 150118.132505.6832: ClientSetup: Calling SetPrimaryDnsSuffix.
    [1896] 150118.132505.6832: ClientSetup: SetPrimaryDnsSuffix (AHYICK.local)
    [1896] 150118.132505.6832: ClientSetup: SetComputerNameEx (AHYICK.local)
    [1896] 150118.132505.6832: ClientSetup: Update tcpip Domain parameter with AHYICK.local
    [1896] 150118.132505.6832: ClientSetup: Calling join domain [AHYICK.local] with domain user [AHYICK.local\Basil] credential.
    [1896] 150118.132505.6832: ClientSetup: Joining local machine to domain AHYICK.local
    [1896] 150118.132505.6832: ClientSetup: NetJoinDomain( , AHYICK.local, , AHYICK.local\Basil, *, NetSetupJoinDomain, NetSetupAcctCreate, NetSetupAcctDelete,
    NetSetupDomainJoinIfJoined, NetSetupDeferSpnSet)
    [1896] 150118.132505.7457: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132506.7789: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132507.8248: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132508.8666: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132509.8997: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132510.9440: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132511.9868: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132513.0218: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132514.0673: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132515.0987: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [1896] 150118.132515.1143: ClientSetup: Join domain fails on the first time, exception: System.ComponentModel.Win32Exception (0x80004005): The specified
    domain either does not exist or could not be contacted
    at Microsoft.WindowsServerSolutions.ClientSetup.NativeMethods.NativeMethodRetryWrapper(NativeMethodInvoker nmi, UInt32 numTries, TimeSpan timeToWaitBetweenRetries, String descriptionForLog, UInt32[] retryableErrorCodes)
    at Microsoft.WindowsServerSolutions.ClientSetup.NativeMethods.NetJoinDomain(String server, String domain, String destinationOuPath, String user, SecureString password, JoinDomainOptions joinOptions)
    at Microsoft.WindowsServerSolutions.ClientSetup.ComputerMgmt.JoinDomain(String domainName, String domainUserName, SecureString domainUserPass, String machineAccountOU)
    at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.JoinDomainTask.Run(WizData data)
    I am running a Telstra ADSL modem with a separate Cisco router and Netgear Switch.
    I would appreciate any help I can get please as I am a novice and do not understand a lot about the certificate and DNS errors.

    Would you please try manually set the DNS address on client NIC to the IP of your server, then try run the connector again?

  • Outlook with Connector installed will no longer sync Contacts with iPhone

    Within Outlook, once you upgrade your Hotmail account with Outlook Connector, you can no longer sync your iPhone with Outlook Calendar, Contacts or Notes in iTunes. The Outlook Connector update was mandatory to continue to view your Hotmail messages through Outlook.
    Any ideas? Thanks Marv

    In addtition, I use 2 other PC's with Outlook and they are configured to connect to the Cloud also, yet on both the I cloud calendars in Outlook only contain about half of my calendar entries. ???
    Help again, please.

  • Issue with - Connector Framework  SAP EP 7.0

    HI
    Need assitance on usage of connector framework to connect to SAP R/3 using SSO.
    I am trying to call a BAPI from a jsp iView using sap connector framework.
    Release :  EP (SAP NetWeaver 7.0 (2004s) SPS 12).
    Steps I did so far :
    1. imported following jars in my project :
    a. activation.jar
    b. connector.jar
    c. GenericConnector.jar
    d. jaas.jar
    e. jta.jar
    f. portal_services_api_lib.jar
    2. declared import of class:
    <%@ page import = "com.sapportals.portal.ivs.cg.*" %>
    <%@ page import = "com.sapportals.connector.connection.IConnection" %>
    <%@ page import = "com.sapportals.connector.execution.structures.*" %>
    <%@ page import = "com.sapportals.connector.execution.functions.IInteraction" %>
    <%@ page import = "com.sapportals.connector.execution.functions.IInteractionSpec" %>
    3. appended portalapp.xml with :
      <application-config>
        <property name="SharingReference" value=",com.sap.portal.htmlb,com.sap.portal.pagebuilder,com.sap.portal.themes.lafservice,com.sap.portal.navigation.service,com.sap.portal.navigation.helperservice,com.sap.portal.license.runtime,com.sap.portal.common.commonservices,SAPJ2EE::library:com.sap.portal.common,com.sap.portal.ivs.connectorservice"/>
      </application-config>
    4. added following code :
         IConnectorGatewayService cgService = (IConnectorGatewayService) PortalRuntime.getRuntimeResources().getService(IConnectorGatewayService.KEY);
         IConnection connection = cgService.getConnection("ABC", request);
    <b>     IInteraction ix = connection.createInteractionEx();</b>
    5. Verfied connectivity of system alias ABC with connetion test from portal.
    When I test the repective iview after deployment it fails on the bold line with an error 'unable to deploy jsp'. I could verify that cgService and connection objects were initialized.
    Will appreciate expert comments/suggestions on the issue.
    Thanks and cheers,
    Amit.

    Hi,
    When you select that property, you get a value field in the bottom of the screen to enter the Cutom values.
    You can give the value there and click on the Set button.
    Also check the dbpool properties for this error code.
    Regards,
    Venkat

  • Something wrong with connectors on top of iPOD

    This is a strange one. I have a 60GB iPOD photo. One day my iTRIP stops working. The light and everyhting still work but no radio connection. So I assume that the iTRIP craped out. So I buy a new one same problem. So I thinksomething is wrong with the connector on the top of the iPOD... still works for normal headphones but I think the remote port may have stoped working.

    Welcome to Apple Discussions!
    The only way to test it out for sure would be to borrow someone else's iPod remote if you know anyone that has one or if you have an apple store near you if you can ask them to let you test it out there. Basically, if anyone you know has any other accesory that uses that and you could borrow it.
    If it doesn't work, then here's how to send it in...
    http://depot.info.apple.com/ipod
    btabz

  • Help needed with connectors for Netbeans and Forte

    Im using Forte for Java
    my biggest obstacle is connecting sub j-frames to the main j-frame
    i have created a main J-frame and sub j-frames in one package
    in the Main J-frame there are buttons that you click to go to the next frame the same way "a-href" in HTML works in the same window and back
    what my problem is how to declare the connectors for each button to go to the sub-frame
    what code generators are required and the process and how to lable each sub-frame to be called
    my project is a finance program
    i.e
    Main Frame
    Menu:- ( TVM) ----------> button
    (simple interest)-------> button
    etc
    when you click the (TVM) button
    it should open the TVM frame (subframe in the same window)
    this is my problem your help please this is a project which i have a deadline to meet ive done research through out but couldn't come across any useful or relevent material
    this is a lot easier with pascal but Forte is a compulsory and java
    if you want the screenshots ill post it thru mail just drop your adress and ill forward it
    thank you

    matt010385 wrote:
    Thanks
    I have already tried all of the things that site suggests, there is nothing wrong with the servers, or the service, I have tried all the work arounds that they suggest, but I still cannot get it to work.
    Having a quick read i see from a link there that you might need to open ports(port forwarding).
    Are you using a HH3, if so, I believe that it does have trouble with port forwarding, you can try a search here.
    I am not into games as such, so will have to leave it for others to possibly help with some info.
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

  • Problem with Connector Pins??

    Since Wednesday, I've had this issue with either the cable or the connector pins. If the wire is connected to the iPhone and and I push the plug slightly, the phone will cease to charge and sync with the computer until I've stopped touching it.
    If I hold the phone at a certain angle, it again loses connection to the computer. Lose connection enough times and a pop up appears on my laptop saying something like "this device can perform faster on USB 2.0."
    So, is it a problem with the connector pins? I tested out the cables on a different comp in case it was a problem with the USB port and it did the same thing.
    Any opinion and/or help would be grateful.
    Thanks.
    P.S. I'll try to post a video of the problem.

    You can utilize any iPod cable. All the way back to iPod Nano's first model or maybe a few iPod classic models earlier than that. As long as the cable is USB 2.0 to iPod, it will work with connect and sync. You can't use FireWire to iPod however. FireWire doesn't have enough juice to sync devices except the first gen iPod era.
    If other iPod cables don't work with your iPhone syncing there may be a problem with the connector pins which you can have an Apple employee inspect or visit an AT&T store for a probable swapout.
    You can also purchase a battery case and utilize them for syncing. This replaces the iPod connector with Micro USB or Mini USB. You would connect your Mac/PC to the Micro/Mini USB and after it recognizes the new method, it'll know your iPhone and sync as well as charge your battery case.

  • Getting connection error on windows xp with connector-java-3.1.10 for Mysql

    Hi,
    I am using Mysql 4.1.13 with Tomcat 5 and Connector mysql-connector-java-3.1.10 on Windows XP machine. When I try to update the table in batch mode sometimes( When server is idle for a long time) get following error.
    ERROR [com.userdefined.SchedulerJobs.DownloadDssPresetJob] com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2921)
    =ERROR [com.userdefined.SchedulerJobs.DownloadDssPresetJob] com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1570)
    =ERROR [com.userdefined.SchedulerJobs.DownloadDssPresetJob] com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665)
    =ERROR [com.userdefined.SchedulerJobs.DownloadDssPresetJob] com.mysql.jdbc.Connection.execSQL(Connection.java:2972)
    =ERROR [com.userdefined.SchedulerJobs.DownloadDssPresetJob] com.mysql.jdbc.Connection.execSQL(Connection.java:2902)
    com.mysql.jdbc.Statement.execute(Statement.java:529)
    I also get the following error :
    com.mysql.jdbc.CommunicationsException
    MESSAGE: Communications link failure due to underlying exception:
    ** BEGIN NESTED EXCEPTION **
    java.net.SocketException
    MESSAGE: Software caused connection abort: recv failed
    STACKTRACE:
    java.net.SocketException: Software caused connection abort: recv failed
    java.net.SocketException: Software caused connection abort: recv failed
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:105)
         at com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:148)
         at com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:176)
         at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1899)
         at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2348)
         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2858)
         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1570)
         at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665)
         at com.mysql.jdbc.Connection.execSQL(Connection.java:2972)
         at com.mysql.jdbc.Connection.execSQL(Connection.java:2902)
         at com.mysql.jdbc.Statement.executeQuery(Statement.java:822)
         at org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:205)
         at com.userdefined.DatabaseMapping.DatabaseParser.getColumns(DatabaseParser.java:388)
         at com.userdefined.DatabaseMapping.Table.<init>(Table.java:62)
         at com.userdefined.DatabaseMapping.DBMapping.parseAndSave(DBMapping.java:185)
         at com.userdefined.SchedulerJobs.DownloadDssNewJob.downloadJob(DownloadDssNewJob.java:404)
         at com.userdefined.SchedulerJobs.DownloadDssNewJob.execute(DownloadDssNewJob.java:113)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)
    I have searched the web for the same but could not come up with the exact solution.
    Please help me with the same.
    Regards,
    veena

    And, according to this release note:
    http://java.sun.com/j2se/1.4.2/docs/guide/swing/SwingChanges.html#4668963
    ...sounds like exactly what you are seeing.
    Metal Can Now Pick up Font Sizes from the Desktop on Microsoft Windows
    The bugtraq reports that correspond to this change are: 4419964 and 4668963.
    Prior to this release, the DefaultMetalTheme ignored the font size information from the Windows desktop. As of release 1.4.1, DefaultMetalTheme can use the font sizes specified in the Windows desktop. This can be disabled using the system property swing.useSystemFontSettings. An additional part of this bug is that our Windows look and feel was picking up the wrong fonts for a handful of components; this has been fixed.

  • I'm trying to connect my 23" Cinema display to my iMac, need help with connector cable.

    I'm trying to connect my 23" Cinema Display monitor to my iMac. The adaptor cable I ordered came with a female, I need a male adaptor. Any ideas where I might find one? I purchased the BlueRigger Mini Displayport Male to DVI Female Adapter Cable.

    I have the 23" aluminum Cinema Display. I just can't seem to find the right adaptor for the monitor femal plug on the backside. I've tried a Bluerigger but it was a female adaptor. I believe I need a male.

  • Never met problem with connector

    Hi,
    I have the source and target on the same oracle instance but in different schema.
    Owb automatically creates the connector but when I try to validate it, I found this warning:
    VLD-3064: Owning and referenced locations of this connector are on the same database instance. Unless explicitly referenced in configuration settings, no generated code will use the database link resulting from deployment of this connector.
    What should I change to make it work?
    Please help me!
    Vieruzzo.

    Hi AP,
    thanks for help me.
    I have registered the location but when I try to deploy the mapping I found these warning:
    TIPO_MISURATORE_MAP Create Warning
    ORA-06550: line 26, column 3:
    PL/SQL: SQL Statement ignored
    TIPO_MISURATORE_MAP Create Warning
    ORA-06550: line 37, column 8:
    PL/SQL: ORA-00942: tabella o vista inesistente
    I don't understand why it don't found the table that are in a different schema but in the same database instance.

Maybe you are looking for