Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

jdbcquery Activity java.lang.NullPointerException


Sebastian Cieslik

Recommended Posts

Hi everybody,

I'm getting a java.lang.NullPointerException in the JDBCQuery activity, whenrunningprocess in TEA. (Designer is working fine.)

What I did is, I copied the jdbc.jar (test with 6,7 and 8) into

[bw_home]bw6.5configdriversshellsjdbc.oracle.runtimeruntimepluginscom.tibco.bw.jdbc.datasourcefactory.oraclelib

and execute bwinstall oracle-driver

But getting this error, what is wrong and what should I do

 

THANKS and regards

Sebastian

 

Logfile:

2019-07-25 09:20:01.751 ERROR [bwEngThread:In-Memory Process Worker-6] com.tibco.bw.core -

TIBCO-BW-CORE-500050: The BW processinstance faulted,

TIBCO-BW-CORE-500051: Activity [JDBCQuery] fault.

com.tibco.bw.runtime.ActivityFault: null-

java.lang.NullPointerException

 

Catched exception:

JDBCQuerynull-{ActivityName=JDBCQuery, ProcessName=bwjdbctest.module.Process, ModuleName=BWjdbcTest.module}null-{ActivityName=JDBCQuery, ProcessName=bwjdbctest.module.Process, ModuleName=BWjdbcTest.module}com.tibco.bw.runtime.ActivityFaultActivityFaultbwjdbctest.module.Process/JDBCQuerynull-{ActivityName=JDBCQuery, ProcessName=bwjdbctest.module.Process, ModuleName=BWjdbcTest.module}

at com.tibco.bw.palette.jdbc.runtime.query.JDBCQueryRuntime.postExecute(JDBCQueryRuntime.java:369)

at com.tibco.bw.core.runtime.bx.BWBxActivityBridgeImpl.postEval(BWBxActivityBridgeImpl.java:1005)

at com.tibco.bx.core.behaviors.activity.BxExtensionBehavior.doExternal(BxExtensionBehavior.java:267)

at com.tibco.bx.core.behaviors.activity.BxActivityBaseBehavior.handleModelEvent(BxActivityBaseBehavior.java:1179)

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:1149)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)

Caused by: java.lang.NullPointerException

at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.JDBCPool.o00000(JDBCPool.java:256)

at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.JDBCPool.00000(JDBCPool.java:218)

at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.JDBCPool.getPooledConnection(JDBCPool.java:194)

at com.tibco.bw.sharedresource.jdbc.runtime.connectionpool.BWDataSource.getConnection(BWDataSource.java:147)

at com.tibco.bw.palette.jdbc.runtime.query.JDBCQueryRuntime$JDBCQueryExeutor.run(JDBCQueryRuntime.java:505)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)

... 3 more

Link to comment
Share on other sites

The following cases throw that exception:

 

Invoking a method from a null object.

Accessing or modifying a null objects field.

Taking the length of null, as if it were an array.

Accessing or modifying the slots of null object, as if it were an array.

Throwing null, as if it were a Throwable value.

When you try to synchronize over a null object.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...