getting Unhandled exception: Referent inaccessible on startup, when image moved to different computer

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

getting Unhandled exception: Referent inaccessible on startup, when image moved to different computer

Ken G. Brown
I am migrating my vw 7.9.1 stuff  from an old MacPro running 10.7.5 to a new Mac Mini 10.8.4.
I am having trouble when starting images, getting an Unhandled exception: Referent inaccessible.

> hostAddress
>
> ^IPSocketAddress hostAddressByName: SocketAccessor getHostname.

In the above hostAddress method, I am getting the apparently correct Mac Mini server name for SocketAccessor getHostname.

The setup method has the following code and comment:
> setUp
> "Refreshes the UUIDGenerator pseudo-random number generator seed and clock sequence at system startup if the host address, the image filename, the platform identifier, or the MAC address or its logical equivalent have changed, and thus embodies a somewhat extended notion, compared to the LMS draft, of change in locale.  Independent of the UUID type used, image files copied to another locale should reset their pseudo-random number generator seed to minimize the possibility of UUID replication."
>
> super setUp.
> UUIDGenerator refreshAll

The code fails at:
address := self primHostAddressByName: (IOAccessor convertSimpleStringForPlatform: aString).
in method hostAddressByName: aString. address ends up to be nil.

astring looks correct accoring to my Mac Mini server name.

Does anyone have any ideas about things to try? Thx for any tips.

Stack trace:
Unhandled exception: Referent inaccessible
IPSocketAddress class>>hostAddressByName:
UUIDGenerator class>>hostAddress
UUIDGenerator class>>refreshLocale
UUIDGenerator class>>refreshAll
UUIDSystem>>setUp
UUIDSystem(Subsystem)>>runActivationActions
UUIDSystem(Subsystem)>>privateActivate
UUIDSystem class(Subsystem class)>>activate
UUIDSystem class(Subsystem class)>>reactToEvent:
optimized [] in Subsystem class>>signalEvent:to:
OrderedCollection>>do:
Subsystem class>>signalEvent:to:
Subsystem class>>signalEvent:
Snapshot>>signalSystemEvent:
Snapshot>>postSnapshotBootstrap
Snapshot>>privateSnapshot
optimized [] in [] in Snapshot>>snapshot
BlockClosure>>ensure:
Cursor>>showWhile:
optimized [] in Snapshot>>snapshot
BlockClosure>>ensure:
Snapshot class>>withSnapshot:do:
Snapshot>>snapshot
Snapshot>>saveAs:thenQuit:
ObjectMemory class>>snapshotAs:thenQuit:
ObjectMemory class>>snapshot
VisualLauncher>>imageSave
MenuBarButtonController>>dispatchMenuSymbol:
MenuBarButtonController>>dispatchMenuSelection:
optimized [] in MenuBarButtonController>>menuBarActionForMenu:
BlockClosure>>ensure:
MenuBarButtonController>>menuBarActionForMenu:
MenuBarButtonController>>menuBarAction
MenuBarButtonController>>redButtonPressedEvent:
RedButtonPressedEvent>>dispatchTo:
MenuBarButtonController(Controller)>>handleEvent:
EventDispatcher>>dispatch:to:
EventDispatcher>>dispatchEvent:
RedButtonPressedEvent(Event)>>dispatch
RedButtonPressedEvent(Event)>>dispatchForWindowManager:
optimized [] in WindowManager>>safelyDispatchForWindowManager:
BlockClosure>>on:do:
WindowManager>>safelyDispatchForWindowManager:
WindowManager>>processNextEvent
optimized [] in [] in WindowManager>>newProcess
BlockClosure>>on:do:
optimized [] in WindowManager>>newProcess
BlockClosure>>on:do:
optimized [] in Process class>>forBlock:priority:

----------------------------------------------------------------------
IPSocketAddress class>>hostAddressByName:
Receiver:
        an IPSocketAddress class
