IOR.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" "IORSystemException" IOR
26    (
27	(INTERNAL 
28	    (ORT_NOT_INITIALIZED 1 WARNING "ObjectReferenceTemplate is not initialized")
29	    (NULL_POA 2 WARNING "Null POA")
30	    (BAD_MAGIC 3 WARNING "Bad magic number {0} in ObjectKeyTemplate")
31	    (STRINGIFY_WRITE_ERROR 4  WARNING "Error while stringifying an object reference")
32	    (TAGGED_PROFILE_TEMPLATE_FACTORY_NOT_FOUND 5 WARNING "Could not find a TaggedProfileTemplateFactory for id {0}")
33	    (INVALID_JDK1_3_1_PATCH_LEVEL 6 WARNING "Found a JDK 1.3.1 patch level indicator with value {0} less than JDK 1.3.1_01 value of 1")
34	    (GET_LOCAL_SERVANT_FAILURE 7 FINE "Exception occurred while looking for ObjectAdapter {0} in IIOPProfileImpl.getServant"))
35	(BAD_OPERATION
36	    (ADAPTER_ID_NOT_AVAILABLE 1 WARNING "Adapter ID not available")
37	    (SERVER_ID_NOT_AVAILABLE 2 WARNING "Server ID not available")
38	    (ORB_ID_NOT_AVAILABLE 3 WARNING "ORB ID not available")
39	    (OBJECT_ADAPTER_ID_NOT_AVAILABLE 4 WARNING "Object adapter ID not available"))
40	(BAD_PARAM 
41	    (BAD_OID_IN_IOR_TEMPLATE_LIST 1 WARNING "Profiles in IOR do not all have the same Object ID, so conversion to IORTemplateList is impossible")
42	    (INVALID_TAGGED_PROFILE 2 WARNING "Error in reading IIOP TaggedProfile")
43	    (BAD_IIOP_ADDRESS_PORT 3 WARNING "Attempt to create IIOPAdiress with port {0}, which is out of range"))
44	(INV_OBJREF
45	    (IOR_MUST_HAVE_IIOP_PROFILE 1 WARNING "IOR must have at least one IIOP profile"))))
46