Anjani Kishore Posted October 12, 2016 Share Posted October 12, 2016 During run time i am getting error "JDBCQueryCould not create Connection to server using Shared Resource" but during design time connection is working fine. During run time process is not able to creat connection using the JDBC connection defined in jdbcProperty. I am using custom JDBC driver to connect with tandem. I have also created a plugin to add in bundle during run/debug time but still I am geting below error. Can anyone help me. "DBCQueryCould not create Connection to server using Shared Resource [jdbcProperty].-{ActivityName=JDBCQuery, ProcessName=gettandem.Process, ModuleName=GetTandem}TIBCO-BW-PALETTE-JDBC-500011jdbcPropertyCould not create Connection to server using Shared Resource [jdbcProperty].-{ActivityName=JDBCQuery, ProcessName=gettandem.Process, ModuleName=GetTandem}TIBCO-BW-PALETTE-JDBC-500011gettandem.Process/JDBCQueryCould not create Connection to server using Shared Resource [jdbcProperty].-{ActivityName=JDBCQuery, ProcessName=gettandem.Process, ModuleName=GetTandem} at com.tibco.bw.palette.jdbc.runtime.query.JDBCQueryRuntime.postExecute(JDBCQueryRuntime.java:314) at com.tibco.bw.core.runtime.bx.BWBxActivityBridgeImpl.postEval(BWBxActivityBridgeImpl.java:937) at com.tibco.bx.core.behaviors.activity.BxExtensionBehavior.doExternal(BxExtensionBehavior.java:267) at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1126) at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1) at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleModelEvent(IpmEventDirectorBase.java:204) at com.tibco.pvm.infra.api.impl.util.director.IpmEventDirectorBase.handleEvent(IpmEventDirectorBase.java:111) at com.tibco.pvm.infra.support.work.impl.WorkItemAbstract.execute(WorkItemAbstract.java:177) at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.doWorkBlock(ImxSTWorkRunnable.java:170) at com.tibco.pvm.infra.services.engine.impl.STWorkRunnable.run(STWorkRunnable.java:50) at com.tibco.pvm.im.rt.xm.util.work.ImxSTWorkRunnable.run(ImxSTWorkRunnable.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: com.tibco.bw.sharedresource.jdbc.runtime.exceptions.ConnectionCreateException: com.tandem.t4jdbc.SQLMXException: Error while parsing address at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.JDBCPool.new(JDBCPool.java:143) at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.JDBCPool.getPooledConnection(JDBCPool.java:110) at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.BWDataSource.getConnection(BWDataSource.java:141) at com.tibco.bw.palette.jdbc.runtime.query.JDBCQueryRuntime$JDBCQueryExeutor.run(JDBCQueryRuntime.java:446) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) ... 3 more Caused by: com.tandem.t4jdbc.SQLMXException: Error while parsing address at com.tandem.t4jdbc.SQLMXMessages.createSQLException(SQLMXMessages.java:330) at com.tandem.t4jdbc.SQLMXMessages.createSQLException(SQLMXMessages.java:271) at com.tandem.t4jdbc.T4Address.(T4Address.java:89) at com.tandem.t4jdbc.SQLMX_AssociationServer_Connect.getConnection(SQLMX_AssociationServer_Connect.java:73) at com.tandem.t4jdbc.InterfaceConnection.connect(InterfaceConnection.java:536) at com.tandem.t4jdbc.InterfaceConnection.(InterfaceConnection.java:191) at com.tandem.t4jdbc.SQLMXConnection.makeConnection(SQLMXConnection.java:2200) at com.tandem.t4jdbc.SQLMXConnection.(SQLMXConnection.java:2188) at com.tandem.t4jdbc.SQLMXPooledConnection.(SQLMXPooledConnection.java:196) at com.tandem.t4jdbc.SQLMXConnectionPoolDataSource.getPooledConnection(SQLMXConnectionPoolDataSource.java:101) at com.tandem.t4jdbc.SQLMXConnectionPoolDataSource.getPooledConnection(SQLMXConnectionPoolDataSource.java:143) at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.JDBCPool.o00000(JDBCPool.java:169) at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.JDBCPool.new(JDBCPool.java:134) ... 8 more" Link to comment Share on other sites More sharing options...
Anitha Reddy Posted June 8, 2020 Share Posted June 8, 2020 how did you resolve this issue urgent Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now