Instance Variables:
        superclass = SocketAddress
        methodDict = a MethodDictionary[17]
        format = 4096
        subclasses = nil
        instanceVariables = nil
        organization = ('printing' #printAddressOn: #printBytesOn:)
('accessing' #hostAddress #hostAddress: #hostName #hostName: #port #port:)
('network addresses' #networkAddress #networkClass)
('comparing' #= #addressBytesMatchThoseOf: #hash)
('user interface' #inspectorExtraAttributes)
('marshaling' #marshalWith:)
('opentalk' #hostAddressString)
('As yet unclassified' #ipAddressString)

        name = #IPSocketAddress
        classPool = a NameSpaceOfClass[1]
        environment = a NameSpace[116]
Arguments:
        aString = 'server.syngen.private'
Temporaries:
        address = nil
Context PC = 34

----------------------------------------------------------------------
UUIDGenerator class>>hostAddress
Receiver:
        an UUIDGenerator class
Instance Variables:
        superclass = Object
        methodDict = a MethodDictionary[28]
        format = 16389
        subclasses = nil
        instanceVariables = an Array[5]
        organization = ('utility - random' #generateRandomByte #generateRandomByteArray: #generateRandomBytes:)
('generation api' #dce #default: #lms: #microsoft #ncs #next #version1 #version2 #version3From: #version4 #version5From:)
('initialize-release' #initialize)
('callouts' #primitiveUUIDGen:)
('utility - error' #unsupported)
('utility - seeding' #resetSeed)
('utility - locale' #dceLocaleId #hostLocaleId #macLocaleId #randomLocaleId #version1LocaleId)
('utility - time' #adjustedTick: #incrementClockSeq #resetClockSeq #tick #validatedClockSeqWithTick:)

        name = #UUIDGenerator
        classPool = a NameSpaceOfClass[0]
        environment = nil
        default = an UUIDGenerator
        defaultType = nil
        defaultLMSType = nil
        defaultMACAddress = nil
        defaultUseHostAddress = nil
        lastImageFilename = '16Dev-z06vw7.9.1-20130822-bundle6.405.22EDT.im'
        lastHostAddress = a ByteArray[4]
        lastPlatformId = 'unix bsd apple I386 MacOSX'
        lastMACAddress = nil
Context PC = 5

----------------------------------------------------------------------
UUIDGenerator class>>refreshLocale
Receiver:
        an UUIDGenerator class
Instance Variables:
        superclass = Object
        methodDict = a MethodDictionary[28]
        format = 16389
        subclasses = nil
        instanceVariables = an Array[5]
        organization = ('utility - random' #generateRandomByte #generateRandomByteArray: #generateRandomBytes:)
('generation api' #dce #default: #lms: #microsoft #ncs #next #version1 #version2 #version3From: #version4 #version5From:)
('initialize-release' #initialize)
('callouts' #primitiveUUIDGen:)
('utility - error' #unsupported)
('utility - seeding' #resetSeed)
('utility - locale' #dceLocaleId #hostLocaleId #macLocaleId #randomLocaleId #version1LocaleId)
('utility - time' #adjustedTick: #incrementClockSeq #resetClockSeq #tick #validatedClockSeqWithTick:)

        name = #UUIDGenerator
        classPool = a NameSpaceOfClass[0]
        environment = nil
        default = an UUIDGenerator
        defaultType = nil
        defaultLMSType = nil
        defaultMACAddress = nil
        defaultUseHostAddress = nil
        lastImageFilename = '16Dev-z06vw7.9.1-20130822-bundle6.405.22EDT.im'
        lastHostAddress = a ByteArray[4]
        lastPlatformId = 'unix bsd apple I386 MacOSX'
        lastMACAddress = nil
Context PC = 9

----------------------------------------------------------------------
UUIDGenerator class>>refreshAll
Receiver:
        an UUIDGenerator class
Instance Variables:
        superclass = Object
        methodDict = a MethodDictionary[28]
        format = 16389
        subclasses = nil
        instanceVariables = an Array[5]
        organization = ('utility - random' #generateRandomByte #generateRandomByteArray: #generateRandomBytes:)
('generation api' #dce #default: #lms: #microsoft #ncs #next #version1 #version2 #version3From: #version4 #version5From:)
('initialize-release' #initialize)
('callouts' #primitiveUUIDGen:)
('utility - error' #unsupported)
('utility - seeding' #resetSeed)
('utility - locale' #dceLocaleId #hostLocaleId #macLocaleId #randomLocaleId #version1LocaleId)
('utility - time' #adjustedTick: #incrementClockSeq #resetClockSeq #tick #validatedClockSeqWithTick:)

        name = #UUIDGenerator
        classPool = a NameSpaceOfClass[0]
        environment = nil
        default = an UUIDGenerator
        defaultType = nil
        defaultLMSType = nil
        defaultMACAddress = nil
        defaultUseHostAddress = nil
        lastImageFilename = '16Dev-z06vw7.9.1-20130822-bundle6.405.22EDT.im'
        lastHostAddress = a ByteArray[4]
        lastPlatformId = 'unix bsd apple I386 MacOSX'
        lastMACAddress = nil
Context PC = 10

----------------------------------------------------------------------
UUIDSystem>>setUp
Receiver:
        an UUIDSystem
Instance Variables:
        state = #inactive
        canActivate = true
        prerequisites = a Set[1]
Context PC = 8

----------------------------------------------------------------------
UUIDSystem(Subsystem)>>runActivationActions
Receiver:
        an UUIDSystem
Instance Variables:
        state = #inactive
        canActivate = true
        prerequisites = a Set[1]
Temporaries:
        optionsBySequence = a Dictionary[0]
        sequenceValues = a SortedCollection[0]
Context PC = 21

----------------------------------------------------------------------
UUIDSystem(Subsystem)>>privateActivate
Receiver:
        an UUIDSystem
Instance Variables:
        state = #inactive
        canActivate = true
        prerequisites = a Set[1]
Context PC = 21

----------------------------------------------------------------------
UUIDSystem class(Subsystem class)>>activate
Receiver:
        an UUIDSystem class
Instance Variables:
        superclass = Subsystem
        methodDict = a MethodDictionary[2]
        format = 16387
        subclasses = nil
        instanceVariables = an Array[0]
        organization = ('prerequisites' #prerequisiteSystems)
('actions' #setUp)

        name = #UUIDSystem
        classPool = a NameSpaceOfClass[0]
        environment = nil
        current = an UUIDSystem
Context PC = 5

----------------------------------------------------------------------
UUIDSystem class(Subsystem class)>>reactToEvent:
Receiver:
        an UUIDSystem class
Instance Variables:
        superclass = Subsystem
        methodDict = a MethodDictionary[2]
        format = 16387
        subclasses = nil
        instanceVariables = an Array[0]
        organization = ('prerequisites' #prerequisiteSystems)
('actions' #setUp)

        name = #UUIDSystem
        classPool = a NameSpaceOfClass[0]
        environment = nil
        current = an UUIDSystem
Arguments:
        aSymbol = #returnFromSnapshot
Context PC = 30

----------------------------------------------------------------------
optimized [] in Subsystem class>>signalEvent:to:
Receiver:
        an UndefinedObject
Arguments:
        eachClass = UUIDSystem
Temporaries:
        .aSymbol = #returnFromSnapshot
Context PC = 9

----------------------------------------------------------------------
OrderedCollection>>do:
Receiver:
        an OrderedCollection
Instance Variables:
        firstIndex = 1
        lastIndex = 33
Arguments:
        aBlock = BlockClosure [] in Subsystem class>>signalEvent:to:
Temporaries:
        index = 30
Context PC = 17

----------------------------------------------------------------------
Subsystem class>>signalEvent:to:
Receiver:
        a Subsystem class
Instance Variables:
        superclass = Object
        methodDict = a MethodDictionary[38]
        format = 16387
        subclasses = an Array[29]
        instanceVariables = an Array[3]
        organization = ('testing' #isActive #isInactive #isPaused)
('initialize/release' #initialize)
('private - pragma messages' #option: #option:sequence: #prerequisites)
('default actions' #pauseAction #resumeAction #setUp #tearDown)
('defaults' #defaultCommandLineOptionSequence)
('private-activate/deactivate' #changeStateToActive #changeStateToInactive #changeStateToPaused #commandLine #commandLineOptionsWithPositions #commandLineOptionsWithPositionsInCommandLine: #ensureDependentSystemsAreInactive #ensureDependentSystemsArePaused #ensurePrerequisitesAreActive #ensurePrerequisitesAreResumed #privateActivate #privateDeactivate #privateMarkInactive #privatePause #privateResume #resetPrerequisites #runActivationActions)
('prerequisites' #allDependentSystems #allDependentSystemsRecursively #allPrerequisiteSystems #allPrerequisiteSystemsRecursively #dependentSystems #prerequisiteSystems)
('private-command line' #commandLineOptions)
('accessing' #canActivate #canActivate:)

        name = #Subsystem
        classPool = a NameSpaceOfClass[0]
        environment = a NameSpace[283]
        current = a Subsystem
Arguments:
        aSymbol = #returnFromSnapshot
        aCollection = an OrderedCollection[33]
Context PC = 8

----------------------------------------------------------------------
Subsystem class>>signalEvent:
Receiver:
        a Subsystem class
Instance Variables:
        superclass = Object
        methodDict = a MethodDictionary[38]
        format = 16387
        subclasses = an Array[29]
        instanceVariables = an Array[3]
        organization = ('testing' #isActive #isInactive #isPaused)
('initialize/release' #initialize)
('private - pragma messages' #option: #option:sequence: #prerequisites)
('default actions' #pauseAction #resumeAction #setUp #tearDown)
('defaults' #defaultCommandLineOptionSequence)
('private-activate/deactivate' #changeStateToActive #changeStateToInactive #changeStateToPaused #commandLine #commandLineOptionsWithPositions #commandLineOptionsWithPositionsInCommandLine: #ensureDependentSystemsAreInactive #ensureDependentSystemsArePaused #ensurePrerequisitesAreActive #ensurePrerequisitesAreResumed #privateActivate #privateDeactivate #privateMarkInactive #privatePause #privateResume #resetPrerequisites #runActivationActions)
('prerequisites' #allDependentSystems #allDependentSystemsRecursively #allPrerequisiteSystems #allPrerequisiteSystemsRecursively #dependentSystems #prerequisiteSystems)
('private-command line' #commandLineOptions)
('accessing' #canActivate #canActivate:)

        name = #Subsystem
        classPool = a NameSpaceOfClass[0]
        environment = a NameSpace[283]
        current = a Subsystem
Arguments:
        aSymbol = #returnFromSnapshot
Temporaries:
        classesToNotify = an OrderedCollection[33]
        done = a Set[0]
Context PC = 24

----------------------------------------------------------------------
Snapshot>>signalSystemEvent:
Receiver:
        a Snapshot
Instance Variables:
        loadPolicy = 0
        quitAfterwards = false
        imagePrefix = '/Users/kbrown-mm/myStuff/mySm...1-20130822-bundle6.405.22EDT'
        originalPriority = 50
Arguments:
        aSymbol = #returnFromSnapshot
Context PC = 4

----------------------------------------------------------------------
Snapshot>>postSnapshotBootstrap
Receiver:
        a Snapshot
Instance Variables:
        loadPolicy = 0
        quitAfterwards = false
        imagePrefix = '/Users/kbrown-mm/myStuff/mySm...1-20130822-bundle6.405.22EDT'
        originalPriority = 50
Context PC = 16

----------------------------------------------------------------------
Snapshot>>privateSnapshot
Receiver:
        a Snapshot
Instance Variables:
        loadPolicy = 0
        quitAfterwards = false
        imagePrefix = '/Users/kbrown-mm/myStuff/mySm...1-20130822-bundle6.405.22EDT'
        originalPriority = 50
Temporaries:
        justSnapped = false
Context PC = 25

----------------------------------------------------------------------
optimized [] in [] in Snapshot>>snapshot
Receiver:
        an UndefinedObject
Temporaries:
        .self = a Snapshot
Context PC = 6

----------------------------------------------------------------------
BlockClosure>>ensure:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in [] in Snapshot>>snapshot
        outerContext = nil
        copiedValues = a Snapshot
Arguments:
        aBlock = BlockClosure [] in Cursor>>showWhile:
Temporaries:
        result = nil
Context PC = 4

----------------------------------------------------------------------
Cursor>>showWhile:
Receiver:
        a Cursor
Instance Variables:
        errorCode = 0
        handle = a ByteArray[4]
        image = Depth1Image(extent: 16 @ 16 depth: 1)
        mask = Depth1Image(extent: 16 @ 16 depth: 1)
        hotSpot = 0 @ 0
        name = 'wait'
Arguments:
        aBlock = BlockClosure [] in [] in Snapshot>>snapshot
Temporaries:
        oldcursor = Cursor normal
Context PC = 23

----------------------------------------------------------------------
optimized [] in Snapshot>>snapshot
Receiver:
        an UndefinedObject
Temporaries:
        .self = a Snapshot
Context PC = 16

----------------------------------------------------------------------
BlockClosure>>ensure:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in Snapshot>>snapshot
        outerContext = nil
        copiedValues = a Snapshot
Arguments:
        aBlock = BlockClosure [] in Snapshot class>>withSnapshot:do:
Temporaries:
        result = nil
Context PC = 4

----------------------------------------------------------------------
Snapshot class>>withSnapshot:do:
Receiver:
        a Snapshot class
Instance Variables:
        superclass = Object
        methodDict = a MethodDictionary[28]
        format = 16388
        subclasses = nil
        instanceVariables = an Array[4]
        organization = ('initialize/release' #initialize)
('accessing' #changesFilename #imageFilename #imagePrefix: #isAboutToQuit #loadPolicy #loadPolicy: #loadPolicyNormal #loadPolicyPermSave #loadPolicyPermUndo #quitAfterwards:)
('user interaction' #getImagePrefix #imageFilenameForUI #imagePrefixForUI #saveDialogThenQuit:)
('private-saving' #logSnapshot #postSnapshotBootstrap #postSnapshotStillRunning #preSnapshot #privateSnapshot #quitImage #setUpForSnapshot #tryToSnapshot #verifyWritability)
('signalling' #signalSystemEvent:)
('saving' #saveAs:thenQuit: #saveDetachedTo:thenQuit: #snapshot)

        name = #Snapshot
        classPool = a NameSpaceOfClass[0]
        environment = a NameSpace[274]
        current = a Snapshot
Arguments:
        aSnapshot = a Snapshot
        aBlock = BlockClosure [] in Snapshot>>snapshot
Context PC = 10

----------------------------------------------------------------------
Snapshot>>snapshot
Receiver:
        a Snapshot
Instance Variables:
        loadPolicy = 0
        quitAfterwards = false
        imagePrefix = '/Users/kbrown-mm/myStuff/mySm...1-20130822-bundle6.405.22EDT'
        originalPriority = 50
Context PC = 13

----------------------------------------------------------------------
Snapshot>>saveAs:thenQuit:
Receiver:
        a Snapshot
Instance Variables:
        loadPolicy = 0
        quitAfterwards = false
        imagePrefix = '/Users/kbrown-mm/myStuff/mySm...1-20130822-bundle6.405.22EDT'
        originalPriority = 50
Arguments:
        imageFilePrefix = '/Users/kbrown-mm/myStuff/mySm...1-20130822-bundle6.405.22EDT'
        quitIfTrue = false
Context PC = 10

----------------------------------------------------------------------
ObjectMemory class>>snapshotAs:thenQuit:
Receiver:
        an ObjectMemory class
Instance Variables:
        superclass = Object
        methodDict = a MethodDictionary[112]
        format = 20549
        subclasses = nil
        instanceVariables = an Array[69]
        organization = ('incremental queries' #incGCIsAborting #incGCIsMarking #incGCIsNilling #incGCIsResting #incGCIsSweeping #incrementalGCState)
('space queries' #availableContiguousFixedSpace #availableContiguousOldSpace #availableContiguousSpace)
('converting' #ftEntriesToBytes: #ltEntriesToBytes: #oopsToBytes: #otEntriesToBytes:)
('accessing-general' #bytesPerOOP #bytesPerOTE #enumerationCallsPerMillisecond)
('accessing-remembered table' #bytesPerRTE #rtBytes #rtEntries #rtUsedEntries)
('accessing-new space' #edenBytes #edenUsedBytes #edenUsedBytesScavengeThreshold #newBytesAvailableForStorage #survBytes #survUsedBytes #survUsedBytesTenuringThreshold)
('accessing-fixed space' #fixedBytes #fixedSegments #fixedUsedBytes #fixedUsedObjects)
('accessing-large space' #bytesPerFTE #bytesPerLTE #largeBytes #largeFreeBytesTenuringThreshold #largeUsedBytes #largeUsedObjects)
('accessing-fragmentation/free list' #allocFailures #allocMatches #allocProbes #allocSplits #threadedDataBytes #threadedDataEntries #threadedOTEntries)
('accessing-incremental' #incAbortedCount #incGCState #incMarkStackOverflows #incMarkedBytes #incMarkedObjects #incMarkedWeakBytes #incMarkedWeakObjects #incNilledBytes #incNilledObjects #incReclaimedBytes #incReclaimedObjects #incSweepAllocatedBytes #incSweepAllocatedObjects #incSweptObjects #incUnmarkedObjects)
('accessing-free space' #availableFreeBytes #availableFreeEdenBytes #availableFreeFixedSpaceBytes #availableFreeLargeSpaceBytes #availableFreeOldSpaceBytes #availableFreeOldSpaceBytesLimit #contiguousFreeOldBytes #freePermBytes #maximalFreeOldBytes #oopsLeft #reservedContiguousFreeBytes)
('accessing-old space' #oldBytes #oldDataBytes #oldOTEs #oldSegments)
('accessing-segments' #contiguousFixedSpaceAt: #contiguousOldSpaceAt: #contiguousSpaceAt: #fixedDataSizeAt: #fixedSegmentSizeAt: #fixedTableSizeAt: #oldDataSizeAt: #oldOtSizeAt: #oldSegmentSizeAt:)
('accessing-reclamation stats' #numDataCompactions #numGCs #numGlobalGCs #numIncGCs #numMarkStackOverflows #numScavenges #numWeakObjectListOverflows)
('accessing-fixed size spaces' #compCodeCacheBytes #stackBytes #stackZoneFlushBytes)
('utilities' #dynamicallyAllocatedFootprint #inspectorStatisticsAttribute #numOopsNumBytes #numOopsNumBytesIn: #print:used:total:threshold:objects:on: #printSpaceReport #spaceSummaryOn:)
('accessing-old remembered table' #oldRtBytes #oldRtEntries #oldRtUsedEntries)
('accessing-perm space' #permBytes #permDataBytes #permOTEs)
('WaveCompatibility' #noticeOfDeinstall #noticeOfInstall)
('accessing-native stack' #nativeStackSpills)
('deprecated' #contiguousFreeBytes #emergencyDebuggingHeadroom)
('accessing-compiled code cache' #numCompactNMethods)

        name = #ObjectMemory
        classPool = a NameSpaceOfClass[13]
        environment = a NameSpace[274]
        dependents = a DependentsCollection[10]
Arguments:
        imageFilePrefix = '/Users/kbrown-mm/myStuff/mySm...1-20130822-bundle6.405.22EDT'
        quitIfTrue = false
Context PC = 6

----------------------------------------------------------------------
ObjectMemory class>>snapshot
Receiver:
        an ObjectMemory class
Instance Variables:
        superclass = Object
        methodDict = a MethodDictionary[112]
        format = 20549
        subclasses = nil
        instanceVariables = an Array[69]
        organization = ('incremental queries' #incGCIsAborting #incGCIsMarking #incGCIsNilling #incGCIsResting #incGCIsSweeping #incrementalGCState)
('space queries' #availableContiguousFixedSpace #availableContiguousOldSpace #availableContiguousSpace)
('converting' #ftEntriesToBytes: #ltEntriesToBytes: #oopsToBytes: #otEntriesToBytes:)
('accessing-general' #bytesPerOOP #bytesPerOTE #enumerationCallsPerMillisecond)
('accessing-remembered table' #bytesPerRTE #rtBytes #rtEntries #rtUsedEntries)
('accessing-new space' #edenBytes #edenUsedBytes #edenUsedBytesScavengeThreshold #newBytesAvailableForStorage #survBytes #survUsedBytes #survUsedBytesTenuringThreshold)
('accessing-fixed space' #fixedBytes #fixedSegments #fixedUsedBytes #fixedUsedObjects)
('accessing-large space' #bytesPerFTE #bytesPerLTE #largeBytes #largeFreeBytesTenuringThreshold #largeUsedBytes #largeUsedObjects)
('accessing-fragmentation/free list' #allocFailures #allocMatches #allocProbes #allocSplits #threadedDataBytes #threadedDataEntries #threadedOTEntries)
('accessing-incremental' #incAbortedCount #incGCState #incMarkStackOverflows #incMarkedBytes #incMarkedObjects #incMarkedWeakBytes #incMarkedWeakObjects #incNilledBytes #incNilledObjects #incReclaimedBytes #incReclaimedObjects #incSweepAllocatedBytes #incSweepAllocatedObjects #incSweptObjects #incUnmarkedObjects)
('accessing-free space' #availableFreeBytes #availableFreeEdenBytes #availableFreeFixedSpaceBytes #availableFreeLargeSpaceBytes #availableFreeOldSpaceBytes #availableFreeOldSpaceBytesLimit #contiguousFreeOldBytes #freePermBytes #maximalFreeOldBytes #oopsLeft #reservedContiguousFreeBytes)
('accessing-old space' #oldBytes #oldDataBytes #oldOTEs #oldSegments)
('accessing-segments' #contiguousFixedSpaceAt: #contiguousOldSpaceAt: #contiguousSpaceAt: #fixedDataSizeAt: #fixedSegmentSizeAt: #fixedTableSizeAt: #oldDataSizeAt: #oldOtSizeAt: #oldSegmentSizeAt:)
('accessing-reclamation stats' #numDataCompactions #numGCs #numGlobalGCs #numIncGCs #numMarkStackOverflows #numScavenges #numWeakObjectListOverflows)
('accessing-fixed size spaces' #compCodeCacheBytes #stackBytes #stackZoneFlushBytes)
('utilities' #dynamicallyAllocatedFootprint #inspectorStatisticsAttribute #numOopsNumBytes #numOopsNumBytesIn: #print:used:total:threshold:objects:on: #printSpaceReport #spaceSummaryOn:)
('accessing-old remembered table' #oldRtBytes #oldRtEntries #oldRtUsedEntries)
('accessing-perm space' #permBytes #permDataBytes #permOTEs)
('WaveCompatibility' #noticeOfDeinstall #noticeOfInstall)
('accessing-native stack' #nativeStackSpills)
('deprecated' #contiguousFreeBytes #emergencyDebuggingHeadroom)
('accessing-compiled code cache' #numCompactNMethods)

        name = #ObjectMemory
        classPool = a NameSpaceOfClass[13]
        environment = a NameSpace[274]
        dependents = a DependentsCollection[10]
Context PC = 6

----------------------------------------------------------------------
VisualLauncher>>imageSave
Receiver:
        a VisualLauncher
Instance Variables:
        dependents = a ScheduledWindow 18575792
        builder = an UIBuilder
        uiSession = a ControlManager
        eventHandlers = nil
        menuBar = a Menu
        toolBar = a ValueHolder on: a Menu
        textCollector = a TextCollector on: Text for 'uff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130718-1600EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130718-1600EDT.im created at 18 July, 2013 4:01:02 PM
AvailableFreeOldSpaceBytes: 71,672,848 -> 71,672,848
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Loader starting.
Unloading corruptable SAGETEA Packages
Loading PDF Development...
Loaded latest version: PDF Development(1.1,ken)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Generating color wheel image...
Done generating color wheel image.
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.632,tom)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest version: SAGETEAApplications(1.122,david)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.632,tom)
Loading SAGETEADatabase...
Loaded latest version: SAGETEADatabase(1.005,sasa)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest version: SAGETEAGraphics(1.005,david)
Loading SAGETEAGUILookAndFeel...
Loaded latest version: SAGETEAGUILookAndFeel(1.019,david)
Loading SAGETEAGUI...(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)

Loaded latest version: SAGETEAGUI(1.738,david)
Loading SAGETEAVWExtensions...
Loaded latest version: SAGETEAVWExtensions(1.117,teresa)
Loading SAGETEASeasideServer...
Loaded latest version: SAGETEASeasideServer(1.058,david)
Loading SAGETEASecureBase...
Loaded latest version: SAGETEASecureBase(1.060,tom)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest version: SAGETEAWebServices(1.065,david)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130718-1600EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-0530EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-0530EDT.im created at 19 July, 2013 7:30:25 AM
AvailableFreeOldSpaceBytes: 71,913,680 -> 71,913,680
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-0530EDT.im created at 19 July, 2013 8:01:15 AM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-0530EDT.im created at 19 July, 2013 8:39:37 AM
AvailableFreeOldSpaceBytes: 71,816,152 -> 71,816,152
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-0530EDT.im created at 19 July, 2013 10:08:50 AM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-0530EDT.im created at 19 July, 2013 10:12:48 AM
AvailableFreeOldSpaceBytes: 69,932,072 -> 69,932,072
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loader starting.
Loader exiting
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-0530EDT.im created at 19 July, 2013 1:28:54 PM
AvailableFreeOldSpaceBytes: 70,044,980 -> 70,044,980
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Loader starting.
Unloading corruptable SAGETEA Packages
Loading PDF Development...
Loaded latest version: PDF Development(1.1,ken)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.636,david)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest version: SAGETEAApplications(1.123,david)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.636,david)
Loading SAGETEADatabase...
Loaded latest version: SAGETEADatabase(1.005,sasa)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest version: SAGETEAGraphics(1.005,david)
Loading SAGETEAGUILookAndFeel...
Loaded latest version: SAGETEAGUILookAndFeel(1.019,david)
Loading SAGETEAGUI...(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)

Loaded latest version: SAGETEAGUI(1.758,david)
Loading SAGETEAVWExtensions...
Loaded latest version: SAGETEAVWExtensions(1.119,teresa)
Loading SAGETEASeasideServer...
Loaded latest version: SAGETEASeasideServer(1.058,david)
Loading SAGETEASecureBase...
Loaded latest version: SAGETEASecureBase(1.060,tom)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest version: SAGETEAWebServices(1.067,david)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest version: PDF Development(1.1,ken)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.636,david)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest version: SAGETEAApplications(1.123,david)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.636,david)
Loading SAGETEADatabase...
Loaded latest version: SAGETEADatabase(1.005,sasa)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest version: SAGETEAGraphics(1.005,david)
Loading SAGETEAGUILookAndFeel...
Loaded latest version: SAGETEAGUILookAndFeel(1.019,david)
Loading SAGETEAGUI...(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)

Loaded latest version: SAGETEAGUI(1.752.1,mark)
Loading SAGETEAVWExtensions...
Loaded latest version: SAGETEAVWExtensions(1.119,teresa)
Loading SAGETEASeasideServer...
Loaded latest version: SAGETEASeasideServer(1.058,david)
Loading SAGETEASecureBase...
Loaded latest version: SAGETEASecureBase(1.060,tom)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest version: SAGETEAWebServices(1.067,david)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-0530EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.im created at 19 July, 2013 4:45:38 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.im created at 19 July, 2013 4:48:06 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.im created at 19 July, 2013 4:49:03 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.im created at 19 July, 2013 5:00:41 PM
Examining Components of SAGETEA-EXTERNALDEV(6.401,ken)
 Examining Components of Fonts(1.0,david)
  Replicating Fonts Basics(1.0,david) starting at 5:02:03 PM
   Done Fonts Basics(1.0,david) at 5:02:14 PM (11 seconds)
  Replicating Type1(1.0,david) starting at 5:02:14 PM
   Done Type1(1.0,david) at 5:02:40 PM (26 seconds)
  Replicating CompactFontFormat(1.0,david) starting at 5:02:40 PM
   Done CompactFontFormat(1.0,david) at 5:02:48 PM (8 seconds)
  Replicating OpenType(1.0,david) starting at 5:02:48 PM
   Done OpenType(1.0,david) at 5:02:58 PM (10 seconds)
  Replicating Fonts Runtime(1.0,david) starting at 5:02:59 PM
   Done Fonts Runtime(1.0,david) at 5:03:02 PM (3 seconds)
 Replicating Fonts(1.0,david) starting at 5:03:02 PM
  Done Fonts(1.0,david) at 5:03:07 PM (5 seconds)
 Examining Components of PDF Development(1.1,ken)
  Examining Components of PDF(1.1,ken)
   Replicating PDF Namespace(1.0,david) starting at 5:03:07 PM
    Done PDF Namespace(1.0,david) at 5:03:11 PM (4 seconds)
   Replicating PDF basics(1.0,david) starting at 5:03:11 PM
    Done PDF basics(1.0,david) at 5:03:16 PM (5 seconds)
   Replicating PDF Basic Objects(1.1,david) starting at 5:03:16 PM
    Done PDF Basic Objects(1.1,david) at 5:03:23 PM (7 seconds)
   Replicating PDF Complex Objects(1.1,david) starting at 5:03:23 PM
    Done PDF Complex Objects(1.1,david) at 5:03:31 PM (8 seconds)
   Replicating PDF Filter(1.0,david) starting at 5:03:31 PM
    Done PDF Filter(1.0,david) at 5:03:36 PM (5 seconds)
   Replicating PDF Streams(1.0,david) starting at 5:03:36 PM
    Done PDF Streams(1.0,david) at 5:03:41 PM (5 seconds)
   Replicating PDF Data Structures(1.0,david) starting at 5:03:41 PM
    Done PDF Data Structures(1.0,david) at 5:03:47 PM (6 seconds)
   Replicating PDF Graphics(1.1,david) starting at 5:03:47 PM
    Done PDF Graphics(1.1,david) at 5:03:55 PM (8 seconds)
   Replicating PDF Colour(1.1,david) starting at 5:03:55 PM
    Done PDF Colour(1.1,david) at 5:04:03 PM (8 seconds)
   Replicating PDF Shading(1.0,david) starting at 5:04:03 PM
    Done PDF Shading(1.0,david) at 5:04:08 PM (5 seconds)
   Replicating PDF XObjects(1.0,david) starting at 5:04:08 PM
    Done PDF XObjects(1.0,david) at 5:04:14 PM (6 seconds)
   Replicating PDF Fonts(1.1,david) starting at 5:04:14 PM
    Done PDF Fonts(1.1,david) at 5:04:21 PM (7 seconds)
   Replicating PDF Parsing(1.0,david) starting at 5:04:21 PM
    Done PDF Parsing(1.0,david) at 5:04:27 PM (6 seconds)
   Replicating PDF Files(1.1,david) starting at 5:04:27 PM
    Done PDF Files(1.1,david) at 5:04:34 PM (7 seconds)
   Replicating PDF Document(1.0,david) starting at 5:04:34 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.im created at 19 July, 2013 5:04:40 PM
    Done PDF Document(1.0,david) at 5:04:49 PM (15 seconds)
   Replicating PDF Rendering(1.0,david) starting at 5:04:49 PM
    Done PDF Rendering(1.0,david) at 5:04:54 PM (5 seconds)
  Replicating PDF(1.1,ken) starting at 5:04:54 PM
   Done PDF(1.1,ken) at 5:05:01 PM (7 seconds)
  Examining Components of PDF Testing(1.0,david)
   Replicating PDF test resources(1.0,david) starting at 5:05:01 PM
    Done PDF test resources(1.0,david) at 5:05:23 PM (22 seconds)
   Replicating PDF tests(1.0,david) starting at 5:05:23 PM
    Done PDF tests(1.0,david) at 5:05:31 PM (8 seconds)
  Replicating PDF Testing(1.0,david) starting at 5:05:31 PM
   Done PDF Testing(1.0,david) at 5:05:34 PM (3 seconds)
  Examining Components of PDF UI(1.0,david)
   Replicating VW DataSet Patch for PDF(1.0,david) starting at 5:05:35 PM
    Done VW DataSet Patch for PDF(1.0,david) at 5:05:37 PM (2 seconds)
   Replicating PDF UI Support(1.0,david) starting at 5:05:38 PM
    Done PDF UI Support(1.0,david) at 5:05:45 PM (7 seconds)
   Replicating PDF Explorer(1.0,david) starting at 5:05:45 PM
    Done PDF Explorer(1.0,david) at 5:05:52 PM (7 seconds)
  Replicating PDF UI(1.0,david) starting at 5:05:52 PM
   Done PDF UI(1.0,david) at 5:05:55 PM (3 seconds)
  Replicating PDF Development(1.0,david) starting at 5:05:55 PM
   Done PDF Development(1.0,david) at 5:06:00 PM (5 seconds)
 Replicating PDF Development(1.1,ken) starting at 5:06:00 PM
  Done PDF Development(1.1,ken) at 5:06:05 PM (5 seconds)
 Replicating SAGETEAApplications(1.123,david) starting at 5:06:06 PM
  Done SAGETEAApplications(1.123,david) at 5:06:36 PM (30 seconds)
 Replicating SAGETEABase(1.636,david) starting at 5:06:36 PM
  Done SAGETEABase(1.636,david) at 5:10:04 PM (208 seconds)
 Replicating SAGETEAGraphics(1.005,david) starting at 5:10:04 PM
  Done SAGETEAGraphics(1.005,david) at 5:10:09 PM (5 seconds)
 Replicating SAGETEAGUI(1.752.1,mark) starting at 5:10:09 PM
  Done SAGETEAGUI(1.752.1,mark) at 5:13:25 PM (196 seconds)
 Replicating SAGETEAVWExtensions(1.119,teresa) starting at 5:13:25 PM
  Done SAGETEAVWExtensions(1.119,teresa) at 5:13:39 PM (14 seconds)
 Replicating SAGETEAWebServices(1.067,david) starting at 5:13:39 PM
  Done SAGETEAWebServices(1.067,david) at 5:13:53 PM (14 seconds)
 Replicating SAGETEA-Loader(1.024,ken) starting at 5:13:54 PM
  Done SAGETEA-Loader(1.024,ken) at 5:13:58 PM (4 seconds)
 Replicating ICC-Namespace(7.6_01,iccdev) starting at 5:13:59 PM
  Done ICC-Namespace(7.6_01,iccdev) at 5:14:02 PM (3 seconds)
 Replicating ICCColorSelector(7.6_01,iccdev) starting at 5:14:02 PM
  Done ICCColorSelector(7.6_01,iccdev) at 5:14:09 PM (7 seconds)
 Replicating LDAP(1.0,david) starting at 5:14:09 PM
  Done LDAP(1.0,david) at 5:14:30 PM (21 seconds)
 Replicating LDAP-Namespace(1.0,david) starting at 5:14:30 PM
  Done LDAP-Namespace(1.0,david) at 5:14:34 PM (4 seconds)
 Replicating LDAP-Authenticator(1.0,david) starting at 5:14:34 PM
  Done LDAP-Authenticator(1.0,david) at 5:14:38 PM (4 seconds)
 Replicating LDAPTestUI(1.0,david) starting at 5:14:38 PM
  Done LDAPTestUI(1.0,david) at 5:14:42 PM (4 seconds)
Replicating SAGETEA-EXTERNALDEV(6.401,ken) starting at 5:14:42 PM
 Done SAGETEA-EXTERNALDEV(6.401,ken) at 5:15:02 PM (20 seconds)
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.im created at 19 July, 2013 5:15:27 PM
Unloading package: ''StoreForGlorpReplicationUI''
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.im created at 19 July, 2013 5:20:32 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.im created at 20 July, 2013 2:42:22 PM
AvailableFreeOldSpaceBytes: 69,159,560 -> 69,159,560
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest version: PDF Development(1.1,ken)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SageTeaDeveloperKitManager #addProcess: - process - redeclared)
(SageTeaDeveloperKitManager #addProcess: - process - redeclared)
(SAGETEAReportBuilder #reorganizeMatrixByPageLength:originalColumns: - originalColumns - redeclared)
(SAGETEAReportBuilder #processMatrix:columns:originalColumns:matrix:segments:maximumColumnLength: - originalColumns - redeclared)
(SAGETEAReportBuilder #reorganizeMatrixByPageLength:originalColumns: - originalColumns - redeclared)
(SAGETEAReportBuilder #processMatrix:columns:originalColumns:matrix:segments:maximumColumnLength: - originalColumns - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.642,david)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest version: SAGETEAApplications(1.125,david)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.642,david)
Loading SAGETEADatabase...
Loaded latest version: SAGETEADatabase(1.005,sasa)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest version: SAGETEAGraphics(1.005,david)
Loading SAGETEAGUILookAndFeel...
Loaded latest version: SAGETEAGUILookAndFeel(1.019,david)
Loading SAGETEAGUI...(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)

Loaded latest version: SAGETEAGUI(1.779,david)
Loading SAGETEAVWExtensions...
Loaded latest version: SAGETEAVWExtensions(1.119,teresa)
Loading SAGETEASeasideServer...
Loaded latest version: SAGETEASeasideServer(1.059,sasa)
Loading SAGETEASecureBase...
Loaded latest version: SAGETEASecureBase(1.060,tom)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest version: SAGETEAWebServices(1.067,david)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130719-1645EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130720-1739EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130720-1739EDT.im created at 20 July, 2013 5:39:59 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130720-1739EDT.im created at 20 July, 2013 5:47:09 PM
AvailableFreeOldSpaceBytes: 70,459,664 -> 70,459,664
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest version: PDF Development(1.1,ken)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.645,david)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest version: SAGETEAApplications(1.130,david)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.645,david)
Loading SAGETEADatabase...
Loaded latest version: SAGETEADatabase(1.005,sasa)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest version: SAGETEAGraphics(1.006,david)
Loading SAGETEAGUILookAndFeel...
Loaded latest version: SAGETEAGUILookAndFeel(1.019,david)
Loading SAGETEAGUI...
Loaded latest version: SAGETEAGUI(1.791,david)
Loading SAGETEAVWExtensions...
Loaded latest version: SAGETEAVWExtensions(1.119,teresa)
Loading SAGETEASeasideServer...
Loaded latest version: SAGETEASeasideServer(1.059,sasa)
Loading SAGETEASecureBase...
Loaded latest version: SAGETEASecureBase(1.060,tom)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest version: SAGETEAWebServices(1.068,david)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130720-1739EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130721-1234EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130721-1234EDT.im created at 21 July, 2013 12:35:10 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130721-1234EDT.im created at 21 July, 2013 12:36:07 PM
AvailableFreeOldSpaceBytes: 70,375,264 -> 70,375,264
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest version: PDF Development(1.1,ken)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.649,david)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest version: SAGETEAApplications(1.134,david)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.649,david)
Loading SAGETEADatabase...
Loaded latest version: SAGETEADatabase(1.005,sasa)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest version: SAGETEAGraphics(1.006,david)
Loading SAGETEAGUILookAndFeel...
Loaded latest version: SAGETEAGUILookAndFeel(1.019,david)
Loading SAGETEAGUI...(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)

Loaded latest version: SAGETEAGUI(1.800,david)
Loading SAGETEAVWExtensions...
Loaded latest version: SAGETEAVWExtensions(1.119,teresa)
Loading SAGETEASeasideServer...
Loaded latest version: SAGETEASeasideServer(1.059,sasa)
Loading SAGETEASecureBase...
Loaded latest version: SAGETEASecureBase(1.060,tom)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest version: SAGETEAWebServices(1.069,david)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130721-1234EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130722-1009EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130722-1009EDT.im created at 22 July, 2013 10:10:03 AM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130722-1009EDT.im created at 22 July, 2013 10:13:09 AM
Examining Components of SAGETEA-EXTERNALDEV(6.402,ken)
 Replicating SAGETEAApplications(1.134,david) starting at 10:14:05 AM
  Done SAGETEAApplications(1.134,david) at 10:14:40 AM (35 seconds)
 Replicating SAGETEABase(1.649,david) starting at 10:14:40 AM
  Done SAGETEABase(1.649,david) at 10:17:47 AM (187 seconds)
 Replicating SAGETEAGraphics(1.006,david) starting at 10:17:47 AM
  Done SAGETEAGraphics(1.006,david) at 10:17:52 AM (5 seconds)
 Replicating SAGETEAGUI(1.800,david) starting at 10:17:53 AM
  Done SAGETEAGUI(1.800,david) at 10:20:28 AM (155 seconds)
 Replicating SAGETEAWebServices(1.069,david) starting at 10:20:29 AM
  Done SAGETEAWebServices(1.069,david) at 10:20:43 AM (14 seconds)
Replicating SAGETEA-EXTERNALDEV(6.402,ken) starting at 10:20:44 AM
 Done SAGETEA-EXTERNALDEV(6.402,ken) at 10:21:12 AM (28 seconds)
Unloading package: ''StoreForGlorpReplicationUI''
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130722-1009EDT.im created at 22 July, 2013 10:23:03 AM
AvailableFreeOldSpaceBytes: 69,403,188 -> 69,403,188
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest version: PDF Development(1.1,ken)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.652.1,tom)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest version: SAGETEAApplications(1.135,tom)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest version: SAGETEABase(1.652.1,tom)
Loading SAGETEADatabase...
Loaded latest version: SAGETEADatabase(1.005,sasa)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest version: SAGETEAGraphics(1.006,david)
Loading SAGETEAGUILookAndFeel...
Loaded latest version: SAGETEAGUILookAndFeel(1.019,david)
Loading SAGETEAGUI...
Loaded latest version: SAGETEAGUI(1.807.1,tom)
Loading SAGETEAVWExtensions...
Loaded latest version: SAGETEAVWExtensions(1.119,teresa)
Loading SAGETEASeasideServer...
Loaded latest version: SAGETEASeasideServer(1.060,sasa)
Loading SAGETEASecureBase...
Loaded latest version: SAGETEASecureBase(1.061,tom)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest version: SAGETEAWebServices(1.072,tom)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130722-1009EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130724-1506EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130724-1506EDT.im created at 24 July, 2013 3:06:48 PM
AvailableFreeOldSpaceBytes: 67,840,964 -> 67,840,964
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest acceptable version (development blessing or higher): PDF Development(1.1,ken)(Blessing level: Development)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(Root.Smalltalk.SAGETEAEmailMessage #plainMessage - value - redeclaredBlockArg)
(SageTeaDeveloperKitManager #addProcess: - process - redeclared)
(SageTeaDeveloperKitManager #addProcess: - process - redeclared)
(SAGETEAReportBuilder #reorganizeMatrixByPageLength:originalColumns: - originalColumns - redeclared)
(SAGETEAReportBuilder #processMatrix:columns:originalColumns:matrix:segments:maximumColumnLength: - originalColumns - redeclared)
(SAGETEAReportBuilder #reorganizeMatrixByPageLength:originalColumns: - originalColumns - redeclared)
(SAGETEAReportBuilder #processMatrix:columns:originalColumns:matrix:segments:maximumColumnLength: - originalColumns - redeclared)
(SAGETEAEmailMessage #plainMessage - value - redeclaredBlockArg)
(SAGETEAEmailMessage #plainMessage - value - redeclaredBlockArg)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.660,mark)(Blessing level: Merged)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest acceptable version (development blessing or higher): SAGETEAApplications(1.138,tom)(Blessing level: Development)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.660,mark)(Blessing level: Merged)
Loading SAGETEADatabase...
Loaded latest acceptable version (development blessing or higher): SAGETEADatabase(1.005,sasa)(Blessing level: Development)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest acceptable version (development blessing or higher): SAGETEAGraphics(1.006,david)(Blessing level: Development)
Loading SAGETEAGUILookAndFeel...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUILookAndFeel(1.019,david)(Blessing level: Development)
Loading SAGETEAGUI...(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEAGUI(1.832,mark)(Blessing level: Merged)
Loading SAGETEAVWExtensions...
Loaded latest acceptable version (development blessing or higher): SAGETEAVWExtensions(1.119,teresa)(Blessing level: To Review)
Loading SAGETEASeasideServer...
Loaded latest acceptable version (development blessing or higher): SAGETEASeasideServer(1.060,sasa)(Blessing level: Development)
Loading SAGETEASecureBase...
Loaded latest acceptable version (development blessing or higher): SAGETEASecureBase(1.063,tom)(Blessing level: Development)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest acceptable version (development blessing or higher): SAGETEAWebServices(1.074,tom)(Blessing level: Development)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130724-1506EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130726-1646EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130726-1646EDT.im created at 26 July, 2013 4:46:36 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130726-1646EDT.im created at 26 July, 2013 5:00:48 PM
AvailableFreeOldSpaceBytes: 67,898,372 -> 67,898,372
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest acceptable version (development blessing or higher): PDF Development(1.1,ken)(Blessing level: Development)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.660,mark)(Blessing level: Merged)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest acceptable version (development blessing or higher): SAGETEAApplications(1.138,tom)(Blessing level: Development)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.660,mark)(Blessing level: Merged)
Loading SAGETEADatabase...
Loaded latest acceptable version (development blessing or higher): SAGETEADatabase(1.005,sasa)(Blessing level: Development)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest acceptable version (development blessing or higher): SAGETEAGraphics(1.006,david)(Blessing level: Development)
Loading SAGETEAGUILookAndFeel...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUILookAndFeel(1.019,david)(Blessing level: Development)
Loading SAGETEAGUI...(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEAGUI(1.833,sasa)(Blessing level: Development)
Loading SAGETEAVWExtensions...
Loaded latest acceptable version (development blessing or higher): SAGETEAVWExtensions(1.119,teresa)(Blessing level: To Review)
Loading SAGETEASeasideServer...
Loaded latest acceptable version (development blessing or higher): SAGETEASeasideServer(1.061,sasa)(Blessing level: Development)
Loading SAGETEASecureBase...
Loaded latest acceptable version (development blessing or higher): SAGETEASecureBase(1.063,tom)(Blessing level: Development)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest acceptable version (development blessing or higher): SAGETEAWebServices(1.075,sasa)(Blessing level: Development)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130726-1646EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130731-2244EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130731-2244EDT.im created at 31 July, 2013 10:45:02 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130731-2244EDT.im created at 31 July, 2013 10:47:23 PM
AvailableFreeOldSpaceBytes: 67,758,144 -> 67,758,144
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130731-2244EDT.im created at 31 July, 2013 10:51:57 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130731-2244EDT.im created at 31 July, 2013 10:52:39 PM
AvailableFreeOldSpaceBytes: 67,808,344 -> 67,808,344
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Examining Components of SAGETEA-EXTERNALDEV(6.404,ken)
 Replicating SAGETEAGUI(1.833,sasa) starting at 7:12:03 PM
  Done SAGETEAGUI(1.833,sasa) at 7:14:13 PM (130 seconds)
 Replicating SAGETEAWebServices(1.075,sasa) starting at 7:14:14 PM
  Done SAGETEAWebServices(1.075,sasa) at 7:14:25 PM (11 seconds)
Replicating SAGETEA-EXTERNALDEV(6.404,ken) starting at 7:14:27 PM
 Done SAGETEA-EXTERNALDEV(6.404,ken) at 7:14:52 PM (25 seconds)
Unloading package: ''StoreForGlorpReplicationUI''
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130731-2244EDT.im created at 1 August, 2013 7:19:52 PM
AvailableFreeOldSpaceBytes: 67,673,408 -> 67,673,408
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130731-2244EDT.im created at 2 August, 2013 2:17:14 PM
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest acceptable version (development blessing or higher): PDF Development(1.1,ken)(Blessing level: Development)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.661,tom)(Blessing level: Merged)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest acceptable version (development blessing or higher): SAGETEAApplications(1.139,tom)(Blessing level: Development)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.661,tom)(Blessing level: Merged)
Loading SAGETEADatabase...
Loaded latest acceptable version (development blessing or higher): SAGETEADatabase(1.005,sasa)(Blessing level: Development)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest acceptable version (development blessing or higher): SAGETEAGraphics(1.006,david)(Blessing level: Development)
Loading SAGETEAGUILookAndFeel...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUILookAndFeel(1.019,david)(Blessing level: Development)
Loading SAGETEAGUI...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUI(1.835,tom)(Blessing level: Merged)
Loading SAGETEAVWExtensions...
Loaded latest acceptable version (development blessing or higher): SAGETEAVWExtensions(1.123,tom)(Blessing level: Merged)
Loading SAGETEASeasideServer...
Loaded latest acceptable version (development blessing or higher): SAGETEASeasideServer(1.062,mark)(Blessing level: Development)
Loading SAGETEASecureBase...
Loaded latest acceptable version (development blessing or higher): SAGETEASecureBase(1.064,tom)(Blessing level: Development)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest acceptable version (development blessing or higher): SAGETEAWebServices(1.077,tom)(Blessing level: Merged)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130731-2244EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1424EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1424EDT.im created at 2 August, 2013 2:24:42 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1424EDT.im created at 2 August, 2013 2:36:09 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1424EDT.im created at 2 August, 2013 2:39:16 PM
AvailableFreeOldSpaceBytes: 67,392,816 -> 67,392,816
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1424EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1521EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1521EDT.im created at 2 August, 2013 3:21:54 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1521EDT.im created at 2 August, 2013 3:24:46 PM
AvailableFreeOldSpaceBytes: 67,787,076 -> 67,787,076
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1521EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1533EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1533EDT.im created at 2 August, 2013 3:33:18 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1533EDT.im created at 2 August, 2013 3:35:20 PM
AvailableFreeOldSpaceBytes: 67,675,384 -> 67,675,384
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1533EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1852EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1852EDT.im created at 2 August, 2013 6:53:00 PM
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1852EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1915EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1915EDT.im created at 2 August, 2013 7:15:58 PM
AvailableFreeOldSpaceBytes: 67,700,428 -> 67,700,428
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Unloading package: ''StoreForGlorpReplicationUI''
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130802-1915EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130803-0714EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130803-0714EDT.im created at 3 August, 2013 7:14:59 AM
Replicating SAGETEABase(1.663,david) starting at 7:27:07 AM
 Done SAGETEABase(1.663,david) at 7:30:34 AM (207 seconds)
Examining Components of SAGETEA-EXTERNALDEV(6.405.3,ken)
 Replicating SAGETEAApplications(1.140,sasa) starting at 7:31:44 AM
  Done SAGETEAApplications(1.140,sasa) at 7:32:17 AM (33 seconds)
 Replicating SAGETEAGraphics(1.012,david) starting at 7:32:17 AM
  Done SAGETEAGraphics(1.012,david) at 7:32:23 AM (6 seconds)
 Replicating SAGETEAGUI(1.838,david) starting at 7:32:23 AM
  Done SAGETEAGUI(1.838,david) at 7:35:04 AM (161 seconds)
 Replicating SAGETEAVWExtensions(1.124,ken) starting at 7:35:04 AM
  Done SAGETEAVWExtensions(1.124,ken) at 7:35:18 AM (14 seconds)
 Replicating SAGETEAWebServices(1.078,sasa) starting at 7:35:18 AM
  Done SAGETEAWebServices(1.078,sasa) at 7:35:32 AM (14 seconds)
Replicating SAGETEA-EXTERNALDEV(6.405.3,ken) starting at 7:35:34 AM
 Done SAGETEA-EXTERNALDEV(6.405.3,ken) at 7:35:58 AM (24 seconds)
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest acceptable version (development blessing or higher): PDF Development(1.1,ken)(Blessing level: Development)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.665,david)(Blessing level: Development)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest acceptable version (development blessing or higher): SAGETEAApplications(1.141,david)(Blessing level: Development)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.665,david)(Blessing level: Development)
Loading SAGETEADatabase...
Loaded latest acceptable version (development blessing or higher): SAGETEADatabase(1.005,sasa)(Blessing level: Development)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest acceptable version (development blessing or higher): SAGETEAGraphics(1.017,david)(Blessing level: Development)
Loading SAGETEAGUILookAndFeel...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUILookAndFeel(1.019,david)(Blessing level: Development)
Loading SAGETEAGUI...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUI(1.843,david)(Blessing level: Development)
Loading SAGETEAVWExtensions...
Loaded latest acceptable version (development blessing or higher): SAGETEAVWExtensions(1.124,ken)(Blessing level: Development)
Loading SAGETEASeasideServer...
Loaded latest acceptable version (development blessing or higher): SAGETEASeasideServer(1.062,mark)(Blessing level: Development)
Loading SAGETEASecureBase...
Loaded latest acceptable version (development blessing or higher): SAGETEASecureBase(1.064,tom)(Blessing level: Development)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest acceptable version (development blessing or higher): SAGETEAWebServices(1.078,sasa)(Blessing level: Development)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130803-0714EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130803-2100EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130803-2100EDT.im created at 3 August, 2013 9:00:37 PM
AvailableFreeOldSpaceBytes: 67,528,192 -> 67,528,192
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loader starting.
Loader exiting(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest acceptable version (development blessing or higher): PDF Development(1.1,ken)(Blessing level: Development)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SageTeaDeveloperKitManager #addProcess: - process - redeclared)
(SageTeaDeveloperKitManager #addProcess: - process - redeclared)
(SAGETEAReportBuilder #reorganizeMatrixByPageLength:originalColumns: - originalColumns - redeclared)
(SAGETEAReportBuilder #processMatrix:columns:originalColumns:matrix:segments:maximumColumnLength: - originalColumns - redeclared)
(SAGETEAReportBuilder #reorganizeMatrixByPageLength:originalColumns: - originalColumns - redeclared)
(SAGETEAReportBuilder #processMatrix:columns:originalColumns:matrix:segments:maximumColumnLength: - originalColumns - redeclared)
(SAGETEAEmailMessage #plainMessage - value - redeclaredBlockArg)
(SAGETEAEmailMessage #plainMessage - value - redeclaredBlockArg)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.700,david)(Blessing level: Development)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...(SAGETEAClientProcessController #qualifiedLeads - states - redeclared)
(SAGETEAClientProcessController #numberOfPending - states - redeclared)
(SAGETEAClientProcessController #newLeadsCount - states - redeclared)
(SAGETEAClientProcessController #countState - states - redeclared)
(SAGETEAClientProcessController #paidInvoices - states - redeclared)
(SAGETEAClientProcessController #numberOfCallbacks - states - redeclared)
(SAGETEAClientProcessController #chartStats - states - redeclared)
(SAGETEAClientProcessController #countCallbacks - states - redeclared)
(SAGETEAClientProcessController #newLeads - states - redeclared)
(SAGETEAClientProcessController #graph - states - redeclared)
(SAGETEAClientProcessController #invoiceChart - states - redeclared)
(SAGETEAClientProcessController #callbacks - states - redeclared)
(SAGETEAClientProcessController #pendingInvoicesCount - states - redeclared)
(SAGETEAClientProcessController #numberOfNewInvoices - states - redeclared)
(SAGETEAClientProcessController #newInvoices - states - redeclared)
(SAGETEAClientProcessController #referralChart - states - redeclared)
(SAGETEAClientProcessController #qualifiedLeads - states - redeclared)
(SAGETEAClientProcessController #numberOfPending - states - redeclared)
(SAGETEAClientProcessController #newLeadsCount - states - redeclared)
(SAGETEAClientProcessController #countState - states - redeclared)
(SAGETEAClientProcessController #paidInvoices - states - redeclared)
(SAGETEAClientProcessController #numberOfCallbacks - states - redeclared)
(SAGETEAClientProcessController #chartStats - states - redeclared)
(SAGETEAClientProcessController #countCallbacks - states - redeclared)
(SAGETEAClientProcessController #newLeads - states - redeclared)
(SAGETEAClientProcessController #graph - states - redeclared)
(SAGETEAClientProcessController #invoiceChart - states - redeclared)
(SAGETEAClientProcessController #callbacks - states - redeclared)
(SAGETEAClientProcessController #pendingInvoicesCount - states - redeclared)
(SAGETEAClientProcessController #numberOfNewInvoices - states - redeclared)
(SAGETEAClientProcessController #newInvoices - states - redeclared)
(SAGETEAClientProcessController #referralChart - states - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEAApplications(1.148,david)(Blessing level: Development)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.700,david)(Blessing level: Development)
Loading SAGETEADatabase...
Loaded latest acceptable version (development blessing or higher): SAGETEADatabase(1.005,sasa)(Blessing level: Development)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest acceptable version (development blessing or higher): SAGETEAGraphics(1.017,david)(Blessing level: Development)
Loading SAGETEAGUILookAndFeel...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUILookAndFeel(1.019,david)(Blessing level: Development)
Loading SAGETEAGUI...(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEAGUI(1.871,david)(Blessing level: Development)
Loading SAGETEAVWExtensions...
Loaded latest acceptable version (development blessing or higher): SAGETEAVWExtensions(1.130,david)(Blessing level: Development)
Loading SAGETEASeasideServer...
Loaded latest acceptable version (development blessing or higher): SAGETEASeasideServer(1.062,mark)(Blessing level: Development)
Loading SAGETEASecureBase...
Loaded latest acceptable version (development blessing or higher): SAGETEASecureBase(1.064,tom)(Blessing level: Development)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest acceptable version (development blessing or higher): SAGETEAWebServices(1.078,sasa)(Blessing level: Development)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130803-2100EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1445EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1445EDT.im created at 6 August, 2013 2:43:54 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1445EDT.im created at 6 August, 2013 2:46:20 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1445EDT.im created at 6 August, 2013 3:11:02 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1445EDT.im created at 6 August, 2013 3:15:12 PM
AvailableFreeOldSpaceBytes: 67,245,980 -> 67,245,980
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Unloading package: ''StoreForGlorpReplicationUI''
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest acceptable version (development blessing or higher): PDF Development(1.1,ken)(Blessing level: Development)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.702,david)(Blessing level: Development)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest acceptable version (development blessing or higher): SAGETEAApplications(1.148,david)(Blessing level: Development)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.702,david)(Blessing level: Development)
Loading SAGETEADatabase...
Loaded latest acceptable version (development blessing or higher): SAGETEADatabase(1.005,sasa)(Blessing level: Development)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest acceptable version (development blessing or higher): SAGETEAGraphics(1.017,david)(Blessing level: Development)
Loading SAGETEAGUILookAndFeel...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUILookAndFeel(1.019,david)(Blessing level: Development)
Loading SAGETEAGUI...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUI(1.872,david)(Blessing level: Development)
Loading SAGETEAVWExtensions...
Loaded latest acceptable version (development blessing or higher): SAGETEAVWExtensions(1.131,david)(Blessing level: Development)
Loading SAGETEASeasideServer...
Loaded latest acceptable version (development blessing or higher): SAGETEASeasideServer(1.062,mark)(Blessing level: Development)
Loading SAGETEASecureBase...
Loaded latest acceptable version (development blessing or higher): SAGETEASecureBase(1.064,tom)(Blessing level: Development)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest acceptable version (development blessing or higher): SAGETEAWebServices(1.078,sasa)(Blessing level: Development)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1445EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1611EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1611EDT.im created at 6 August, 2013 4:12:57 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1611EDT.im created at 6 August, 2013 4:15:32 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1611EDT.im created at 6 August, 2013 4:16:13 PM
Examining Components of SAGETEA-EXTERNALDEV(6.405.7,ken)
 Replicating SAGETEAApplications(1.148,david) starting at 4:16:56 PM
  Done SAGETEAApplications(1.148,david) at 4:18:09 PM (73 seconds)
 Replicating SAGETEABase(1.705,david) starting at 4:18:09 PM(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1611EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1639EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1639EDT.im created at 6 August, 2013 4:39:50 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1639EDT.im created at 6 August, 2013 4:42:08 PM
AvailableFreeOldSpaceBytes: 69,507,508 -> 69,507,508
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
Unloading package: ''StoreForGlorpReplicationUI''
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1639EDT.im created at 7 August, 2013 9:21:27 AM
Loader starting.
Unloading corruptable SAGETEA Packages
Loading Fonts...
Loaded single existing version: Fonts(1.0,david)
Loading PDF Development...
Loaded latest acceptable version (development blessing or higher): PDF Development(1.1,ken)(Blessing level: Development)
Loading: #(#''ICC-Namespace'')
Loading ICC-Namespace...
Loaded single existing version: ICC-Namespace(7.6_01,iccdev)
Loading: #(#ICCColorSelector)
Loading ICCColorSelector...
Loaded single existing version: ICCColorSelector(7.6_01,iccdev)
Loading: #(#KSCFileReader)
Loading KSCFileReader...
Loaded single existing version: KSCFileReader(1.000,sasa)
Loading: #(#LDAP)
Loading LDAP...
Loaded single existing version: LDAP(1.0,david)
Loading: #(#''LDAP-Authenticator'')
Loading LDAP-Authenticator...
Loaded single existing version: LDAP-Authenticator(1.0,david)
Loading: #(#''LDAP-Namespace'')
Loading LDAP-Namespace...
Loaded single existing version: LDAP-Namespace(1.0,david)
Loading: #(#LDAPTestUI)
Loading LDAPTestUI...
Loaded single existing version: LDAPTestUI(1.0,david)
Loading SAGETEA Packages
Loading: #(#SAGETEABase)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.712,david)(Blessing level: Development)
Loading SeasideGoogleCharts...
Loaded single existing version: SeasideGoogleCharts(1.0,sasa)
Loading SPDF...
Loaded single existing version: SPDF(1.000,david)
Loading: OrderedCollection (#SAGETEARuntimeApplications #SAGETEAApplications #SAGETEABase #SAGETEADatabase #SAGETEAFiniteStateMachines #SAGETEAGraphics #SAGETEAGUILookAndFeel #SAGETEAGUI #SAGETEAVWExtensions #SAGETEASeasideServer #SAGETEASecureBase #SAGETEANetworking #SAGETEAWebServices)
Loading SAGETEARuntimeApplications...
Loaded single existing version: SAGETEARuntimeApplications(1.000,david)
Loading SAGETEAApplications...
Loaded latest acceptable version (development blessing or higher): SAGETEAApplications(1.151,david)(Blessing level: Development)
Loading SAGETEABase...(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loaded latest acceptable version (development blessing or higher): SAGETEABase(1.712,david)(Blessing level: Development)
Loading SAGETEADatabase...
Loaded latest acceptable version (development blessing or higher): SAGETEADatabase(1.005,sasa)(Blessing level: Development)
Loading SAGETEAFiniteStateMachines...
Loaded single existing version: SAGETEAFiniteStateMachines(1.000,david)
Loading SAGETEAGraphics...
Loaded latest acceptable version (development blessing or higher): SAGETEAGraphics(1.017,david)(Blessing level: Development)
Loading SAGETEAGUILookAndFeel...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUILookAndFeel(1.019,david)(Blessing level: Development)
Loading SAGETEAGUI...
Loaded latest acceptable version (development blessing or higher): SAGETEAGUI(1.874,sasa)(Blessing level: Merged)
Loading SAGETEAVWExtensions...
Loaded latest acceptable version (development blessing or higher): SAGETEAVWExtensions(1.133,david)(Blessing level: Development)
Loading SAGETEASeasideServer...
Loaded latest acceptable version (development blessing or higher): SAGETEASeasideServer(1.062,mark)(Blessing level: Development)
Loading SAGETEASecureBase...
Loaded latest acceptable version (development blessing or higher): SAGETEASecureBase(1.064,tom)(Blessing level: Development)
Loading SAGETEANetworking...
Loaded single existing version: SAGETEANetworking(1.000,david)
Loading SAGETEAWebServices...
Loaded latest acceptable version (development blessing or higher): SAGETEAWebServices(1.078,sasa)(Blessing level: Development)
Loading: #(#SAGETEAGoogleChartExtensions)
Loading SAGETEAGoogleChartExtensions...
Loaded single existing version: SAGETEAGoogleChartExtensions(1.000,david)
Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130806-1639EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130807-0937EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130807-0937EDT.im created at 7 August, 2013 9:37:26 AM
AvailableFreeOldSpaceBytes: 69,593,140 -> 69,593,140
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loader starting.
Loader exiting(SAGETEAClientProcessController #qualifiedLeads - states - redeclared)
(SAGETEAClientProcessController #numberOfPending - states - redeclared)
(SAGETEAClientProcessController #newLeadsCount - states - redeclared)
(SAGETEAClientProcessController #countState - states - redeclared)
(SAGETEAClientProcessController #paidInvoices - states - redeclared)
(SAGETEAClientProcessController #numberOfCallbacks - states - redeclared)
(SAGETEAClientProcessController #chartStats - states - redeclared)
(SAGETEAClientProcessController #countCallbacks - states - redeclared)
(SAGETEAClientProcessController #newLeads - states - redeclared)
(SAGETEAClientProcessController #graph - states - redeclared)
(SAGETEAClientProcessController #invoiceChart - states - redeclared)
(SAGETEAClientProcessController #callbacks - states - redeclared)
(SAGETEAClientProcessController #pendingInvoicesCount - states - redeclared)
(SAGETEAClientProcessController #numberOfNewInvoices - states - redeclared)
(SAGETEAClientProcessController #newInvoices - states - redeclared)
(SAGETEAClientProcessController #referralChart - states - redeclared)
(SAGETEAClientProcessController #qualifiedLeads - states - redeclared)
(SAGETEAClientProcessController #numberOfPending - states - redeclared)
(SAGETEAClientProcessController #newLeadsCount - states - redeclared)
(SAGETEAClientProcessController #countState - states - redeclared)
(SAGETEAClientProcessController #paidInvoices - states - redeclared)
(SAGETEAClientProcessController #numberOfCallbacks - states - redeclared)
(SAGETEAClientProcessController #chartStats - states - redeclared)
(SAGETEAClientProcessController #countCallbacks - states - redeclared)
(SAGETEAClientProcessController #newLeads - states - redeclared)
(SAGETEAClientProcessController #graph - states - redeclared)
(SAGETEAClientProcessController #invoiceChart - states - redeclared)
(SAGETEAClientProcessController #callbacks - states - redeclared)
(SAGETEAClientProcessController #pendingInvoicesCount - states - redeclared)
(SAGETEAClientProcessController #numberOfNewInvoices - states - redeclared)
(SAGETEAClientProcessController #newInvoices - states - redeclared)
(SAGETEAClientProcessController #referralChart - states - redeclared)
(SageTeaDeveloperKitManager #addProcess: - process - redeclared)
(SageTeaDeveloperKitManager #addProcess: - process - redeclared)
(SAGETEAReportBuilder #reorganizeMatrixByPageLength:originalColumns: - originalColumns - redeclared)
(SAGETEAReportBuilder #processMatrix:columns:originalColumns:matrix:segments:maximumColumnLength: - originalColumns - redeclared)
(SAGETEAReportBuilder #reorganizeMatrixByPageLength:originalColumns: - originalColumns - redeclared)
(SAGETEAReportBuilder #processMatrix:columns:originalColumns:matrix:segments:maximumColumnLength: - originalColumns - redeclared)
(SAGETEAEmailMessage #plainMessage - value - redeclaredBlockArg)
(SAGETEAEmailMessage #plainMessage - value - redeclaredBlockArg)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEADatabaseManager #groupsPerState - groups - redeclared)
(SAGETEADatabaseManager #groupsPerState - groups - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Copying /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130807-0937EDT.cha  to /myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130819-1250EDT.cha... done

/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130819-1250EDT.im created at 19 August, 2013 12:50:14 PM
/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130819-1250EDT.im created at 19 August, 2013 12:55:21 PM
AvailableFreeOldSpaceBytes: 69,290,936 -> 69,290,936
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
/Users/kbrown-mm/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130819-1250EDT.im created at 22 August, 2013 6:24:13 PM(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Loader starting.
Loader exiting(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAServerLoginWindow #createProfileClicked - configuration - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEAUI #setButtonGraphicFor: - image - redeclared)
(SAGETEAUI #addAllItems - data - redeclared)
(SAGETEAUI #addMultipleElementsToNewGroup - data - redeclared)
(SAGETEAUI #addMultipleItemsToGroup - data - redeclared)
(SAGETEAUI #importExcel - data - redeclared)
(SAGETEADynamicState #updateElement:inActivityNamed: - element - redeclared)

Copying /Users/kbrown-mm/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130819-1250EDT.cha  to /Users/kbrown-mm/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130822-bundle6.405.22EDT.cha... done

/Users/kbrown-mm/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/z06vw7.9.1-20130822-bundle6.405.22EDT.im created at 22 August, 2013 6:44:55 PM
AvailableFreeOldSpaceBytes: 69,558,728 -> 69,558,728
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
/Users/kbrown-mm/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/16Dev-z06vw7.9.1-20130822-bundle6.405.22EDT.im created at 27 August, 2013 11:15:49 AM
/Users/kbrown-mm/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/16Dev-z06vw7.9.1-20130822-bundle6.405.22EDT.im created at 27 August, 2013 11:21:08 AM
AvailableFreeOldSpaceBytes: 68,967,272 -> 68,967,272
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408
/Users/kbrown-mm/myStuff/mySmalltalkStuff/vw-kb/vwSageTea/16Dev-z06vw7.9.1-20130822-bundle6.405.22EDT.im created at 27 August, 2013 11:40:15 AM
AvailableFreeOldSpaceBytes: 69,333,404 -> 69,333,404
AvailableFreeFixedSpaceBytes: 199,760 -> 400,408'
        toolDock = a VisualLauncherToolDock
Context PC = 12

----------------------------------------------------------------------
MenuBarButtonController>>dispatchMenuSymbol:
Receiver:
        a MenuBarButtonController
Instance Variables:
        model = nil
        view = a MacOSXMenuBarButtonView
Arguments:
        menuSelection = #imageSave
Context PC = 38

----------------------------------------------------------------------
MenuBarButtonController>>dispatchMenuSelection:
Receiver:
        a MenuBarButtonController
Instance Variables:
        model = nil
        view = a MacOSXMenuBarButtonView
Arguments:
        menuSelection = #imageSave
Context PC = 17

----------------------------------------------------------------------
optimized [] in MenuBarButtonController>>menuBarActionForMenu:
Receiver:
        an UndefinedObject
Temporaries:
        valueResult = a MenuItem 'Save Image'
        .self = a MenuBarButtonController
        .aMenu = a Menu
Context PC = 35

----------------------------------------------------------------------
BlockClosure>>ensure:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in MenuBarButtonController>>menuBarActionForMenu:
        outerContext = nil
        copiedValues = an Array[2]
Arguments:
        aBlock = BlockClosure [] in MenuBarButtonController>>menuBarActionForMenu:
Temporaries:
        result = nil
Context PC = 4

----------------------------------------------------------------------
MenuBarButtonController>>menuBarActionForMenu:
Receiver:
        a MenuBarButtonController
Instance Variables:
        model = nil
        view = a MacOSXMenuBarButtonView
Arguments:
        aMenu = a Menu
Temporaries:
        performer = a VisualLauncher
Context PC = 31

----------------------------------------------------------------------
MenuBarButtonController>>menuBarAction
Receiver:
        a MenuBarButtonController
Instance Variables:
        model = nil
        view = a MacOSXMenuBarButtonView
Temporaries:
        theMenu = a Menu
Context PC = 20

----------------------------------------------------------------------
MenuBarButtonController>>redButtonPressedEvent:
Receiver:
        a MenuBarButtonController
Instance Variables:
        model = nil
        view = a MacOSXMenuBarButtonView
Arguments:
        event = a RedButtonPressedEvent
Context PC = 10

----------------------------------------------------------------------
RedButtonPressedEvent>>dispatchTo:
Receiver:
        a RedButtonPressedEvent
Instance Variables:
        time = 206906998
        initiator = an EventDispatcher
        window = a ScheduledWindow 18575792
        state = 1
        x = 22
        y = 13
        gx = 273
        gy = 1334
        buttonNumber = 1
Arguments:
        anObject = a MenuBarButtonController
Context PC = 4

----------------------------------------------------------------------
MenuBarButtonController(Controller)>>handleEvent:
Receiver:
        a MenuBarButtonController
Instance Variables:
        model = nil
        view = a MacOSXMenuBarButtonView
Arguments:
        event = a RedButtonPressedEvent
Context PC = 4

----------------------------------------------------------------------
EventDispatcher>>dispatch:to:
Receiver:
        an EventDispatcher
Instance Variables:
        windowController = an ApplicationStandardSystemController
        currentMouseConsumer = nil
        grabbingMouse = false
        lastControlObject = nil
        trapList = nil
        state = nil
        repairDamageWhenDebugging = true
        flushQueueAfterError = true
        distributeEventsWhenDebugging = true
        dragDropInProgress = false
        dragDropTracker = nil
        dispatchUnknownEvents = false
Arguments:
        event = a RedButtonPressedEvent
        object = a MenuBarButtonController
Temporaries:
        tmp = nil
Context PC = 10

----------------------------------------------------------------------
EventDispatcher>>dispatchEvent:
Receiver:
        an EventDispatcher
Instance Variables:
        windowController = an ApplicationStandardSystemController
        currentMouseConsumer = nil
        grabbingMouse = false
        lastControlObject = nil
        trapList = nil
        state = nil
        repairDamageWhenDebugging = true
        flushQueueAfterError = true
        distributeEventsWhenDebugging = true
        dragDropInProgress = false
        dragDropTracker = nil
        dispatchUnknownEvents = false
Arguments:
        event = a RedButtonPressedEvent
Temporaries:
        objectWantingControl = a MenuBarButtonController
        targetKeyboardProcessor = nil
Context PC = 130

----------------------------------------------------------------------
RedButtonPressedEvent(Event)>>dispatch
Receiver:
        a RedButtonPressedEvent
Instance Variables:
        time = 206906998
        initiator = an EventDispatcher
        window = a ScheduledWindow 18575792
        state = 1
        x = 22
        y = 13
        gx = 273
        gy = 1334
        buttonNumber = 1
Context PC = 16

----------------------------------------------------------------------
RedButtonPressedEvent(Event)>>dispatchForWindowManager:
Receiver:
        a RedButtonPressedEvent
Instance Variables:
        time = 206906998
        initiator = an EventDispatcher
        window = a ScheduledWindow 18575792
        state = 1
        x = 22
        y = 13
        gx = 273
        gy = 1334
        buttonNumber = 1
Arguments:
        aWinMgr = a WindowManager
Context PC = 4

----------------------------------------------------------------------
optimized [] in WindowManager>>safelyDispatchForWindowManager:
Receiver:
        an UndefinedObject
Temporaries:
        .event = a RedButtonPressedEvent
        .self = a WindowManager
Context PC = 6

----------------------------------------------------------------------
BlockClosure>>on:do:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in WindowManager>>safelyDispatchForWindowManager:
        outerContext = nil
        copiedValues = an Array[2]
Arguments:
        anExceptionSelector = BadControllerError
        handlerBlock = BlockClosure [] in WindowManager>>safelyDispatchForWindowManager:
Context PC = 18

----------------------------------------------------------------------
WindowManager>>safelyDispatchForWindowManager:
Receiver:
        a WindowManager
Instance Variables:
        windows = an OrderedCollection[1]
        activeController = nil
        interruptLock = false
        outstandingMetaOrDamage = false
        openInProgress = false
        eventQueue = an EventQueue
        baseProcess = a Process in Process>>resume
        dontFilterEvents = false
Arguments:
        event = a RedButtonPressedEvent
Context PC = 13

----------------------------------------------------------------------
WindowManager>>processNextEvent
Receiver:
        a WindowManager
Instance Variables:
        windows = an OrderedCollection[1]
        activeController = nil
        interruptLock = false
        outstandingMetaOrDamage = false
        openInProgress = false
        eventQueue = an EventQueue
        baseProcess = a Process in Process>>resume
        dontFilterEvents = false
Temporaries:
        event = a RedButtonPressedEvent
Context PC = 9

----------------------------------------------------------------------
optimized [] in [] in WindowManager>>newProcess
Receiver:
        an UndefinedObject
Temporaries:
        .self = a WindowManager
Context PC = 13

----------------------------------------------------------------------
BlockClosure>>on:do:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in [] in WindowManager>>newProcess
        outerContext = nil
        copiedValues = a WindowManager
Arguments:
        anExceptionSelector = TerminateException
        handlerBlock = BlockClosure [] in [] in WindowManager>>newProcess
Context PC = 18

----------------------------------------------------------------------
optimized [] in WindowManager>>newProcess
Receiver:
        an UndefinedObject
Temporaries:
        .self = a WindowManager
Context PC = 15

----------------------------------------------------------------------
BlockClosure>>on:do:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in WindowManager>>newProcess
        outerContext = nil
        copiedValues = a WindowManager
Arguments:
        anExceptionSelector = TerminateException
        handlerBlock = BlockClosure [] in [] in Process class>>forBlock:priority:
Context PC = 18

----------------------------------------------------------------------
optimized [] in Process class>>forBlock:priority:
Receiver:
        an UndefinedObject
Temporaries:
        .aBlock = BlockClosure [] in WindowManager>>newProcess
Context PC = 9


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: getting Unhandled exception: Referent inaccessible on startup, when image moved to different computer

Thomas Gagne-3
"hostaddressbyname" sounds like something that would be looking inside
/etc/hosts.

I'm thinking of BSD's gethostbyname()

http://man7.org/linux/man-pages/man3/gethostbyname.3.html

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc