2010年10月6日水曜日

[sip] RhinoSDK startup log

D:\usr\local\viop\jslee-1_0a-ri>dir
 ドライブ D のボリューム ラベルは data01 です
 ボリューム シリアル番号は 8E1E-9456 です

 D:\usr\local\viop\jslee-1_0a-ri のディレクトリ

2010/10/06  00:54    <DIR>          .
2010/10/06  00:54    <DIR>          ..
2010/10/06  00:54    <DIR>          bin
2004/03/16  15:34               478 changes.txt
2010/10/06  00:54    <DIR>          config
2010/10/06  00:54    <DIR>          deployments
2010/10/06  00:54    <DIR>          doc
2010/10/06  00:54    <DIR>          dtd
2010/10/06  00:54    <DIR>          examples
2004/03/16  15:34             4,723 examples.xml
2004/03/16  15:34             2,238 j2ee.xml
2010/10/06  00:54    <DIR>          lib
2010/10/06  00:54    <DIR>          mlet
2010/10/06  00:54    <DIR>          src
               3 個のファイル               7,439 バイト
              11 個のディレクトリ  103,901,028,352 バイトの空き領域

D:\usr\local\viop\jslee-1_0a-ri>cd bin

D:\usr\local\viop\jslee-1_0a-ri\bin>dir
@echo off

rem start.bat
rem Starts the JAIN SLEE 1.0 Reference Implementation

@echo off

set JAVA_HOME="C:\Program Files\Java\jdk1.6.0_21"
set PATH=%JAVA_HOME%\bin;%PATH%

@echo off

set JAVA_HOME="C:\Progra~1\Java\jdk1.6.0_21"
set PATH=%JAVA_HOME%\bin;%PATH%

rem start.bat
rem Starts the JAIN SLEE 1.0 Reference Implementation

rem Default log level
set DEFAULT_LOG_LEVEL=INFO

if not "%JAVA_HOME%" == "" goto CONT0
echo ERROR: Set JAVA_HOME before running this script.
goto END
:CONT0

if not "%J2EE_HOME%" == "" goto CONT1
echo ERROR: Set J2EE_HOME before running this script.
goto END
:CONT1

if not "%SLEE_HOME%" == "" goto CONT2
echo ERROR: Set SLEE_HOME before running this script.
goto END
:CONT2

rem load environment properties required by j2ee server
call %J2EE_HOME%\bin\setenv.bat

rem properties from j2ee script
set SAX_PROPS=-Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl

rem this default character set encoding is required by the html-adaptor server mlet
rem image corruption is likely to occur otherwise
:wq

D:\usr\local\viop\jslee-1_0a-ri\bin>start.bat
ERROR: Set J2EE_HOME before running this script.
D:\usr\local\viop\jslee-1_0a-ri\bin>pushd D:\usr\local\RhinoSDK

D:\usr\local\RhinoSDK>dir
 ドライブ D のボリューム ラベルは data01 です
 ボリューム シリアル番号は 8E1E-9456 です

 D:\usr\local\RhinoSDK のディレクトリ

2010/10/06  01:48    <DIR>          .
2010/10/06  01:48    <DIR>          ..
2010/10/06  01:48    <DIR>          client
2010/10/06  01:48    <DIR>          config
2010/10/06  01:48    <DIR>          doc
2010/10/06  01:48    <DIR>          examples
2008/10/20  12:10               684 init-management-db.bat
2010/10/06  01:48    <DIR>          lib
2010/10/06  01:48    <DIR>          licenses
2008/10/20  12:19             4,142 README.txt
2010/10/06  01:47    <DIR>          rhino-connectivity
2008/10/20  12:19               939 rhino-sdk.license
2008/10/20  12:10             5,622 setup.bat
2008/10/20  12:17               955 web-console.keystore
               5 個のファイル              12,342 バイト
               9 個のディレクトリ  103,772,454,912 バイトの空き領域

D:\usr\local\RhinoSDK>setup
Creating key pairs for common services.
Exporting the certificates into the public keystore for service distribution
証明書がキーストアに追加されました。
証明書がキーストアに追加されました。
Copying the public keystore to the client distribution directory
        1 個のファイルをコピーしました。
        1 個のファイルをコピーしました。
Creating start-rhino.bat
Creating stop-rhino.bat
        1 個のファイルをコピーしました。
Creating database...
Database has been initialised.
続行するには何かキーを押してください . . .

D:\usr\local\RhinoSDK>dir
 ドライブ D のボリューム ラベルは data01 です
 ボリューム シリアル番号は 8E1E-9456 です

 D:\usr\local\RhinoSDK のディレクトリ

2010/10/06  01:49    <DIR>          .
2010/10/06  01:49    <DIR>          ..
2010/10/06  01:49    <DIR>          client
2010/10/06  01:49    <DIR>          config
2010/10/06  01:48    <DIR>          doc
2010/10/06  01:48    <DIR>          examples
2008/10/20  12:10               684 init-management-db.bat
2010/10/06  01:48    <DIR>          lib
2010/10/06  01:48    <DIR>          licenses
2008/10/20  12:19             4,142 README.txt
2010/10/06  01:47    <DIR>          rhino-connectivity
2010/10/06  01:49             2,096 rhino-private.keystore
2010/10/06  01:49             2,096 rhino-public.keystore
2008/10/20  12:19               939 rhino-sdk.license
2008/10/20  12:10             5,622 setup.bat
2010/10/06  01:49             4,547 start-rhino.bat
2008/10/20  12:10               471 stop-rhino.bat
2010/10/06  01:49             2,158 web-console.keystore
2010/10/06  01:49    <DIR>          work
               9 個のファイル              22,755 バイト
              10 個のディレクトリ  103,770,697,728 バイトの空き領域

