Error of ACS::jmanagerErrType

Generated scanning the basedir ../../../../ACS/
Generated at Tue Nov 25 10:31:53 2014


Error name:jmanagerErrType
Error code: 26
The error is defined in: ../../../../ACS/LGPL/CommonSoftware/jmanager/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 descriptionDetected a cyclic dependency between components.
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.
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"?>

<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">

	<ErrorCode name="CyclicDependencyDetected"
	    shortDescription="Detected a cyclic dependency between components."
	    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."
	    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 10.611 seconds.