facing an issue with the installation of pljava 1.6.6. - Mailing list pgsql-bugs

From Shankarigari Ashok
Subject facing an issue with the installation of pljava 1.6.6.
Date
Msg-id PN3P287MB1666C839BF33783B100A5069F3272@PN3P287MB1666.INDP287.PROD.OUTLOOK.COM
Whole thread Raw
List pgsql-bugs

Hi Team,

 

I am facing an issue with the installation of pljava 1.6.6. Please suggest asap.

 

               return plugin.exceptionWrap(e, true);

        }

}

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary for PostgreSQL PL/Java 1.6.6:

[INFO]

[INFO] PostgreSQL PL/Java ................................. SUCCESS [  4.830 s]

[INFO] PL/Java API ........................................ SUCCESS [ 11.664 s]

[INFO] PL/Java backend Java code .......................... SUCCESS [ 15.145 s]

[INFO] PL/Java PGXS ....................................... SUCCESS [ 12.444 s]

[INFO] PL/Java backend native code ........................ FAILURE [  2.688 s]

[INFO] PL/Java Ant tasks .................................. SKIPPED

[INFO] PL/Java examples ................................... SKIPPED

[INFO] PL/Java packaging .................................. SKIPPED

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  47.114 s

[INFO] Finished at: 2024-03-08T15:21:05+05:30

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.postgresql:pljava-pgxs:1.6.6:scripted-goal (build-shared-object) on project pljava-so: compile -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.postgresql:pljava-pgxs:1.6.6:scripted-goal (build-shared-object) on project pljava-so: compile

    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)

    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)

    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)

    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)

    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)

    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)

    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)

    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)

    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)

    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)

    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)

    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)

    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)

    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)

    at java.lang.reflect.Method.invoke (Method.java:580)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)

    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)

    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)

Caused by: org.apache.maven.plugin.MojoExecutionException: compile

    at org.postgresql.pljava.pgxs.ScriptingMojo.exceptionWrap (ScriptingMojo.java:174)

    at com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle (HostMethodDesc.java:297)

    at com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase$1.executeImpl (HostMethodDesc.java:332)

    at com.oracle.truffle.polyglot.GuestToHostRootNode.execute (GuestToHostRootNode.java:87)

    at com.oracle.truffle.api.impl.DefaultCallTarget.callDirectOrIndirect (DefaultCallTarget.java:85)

    at com.oracle.truffle.api.impl.DefaultCallTarget$1.call (DefaultCallTarget.java:123)

    at com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall (GuestToHostRootNode.java:113)

    at com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost (HostMethodDesc.java:322)

    at com.oracle.truffle.polyglot.HostExecuteNode.doInvoke (HostExecuteNode.java:799)

    at com.oracle.truffle.polyglot.HostExecuteNode.doFixed (HostExecuteNode.java:128)

    at com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize (HostExecuteNodeGen.java:141)

    at com.oracle.truffle.polyglot.HostExecuteNodeGen.execute (HostExecuteNodeGen.java:98)

    at com.oracle.truffle.polyglot.HostObject.invokeMember (HostObject.java:388)

    at com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize (HostObjectGen.java:1314)

    at com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember (HostObjectGen.java:1289)

    at com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember (InteropLibraryGen.java:4871)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall (JSFunctionCallNode.java:1479)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize (JSFunctionCallNode.java:294)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall (JSFunctionCallNode.java:240)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute (JSFunctionCallNode.java:722)

    at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute_generic4 (JSWriteScopeFrameSlotNodeGen.java:184)

    at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.execute (JSWriteScopeFrameSlotNodeGen.java:98)

    at com.oracle.truffle.js.nodes.access.JSWriteScopeFrameSlotNodeGen.executeVoid (JSWriteScopeFrameSlotNodeGen.java:358)

    at com.oracle.truffle.js.nodes.control.ReturnNode$FrameReturnNode.execute (ReturnNode.java:146)

    at com.oracle.truffle.js.nodes.control.TryCatchNode.executeCatchInner (TryCatchNode.java:193)

    at com.oracle.truffle.js.nodes.control.TryCatchNode.executeCatch (TryCatchNode.java:170)

    at com.oracle.truffle.js.nodes.control.TryCatchNode.execute (TryCatchNode.java:147)

    at com.oracle.truffle.js.nodes.control.ReturnTargetNode$FrameReturnTargetNode.execute (ReturnTargetNode.java:124)

    at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute (FunctionBodyNode.java:73)

    at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm (FunctionRootNode.java:147)

    at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute (JavaScriptRealmBoundaryRootNode.java:93)

    at com.oracle.truffle.api.impl.DefaultCallTarget.callDirectOrIndirect (DefaultCallTarget.java:85)

    at com.oracle.truffle.api.impl.DefaultDirectCallNode.call (DefaultDirectCallNode.java:59)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$UnboundJSFunctionCacheNode.executeCall (JSFunctionCallNode.java:1266)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize (JSFunctionCallNode.java:294)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall (JSFunctionCallNode.java:240)

    at com.oracle.truffle.js.nodes.interop.JSInteropInvokeNode.doCached (JSInteropInvokeNode.java:86)

    at com.oracle.truffle.js.nodes.interop.JSInteropInvokeNodeGen.executeAndSpecialize (JSInteropInvokeNodeGen.java:103)

    at com.oracle.truffle.js.nodes.interop.JSInteropInvokeNodeGen.execute (JSInteropInvokeNodeGen.java:61)

    at com.oracle.truffle.js.runtime.builtins.JSClass.invokeMember (JSClass.java:776)

    at com.oracle.truffle.js.runtime.builtins.JSClassGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize (JSClassGen.java:898)

    at com.oracle.truffle.js.runtime.builtins.JSClassGen$InteropLibraryExports$Cached.invokeMember (JSClassGen.java:874)

    at com.oracle.truffle.polyglot.ProxyInvokeNode.invokeOrExecute (HostInteropReflect.java:608)

    at com.oracle.truffle.polyglot.ProxyInvokeNode.doCachedMethod (HostInteropReflect.java:592)

    at com.oracle.truffle.polyglot.ProxyInvokeNodeGen.executeAndSpecialize (ProxyInvokeNodeGen.java:116)

    at com.oracle.truffle.polyglot.ProxyInvokeNodeGen.execute (ProxyInvokeNodeGen.java:64)

    at com.oracle.truffle.polyglot.ObjectProxyNode.executeImpl (HostInteropReflect.java:535)

    at com.oracle.truffle.polyglot.HostToGuestRootNode.execute (HostToGuestRootNode.java:99)

    at com.oracle.truffle.api.impl.DefaultCallTarget.call (DefaultCallTarget.java:102)

    at com.oracle.truffle.polyglot.ObjectProxyHandler.invoke (HostInteropReflect.java:678)

    at jdk.proxy6.$Proxy48.execute (Unknown Source)

    at org.postgresql.pljava.pgxs.ScriptingMojo.execute (ScriptingMojo.java:84)

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)

    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)

    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)

    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)

    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)

    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)

    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)

    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)

    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)

    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)

    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)

    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)

    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)

    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)

    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)

    at java.lang.reflect.Method.invoke (Method.java:580)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)

    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)

    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)