D:\usr\local\RhinoSDK>start-rhino.bat
Starting Rhino SLEE
2010-10-06 01:54:19.703  INFO    [rhino.config.manager]  Starting Rhino Configuration Manager
2010-10-06 01:54:19.890  INFO    [rhino.config.filestorage]  Reading configurations from: config\defaults.xml
2010-10-06 01:54:20.062  INFO    [rhino.config.codec.xml]  Read config item: RateLimiterCategory[enabled=false, maxRate=0, included=[], includedUsed=f
alse, growingRateLimit=false, startRate=0, rateIncrement=0, numberOfEvents=0], key=rate-limiter
2010-10-06 01:54:20.078  INFO    [rhino.config.codec.xml]  Read config item: LoggingCategory[baseDirectory=work/log, showNDC=null, showThread=true, co
lourConsole=null, appenders=[STDERR, RhinoLog, ConfigLog], loggers=[root, rhino.config, rhino.management.profile.import]], key=logging
2010-10-06 01:54:20.078  INFO    [rhino.config.codec.xml]  Read config item: StagingQueuesCategory[maximumSize=3000, maximumAge=10000, threadCount=30]
, key=staging-queues
2010-10-06 01:54:20.078  INFO    [rhino.config.codec.xml]  Read config item: PoolConfig[id=, type=Default, pooled=500, state=500, ready=5000, stale=50
0, initialPooled=0, use defaults=true], key=ObjectPools/Default
2010-10-06 01:54:20.078  INFO    [rhino.config.codec.xml]  Read config item: PoolConfig[id=default, type=ProfileTable, pooled=500, state=500, ready=50
00, stale=500, initialPooled=0, use defaults=false], key=ObjectPools/ProfileTable-default
2010-10-06 01:54:20.078  INFO    [rhino.config.codec.xml]  Read config item: PoolConfig[id=default, type=Service, pooled=500, state=500, ready=5000, s
tale=500, initialPooled=50, use defaults=false], key=ObjectPools/Service-default
2010-10-06 01:54:20.078  INFO    [rhino.config.codec.xml]  Read config item: ThresholdConfig[scanPeriod=0], key=threshold-config
2010-10-06 01:54:20.078  INFO    [rhino.config.filestorage]  Reading configurations from: rhino-sdk.license
2010-10-06 01:54:20.281  INFO    [rhino.config.filestorage]  Reading configurations from: config\logging.xml
2010-10-06 01:54:20.328  INFO    [rhino.config.codec.xml]  Read config item: LoggingCategory[baseDirectory=work/log, showNDC=null, showThread=true, co
lourConsole=null, appenders=[STDERR, RhinoLog, ConfigLog], loggers=[root, rhino.config, rhino.management.profile.import]], key=logging
3.441: [GC 3.441: [ParNew: 32384K->0K(32576K), 0.0303502 secs] 32384K->1261K(261952K), 0.0306106 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
2010-10-06 01:54:22.203  INFO    [rhino.main]   <main> Initialising Rhino-SDK (version='2.0', release='02', build='200810201215', revision='15617') ru
nning on Java HotSpot(TM) Server VM version 17.0-b17 (Sun Microsystems Inc.)
2010-10-06 01:54:22.234  WARN    [rhino.main]   <main> This JVM is not on the list of officially supported JVMs for this release.
2010-10-06 01:54:22.234  INFO    [rhino.main]   <main> Running as user 'yang' on Windows XP 5.1 (x86)
2010-10-06 01:54:22.234  INFO    [rhino.config]   <main> Reading config file: file:config/rhino-config.xml...
2010-10-06 01:54:22.343  INFO    [rhino.main]   <main> Temporary directory set to: D:\usr\local\RhinoSDK\work\tmp\rhino
2010-10-06 01:54:22.343  INFO    [rhino.main]   <main> Deployment directory set to: D:\usr\local\RhinoSDK\work\deployments
2010-10-06 01:54:22.390  INFO    [rhino.monitoring.stats.null]   <main> Initialising monitoring: null
2010-10-06 01:54:22.500  INFO    [rhino.monitoring.stats.Activities]   <main> Initialising monitoring: Activities
2010-10-06 01:54:22.515  INFO    [rhino.monitoring.stats.ActivityHandler]   <main> Initialising monitoring: ActivityHandler
2010-10-06 01:54:22.531  INFO    [rhino.monitoring.stats.EventRouter]   <main> Initialising monitoring: EventRouter
2010-10-06 01:54:22.531  INFO    [rhino.monitoring.stats.Events]   <main> Initialising monitoring: Events
2010-10-06 01:54:22.546  INFO    [rhino.monitoring.stats.JDBCDatasource]   <main> Initialising monitoring: JDBCDatasource
2010-10-06 01:54:22.546  INFO    [rhino.monitoring.stats.JVM]   <main> Initialising monitoring: JVM
2010-10-06 01:54:22.609  INFO    [rhino.monitoring.stats.LicenseAccounting]   <main> Initialising monitoring: LicenseAccounting
2010-10-06 01:54:22.609  INFO    [rhino.monitoring.stats.LockManagers]   <main> Initialising monitoring: LockManagers
2010-10-06 01:54:22.625  INFO    [rhino.monitoring.stats.MemDB-Local]   <main> Initialising monitoring: MemDB-Local
2010-10-06 01:54:22.625  INFO    [rhino.monitoring.stats.MemDB-Replicated]   <main> Initialising monitoring: MemDB-Replicated
2010-10-06 01:54:22.625  INFO    [rhino.monitoring.stats.ObjectPools]   <main> Initialising monitoring: ObjectPools
2010-10-06 01:54:22.625  INFO    [rhino.monitoring.stats.Services]   <main> Initialising monitoring: Services
2010-10-06 01:54:22.625  INFO    [rhino.monitoring.stats.StagingThreads]   <main> Initialising monitoring: StagingThreads
2010-10-06 01:54:22.625  INFO    [rhino.monitoring.stats.SystemInfo]   <main> Initialising monitoring: SystemInfo
2010-10-06 01:54:22.640  INFO    [rhino.monitoring.stats.Transactions]   <main> Initialising monitoring: Transactions
2010-10-06 01:54:22.781  INFO    [rhino.main]   <main> Configuring state-exchange rate limiter (1000000000 bytes/second)
2010-10-06 01:54:23.156  INFO    [watchdog]   <main> Watchdog thread started with priority 10
2010-10-06 01:54:23.265  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Cluster backbone membership change: BboneCCM: Trans [101,1] - Memb [ 1
01 ]
2010-10-06 01:54:23.296  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Cluster backbone membership change: BboneCCM: Reg [101,3] - Memb [ 101
 ]
2010-10-06 01:54:23.296  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-db] Trans [101,1] -
Memb [ 101 ] (join) { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:23.296  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-db] Reg [101,3] - Me
mb [ 101 ] { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:23.296  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-ah] Trans [101,1] -
Memb [ 101 ] (join) { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:23.296  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-ah] Reg [101,3] - Me
mb [ 101 ] { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:23.296  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-cluster] Trans [101,
1] - Memb [ 101 ] (join) { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:23.343  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ServiceComponentOCBB_C
ontainer
2010-10-06 01:54:23.359  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-cluster] Reg [101,3]
 - Memb [ 101 ] { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:23.359  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-admin] Trans [101,1]
 - Memb [ 101 ] (join) { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:23.359  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-admin] Reg [101,3] -
 Memb [ 101 ] { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:23.375  INFO    [framework.dlv]   <ThreadedClusterDeliveryThread> [[WellKnown:rhino-cluster]]  Component change: Component(members=[1
01],transitioning=[],nonPrimary=[],id=0)
2010-10-06 01:54:23.390  INFO    [rhino.membership.rhino-cluster]   <ThreadedClusterDeliveryThread> Joining cluster
2010-10-06 01:54:23.390  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ActivityContextNamingH
AOptimisticOCBB_Container
2010-10-06 01:54:23.390  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ResourceAdaptorJarOCBB
_Container
2010-10-06 01:54:23.406  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ResourceAdaptorEntityS
tateOCBB_Container
2010-10-06 01:54:23.421  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.SbbComponentOCBB_Conta
iner
2010-10-06 01:54:23.421  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.UsageNotificationState
OCBB_Container
2010-10-06 01:54:23.437  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ActivityContextNamingF
TPessimisticOCBB_Container
2010-10-06 01:54:23.453  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ActivityContextNamingH
APessimisticOCBB_Container
2010-10-06 01:54:23.453  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.RhinoConfigDBOCBB_Cont
ainer
2010-10-06 01:54:23.468  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.EventJarOCBB_Container

5.078: [GC 5.079: [ParNew: 32384K->0K(32576K), 0.0118412 secs] 33645K->3187K(261952K), 0.0122789 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2010-10-06 01:54:23.484  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ProfileSpecComponentOC
BB_Container
2010-10-06 01:54:23.484  INFO    [rhino.membership.rhino-cluster]   <ThreadedClusterDeliveryThread> Node(s) [101] joined cluster operational member se
t
2010-10-06 01:54:23.484  INFO    [rhino.membership.rhino-cluster]   <ThreadedClusterDeliveryThread> Current membership set: [101]
2010-10-06 01:54:23.484  INFO    [framework.scs]   <ThreadedClusterDeliveryThread> [[WellKnown:rhino-admin]]  Component change: Component(members=[101
],transitioning=[],nonPrimary=[],id=0)
2010-10-06 01:54:23.500  INFO    [framework.scs]   <ThreadedClusterDeliveryThread> [[WellKnown:rhino-db]]  Component change: Component(members=[101],t
ransitioning=[],nonPrimary=[],id=0)
2010-10-06 01:54:23.500  INFO    [framework.scs]   <ThreadedClusterDeliveryThread> [[WellKnown:rhino-ah]]  Component change: Component(members=[101],t
ransitioning=[],nonPrimary=[],id=0)
2010-10-06 01:54:23.500  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ResourceAdaptorTypeJar
OCBB_Container
2010-10-06 01:54:23.515  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ActivityContextNamingF
TOptimisticOCBB_Container
2010-10-06 01:54:23.515  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ProfileTableOCBB_Conta
iner
2010-10-06 01:54:23.531  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.AliasedAttributeOCBB_C
ontainer
2010-10-06 01:54:23.531  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ResourceAdaptorEntityB
indingOCBB_Container
2010-10-06 01:54:23.546  INFO    [rhino.ah.mux]   <ThreadedClusterDeliveryThread> operationalState: members=101, operational=true
2010-10-06 01:54:23.546  INFO    [rhino.mletstarter]   <ThreadedClusterDeliveryThread> Nodes on my host: [101] Nodes on my host running per machine ML
ets: [] Node 101 is responsible for per machine MLets
2010-10-06 01:54:23.562  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.UsageParameterSetOCBB_
Container
2010-10-06 01:54:23.562  INFO    [memdb.state.StateExchange]   <ThreadedClusterDeliveryThread> [ReplicatedMemoryDatabase]  Transferred initial state t
o all nodes.
2010-10-06 01:54:23.562  INFO    [rhino.ah.ahm.state]   <ThreadedClusterDeliveryThread> Received starter id for node 101.  Start id set now: {101=5695
3579745683456}
2010-10-06 01:54:23.562  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.CounterOCBB_Container
2010-10-06 01:54:23.578  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ResourceAdaptorTypeCom
ponentOCBB_Container
2010-10-06 01:54:23.578  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.RhinoConfigMemoryOCBB_
Container
2010-10-06 01:54:23.593  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.SbbJarOCBB_Container
2010-10-06 01:54:23.593  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.DeployableUnitOCBB_Con
tainer
2010-10-06 01:54:23.625  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.EventTypeComponentOCBB
_Container
2010-10-06 01:54:23.640  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.SleeStateOCBB_Containe
r
2010-10-06 01:54:23.656  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ServiceXMLOCBB_Contain
er
2010-10-06 01:54:23.656  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.LibraryComponentOCBB_C
ontainer
2010-10-06 01:54:23.671  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ProfileSpecJarOCBB_Con
tainer
2010-10-06 01:54:23.687  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ServiceStateOCBB_Conta
iner
2010-10-06 01:54:23.687  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.LibraryJarOCBB_Contain
er
2010-10-06 01:54:23.734  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ResourceAdaptorEntityO
CBB_Container
2010-10-06 01:54:23.750  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.TraceLevelOCBB_Contain
er
2010-10-06 01:54:23.750  INFO    [ocbb.application]   <main> Instantiating container: com.opencloud.deployed.rhino_slee_support.ResourceAdaptorCompone
ntOCBB_Container
2010-10-06 01:54:23.953  INFO    [rhino.appcontainer]   <main> Deployed RHINO internal metadata support
2010-10-06 01:54:24.593  WARN    [rhino.readystatus.memdb]   <main> In-memory database state is no longer synchronised
2010-10-06 01:54:24.593  INFO    [rhino.readystatus.memdb]   <main> Waiting for in-memory database state to become synchronised...
6.310: [Full GC 6.310: [CMS: 3187K->5296K(229376K), 0.1462895 secs] 34422K->5296K(261952K), [CMS Perm : 16380K->16368K(16384K)], 0.1467010 secs] [Time
s: user=0.14 sys=0.00, real=0.14 secs]
2010-10-06 01:54:25.312  INFO    [memdb.sql.loader]   <SQLStableStorage Loader thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Loading initial state from disk
2010-10-06 01:54:25.312  INFO    [memdb.sql.loader]   <SQLStableStorage Loader thread for rhino_sdk_profiles> [ProfileDatabase/rhino_sdk_profiles]  Lo
ading initial state from disk
2010-10-06 01:54:25.328  INFO    [memdb.sql.loader]   <SQLStableStorage Loader thread for rhino_sdk_profiles> [ProfileDatabase/rhino_sdk_profiles]  Co
mpleted loading initial state
2010-10-06 01:54:25.328  INFO    [memdb.sql.loader]   <SQLStableStorage Loader thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Completed loading initial state
2010-10-06 01:54:25.343  INFO    [memdb.state.StateExchange]   <ThreadedClusterDeliveryThread> [ManagementDatabase]  Transferred initial state to all
nodes.
2010-10-06 01:54:25.343  INFO    [memdb.state.Active]   <ThreadedClusterDeliveryThread> [ManagementDatabase]  Selected node 101 to do persistent stora
ge
2010-10-06 01:54:25.359  INFO    [memdb.state.StateExchange]   <ThreadedClusterDeliveryThread> [ProfileDatabase]  Transferred initial state to all nod
es.
2010-10-06 01:54:25.359  INFO    [rhino.readystatus.memdb]   <ThreadedClusterDeliveryThread> In-memory database state synchronised
2010-10-06 01:54:25.359  INFO    [memdb.state.Active]   <ThreadedClusterDeliveryThread> [ProfileDatabase]  Selected node 101 to do persistent storage
2010-10-06 01:54:25.359  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Connected to Derby database
2010-10-06 01:54:25.359  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_profiles> [ProfileDatabase/rhino_sdk_profiles]  Co
nnected to Derby database
2010-10-06 01:54:30.593  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 20 updates to the disk-based database, 20 updates remaining
2010-10-06 01:54:30.656  INFO    [rhino.main]   <main> Installing SLEE-defined standard types
2010-10-06 01:54:30.656  INFO    [rhino.management.deployment]   <main> Installing deployable unit from URL file:/D%3a/usr/local/RhinoSDK/lib/javax-sl
ee-standard-types.jar
2010-10-06 01:54:30.781  INFO    [rhino.management.deployment]   <main> Installing: javax-slee-standard-types.jar
2010-10-06 01:54:31.218  INFO    [rhino.management.deployment]   <main> Parsing event type deployment descriptor in standard-events-1.0.jar
2010-10-06 01:54:31.250  INFO    [rhino.management.deployment]   <main> Parsing event type deployment descriptor in standard-events-1.1.jar
2010-10-06 01:54:31.265  INFO    [rhino.management.deployment]   <main> Parsing profile specification deployment descriptor in standard-profile-specs-
1.0.jar
2010-10-06 01:54:31.265  INFO    [rhino.management.deployment]   <main> Parsing profile specification deployment descriptor in standard-profile-specs-
1.1.jar
2010-10-06 01:54:31.281  INFO    [rhino.management.deployment]   <main> Verifying event type component definitions in standard-events-1.0.jar
2010-10-06 01:54:31.609  INFO    [rhino.management.deployment]   <main> Verifying event type component definitions in standard-events-1.1.jar
2010-10-06 01:54:31.671  INFO    [rhino.management.deployment]   <main> Verifying profile specification component definitions in standard-profile-spec
s-1.0.jar
2010-10-06 01:54:31.812  INFO    [rhino.management.deployment]   <main> Verifying profile specification component definitions in standard-profile-spec
s-1.1.jar
2010-10-06 01:54:31.859  INFO    [rhino.management.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.ActivityEndEvent,vendor=jav
ax.slee,version=1.0]
2010-10-06 01:54:31.859  INFO    [rhino.management.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.serviceactivity.ServiceStar
tedEvent,vendor=javax.slee,version=1.0]
2010-10-06 01:54:31.875  INFO    [rhino.management.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.profile.ProfileAddedEvent,v
endor=javax.slee,version=1.0]
2010-10-06 01:54:31.875  INFO    [rhino.management.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.profile.ProfileRemovedEvent
,vendor=javax.slee,version=1.0]
2010-10-06 01:54:31.875  INFO    [rhino.management.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.profile.ProfileUpdatedEvent
,vendor=javax.slee,version=1.0]
2010-10-06 01:54:31.875  INFO    [rhino.management.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.facilities.TimerEvent,vendo
r=javax.slee,version=1.0]
2010-10-06 01:54:31.875  INFO    [rhino.management.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.serviceactivity.ServiceStar
tedEvent,vendor=javax.slee,version=1.1]
2010-10-06 01:54:31.875  INFO    [rhino.management.deployment]   <main> Installing profile specification: ProfileSpecificationID[name=AddressProfileSp
ec,vendor=javax.slee,version=1.0]
2010-10-06 01:54:31.875  INFO    [rhino.management.deployment.builder]   <main> Generating profile implementation
2010-10-06 01:54:31.937  INFO    [rhino.management.deployment.builder]   <main> Compiling generated profile specification common classes
17.966: [GC 17.966: [ParNew: 32354K->0K(32576K), 0.0180872 secs] 37651K->9324K(261952K), 0.0183244 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2010-10-06 01:54:38.015  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 20 updates to the disk-based database, 18 updates remaining
2010-10-06 01:54:38.281  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 18 updates to the disk-based database, 0 updates remaining
2010-10-06 01:54:38.593  WARN    [javac]   <main> 注:一部の入力ファイルは推奨されない API を使用またはオーバーライドしています。
2010-10-06 01:54:38.593  WARN    [javac]   <main> 注:詳細については、-Xlint:deprecation オプションを指定して再コンパイルしてください。
2010-10-06 01:54:38.640  INFO    [rhino.management.deployment.builder]   <main> Building profile spec jar: D:\usr\local\RhinoSDK\work\deployments\unit
1286297670656\unit1286297670656.standard-profile-specs-1.0.1iimvagnej02.jar.AddressProfileSpec_javax_slee_1_0.spec.jar
2010-10-06 01:54:39.000  INFO    [rhino.management.deployment.builder]   <main> Compiling generated profile table classes
2010-10-06 01:54:40.437  WARN    [javac]   <main> 注:D:\usr\local\RhinoSDK\work\tmp\rhino\profilespecjar4648486464665700020\Profile.java は推奨されな
い API を使用またはオーバーライドしています。
2010-10-06 01:54:40.437  WARN    [javac]   <main> 注:詳細については、-Xlint:deprecation オプションを指定して再コンパイルしてください。
2010-10-06 01:54:40.500  INFO    [rhino.management.deployment.builder]   <main> Building OCBB jar: D:\usr\local\RhinoSDK\work\deployments\unit12862976
70656\unit1286297670656.standard-profile-specs-1.0.1iimvagnej02.jar.AddressProfileSpec_javax_slee_1_0.table.jar
2010-10-06 01:54:41.093  INFO    [rhino.management.deployment]   <main> Installing profile specification: ProfileSpecificationID[name=ResourceInfoProf
ileSpec,vendor=javax.slee,version=1.0]
2010-10-06 01:54:41.093  INFO    [rhino.management.deployment.builder]   <main> Generating profile implementation
2010-10-06 01:54:41.140  INFO    [rhino.management.deployment.builder]   <main> Compiling generated profile specification common classes
2010-10-06 01:54:41.953  WARN    [javac]   <main> 注:一部の入力ファイルは推奨されない API を使用またはオーバーライドしています。
2010-10-06 01:54:41.953  WARN    [javac]   <main> 注:詳細については、-Xlint:deprecation オプションを指定して再コンパイルしてください。
2010-10-06 01:54:41.984  INFO    [rhino.management.deployment.builder]   <main> Building profile spec jar: D:\usr\local\RhinoSDK\work\deployments\unit
1286297670656\unit1286297670656.standard-profile-specs-1.0.1iimvagnej02.jar.ResourceInfoProfileSpec_javax_slee_1_0.spec.jar
2010-10-06 01:54:42.187  INFO    [rhino.management.deployment.builder]   <main> Compiling generated profile table classes
2010-10-06 01:54:43.203  WARN    [javac]   <main> 注:D:\usr\local\RhinoSDK\work\tmp\rhino\profilespecjar4299143182230951284\Profile.java は推奨されな
い API を使用またはオーバーライドしています。
2010-10-06 01:54:43.203  WARN    [javac]   <main> 注:詳細については、-Xlint:deprecation オプションを指定して再コンパイルしてください。
2010-10-06 01:54:43.234  INFO    [rhino.management.deployment.builder]   <main> Building OCBB jar: D:\usr\local\RhinoSDK\work\deployments\unit12862976
70656\unit1286297670656.standard-profile-specs-1.0.1iimvagnej02.jar.ResourceInfoProfileSpec_javax_slee_1_0.table.jar
2010-10-06 01:54:44.156  INFO    [rhino.management.deployment]   <main> Installing profile specification: ProfileSpecificationID[name=AddressProfileSp
ec,vendor=javax.slee,version=1.1]
2010-10-06 01:54:44.156  INFO    [rhino.management.deployment.builder]   <main> Generating profile implementation
2010-10-06 01:54:44.218  INFO    [rhino.management.deployment.builder]   <main> Compiling generated profile specification common classes
2010-10-06 01:54:45.156  INFO    [rhino.management.deployment.builder]   <main> Building profile spec jar: D:\usr\local\RhinoSDK\work\deployments\unit
1286297670656\unit1286297670656.standard-profile-specs-1.1.1iimvagnej03.jar.AddressProfileSpec_javax_slee_1_1.spec.jar
2010-10-06 01:54:45.484  INFO    [rhino.management.deployment.builder]   <main> Compiling generated profile table classes
2010-10-06 01:54:46.203  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 4 updates to the disk-based database, 0 updates remaining
2010-10-06 01:54:46.796  INFO    [rhino.management.deployment.builder]   <main> Building OCBB jar: D:\usr\local\RhinoSDK\work\deployments\unit12862976
70656\unit1286297670656.standard-profile-specs-1.1.1iimvagnej03.jar.AddressProfileSpec_javax_slee_1_1.table.jar
2010-10-06 01:54:47.437  INFO    [rhino.management.deployment]   <main> Installation of deployable unit successful
2010-10-06 01:54:47.718  INFO    [rhino.monitoring.limiter]   <main> Disabled user-defined rate limiter.
2010-10-06 01:54:47.718  INFO    [rhino.main]   <main> Starting management functions
2010-10-06 01:54:47.937  INFO    [rhino.stats.replicate]   <main> Stats Replicator instantiated
2010-10-06 01:54:47.953  INFO    [rhino.stats.replicate]   <main> Created and added new Stats Replicator Client com.opencloud.ob.RhinoSDK.sL@7f1228
2010-10-06 01:54:47.953  INFO    [rhino.main]   <main> Configuring Rhino from management database...
2010-10-06 01:54:47.953  INFO    [rhino.config.manager]   <main> Loading configuration from management database
2010-10-06 01:54:47.984  INFO    [rhino.config.filestorage]   <main> Reading configurations from: config\logging.xml
2010-10-06 01:54:47.984  INFO    [rhino.config.codec.xml]   <main> Read config item: LoggingCategory[baseDirectory=work/log, showNDC=null, showThread=
true, colourConsole=null, appenders=[STDERR, RhinoLog, ConfigLog], loggers=[root, rhino.config, rhino.management.profile.import]], key=logging
2010-10-06 01:54:48.125  INFO    [rhino.ah.scheduler]   <main> Creating scheduler thread pool (30 threads, queue size=3000)
2010-10-06 01:54:48.171  INFO    [rhino.monitoring.limiter]   <main> Disabled user-defined rate limiter.
2010-10-06 01:54:48.343  WARN    [rhino.license]   <main> No valid licenses were found.
2010-10-06 01:54:48.359  INFO    [rhino.main]   <main> Loading installed component state...
2010-10-06 01:54:48.359  INFO    [rhino.state.deployment]   <main> Installing deployable unit: file:/D%3a/usr/local/RhinoSDK/lib/javax-slee-standard-t
ypes.jar
2010-10-06 01:54:48.375  INFO    [rhino.state.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.ActivityEndEvent,vendor=javax.sl
ee,version=1.0]
2010-10-06 01:54:48.375  INFO    [rhino.state.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.serviceactivity.ServiceStartedEv
ent,vendor=javax.slee,version=1.0]
2010-10-06 01:54:48.375  INFO    [rhino.state.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.profile.ProfileAddedEvent,vendor
=javax.slee,version=1.0]
2010-10-06 01:54:48.375  INFO    [rhino.state.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.profile.ProfileRemovedEvent,vend
or=javax.slee,version=1.0]
2010-10-06 01:54:48.375  INFO    [rhino.state.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.profile.ProfileUpdatedEvent,vend
or=javax.slee,version=1.0]
2010-10-06 01:54:48.375  INFO    [rhino.state.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.facilities.TimerEvent,vendor=jav
ax.slee,version=1.0]
2010-10-06 01:54:48.375  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 01:54:48.375  INFO    [rhino.state.deployment]   <main> Installing event type: EventTypeID[name=javax.slee.serviceactivity.ServiceStartedEv
ent,vendor=javax.slee,version=1.1]
2010-10-06 01:54:48.390  INFO    [rhino.state.deployment]   <main> Installing profile specification: ProfileSpecificationID[name=AddressProfileSpec,ve
ndor=javax.slee,version=1.0]
2010-10-06 01:54:48.390  INFO    [rhino.state.deployment]   <main> Installing profile specification: ProfileSpecificationID[name=ResourceInfoProfileSp
ec,vendor=javax.slee,version=1.0]
2010-10-06 01:54:48.406  INFO    [rhino.state.deployment]   <main> Installing profile specification: ProfileSpecificationID[name=AddressProfileSpec,ve
ndor=javax.slee,version=1.1]
2010-10-06 01:54:48.406  INFO    [rhino.main]   <main> Component state loaded
2010-10-06 01:54:48.406  INFO    [rhino.main]   <main> Creating resource adaptor entities...
2010-10-06 01:54:48.406  INFO    [rhino.state.ra]   <main> Creating resource adaptor entity Rhino Internal with replication Property[slee-vendor:com.o
pencloud.rhino_replicate_activities:java.lang.String=mixed]
2010-10-06 01:54:48.406  INFO    [rhino.state.ra]   <main>   properties=[Property[javax.slee:vendor:java.lang.String=OpenCloud], Property[slee-vendor:
com.opencloud.rhino_replicate_activities:java.lang.String=mixed], Property[slee-vendor:com.opencloud.rhino_node_id:java.lang.Integer=101], Property[ja
vax.slee:name:java.lang.String=Rhino-SDK], Property[javax.slee:version:java.lang.String=2.0]]
2010-10-06 01:54:48.437  INFO    [rhino.ah.ah]   <main> [Rhino Internal-ha]  Creating Activity Handler Rhino Internal-ha (isolation=LAST_COMMITTED)
2010-10-06 01:54:48.437  INFO    [rhino.ah.ah]   <main> [Rhino Internal-ft]  ReplicatingActivityHandler(0): Rhino Internal-ft
2010-10-06 01:54:48.468  INFO    [rhino.main]   <main> Resource adaptor entities created
2010-10-06 01:54:48.468  INFO    [rhino.main]   <main> Loading services...
2010-10-06 01:54:48.468  INFO    [rhino.main]   <main> Services loaded
2010-10-06 01:54:48.484  INFO    [rhino.readystatus.activityhandler]   <main> Activity handlers operational
2010-10-06 01:54:48.484  INFO    [rhino.main]   <main> Configuring state-exchange rate limiter (1000000000 bytes/second)
2010-10-06 01:54:48.484  INFO    [rhino.management]   <main> Registering management mbeans
2010-10-06 01:54:48.500  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-monitoring] Trans [1
01,1] - Memb [ 101 ] (join) { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:48.500  INFO    [rhino.main]   <ThreadedClusterDeliveryThread> Group membership change: GrpCCM: [WellKnown:rhino-monitoring] Reg [101
,3] - Memb [ 101 ] { BboneCCM: Reg [101,3] - Memb [ 101 ] }
2010-10-06 01:54:48.515  INFO    [framework.scs]   <ThreadedClusterDeliveryThread> [[WellKnown:rhino-monitoring]]  Component change: Component(members
=[101],transitioning=[],nonPrimary=[],id=0)
2010-10-06 01:54:49.125  INFO    [rhino.main]   <main> Reactivating previously active components
2010-10-06 01:54:49.140  INFO    [rhino.servicestate]   <main> Reactivating services previously active on this node
2010-10-06 01:54:49.156  INFO    [rhino.raentitystate]   <main> Reactivating resource adaptor entities previously active on this node
2010-10-06 01:54:49.171  INFO    [rhino.main]   <main> Node fully operational
2010-10-06 01:54:49.171  INFO    [rhino.mletstarter]   <main> Loading and registering all relevant MLets
2010-10-06 01:54:49.171  INFO    [rhino.mletstarter]   <main> Registered MLet: RHINO:name=MLetLoader
2010-10-06 01:54:49.171  INFO    [rhino.mletstarter]   <main> Loading MLets defined in configuration file:config/mlet.conf
2010-10-06 01:54:49.296  INFO    [rhino.management.config]   <main> Unrestricted permission grant block DynamicGrant@1d761d0 { } for mlet com.openclou
d.slee.mlet.jmxr.JMXRAdaptor will be restricted to affect only mlet classpath jars
2010-10-06 01:54:49.296  INFO    [rhino.management.config]   <main> Unrestricted permission grant block DynamicGrant@156c69c { principal com.opencloud
.rhino.security.principal.RhinoRole "RhinoRole[jmx-remote]" } for mlet com.opencloud.slee.mlet.jmxr.JMXRAdaptor will be restricted to affect only mlet
 classpath jars
2010-10-06 01:54:49.390  INFO    [rhino.management.config]   <main> Unrestricted permission grant block DynamicGrant@1a462c9 { } for mlet com.openclou
d.slee.mlet.web.WebConsole will be restricted to affect only mlet classpath jars
2010-10-06 01:54:51.234  INFO    [rhino.management.jmxr]   <main> Local registry bound [port=1199]
2010-10-06 01:54:51.328  INFO    [rhino.management.jmxr]   <main> Starting JMX remote server [port=1202,ssl=enabled]
2010-10-06 01:54:52.125  INFO    [rhino.management.jmxr]   <main> JMX remote server bound [service:jmx:rmi:////opencloud/rhino]
34.259: [GC 34.259: [ParNew: 32384K->0K(32576K), 0.0273543 secs] 41708K->14115K(261952K), 0.0275778 secs] [Times: user=0.03 sys=0.00, real=0.01 secs]

2010-10-06 01:54:52.953  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 14 updates to the disk-based database, 0 updates remaining
2010-10-06 01:54:53.359  INFO    [org.mortbay.log]   <main> Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog

2010-10-06 01:54:53.812  INFO    [org.mortbay.log]   <main> jetty-6.1.4
2010-10-06 01:54:54.109  INFO    [org.mortbay.log]   <main> Deploy D:\usr\local\RhinoSDK\config\webapps\web-console.xml -> org.mortbay.jetty.webapp.We
bAppContext@a53948{/,file:client/lib/web-console.war}
2010-10-06 01:54:54.171  INFO    [org.mortbay.log]   <main> Extract jar:file:client/lib/web-console.war!/ to work\tmp\Jetty_0_0_0_0_8066_web-console.w
ar____hnz1ht\webapp
2010-10-06 01:54:54.968  INFO    [org.mortbay.log]   <main> Started SelectChannelConnector@0.0.0.0:8066
2010-10-06 01:54:55.171  INFO    [org.mortbay.log]   <main> Started SslSocketConnector@0.0.0.0:8443
2010-10-06 01:54:55.171  INFO    [rhino.management.web]   <main> Web server [org.mortbay.jetty.Server] started
2010-10-06 01:54:55.171  INFO    [rhino.mletstarter]   <main> Registered MLet: ADAPTOR:name=WebConsole
2010-10-06 01:54:55.171  INFO    [rhino.mletstarter]   <main> Registered MLet: ADAPTOR:name=JMXRemote
2010-10-06 01:54:55.171  INFO    [rhino.mletstarter]   <main> MLet loading and registration complete
2010-10-06 01:54:55.234  INFO    [rhino.main]   <main> SLEE event-routing functions are currently Stopped on this node
2010-10-06 01:54:55.281  INFO    [rhino.main]   <main> Starting SLEE event-routing functions due to -s argument or previously in Running state
2010-10-06 01:54:55.343  INFO    [rhino.sleestate]   <main> Starting SLEE on node(s) [101]
2010-10-06 01:54:55.421  INFO    [rhino.sleestate]   <StageWorker/GroupRMI/1> SLEE event-routing functions starting on this node
2010-10-06 01:54:55.421  INFO    [rhino.management]   <StageWorker/GroupRMI/1> SLEE state changed from Stopped to Starting
2010-10-06 01:54:55.421  INFO    [rhino.state.slee.listener]   <StageWorker/GroupRMI/1> Activating resource adaptor entity endpoints as the SLEE is st
arting
2010-10-06 01:54:55.421  INFO    [rhino.ah.ah]   <StageWorker/GroupRMI/1> [Rhino Internal-ha]  start: starting AH:1[Rhino Internal-ha]
2010-10-06 01:54:55.437  INFO    [rhino.ah.ah]   <StageWorker/GroupRMI/1> [Rhino Internal-ha]  Started query liveness for AH:1[Rhino Internal-ha]
2010-10-06 01:54:55.437  INFO    [rhino.ah.ah]   <StageWorker/GroupRMI/1> [Rhino Internal-ft]  start: starting AH:0[Rhino Internal-ft (node-101)]
2010-10-06 01:54:55.437  INFO    [rhino.ah.ah]   <StageWorker/GroupRMI/1> [Rhino Internal-ft]  Started query liveness for AH:0[Rhino Internal-ft (node
-101)]
2010-10-06 01:54:55.437  INFO    [rhino.management]   <StageWorker/GroupRMI/1> SLEE state changed from Starting to Running
2010-10-06 01:54:55.453  INFO    [rhino.ah.ah]   <ThreadedClusterDeliveryThread> [Rhino Internal-ft]  Activity Handler is active on nodes: [101]
2010-10-06 01:54:55.484  INFO    [rhino.sleestate]   <main> SLEE successfully started on nodes(s) [101]
2010-10-06 01:54:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 01:54:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 01:55:00.421  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 1 updates to the disk-based database, 0 updates remaining
2010-10-06 01:55:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 01:55:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 01:56:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 01:56:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 01:57:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 01:57:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 01:58:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 01:58:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 01:59:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 01:59:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:00:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:00:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
405.474: [Full GC 405.474: [CMS: 14115K->15407K(229376K), 0.2393843 secs] 38346K->15407K(261952K), [CMS Perm : 27239K->27050K(27284K)], 0.2398517 secs
] [Times: user=0.24 sys=0.00, real=0.23 secs]
2010-10-06 02:01:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:01:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:02:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:02:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:03:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:03:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:04:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:04:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:05:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:05:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:06:09.453  INFO    [rhino.security.auth.file]   <btpool0-7> authentication succeeded for user admin
723.387: [GC 723.388: [ParNew: 32384K->0K(32576K), 0.0461698 secs] 47791K->18119K(261952K), 0.0464255 secs] [Times: user=0.08 sys=0.00, real=0.05 secs
]
2010-10-06 02:06:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:06:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
776.415: [GC 776.415: [ParNew: 32384K->0K(32576K), 0.0180847 secs] 50503K->20873K(261952K), 0.0184786 secs] [Times: user=0.05 sys=0.00, real=0.03 secs
]
777.095: [GC 777.096: [ParNew: 32384K->0K(32576K), 0.0147756 secs] 53257K->23268K(261952K), 0.0150301 secs] [Times: user=0.01 sys=0.02, real=0.02 secs
]
2010-10-06 02:07:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:07:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:08:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:08:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:09:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:09:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:10:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:10:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:11:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:11:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:12:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:12:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:13:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:13:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:14:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:14:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:15:24.343  INFO    [rhino.security.auth.file]   <RMI TCP Connection(2)-127.0.0.1> authentication succeeded for user admin
2010-10-06 02:15:24.562  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Installing deployable unit from URL file:jars/sip-a
c-location-service.jar
2010-10-06 02:15:24.625  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Installing: sip-ac-location-service.jar
2010-10-06 02:15:24.750  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Parsing sbb deployment descriptor in ac-location-sb
b.jar
2010-10-06 02:15:24.796  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Parsing service deployment descriptor in service.xm
l
2010-10-06 02:15:24.796  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Verifying sbb component definitions in ac-location-
sbb.jar
2010-10-06 02:15:25.015  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Verifying service definitions in service.xml
2010-10-06 02:15:25.234  INFO    [rhino.state.deployment]   <StageWorker/GroupRMI/2> Installing deployable unit: file:jars/sip-ac-location-service.jar

2010-10-06 02:15:25.250  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Installing sbb: SbbID[name=ACLocationSbb,vendor=Ope
nCloud,version=1.7]
2010-10-06 02:15:25.250  INFO    [rhino.management.deployment.builder]   <RMI TCP Connection(2)-127.0.0.1> Generating SbbID[name=ACLocationSbb,vendor=
OpenCloud,version=1.7] implementation
2010-10-06 02:15:25.312  INFO    [rhino.management.deployment.builder]   <RMI TCP Connection(2)-127.0.0.1> Building jar: D:\usr\local\RhinoSDK\work\de
ployments\unit1286298924562\unit1286298924562.ac-location-sbb.1iimvagnej04.jar.ACLocationSbb_OpenCloud_1_7.src.jar
2010-10-06 02:15:25.812  INFO    [rhino.state.deployment]   <StageWorker/GroupRMI/1> Installing sbb: SbbID[name=ACLocationSbb,vendor=OpenCloud,version
=1.7]
2010-10-06 02:15:25.859  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Installing service: ServiceID[name=SIP AC Location
Service,vendor=OpenCloud,version=1.7]
2010-10-06 02:15:25.875  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Compiling generated SBB code
2010-10-06 02:15:25.890  INFO    [rhino.management.deployment.builder]   <RMI TCP Connection(2)-127.0.0.1> Compiling generated SBB classes
2010-10-06 02:15:27.265  INFO    [rhino.management.deployment.builder]   <RMI TCP Connection(2)-127.0.0.1> Building OCBB jar: D:\usr\local\RhinoSDK\wo
rk\deployments\unit1286298924562\unit1286298924562.service.xml.SIP_AC_Location_Service_OpenCloud_1_7.service.jar
2010-10-06 02:15:27.687  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Generating OCBB code for service
2010-10-06 02:15:29.718  INFO    [rhino.config.objectpools.util]   <RMI TCP Connection(2)-127.0.0.1> Creating new object pool configuration for Object
Pools/Service-ServiceID[name=SIP AC Location Service,vendor=OpenCloud,version=1.7]
2010-10-06 02:15:29.828  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 9 updates to the disk-based database, 1 updates remaining
2010-10-06 02:15:29.843  INFO    [rhino.state.deployment]   <StageWorker/GroupRMI/2> Installing service: ServiceID[name=SIP AC Location Service,vendor
=OpenCloud,version=1.7]
2010-10-06 02:15:29.906  INFO    [ocbb.application]   <StageWorker/GroupRMI/2> Instantiating container: com.opencloud.deployed.Service_SIP_AC_Location
_Service_OpenCloud_1_7_1.SBB_ACLocationSbb_OpenCloud_1_7OCBB_Container
2010-10-06 02:15:29.921  INFO    [rhino.appcontainer]   <StageWorker/GroupRMI/2> Deployed Service SIP AC Location Service/OpenCloud/1.7/1
2010-10-06 02:15:30.000  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 1 updates to the disk-based database, 0 updates remaining
2010-10-06 02:15:30.156  INFO    [rhino.management.deployment]   <RMI TCP Connection(2)-127.0.0.1> Installation of deployable unit successful
2010-10-06 02:15:30.281  INFO    [rhino.management.service]   <RMI TCP Connection(2)-127.0.0.1> Activating ServiceID[name=SIP AC Location Service,vend
or=OpenCloud,version=1.7] on node(s) [101]
2010-10-06 02:15:30.281  WARN    [rhino.management.service]   <RMI TCP Connection(2)-127.0.0.1> Service activation failed
javax.slee.management.ManagementException: ServiceID[name=SIP AC Location Service,vendor=OpenCloud,version=1.7] requires functions that are not curren
tly licensed: Rhino-SDK
        at com.opencloud.rhino.management.service.ServiceManagement.a(15617:675)
        at com.opencloud.rhino.management.service.ServiceManagement.activate(15617:296)
        at com.opencloud.rhino.management.service.ServiceManagement.activate(15617:260)
        at com.opencloud.rhino.management.service.ServiceManagement.activate(15617:244)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.opencloud.rhino.management.DynamicMBeanSupport.doInvoke(15617:159)
        at com.opencloud.rhino.management.DynamicMBeanSupport$a.run(15617:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.opencloud.rhino.management.DynamicMBeanSupport.invoke(15617:111)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
        at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
        at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
        at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
        at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
        at sun.rmi.transport.Transport$1.run(Transport.java:159)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
2010-10-06 02:15:35.390  INFO    [memdb.sql.storer]   <SQLStableStorage Storer thread for rhino_sdk_management> [ManagementDatabase/rhino_sdk_manageme
nt]  Committed 1 updates to the disk-based database, 0 updates remaining
2010-10-06 02:15:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:15:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:16:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:16:57.953  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:17:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:17:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:18:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:18:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:19:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:19:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:20:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:20:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
1625.779: [GC 1625.779: [ParNew: 32384K->0K(32576K), 0.0290347 secs] 55652K->25196K(261952K), 0.0292523 secs] [Times: user=0.01 sys=0.00, real=0.03 se
cs]
1632.885: [GC 1632.885: [ParNew: 32384K->0K(32576K), 0.0164286 secs] 57580K->27772K(261952K), 0.0167960 secs] [Times: user=0.03 sys=0.00, real=0.02 se
cs]
1637.350: [GC 1637.350: [ParNew: 32384K->0K(32576K), 0.0166155 secs] 60156K->30553K(261952K), 0.0168650 secs] [Times: user=0.03 sys=0.00, real=0.01 se
cs]
1639.628: [GC 1639.628: [ParNew: 32384K->0K(32576K), 0.0158436 secs] 62937K->33089K(261952K), 0.0160981 secs] [Times: user=0.02 sys=0.00, real=0.02 se
cs]
1640.633: [GC 1640.633: [ParNew: 32384K->0K(32576K), 0.0163334 secs] 65473K->35599K(261952K), 0.0166194 secs] [Times: user=0.03 sys=0.00, real=0.02 se
cs]
1648.143: [GC 1648.143: [ParNew: 32384K->0K(32576K), 0.0137330 secs] 67983K->37826K(261952K), 0.0141172 secs] [Times: user=0.02 sys=0.00, real=0.02 se
cs]
1648.568: [GC 1648.568: [ParNew: 32384K->0K(32576K), 0.0171849 secs] 70210K->40520K(261952K), 0.0174268 secs] [Times: user=0.03 sys=0.00, real=0.02 se
cs]
1658.613: [GC 1658.614: [ParNew: 32384K->0K(32576K), 0.0159283 secs] 72904K->42759K(261952K), 0.0166812 secs] [Times: user=0.03 sys=0.00, real=0.02 se
cs]
2010-10-06 02:21:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:21:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
1679.015: [GC 1679.015: [ParNew: 32384K->0K(32576K), 0.0146086 secs] 75143K->44941K(261952K), 0.0148524 secs] [Times: user=0.03 sys=0.00, real=0.02 se
cs]
1688.254: [GC 1688.255: [ParNew: 32384K->0K(32576K), 0.0265243 secs] 77325K->47551K(261952K), 0.0268970 secs] [Times: user=0.03 sys=0.00, real=0.02 se
cs]
2010-10-06 02:22:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:22:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:23:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:23:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:24:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:24:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:25:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:25:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:26:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:26:57.953  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:27:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:27:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:28:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:28:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:29:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:29:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:30:57.937  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:30:57.937  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:31:57.953  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:31:57.953  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:32:57.953  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:32:57.953  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:33:57.953  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:33:57.953  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:34:57.953  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:34:57.953  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:35:57.953  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:35:57.953  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:36:57.953  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:36:57.953  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:37:57.968  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:37:57.968  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:38:57.968  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:38:57.968  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:39:57.968  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:39:57.968  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:40:57.968  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:40:57.968  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:41:57.968  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:41:57.968  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:42:57.968  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:42:57.968  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:43:57.968  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:43:57.968  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:44:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:44:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:45:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:45:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:46:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:46:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:47:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:47:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:48:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:48:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:49:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:49:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:50:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:50:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:51:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:51:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:52:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:52:58.000  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:53:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:53:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:54:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:54:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:55:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:55:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:56:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:56:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:57:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:57:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:58:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:58:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 02:59:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 02:59:58.000  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 03:00:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 03:00:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 03:01:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 03:01:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 03:02:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 03:02:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 03:03:57.984  INFO    [rhino.facility.alarm.manager]   <Timer-1> Active alarms for cluster:
2010-10-06 03:03:57.984  Major   [rhino.facility.alarm.manager]   <Timer-1> Alarm 101:186786035256:0 [SubsystemNotification[subsystem=LicenseManager],
LicenseExpired,11d1765ed0f] was raised at 2010-10-06 01:54:48.296 to level Major
        License with serial '11d1765ed0f' has expired.
2010-10-06 03:04:10.125  INFO    [rhino.security.auth.file]   <RMI TCP Connection(4)-127.0.0.1> authentication succeeded for user admin
2010-10-06 03:04:11.421  INFO    [rhino.sleestate]   <RMI TCP Connection(4)-127.0.0.1> Forcefully terminating node(s) [101]
2010-10-06 03:04:12.125  INFO    [rhino.sleestate]   <RMI TCP Connection(4)-127.0.0.1> Node(s) [101] sucessfully terminated
2010-10-06 03:04:13.093  INFO    [rhino.sleestate]   <Node Shutdown> Controlled node shutdown
2010-10-06 03:04:14.031  INFO    [framework.dlv]   <ThreadedClusterDeliveryThread> [[WellKnown:rhino-cluster]]  Component change: Component(members=[]
,transitioning=[],nonPrimary=[101],id=1)
2010-10-06 03:04:14.031  WARN    [rhino.membership.rhino-cluster]   <ThreadedClusterDeliveryThread> Node has left primary component
2010-10-06 03:04:14.046  INFO    [rhino.exithandler]   <ThreadedClusterDeliveryThread> Exiting process (Node left primary component)
Heap
 par new generation   total 32576K, used 15267K [0x03be0000, 0x05be0000, 0x05be0000)
  eden space 32384K,  47% used [0x03be0000, 0x04ac8fa0, 0x05b80000)
  from space 192K,   0% used [0x05bb0000, 0x05bb0000, 0x05be0000)
  to   space 192K,   0% used [0x05b80000, 0x05b80000, 0x05bb0000)
 concurrent mark-sweep generation total 229376K, used 47551K [0x05be0000, 0x13be0000, 0x13be0000)
 concurrent-mark-sweep perm gen total 45084K, used 31668K [0x13be0000, 0x167e7000, 0x17be0000)
続行するには何かキーを押してください . . .

0 件のコメント:

コメントを投稿