src/share/classes/com/sun/corba/se/spi/logging/data/Activation.mc

Wed, 06 Apr 2011 20:36:07 -0700

author
ohair
date
Wed, 06 Apr 2011 20:36:07 -0700
changeset 263
53c6f4ad1e06
parent 246
6a3903e5b6cc
child 748
6845b95cba6b
permissions
-rw-r--r--

7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes

     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" "ActivationSystemException" ACTIVATION
    26     (
    27 	(INITIALIZE
    28 	    (CANNOT_READ_REPOSITORY_DB 1 WARNING "Cannot read repository datastore")
    29 	    (CANNOT_ADD_INITIAL_NAMING 2 WARNING "Cannot add initial naming"))
    30 	(INTERNAL
    31 	    (CANNOT_WRITE_REPOSITORY_DB 1 WARNING "Cannot write repository datastore")
    32 	    (SERVER_NOT_EXPECTED_TO_REGISTER 3 WARNING "Server not expected to register")
    33 	    (UNABLE_TO_START_PROCESS 4 WARNING "Unable to start server process")
    34 	    (SERVER_NOT_RUNNING 6 WARNING "Server is not running"))
    35 	(OBJECT_NOT_EXIST
    36 	    (ERROR_IN_BAD_SERVER_ID_HANDLER 1 WARNING "Error in BadServerIdHandler"))))

mercurial