Error of ACS::jmanagerErrType

Generated scanning the basedir /alma/ACS-9.0/ACSSW/
Generated at Thu Jul 8 19:55:42 2010


Error name:jmanagerErrType
Error code: 26
The error is defined in: /alma/ACS-9.0/ACSSW/idl/jmanagerErrType.xml
IDL
File name:jmanagerErrType.idl
Module:jmanagerErrType
C++
Include file name:#include <jmanagerErrType.h>
Namespace:using namespace jmanagerErrType;
Exception for type:jmanagerErrType::jmanagerErrTypeExImpl
Library file name:libjmanagerErrType.so
libjmanagerErrType.a
Python
Python imports:import jmanagerErrTypeImpl
Java
Jar file name:jmanagerErrType.jar
Packages:import alma.jmanagerErrType.*;
import alma.jmanagerErrType.wrapper.*;
Exception for type:alma.jmanagerErrType.jmanagerErrTypeEx
Exception for type (wrapper):alma.jmanagerErrType.wrapper.AcsJjmanagerErrTypeEx

Errors

CyclicDependencyDetected

Short descriptionA cyclic dependency between components has been detected
DescriptionA cyclic dependency between components has been detected this makes it impossible to properly deactivate components automatically and therefore is not allowed.
Members
NameTypeDescription
CURL string CURL/Name of the component.
Requestor long Requestor for the component.
IDL
File name:jmanagerErrType.idl
Module:jmanagerErrType
Error code:CyclicDependencyDetected
Exception:CyclicDependencyDetectedEx
C++
Include file name:#include <jmanagerErrType.h>
Namespace:using namespace jmanagerErrType;
Exception for error:jmanagerErrType::CyclicDependencyDetectedExImpl
Completion:jmanagerErrType::CyclicDependencyDetectedCompletion
Library file name:libjmanagerErrType.so
libjmanagerErrType.a
Python
Imports:import jmanagerErrTypeImpl
Raise a local exception:raise jmanagerErrTypeImpl.CyclicDependencyDetectedExImpl()
Catch exception:except jmanagerErrTypeImpl.CyclicDependencyDetectedEx, e:
Java
Jar file name:jmanagerErrType.jar
Packages:import alma.jmanagerErrType.*;
import alma.jmanagerErrType.wrapper.*;
Exception for error:alma.jmanagerErrType.CyclicDependencyDetectedEx
Exception for error (wrapper):alma.jmanagerErrType.wrapper.AcsJCyclicDependencyDetectedEx

SyncLockFailed

Short descriptionFailed to obtain Synchronisation Lock for component. Possible deadlock
DescriptionFailed to obtain synchronization lock for component. Unexpected concurrent activities are taking place and there is the possibility of a deadlock
Members
NameTypeDescription
CURL string CURL/Name of the component.
Requestor long Requestor for the component.
IDL
File name:jmanagerErrType.idl
Module:jmanagerErrType
Error code:SyncLockFailed
Exception:SyncLockFailedEx
C++
Include file name:#include <jmanagerErrType.h>
Namespace:using namespace jmanagerErrType;
Exception for error:jmanagerErrType::SyncLockFailedExImpl
Completion:jmanagerErrType::SyncLockFailedCompletion
Library file name:libjmanagerErrType.so
libjmanagerErrType.a
Python
Imports:import jmanagerErrTypeImpl
Raise a local exception:raise jmanagerErrTypeImpl.SyncLockFailedExImpl()
Catch exception:except jmanagerErrTypeImpl.SyncLockFailedEx, e:
Java
Jar file name:jmanagerErrType.jar
Packages:import alma.jmanagerErrType.*;
import alma.jmanagerErrType.wrapper.*;
Exception for error:alma.jmanagerErrType.SyncLockFailedEx
Exception for error (wrapper):alma.jmanagerErrType.wrapper.AcsJSyncLockFailedEx

Codes

No codes defined

XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Bogdan Jeram (E.S.O.) 
This has to be just temporary solution. 
This file has to be moved into the TICS subsystem
-->
<Type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="Alma/ACSError" xsi:schemaLocation="Alma/ACSError ACSError.xsd" name="jmanagerErrType" type="26" _prefix="alma">

			NoResourcesException nre = new NoResourcesException(this, "Cyclic dependency detected: ["+pathBuffer.toString()+"].");
			nre.caughtIn(this, "checkCyclicDependency");
			nre.putValue("requestedComponentName", requestedComponentName);
			nre.putValue("requestor", new Integer(requestor));

	<ErrorCode name="CyclicDependencyDetected"
	    shortDescription="A cyclic dependency between components has been detected"
	    description="A cyclic dependency between components has
	    been detected this makes it impossible to properly
	    deactivate components automatically and therefore is not allowed.">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
		<Member name="Requestor"
			type="long"
			description="Requestor for the component."
		/>
	</ErrorCode>
	<ErrorCode name="SyncLockFailed"
	    shortDescription="Failed to obtain Synchronisation Lock for component. Possible deadlock"
	    description="Failed to obtain synchronization lock for component.
	                 Unexpected concurrent activities are taking
	                 place and there is the possibility of a deadlock">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
		<Member name="Requestor"
			type="long"
			description="Requestor for the component."
		/>
	</ErrorCode>

</Type>


Info and errors

The number is in the corrrect range

The error is not duplicated



Subsystem scanned in 2.386 seconds.