Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ASP, jagproxy, EAS 5.5 and PB 11.5

28 views
Skip to first unread message

Junior

unread,
Oct 19, 2010, 6:20:48 PM10/19/10
to eja...@csc.com
Has anyone had any luck using and ASP to call a component in EAS 5.5
using jagproxy? I've done everything I think I need to do but when I
call the method I get:

The invocation of method testcall on Component Security/
SecurityManager failed : The invocation of the method on the Jaguar
Server failed because a transaction was rolled back.

Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: The
invocation of method testcall on Component Security/SecurityManager
failed : The invocation of the method on the Jaguar Server failed
because a transaction was rolled back.

My log is giving me this:
Oct 13 10:35:08 2010: 080000-Done binding to all configured Name
Servers.
Oct 13 10:35:08 2010: 180513-Stopped: CosNaming/JNameService
Oct 13 10:35:08 2010: 180513-Stopped: Jaguar/JCM
Oct 13 10:36:47 2010: 180287-Library: 'pbjag115.dll' for component
type 'pb115'
Oct 13 10:36:48 2010: PB_Component::create: created PB_Object for
n_cst_securitymanager

Oct 13 10:36:48 2010: CPB_Object::Initialize: Session created.

Oct 13 10:36:48 2010: CPB_Object::Initialize: CreateInstance succeeded
for n_cst_securitymanager

Oct 13 10:36:48 2010: CPB_Object::activate failed for
n_cst_securitymanager

Oct 13 10:36:48 2010: ERROR: UNKNOWN (Security/SecurityManager/
$Activate - bind)
Oct 13 10:36:48 2010: CPB_Object::destroy succeeded for
n_cst_securitymanager

Oct 13 10:36:48 2010: SystemException: TRANSACTION_ROLLEDBACK
(Security/SecurityManager/testcall - jaga...@20.7.228.211)


Thanks for any help.

Andrew Ardron

unread,
Oct 28, 2010, 3:51:55 AM10/28/10
to
Hi - unfortunately I can't help with calling from ASP, but... that
appears not to be your problem - you can't call the function because
the activate failed. I dont know what code you have in your activate
event, but I would try reducing this back to a simple object that
perhaps sets increments an instance variable in the activate and then
returns the value of this instance in a method. That will at least
prove that you have the PBVM and environment setup and that you can
successfully call from ASP. Without seeing your code I can't be
certain but I think you have some failing code in the activate event
that is confusing matters.

on a side, I was interested to see that you are using PB 11.5 with
EAS5.5. There doesnt seem to be any official support for this
combination? did you just install the VM and did it just work ?

Junior

unread,
Nov 23, 2010, 8:49:56 AM11/23/10
to

Activate is working. I have had a case logged with sybase for over a
month. They know the problem and have recreated it. Does it really
take over a month to get a fix?????? I've run out of patients with
them. As I said the activate works. It seems to fail on the retrieve
of the datastore.

Actually, according to the documentation PB 11.5 and EAS 5.5 are
compatible.

Thanks

Jeffrey Black

unread,
Nov 29, 2010, 1:23:02 PM11/29/10
to

FWIW -- The State of TX is presently using PB 11.5.1 (4608) components
on EAS 5.5.

Upgrading to 6.3.x is in the pipeline for 2011.

0 new messages