==== To Do ==== * Recreate Oracle db with sys/jwars changed to sys/js and jwars/password changed to jas/password. * Make Oracle passwords never expire. * Find all Jwars strings and change them to Jas
* EtBaseTools ignores ini file setting ShouldPromptSaveOnClose. See map 7.5.0 [78] JAS C * Finding multiple editions of same required map: put bp in loadEditionWithRequiredMaps at //all := edition withAllRequiredMaps.// inspect requiredMaps in edition. then run code below and look for duplicate names
self do: [:a |
Transcript show: '- ', a printString;cr.
a requiredMaps do: [:b|
Transcript show: ' --', b printString;cr.
b requiredMaps do: [:c |
Transcript show: ' ---', c printString;cr.
c requiredMaps do: [:d|
Transcript show: ' ----', d printString;cr.
d requiredMaps do: [:e|
Transcript show: ' -----', e printString;cr.
]]]]].
fix Object»currentMethod
currentMethod ^self class name, '>>', (Processor activeProcess methodAtFrame: 1) selector
deleted EsAtom»
, aCollection ^EsAtom intern: ( (String new: (self basicSize + aCollection size)) replaceFrom: 1 to: self basicSize with: self; replaceFrom: self basicSize + 1 to: (self basicSize + aCollection size) with: aCollection; yourself)
8/22/17
8/24/17
8/25/17
8/26/17
JwgSimulationMonitor>>initWindow system := self createSystem. self subscribeToModules. "Assign the various address of the other systems." system monitor: self; uniqueId: uniqueId; jacsServerAddress: jacsServerAddress; environServerAddress: environServerAddress; userId: userId. system launch: nil " self execLongOperation: [:dialog | dialog messageString: 'Initializing System'. system launch: dialog] message: ((String new: 70) atAllPut: $ ) title: 'JAS: Simulation Initializing ...' allowCancel: false"
JwSimulationSystem>>launch: aDialog
"
DESCRIPTION : {PUBLIC} Starting point to launch the system. This system allows
a long operation dialog to be held, so that progress can be updated.
INPUTS : NONE
OUTPUTS : NONE
REVISIONS : 1999 Jul 10 C Wolcott Method Commented
"
| ip port |
"Once the system has launched register any interface subscriptions."
" self initProgressDialog: aDialog."
super launch.
" self initProgressDialog: nil."
"Don't bother continuing if there is a fatal error in the system at this point"
self hasInternalError
ifTrue: [
self
logError: self internalErrorString;
fatalError: self internalErrorString].
self log logInfo: ['Simulation System running on behalf of ' , userId] category: ##Initialization.
self buildReplicationDBInfo.
self jacsProxy subscribe: (subscriptionInterfaces add: JwvSimSubscriberToJacsProxy new).
ip := (self simulationServer endpoint accessibleUrls first address subStrings: $:) first.
port := (self simulationServer endpoint accessibleUrls first address subStrings: $:) last.
self jacsProxy
sendSimulationAddress: (SciSocketAddress determineInternetHost: ip) inetNtoa , ':' , port
forSimulation: self uniqueId
Info: 109 Made JwgSimulationCoordinator(2/18/2017 9:20:07 AM) from JwgSimulationCoordinator R2.0 SR3.20 3.44 in JwgSimulation<< R2.0 SR3.20 3.81 >>. Info: 110 Soly, Robert M. owns JwgSimulationCoordinator in JwgSimulation<< R2.0 SR3.20 3.81 >> so pass on any interesting things that you do with your new edition. Info: 109 Made JwgSimulationMonitor(2/18/2017 9:37:04 AM) from JwgSimulationMonitor R2.0 SR2.33 3.17 in JwgSimulationMonitorApp<< R2.0 SR2.33 3.15 >>. Info: 110 Library Supervisor owns JwgSimulationMonitor in JwgSimulationMonitorApp<< R2.0 SR2.33 3.15 >> so pass on any interesting things that you do with your new edition. Info: 109 Made JwSimulationSystem(2/18/2017 9:37:32 AM) from JwSimulationSystem R2.0 SR3.20 in JwvSimulationSystem<< R2.0 SR3.20 >>. Info: 110 Wolcott, Chris owns JwSimulationSystem in JwvSimulationSystem<< R2.0 SR3.20 >> so pass on any interesting things that you do with your new edition.
8/27/17
8/28/17
8/29/17
9/1 reinstall 8.6.3 copied mgr86.dat from progdata to avast\datfiles using new environment to create 863 maps using file i/o NOT emsrv
9/2 fixed these
9/3 updated Jas Pkg Instructions updated Jas Pkg Sim Base look at open edition of JwpMarLogisticsApp 9/3/2010
Reviewed all Jas maps. Updated using Did “Release latest apps and required maps” where necessary and set version to 3.78a
Did “Release latest apps and required maps”
Fixed below ——————– resetDefaultIconManagers WkIconManager resetDefault resetDefault
default := nil
JwgWindowBuilderExtensions ————————– start in dir is 'C:\Users\Donald\Documents\Instantiations\VA Smalltalk\863Sep03' make this default user my documents and put all the dlls and env stuff there. create a desktop shortcut
wtf with gdk.cat?
8/22/17 The map loads after executing EmImageBuilder cancelIfMethodsDoNotCompile: false The latest Oracle gets loaded too
9/22/2017