User Tools

Site Tools


jas:upgradeto14

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
jas:upgradeto14 [2025/04/13 00:38] – [To Do] donaldjas:upgradeto14 [2025/04/19 16:06] (current) – [To Do] donald
Line 5: Line 5:
 ===== To Do ===== ===== To Do =====
  
 +  * the last/lon change to a blue bse blew up the sim. why?
   * the allthatjas wiki is globally writable.   * the allthatjas wiki is globally writable.
   * fix all create/delete/config batch files   * fix all create/delete/config batch files
Line 10: Line 11:
   * test jads **DONE**   * test jads **DONE**
   * fix "counting records" in jacs when no JADS is present   * fix "counting records" in jacs when no JADS is present
 +  * xp vm to test jacs lite install use A1's machine?
    
 +===== 2025 04 16 =====
 +
 +  * at 37.7825132243475 there is a AirToGroundStrikeAirFlightAction JefEntity [BseId:RED_SSM_BDE_01, JefEntityId:426]
 +  * need breakpoint where AirToGroundStrikeAirFlightAction get created.
 +
 +===== 2025 04 15 =====
 +
 +  * breakpoints in readEnvKeys.st work in 9.2 32 bit 453
 +  * also work in 14.0 32 bit 573
 +  * do not work in jas **WRONG**
 +  * jasDevJso is broken. it calls the __packaged sim__ instead of running in the open image. this can be seen in the jacs log **WRONG**
 +  * problem was specifying a //packaged image// in the run def under the developer tab instead of an open image.
 +
 +===== 2025 04 14 =====
 +
 +  * Running with all instruments blows up with "too many open cursors"
 +  * This code shows that Oracle is started with an spfile
 +  * <code>SELECT DECODE(value, NULL, 'PFILE', 'SPFILE') "Init File Type" 
 +       FROM sys.v_$parameter WHERE name = 'spfile';</code>
 +  * There is an "open_cursors=300" in C:\app\Jas\product\11.2.0\dbhome_1\database\SPFILEJAS.ORA
 +  * This file does not have even read permissions and cannot be edited.
 +  * You can view it from an admin shell by typing it.
 +  * Start sqlplus with //sys/jwars as sysdba//
 +  * //shutdown;//
 +  * //create pfile from spfile;//
 +  * edit pfile and change open_cursors=500
 +  * save pfile
 +  * //create spfile from pfile;//
 +  * quit sqlplus
 +  * type the spfile to confirm changes
 +  * From: https://asktom.oracle.com/ords/asktom.search?tag=spfile-parameter
 +  * open_cursors=500 blows up
 +  * open_cursors=1000 works
 +
 ===== 2025 04 07 ===== ===== 2025 04 07 =====
  
   * Instantiations replied leave off the server: "jas" which is in the jacs.ini.   * Instantiations replied leave off the server: "jas" which is in the jacs.ini.
-  * restored the 14 Oracle ma, re-packaged, and hci and sim run.+  * restored the 14 Oracle map, re-packaged, and hci and sim run.
  
 ===== 2025 04 03 ===== ===== 2025 04 03 =====
jas/upgradeto14.1744504738.txt.gz · Last modified: 2025/04/13 00:38 by donald