>
> I am facing the following issue:

lokesh@lokesh-MS-7996:~/vertx$ npm start

> grey-bshlv@ start /home/lokesh/vertx
> vertx run server.js

Start Server
Succeeded in deploying verticle 
Loading Tables
java.lang.RuntimeException: java.lang.ClassNotFoundException: 
org.jooq.impl.DefaultConfiguration
at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:397)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$14$2235AAAAA$\^eval\_.L:33#_load(null:113)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$4$4376AAAA$\^eval\_.L:33#doRequire(null:154)
at 
jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:645)
at 
jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
at 
jdk.nashorn.internal.runtime.ScriptFunction.invokeSync(ScriptFunction.java:1294)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$3$4049AAA$\^eval\_.L:33#Require(null:120)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$18$2109A$\^eval\_.L:33#Module#require(null:68)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$208$57AAAAA$\^eval\_#88\!17\^eval\_.L:1(/home/lokesh/vertx/verticles/tables/tables.js:5)
at 
jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:647)
at 
jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$14$2235AAAAA$\^eval\_.L:33#_load(null:113)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$4$4376AAAA$\^eval\_.L:33#doRequire(null:154)
at 
jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:645)
at 
jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
at 
jdk.nashorn.internal.runtime.ScriptFunction.invokeSync(ScriptFunction.java:1294)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$3$4049AAA$\^eval\_.L:33#Require(null:120)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$18$2109A$\^eval\_.L:33#Module#require(null:68)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$206$15777A$\^eval\_#88\!17\^eval\_.L:1#L:440(/home/lokesh/vertx/server.js:443)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$203$3127A$\^eval\_#88\!17\^eval\_.L:1#WorkerExecutor#executeBlocking#L:74(vertx-js/worker_executor.js:75)
at io.vertx.core.Handler$$NashornJavaAdapter.handle(Unknown Source)
at 
io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(ContextImpl.java:271)
at io.vertx.core.impl.TaskQueue.lambda$new$0(TaskQueue.java:60)
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:748)
Caused by: java.lang.ClassNotFoundException: 
org.jooq.impl.DefaultConfiguration
at 
jdk.nashorn.internal.runtime.NativeJavaPackage.classNotFound(NativeJavaPackage.java:162)
at 
jdk.nashorn.internal.scripts.Script$Recompilation$217$57AAAAA$\^eval\_#88\!17\^eval\_.L:1(/home/lokesh/vertx/verticles/postgres-functions.js:3)
at 
jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:647)
at 
jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
... 26 more
Any idea how could I fix this issue ?
Regards 

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to