ActiveSpaces will crash and core if the 'quit' command is in the as-admin script when using Java as-admin.

ActiveSpaces will crash and core if the 'quit' command is in the as-admin script when using Java as-admin.

book

Article ID: KB0093479

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Description:
This only happens on the Linux platform and happens randomly. When the metaspace is more complex the issue will occur more frequently.

Symptoms:
Error Message:
==================
Pure virtual method called.
Terminate called without an active exception.
Aborted (core dumped).


Cause:
Java native API issue. Only happens in Java as-admin.

Issue/Introduction

ActiveSpaces will crash and core if the 'quit' command is in the as-admin script when using Java as-admin.

Resolution

1). Use disconnect before quit.

2). Use C as-admin instead, which is located in the <AS_HOME>/bin folder.

Additional Information