Roger Borrello's activity
From 10/20/2025 to 11/18/2025
11/19/2025
- 07:16 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Some of the requests are really beyond the scope of this task. For example, if you want to attach VisualVM to the Web...
11/18/2025
- 06:20 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Greg Shah wrote:
> Documentation should be written in [[p2j:Development Using a Docker Container]]
Central to the... - 01:30 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- > Embedded mode development would be about making changes to the web application (HTML, CSS, javascript, image/icon/o...
- 11:22 AM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Greg Shah wrote:
> What is the purpose of this suggested process? Recall that the core of this task is to be able t... - 10:57 AM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Give the addition of a carefully constructed @archive.runtime@ target to the @build.xml@, it would be fairly straight...
11/06/2025
- 05:16 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Constantin Asofiei wrote:
> Roger, both Greg's and your notes are relevant. I'm OK with having a versatile @dbash.s... - 02:50 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Constantin Asofiei wrote:
> Regarding @-n -q@ for unzip: how do you know which files to overwrite and which not? Fo... - 11:17 AM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Is this as simple as running @unzip -nq <deploy.zip>@ over your checkout project? Because then you'd never overwrite ...
- 09:24 AM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Greg Shah wrote:
> > > 1. Uses the individual source archives etc... to initialize a fresh project that can be used ... - 08:28 AM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Greg Shah wrote:
> I agree with Constantin that the cfg project must be the single source of truth. From inside the...
11/05/2025
- 03:36 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Constantin Asofiei wrote:
> What about this: as I understand the main issue with the @deploy/@ folder is that is app... - 03:35 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- I was just thinking about how to build a Docker image that would remove the need to deal with a FWD Docker image. Thi...
- 02:48 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Constantin Asofiei wrote:
> Roger Borrello wrote:
>
> > You have the Docker image locally on your machine where y... - 02:05 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Constantin Asofiei wrote:
> Well, I understand where you are going, but ... trust me, testing the runtime docker ima... - 01:40 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Constantin Asofiei wrote:
> I'm not saying to introduce FWD into the dev docker image. My points are about what ha... - 12:39 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- I am having some difficulty following. I know that the development aspect of Docker can be as "thin" as just the OS+t...
- 07:20 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Doing all those things is almost entirely possible with the @dbash.sh@ that I have in the updated container project. ...
11/03/2025
- 06:51 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Greg Shah wrote:
> This task is meant to discuss and implement the type 3 image described (only at a high level) in ... - 06:10 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Since I have to move off this task, as Greg definitely wants me to move to other priorities, I wanted to show that I ...
- 05:52 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- A little red-faced, but the some of the directory paths were incorrect leading to breakage in the starting of client ...
10/30/2025
- 01:06 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> launches the process of the spawn program and then the spawn program launches java config... - 11:30 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- What code actually forks the spawner? What is the last place I can step to before we get to the JNI?
- 11:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Eugenie Lyzenko wrote:
> Try to use this version: @openjdk version "17.0.16" 2025-07-15@ but *not* later/newer.
Tha... - 09:31 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> I can just add my observation that for JDK 17 I cannot start the web client remotely via ... - 09:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Eugenie Lyzenko wrote:
> Roger Borrello wrote:
> > That still results in "The spawn process failed with 0 error. Pl... - 09:15 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- That still results in "The spawn process failed with 0 error. Please see spawner logs." What are the spawner logging ...
- 08:46 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Something is just not working in my world. I cannot get hotel_gui to spawn a client. I started from the beginning on ...
- 10:23 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
- Greg Shah wrote:
> Roger Borrello wrote:
> > Greg Shah wrote:
> > > As Constantin noted, we also need to be able t... - 08:58 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
- Greg Shah wrote:
> As Constantin noted, we also need to be able to configure this as part of the project json file, ...
10/29/2025
- 04:43 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
- Updated #10722-8... default is 100 connections
- 04:37 PM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
- I am adding a @--max-connections VALUE@ option (defaults to 100) to the @fwd_create_pg_cluster.sh@ script. This scrip...
- 11:42 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
- The container project's newer scripts that incorporate PG versions 14 to 17 strictly speaking do not allow you to con...
- 11:16 AM Runtime Infrastructure Bug #10733: evaluate and document mandatory configuration required when deploying FWD in production
- Constantin Asofiei wrote:
> *Roger*: where do you configure max_connections in the docker postgresql image? What is... - 04:42 PM Database Feature #10491: Tool to standardize PG cluster creation
- I have a proposed change so that @max_connections@ can be updated from the default of 100. It would involve adding @-...
- 03:12 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Roger Borrello wrote:
> > Was the copy/paste of the URL the "onetime setup" you are refe... - 01:41 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Was the copy/paste of the URL the "onetime setup" you are referring to?
- 01:33 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> All these indicate that you have correct setup and the software work as expected. Now ple... - 01:11 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Actually, when I changed the @remote:agent:host@ from "localhost" to "fwddev2", I no longer get the class not found e...
- 12:59 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- I copied your store files into my deploy directory, and moved your keys and certificates into my bootstrap xml and di...
- 10:34 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Roger, did you get hotel_gui.zip? Could this archive be removed? You should have @client@... - 09:39 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Yes, please download from the Google Disk https://drive.google.com/file/d/1G3ijoQXwOUlcOW... - 09:07 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey, can you post your zipped up @deploy/server@ and @deploy/broker@ directories?
10/28/2025
- 05:06 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> I do not know if this is the issue but generated passwords can have symbols that are not ... - 04:45 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Still, the broker cannot connect. The log things it is tampered with. I am retrieving from the GenCert output the val...
- 04:30 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Roger Borrello wrote:
> Getting things going again is proving much more difficult than I'd like :-(. I was getting i... - 11:56 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Getting things going again is proving much more difficult than I'd like :-(. I was getting improper certificate from ...
- 09:40 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Roger, my warmest congratulations on your great anniversary!
Thank you! A previous co-... - 09:20 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Rebased 9709b and added missed history rev. 16251.
I am back from my 60th birthday wee...
10/22/2025
- 04:05 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> The root cause was that cookie was not sent with each sub request due to @SameSite=Strict... - 08:28 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> At this moment I got the following jconsole logs and should investigate its root cause. W...
10/21/2025
- 05:31 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey, I am not sure what your approach was to setting up the broker1 certificate and keystore. I tried again, start...
- 02:39 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> According to the code the certificate store for the web client is build on the fly from t... - 12:40 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Another possible issue is that FWD generates certificate stores using the following propr... - 10:13 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- I followed the @ssl_certs_log@ output to generate my keys and key stores that you had in your server2 directory. Shou...
10/20/2025
- 07:08 PM Deployment Support #10727: implement a docker image that supports the full range of development processes wi...
- Another question is whether or not to "map" the user into the running container. If not, the container's *fwd* user c...
- 06:55 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- I would like some input on the creation of the broker configuration. Basically, we have a broker template for inclusi...
- 05:52 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> No, it is not working but I just got once a false positive result.
:-) - 05:38 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> This is my directory xml for Hotel GUI.
The only differences...
You should be able ... - 05:24 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Roger, please update your version of 9709b with the committed revision 16227.
The URL ... - 04:59 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Roger, please update your version of 9709b with the committed revision 16227.
Updating... - 01:26 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Yes, I reproduced null url without SSO plugin and observed that @client:web:port@ paramet... - 12:49 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Yes, this is expected, @WebClientBuilderParameters.webClientHost@ was incorrectly set by ... - 12:08 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- I put the SSO plug-in back into the @directory.xml@, and now I get better, but not correct results. I was redirected ...
- 11:50 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Please check that you are using 9709b and post the console log of broker client. The log ... - 10:39 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> OK. Committed revision 16226 (9709b) fixed @dedicatedMode@ to be correctly passed to the ...
Also available in: Atom