POA.mc revision 608:7e06bf1dcb09
1;
2; Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
3; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4;
5; This code is free software; you can redistribute it and/or modify it
6; under the terms of the GNU General Public License version 2 only, as
7; published by the Free Software Foundation.  Oracle designates this
8; particular file as subject to the "Classpath" exception as provided
9; by Oracle in the LICENSE file that accompanied this code.
10;
11; This code is distributed in the hope that it will be useful, but WITHOUT
12; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14; version 2 for more details (a copy is included in the LICENSE file that
15; accompanied this code).
16;
17; You should have received a copy of the GNU General Public License version
18; 2 along with this work; if not, write to the Free Software Foundation,
19; Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20;
21; Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22; or visit www.oracle.com if you need additional information or have any
23; questions.
24;
25("com.sun.corba.se.impl.logging" "POASystemException" POA
26    (
27	(BAD_INV_ORDER 
28	    (SERVANT_MANAGER_ALREADY_SET 1 WARNING "Servant Manager already set")
29	    (DESTROY_DEADLOCK 2 WARNING "Request to wait for POA destruction while servicing request would deadlock"))
30	(BAD_OPERATION
31	    (SERVANT_ORB  1 WARNING "Bad operation on servant ORB???")
32	    (BAD_SERVANT  2 WARNING "Bad Servant???")
33	    (ILLEGAL_FORWARD_REQUEST  3 WARNING "Illegal Forward Request???"))
34	(BAD_PARAM
35	    (BAD_TRANSACTION_CONTEXT  1 WARNING "Bad transaction context")
36	    (BAD_REPOSITORY_ID  2 WARNING "Bad repository id"))
37	(INTERNAL
38	    (INVOKESETUP  1 WARNING "invoke setup???")
39	    (BAD_LOCALREPLYSTATUS  2 WARNING "bad local reply status???")
40	    (PERSISTENT_SERVERPORT_ERROR  3 WARNING "persistent serverport error???")
41	    (SERVANT_DISPATCH  4 WARNING "servant dispatch???")
42	    (WRONG_CLIENTSC  5 WARNING "wrong client request dispatcher???")
43	    (CANT_CLONE_TEMPLATE  6 WARNING "can't clone template???")
44	    (POACURRENT_UNBALANCED_STACK 7 WARNING "POACurrent stack is unbalanced")
45	    (POACURRENT_NULL_FIELD  8 WARNING "Null field in POACurrent")
46	    (POA_INTERNAL_GET_SERVANT_ERROR 9 WARNING "POA internalGetServant error")
47	    (MAKE_FACTORY_NOT_POA  10  WARNING "First Object Adapter name is {0}, should be RootPOA")
48	    (DUPLICATE_ORB_VERSION_SC  11  WARNING "Duplicate ORB version service context")
49	    (PREINVOKE_CLONE_ERROR  12  WARNING "preinvoke clone error")
50	    (PREINVOKE_POA_DESTROYED  13  WARNING "preinvoke POA destroyed")
51	    (PMF_CREATE_RETAIN  14  WARNING "Bad dispatch policy for RETAIN policy in POAPolicyMediatorFactory")
52	    (PMF_CREATE_NON_RETAIN  15  WARNING "Bad dispatch policy for NON_RETAIN policy in POAPolicyMediatorFactory")
53	    (POLICY_MEDIATOR_BAD_POLICY_IN_FACTORY  16  WARNING "Inconsistent policy in PolicyMediator")
54	    (SERVANT_TO_ID_OAA  17  WARNING "ObjectAlreadyActive in servantToId")
55	    (SERVANT_TO_ID_SAA  18  WARNING "ServantAlreadyActive in servantToId")
56	    (SERVANT_TO_ID_WP  19  WARNING "WrongPolicy in servantToId")
57	    (CANT_RESOLVE_ROOT_POA  20  WARNING "Can't resolve root POA")
58	    (SERVANT_MUST_BE_LOCAL 21 WARNING "Call made to local client request dispatcher with non-local servant")
59	    (NO_PROFILES_IN_IOR 22 WARNING "IOR does not have any profiles")
60	    (AOM_ENTRY_DEC_ZERO 23 WARNING "Tried to decrement AOMEntry counter that is already 0")
61	    (ADD_POA_INACTIVE 24 WARNING "Tried to add a POA to an inactive POAManager")
62	    (ILLEGAL_POA_STATE_TRANS 25 WARNING "POA tried to make an illegal state transition")
63	    (UNEXPECTED_EXCEPTION 26 WARNING "Unexpected exception in POA {0}"))
64	(NO_IMPLEMENT 
65	    (SINGLE_THREAD_NOT_SUPPORTED  1  WARNING "Single thread policy is not supported")
66	    (METHOD_NOT_IMPLEMENTED 2 WARNING "This method is not implemented"))
67	(OBJ_ADAPTER 
68	    (POA_LOOKUP_ERROR  1 WARNING "Error in find_POA")
69	    (POA_INACTIVE  2 FINE "POA is inactive")
70	    (POA_NO_SERVANT_MANAGER  3 WARNING "POA has no servant manager")
71	    (POA_NO_DEFAULT_SERVANT  4 WARNING "POA has no default servant")
72	    (POA_SERVANT_NOT_UNIQUE  5 WARNING "POA servant is not unique")
73	    (POA_WRONG_POLICY  6 WARNING "Bad policy in POA")
74	    (FINDPOA_ERROR  7 WARNING "Another error in find_POA")
75	    (POA_SERVANT_ACTIVATOR_LOOKUP_FAILED  9 WARNING "POA ServantActivator lookup failed")
76	    (POA_BAD_SERVANT_MANAGER  10 WARNING "POA has bad servant manager")
77	    (POA_SERVANT_LOCATOR_LOOKUP_FAILED  11 WARNING "POA ServantLocator lookup failed")
78	    (POA_UNKNOWN_POLICY  12 WARNING "Unknown policy passed to POA")
79	    (POA_NOT_FOUND  13 WARNING "POA not found")
80	    (SERVANT_LOOKUP  14 WARNING "Error in servant lookup")
81	    (LOCAL_SERVANT_LOOKUP  15 WARNING "Error in local servant lookup")
82	    (SERVANT_MANAGER_BAD_TYPE  16 WARNING "Bad type for servant manager")
83	    (DEFAULT_POA_NOT_POAIMPL 17 WARNING "Servant's _default_POA must be an instance of POAImpl")
84	    (WRONG_POLICIES_FOR_THIS_OBJECT 18 WARNING "Wrong POA policies for _this_object called outside of an invocation context")
85	    (THIS_OBJECT_SERVANT_NOT_ACTIVE 19 WARNING "ServantNotActive exception in _this_object")
86	    (THIS_OBJECT_WRONG_POLICY 20 WARNING "WrongPolicy exception in _this_object")
87	    (NO_CONTEXT 21 FINE "Operation called outside of invocation context")
88	    (INCARNATE_RETURNED_NULL 22 WARNING "ServantActivator.incarnate() returned a null Servant"))
89	(INITIALIZE 
90	    (JTS_INIT_ERROR  1 WARNING "JTS initialization error")
91	    (PERSISTENT_SERVERID_NOT_SET  2 WARNING "Persistent server ID is not set")
92	    (PERSISTENT_SERVERPORT_NOT_SET  3 WARNING "Persistent server port is not set")
93	    (ORBD_ERROR  4 WARNING "Error in ORBD")
94	    (BOOTSTRAP_ERROR  5 WARNING "Error in bootstrap"))
95	(TRANSIENT 
96	    (POA_DISCARDING  1 FINE "POA is in discarding state"))
97	(UNKNOWN 
98	    (OTSHOOKEXCEPTION  1 WARNING "Error in OTS hook")
99	    (UNKNOWN_SERVER_EXCEPTION  2 WARNING "Unknown server exception")
100	    (UNKNOWN_SERVERAPP_EXCEPTION  3 WARNING "Unknown server application exception")
101	    (UNKNOWN_LOCALINVOCATION_ERROR  4 WARNING "Unknon local invocation error"))
102	(OBJECT_NOT_EXIST 
103	    (ADAPTER_ACTIVATOR_NONEXISTENT  1 WARNING "AdapterActivator does not exist")
104	    (ADAPTER_ACTIVATOR_FAILED  2 WARNING "AdapterActivator failed")
105	    (BAD_SKELETON  3 WARNING "Bad skeleton")
106	    (NULL_SERVANT  4 FINE "Null servant")
107	    (ADAPTER_DESTROYED  5 WARNING "POA has been destroyed"))))
108