Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 19:34 Go to next message
Jan Hendrik Scheufen is currently offline Jan Hendrik ScheufenFriend
Messages: 77
Registered: October 2011
Member

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 19:39 Go to previous messageGo to next message
Jan Hendrik Scheufen is currently offline Jan Hendrik ScheufenFriend
Messages: 77
Registered: October 2011
Member

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 08:07 Go to previous messageGo to next message
Robert Emsbach is currently offline Robert EmsbachFriend
Messages: 186
Registered: October 2011
Location: Singapore
Senior Member

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 11:32 Go to previous message
Robert Emsbach is currently offline Robert EmsbachFriend
Messages: 186
Registered: October 2011
Location: Singapore
Senior Member

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: Thu Apr 25 19:41:23 GMT 2024

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

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

Back to the top