Skip to main content



      Home
Home » Archived » Eclipse Process Manager (Stardust) » Oracle "OAUTH marshalling failure" calling sysconsole command(Exception running commandline tool)
Oracle "OAUTH marshalling failure" calling sysconsole command [message #975305] Wed, 07 November 2012 14:34 Go to next message
Eclipse UserFriend
Running the "sysconsole" command to list the partitions I encountered the following problem.
(Environment: Stardust 7.1, Oracle 11g, odbc6.jar)

C:\stardust-sysconsole>.\bin\sysconsole.bat -p xxx auditTrail -listPartitions
Infinity (TM) Process Platform Administration Console, Version 7.1.0
Copyright (C) SunGard Systeme GmbH, 2000-2012. All rights reserved.

Lists elements from existing Infinity schema:

Database type : ORACLE
Database URL : jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/stardust
Database user : stardust_1
Database driver : oracle.jdbc.driver.OracleDriver

Lists all existing partitions.
Operation could not be performed: Failed to retrieve a new JDBC connection from
the JDBC driver: : OAUTH marshaling failure
Re: Oracle "OAUTH marshalling failure" calling sysconsole command [message #975315 is a reply to message #975305] Wed, 07 November 2012 14:39 Go to previous messageGo to next message
Eclipse UserFriend
Found the solution in a Oracle forum: https://forums.oracle.com/forums/thread.jspa?messageID=10295234

To resolve, open the sysconsole.bat file and add an additional JVM parameter to the command invocation like this:

%_JAVA_CMD% -Doracle.jdbc.thinLogonCapability=o3 %CARNOT_JVM_PROPERTIES% %_DEFAULT_EXT_DIRS% %_DEFAULT_CREDENTIALS% -classpath "%CP%" %CARNOT_LAUNCHER_HOOK% org.eclipse.stardust.engine.cli.sysconsole.Main %*

(Note: Setting this parameter in the CARNOT_JVM_PROPERTIES is preferable in order to not have to touch the .bat file, but this did not work and the reason was not further investigated).
Re: Oracle "OAUTH marshalling failure" calling sysconsole command [message #1434538 is a reply to message #975315] Tue, 30 September 2014 04:07 Go to previous messageGo to next message
Eclipse UserFriend
Thanks, Jan. Had the same issue. The solution worked for me as well.
Re: Oracle "OAUTH marshalling failure" calling sysconsole command [message #1507174 is a reply to message #975305] Thu, 11 December 2014 06:32 Go to previous message
Eclipse UserFriend
An alternative is to run:
SET CARNOT_JVM_PROPERTIES=-Doracle.jdbc.thinLogonCapability=o3

before using the sysconsole
Previous Topic:AtomicReference error
Next Topic:Security Credentials is missing
Goto Forum:
  


Current Time: Sun Jun 22 02:30:58 EDT 2025

Powered by FUDForum. Page generated in 0.88121 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top