More info on this issue, I did create the instance per the instructions. Below I tried doing it again, and it shows that the prior was there.
dbuser@santiago:~/jnlex$ mupip replicate -instance_create
%YDB-I-FILERENAME, File /home/ydbuser/jnlex/santiago.repl is renamed to /home/ydbuser/jnl
ex/santiago.repl_2026030170909And here is the environmental file that I source first.
ydbuser@santiago:~/jnlex$ cat jnlex_env
export ydb_dist=$(dirname $(realpath /usr/local/bin/ydb))
export ydb_routines=". $ydb_dist/utf8/libyottadbutil.so"
alias yottadb=$ydb_dist/yottadb
alias mupip=$ydb_dist/mupip
export ydb_dir=$HOME/jnlex
export ydb_gbldir=$ydb_dir/ydb.gld
export ydb_chset=utf-8
export LC_ALL=C.UTF-8
export ydb_icu_version=$(pkg-config --modversion icu-io)
export ydb_principal_editing=EDITING
export ydb_repl_instance=$ydb_dir/santiago.repl
export ydb_repl_instname=santiagoHere is my directory:
ydbuser@santiago:~/jnlex$ ls -l
total 25244
-rw-rw-rw- 1 ydbuser ydbuser 24717312 Jan 30 17:09 %ydbaim.dat
-rw-rw-rw- 1 ydbuser ydbuser 69632 Jan 30 14:51 %ydbaim.mjl
-rw-rw-rw- 1 ydbuser ydbuser 4612096 Jan 30 17:09 %ydbjnlf.dat
-rw-rw-rw- 1 ydbuser ydbuser 24717312 Jan 30 17:09 %ydbocto.dat
-rw-rw-rw- 1 ydbuser ydbuser 69632 Jan 30 15:59 %ydbocto.mjl
lrwxrwxrwx 1 ydbuser ydbuser 12 Jan 29 19:34 V7.0-005_x86_64 -> r2.02_x86_64
-rw-rw-rw- 1 ydbuser ydbuser 4612096 Jan 30 17:09 brunnich.dat
-rw-rw-rw- 1 ydbuser ydbuser 69632 Jan 30 15:59 brunnich.mjl
-rw-r--r-- 1 ydbuser ydbuser 459 Jan 30 16:41 jnlex_env
-rw-rw-rw- 1 ydbuser ydbuser 4612096 Jan 30 17:09 linnaeus.dat
-rw-rw-rw- 1 ydbuser ydbuser 69632 Jan 30 15:59 linnaeus.mjl
-rw-r--r-- 1 ydbuser ydbuser 2560 Jan 29 19:14 mumps.gld
-rwxr-xr-x 1 ydbuser ydbuser 102 Jan 30 16:00 originating_stop
drwxr-xr-x 2 ydbuser ydbuser 4096 Jan 29 19:34 r
drwxr-xr-x 5 ydbuser ydbuser 4096 Jan 29 19:34 r2.02_x86_64
-rwxr-xr-x 1 ydbuser ydbuser 258 Jan 30 16:00 replicating_start
-rwxr-xr-x 1 ydbuser ydbuser 158 Jan 30 16:01 replicating_stop
-rw-r--r-- 1 ydbuser ydbuser 2048 Jan 30 17:09 santiago.repl
-rw-r--r-- 1 ydbuser ydbuser 2048 Jan 30 17:05 santiago.repl_2026030170909
-rw-r--r-- 1 ydbuser ydbuser 905 Jan 30 17:09 source_dummy.log
-rw-rw-rw- 1 ydbuser ydbuser 4612096 Jan 30 17:09 ydb.dat
-rw-r--r-- 1 ydbuser ydbuser 13824 Jan 29 21:08 ydb.gld
-rw-rw-rw- 1 ydbuser ydbuser 69632 Jan 30 15:59 ydb.mjlRegarding the error, this is what the documentation says:
NOJNLPOOL
NOJNLPOOL, No journal pool info found in the replication instance of xxxx
Run Time/MUPIP Error: This indicates that YottaDB/MUPIP did not get
replication information from the instance file specified. Replication
instance file was not initialized because replication did not start, or
some other process reset the replication instance file.
Action: Start the source server if it was not started. Note that the
first Source Server process creates the Journal Pool. Subsequent Source
Server processes use the Journal Pool that the first Source Server
process creates. If the source server was running, stop the server and
perform an optimum recovery using MUPIP JOURNAL -ROLLBACK -BACKWARD "*"
and restart the Source Server. If optimum recovery command fails,
perform a MUPIP RUNDOWN (or a MUPIP RUNDOWN -REGION "*" ), and then
restart the Source Server.
I wondered if this was a networking between the various VM's. So I tried also starting the source VM (paris). But it failed. So below see that I tried changing the ip address from 10.0.2.2 to localhost. It didn't work, so I again tried 10.0.2.2
ydbuser@paris:~/jnlex$ ls -al *.repl
-rw-r--r-- 1 ydbuser ydbuser 2048 Jan 30 20:56 paris.repl
ydbuser@paris:~/jnlex$ mupip replicate -source -start -instsecondary=santiago -secondary=localhost:4000 -buffsize=1048576 -log=/home/ydbuser/jnlex/santiago_`date +%Y%m%d:%H:%M:%S`.lo
Fri Jan 30 21:20:51 2026 : Initiating START of source server for secondary instance [santiago]
Fri Jan 30 21:20:51 2026 : Source server startup failed. See source server log file
Fri Jan 30 21:20:51 2026 : Journal pool shared memory removed
Fri Jan 30 21:20:51 2026 : Journal pool semaphore removed
ydbuser@paris:~/jnlex$
ydbuser@paris:~/jnlex$ mupip replicate -source -start -instsecondary=santiago -secondary=10.0.2.2:4000 -buffsize=1048576 -log=/home/ydbuser/jnlex/santiago_`date +%Y%m%d:%H:%M:%S`.lo
Fri Jan 30 21:22:46 2026 : Initiating START of source server for secondary instance [santiago]
Fri Jan 30 21:22:46 2026 : Source server startup failed. See source server log file
Fri Jan 30 21:22:46 2026 : Journal pool shared memory removed
Fri Jan 30 21:22:46 2026 : Journal pool semaphore removed
ydbuser@paris:~/jnlex$ I wondered if 10.0.2.2 was correct, but it seems to be. On first connection via ssh, I get this:
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Jan 30 20:35:43 2026 from
10.0.2.2I am using virtualbox on my linux machine because I can't use kvm unless I stop using virtualbox (they conflict). But I think I have the port forwarding properly. For example, here is the port forwarding for santiago.

The error message also says to check the source server log file, but I don't know how to do this.
KT