Caused by: java.lang.UnsupportedOperationException: compile

    at com.oracle.truffle.js.runtime.java.adapter.JavaAdapterServices.unsupported (JavaAdapterServices.java:143)

    at org.postgresql.pljava.pgxs.AbstractPGXS$$JSJavaAdapter.compile (Unknown Source)

    at com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeHandle (HostMethodDesc.java:297)

    at com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase$1.executeImpl (HostMethodDesc.java:332)

    at com.oracle.truffle.polyglot.GuestToHostRootNode.execute (GuestToHostRootNode.java:87)

    at com.oracle.truffle.api.impl.DefaultCallTarget.callDirectOrIndirect (DefaultCallTarget.java:85)

    at com.oracle.truffle.api.impl.DefaultCallTarget$1.call (DefaultCallTarget.java:123)

    at com.oracle.truffle.polyglot.GuestToHostRootNode.guestToHostCall (GuestToHostRootNode.java:113)

    at com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$MHBase.invokeGuestToHost (HostMethodDesc.java:322)

    at com.oracle.truffle.polyglot.HostExecuteNode.doInvoke (HostExecuteNode.java:799)

    at com.oracle.truffle.polyglot.HostExecuteNode.doFixed (HostExecuteNode.java:128)

    at com.oracle.truffle.polyglot.HostExecuteNodeGen.executeAndSpecialize (HostExecuteNodeGen.java:141)

    at com.oracle.truffle.polyglot.HostExecuteNodeGen.execute (HostExecuteNodeGen.java:98)

    at com.oracle.truffle.polyglot.HostObject.invokeMember (HostObject.java:388)

    at com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize (HostObjectGen.java:1314)

    at com.oracle.truffle.polyglot.HostObjectGen$InteropLibraryExports$Cached.invokeMember (HostObjectGen.java:1289)

    at com.oracle.truffle.api.interop.InteropLibraryGen$CachedDispatch.invokeMember (InteropLibraryGen.java:4871)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$ForeignInvokeNode.executeCall (JSFunctionCallNode.java:1479)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize (JSFunctionCallNode.java:294)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall (JSFunctionCallNode.java:240)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InvokeNode.execute (JSFunctionCallNode.java:722)

    at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute_generic4 (JSWriteCurrentFrameSlotNodeGen.java:177)

    at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.execute (JSWriteCurrentFrameSlotNodeGen.java:93)

    at com.oracle.truffle.js.nodes.access.JSWriteCurrentFrameSlotNodeGen.executeVoid (JSWriteCurrentFrameSlotNodeGen.java:343)

    at com.oracle.truffle.js.nodes.control.AbstractBlockNode.executeVoid (AbstractBlockNode.java:91)

    at com.oracle.truffle.js.nodes.control.AbstractBlockNode.execute (AbstractBlockNode.java:84)

    at com.oracle.truffle.js.nodes.control.TryCatchNode.execute (TryCatchNode.java:141)

    at com.oracle.truffle.js.nodes.control.ReturnTargetNode$FrameReturnTargetNode.execute (ReturnTargetNode.java:124)

    at com.oracle.truffle.js.nodes.function.FunctionBodyNode.execute (FunctionBodyNode.java:73)

    at com.oracle.truffle.js.nodes.function.FunctionRootNode.executeInRealm (FunctionRootNode.java:147)

    at com.oracle.truffle.js.runtime.JavaScriptRealmBoundaryRootNode.execute (JavaScriptRealmBoundaryRootNode.java:93)

    at com.oracle.truffle.api.impl.DefaultCallTarget.callDirectOrIndirect (DefaultCallTarget.java:85)

    at com.oracle.truffle.api.impl.DefaultDirectCallNode.call (DefaultDirectCallNode.java:59)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode$UnboundJSFunctionCacheNode.executeCall (JSFunctionCallNode.java:1266)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeAndSpecialize (JSFunctionCallNode.java:294)

    at com.oracle.truffle.js.nodes.function.JSFunctionCallNode.executeCall (JSFunctionCallNode.java:240)

    at com.oracle.truffle.js.nodes.interop.JSInteropInvokeNode.doCached (JSInteropInvokeNode.java:86)

    at com.oracle.truffle.js.nodes.interop.JSInteropInvokeNodeGen.executeAndSpecialize (JSInteropInvokeNodeGen.java:103)

    at com.oracle.truffle.js.nodes.interop.JSInteropInvokeNodeGen.execute (JSInteropInvokeNodeGen.java:61)

    at com.oracle.truffle.js.runtime.builtins.JSClass.invokeMember (JSClass.java:776)

    at com.oracle.truffle.js.runtime.builtins.JSClassGen$InteropLibraryExports$Cached.invokeMemberNode_AndSpecialize (JSClassGen.java:898)

    at com.oracle.truffle.js.runtime.builtins.JSClassGen$InteropLibraryExports$Cached.invokeMember (JSClassGen.java:874)

    at com.oracle.truffle.polyglot.ProxyInvokeNode.invokeOrExecute (HostInteropReflect.java:608)

    at com.oracle.truffle.polyglot.ProxyInvokeNode.doCachedMethod (HostInteropReflect.java:592)

    at com.oracle.truffle.polyglot.ProxyInvokeNodeGen.executeAndSpecialize (ProxyInvokeNodeGen.java:116)

    at com.oracle.truffle.polyglot.ProxyInvokeNodeGen.execute (ProxyInvokeNodeGen.java:64)

    at com.oracle.truffle.polyglot.ObjectProxyNode.executeImpl (HostInteropReflect.java:535)

    at com.oracle.truffle.polyglot.HostToGuestRootNode.execute (HostToGuestRootNode.java:99)

    at com.oracle.truffle.api.impl.DefaultCallTarget.call (DefaultCallTarget.java:102)

    at com.oracle.truffle.polyglot.ObjectProxyHandler.invoke (HostInteropReflect.java:678)

    at jdk.proxy6.$Proxy48.execute (Unknown Source)

    at org.postgresql.pljava.pgxs.ScriptingMojo.execute (ScriptingMojo.java:84)

    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)

    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)

    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)

    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)

    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)

    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)

    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)

    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)

    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)

    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)

    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)

    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)

    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)

    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)

    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)

    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)

    at java.lang.reflect.Method.invoke (Method.java:580)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)

    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)

    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)

    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)

[ERROR]

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

[ERROR]

[ERROR] After correcting the problems, you can resume the build with the command

[ERROR]   mvn <args> -rf :pljava-so

[DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]

[DEBUG] Shutting down 'file-lock' factory

[DEBUG] Shutting down 'rwlock-local' factory

[DEBUG] Shutting down 'semaphore-local' factory

[DEBUG] Shutting down 'noop' factory

 

Ashok shankarigari

Senior Associate Lead | IT

Envelope with solid fill

ashok.shankarigari@aaseya.com

Receiver with solid fill

+91 9550646986

Link with solid fill

www.aaseya.com

 

 

Attachment

pgsql-bugs by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Re:RE: Re:BUG #18369: logical decoding core on AssertTXNLsnOrder()
Next
From: Amit Kapila
Date:
Subject: Re: RE: Re:BUG #18369: logical decoding core on AssertTXNLsnOrder()