Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Aren't you glad you're not getting all the government you pay for now?


devel / comp.lang.smalltalk.dolphin / D 7.1.24 Crashes when creating an exe for deployment (if seaside loaded in image)

SubjectAuthor
* D 7.1.24 Crashes when creating an exe for deployment (if seasideSanjay Minni
`* Re: D 7.1.24 Crashes when creating an exe for deployment (if seasidejohn.a...@gmail.com
 +- Re: D 7.1.24 Crashes when creating an exe for deployment (if seasideSanjay Minni
 `* Re: D 7.1.24 Crashes when creating an exe for deployment (if seasideSanjay Minni
  `* Re: D 7.1.24 Crashes when creating an exe for deployment (if seasidejohn.a...@gmail.com
   `- Re: D 7.1.24 Crashes when creating an exe for deployment (if seasideSanjay Minni

1
D 7.1.24 Crashes when creating an exe for deployment (if seaside loaded in image)

<14d62bd6-5a9c-4493-afce-ec99051a20c4n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=245&group=comp.lang.smalltalk.dolphin#245

  copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:ac8:59d3:0:b0:3f6:b556:7c9f with SMTP id f19-20020ac859d3000000b003f6b5567c9fmr1855292qtf.7.1685954520090;
Mon, 05 Jun 2023 01:42:00 -0700 (PDT)
X-Received: by 2002:a05:6902:1547:b0:bac:bae6:b363 with SMTP id
r7-20020a056902154700b00bacbae6b363mr6373697ybu.3.1685954519757; Mon, 05 Jun
2023 01:41:59 -0700 (PDT)
Path: i2pn2.org!i2pn.org!news.swapon.de!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Mon, 5 Jun 2023 01:41:59 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=171.76.83.171; posting-account=wc7UngoAAABlNyOTTL0vlOzP96a0IeHs
NNTP-Posting-Host: 171.76.83.171
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <14d62bd6-5a9c-4493-afce-ec99051a20c4n@googlegroups.com>
Subject: D 7.1.24 Crashes when creating an exe for deployment (if seaside
loaded in image)
From: sanjay.minni@gmail.com (Sanjay Minni)
Injection-Date: Mon, 05 Jun 2023 08:42:00 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Sanjay Minni - Mon, 5 Jun 2023 08:41 UTC

I am facing with D 7.1.24 (win11) crashing when trying to generate a deployment exe.

here is my observations:
In each case i tried to generate an exe for "Notepad" from the MVP samples

1. Fresh image - generates exe using default settings (...ok)
2. Fresh image with GitHub, ReStore, SQLite3 - generates exe using default settings (...ok)
3. Fresh Image with GitHub, Seaside - (Crashes!!!)
error thrown is "Invalid access to Memory Location ..."
tried with default settings and also after deselecting all options during deployment exe generation

what is it that needs to be done ?
regards
Sanjay

Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside loaded in image)

<68f691e4-3421-40df-b4ef-cbacbbdd1d4cn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=246&group=comp.lang.smalltalk.dolphin#246

  copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:a05:622a:1814:b0:3e4:ed8e:6dd8 with SMTP id t20-20020a05622a181400b003e4ed8e6dd8mr2136395qtc.6.1685979505763;
Mon, 05 Jun 2023 08:38:25 -0700 (PDT)
X-Received: by 2002:a25:29c5:0:b0:ba6:af30:21c2 with SMTP id
p188-20020a2529c5000000b00ba6af3021c2mr7206229ybp.6.1685979505559; Mon, 05
Jun 2023 08:38:25 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Mon, 5 Jun 2023 08:38:25 -0700 (PDT)
In-Reply-To: <14d62bd6-5a9c-4493-afce-ec99051a20c4n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=85.203.71.185; posting-account=OQ6sIwoAAAC1iWrFEUhdmRsgEkeDOgOm
NNTP-Posting-Host: 85.203.71.185
References: <14d62bd6-5a9c-4493-afce-ec99051a20c4n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <68f691e4-3421-40df-b4ef-cbacbbdd1d4cn@googlegroups.com>
Subject: Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside
loaded in image)
From: john.aspinall@gmail.com (john.a...@gmail.com)
Injection-Date: Mon, 05 Jun 2023 15:38:25 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: john.a...@gmail.com - Mon, 5 Jun 2023 15:38 UTC

Hi Sanjay - I'm able to deploy the Notepad example in a fresh image with GitHub and Seaside installed provided I first stop the HTTP Server:

WAHttpServerAdaptor stop.

Without this I get errors near the end of deployment:

HttpServer does not understand #onImageSaveStarting
ThreadPool does not understand #isPoolTooSmall

....but no Invalid Access errors.

Does this help?

On Monday, June 5, 2023 at 9:42:00 AM UTC+1, Sanjay Minni wrote:
> I am facing with D 7.1.24 (win11) crashing when trying to generate a deployment exe.
>
> here is my observations:
> In each case i tried to generate an exe for "Notepad" from the MVP samples
>
> 1. Fresh image - generates exe using default settings (...ok)
> 2. Fresh image with GitHub, ReStore, SQLite3 - generates exe using default settings (...ok)
> 3. Fresh Image with GitHub, Seaside - (Crashes!!!)
> error thrown is "Invalid access to Memory Location ..."
> tried with default settings and also after deselecting all options during deployment exe generation
>
> what is it that needs to be done ?
> regards
> Sanjay

Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside loaded in image)

<e3f5d09f-f77d-48f8-9003-63c44e1bb5c2n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=247&group=comp.lang.smalltalk.dolphin#247

  copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:a05:622a:48a:b0:3e6:2fab:675 with SMTP id p10-20020a05622a048a00b003e62fab0675mr1698458qtx.9.1685985073235;
Mon, 05 Jun 2023 10:11:13 -0700 (PDT)
X-Received: by 2002:a81:a889:0:b0:565:dc02:9bfa with SMTP id
f131-20020a81a889000000b00565dc029bfamr4471341ywh.5.1685985072820; Mon, 05
Jun 2023 10:11:12 -0700 (PDT)
Path: i2pn2.org!i2pn.org!news.niel.me!glou.org!news.glou.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Mon, 5 Jun 2023 10:11:12 -0700 (PDT)
In-Reply-To: <68f691e4-3421-40df-b4ef-cbacbbdd1d4cn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=171.76.83.171; posting-account=wc7UngoAAABlNyOTTL0vlOzP96a0IeHs
NNTP-Posting-Host: 171.76.83.171
References: <14d62bd6-5a9c-4493-afce-ec99051a20c4n@googlegroups.com> <68f691e4-3421-40df-b4ef-cbacbbdd1d4cn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e3f5d09f-f77d-48f8-9003-63c44e1bb5c2n@googlegroups.com>
Subject: Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside
loaded in image)
From: sanjay.minni@gmail.com (Sanjay Minni)
Injection-Date: Mon, 05 Jun 2023 17:11:13 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Sanjay Minni - Mon, 5 Jun 2023 17:11 UTC

Hi John,
I had loaded Seaside and MaterialDesignLite
when i tried to stop i get an error message
"You cannot use this convenience method when more than one adaptor of the ame type are registered. Use WAServerManager or a Graphical Interface when dealing with mutiple adaptors of the same type"
Is this because i installed both Seaside and MDL and separately ?
I ran
WAServerManager default adaptors do: [ :s | s stop ]
after that on trying to deploy i get the following during exe generation even after uninstalling MDL
"Trait class does not understand onMethodRemoved:"

Tomorrow i will try with a fresh image
but i have these questions
1. Is there a GUI tool to see the adaptors and stop (I remember pharo had one)
2. is the command above "WAServerManager default adaptors do: [ :s | s stop ]" - correct to stop multiple adaptors or what is to stop and start ?
3. Since i will be using MDL - how can i get the exe with Seaside and MDL i..e. go around the "Trait" issue
4. that are the recommended lagoon option to generate a deployment exe for a seaside app

thanks
Sanjay

On Monday, June 5, 2023 at 9:08:26 PM UTC+5:30, john.a...@gmail.com wrote:
> Hi Sanjay - I'm able to deploy the Notepad example in a fresh image with GitHub and Seaside installed provided I first stop the HTTP Server:
>
> WAHttpServerAdaptor stop.
>
> Without this I get errors near the end of deployment:
>
> HttpServer does not understand #onImageSaveStarting
> ThreadPool does not understand #isPoolTooSmall
>
> ...but no Invalid Access errors.
>
> Does this help?
> On Monday, June 5, 2023 at 9:42:00 AM UTC+1, Sanjay Minni wrote:
> > I am facing with D 7.1.24 (win11) crashing when trying to generate a deployment exe.
> >
> > here is my observations:
> > In each case i tried to generate an exe for "Notepad" from the MVP samples
> >
> > 1. Fresh image - generates exe using default settings (...ok)
> > 2. Fresh image with GitHub, ReStore, SQLite3 - generates exe using default settings (...ok)
> > 3. Fresh Image with GitHub, Seaside - (Crashes!!!)
> > error thrown is "Invalid access to Memory Location ..."
> > tried with default settings and also after deselecting all options during deployment exe generation
> >
> > what is it that needs to be done ?
> > regards
> > Sanjay

Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside loaded in image)

<b2311303-31af-4bff-b257-25f6ea2c6606n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=248&group=comp.lang.smalltalk.dolphin#248

  copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:ad4:4f11:0:b0:626:2413:900c with SMTP id fb17-20020ad44f11000000b006262413900cmr101499qvb.11.1686028239299;
Mon, 05 Jun 2023 22:10:39 -0700 (PDT)
X-Received: by 2002:a81:ac08:0:b0:561:c10b:6eb8 with SMTP id
k8-20020a81ac08000000b00561c10b6eb8mr404508ywh.6.1686028238891; Mon, 05 Jun
2023 22:10:38 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Mon, 5 Jun 2023 22:10:38 -0700 (PDT)
In-Reply-To: <68f691e4-3421-40df-b4ef-cbacbbdd1d4cn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=171.76.83.171; posting-account=wc7UngoAAABlNyOTTL0vlOzP96a0IeHs
NNTP-Posting-Host: 171.76.83.171
References: <14d62bd6-5a9c-4493-afce-ec99051a20c4n@googlegroups.com> <68f691e4-3421-40df-b4ef-cbacbbdd1d4cn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b2311303-31af-4bff-b257-25f6ea2c6606n@googlegroups.com>
Subject: Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside
loaded in image)
From: sanjay.minni@gmail.com (Sanjay Minni)
Injection-Date: Tue, 06 Jun 2023 05:10:39 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4066
 by: Sanjay Minni - Tue, 6 Jun 2023 05:10 UTC

Hi John,
Thanks ... here is where i progressed with your message and some questions below

Starting with a fresh image with
1. Seaside loaded ... then
WAHttpServerAdaptor stop
Deployment exe generated with default option -> compiles and notepad runs fine

2. Now to also start a seaside server at runtime
added the line WAHttpServer startOn: 8080 in NotepadSessionManager
Generated deployment exe after deselecting all options except RemoveClassBuilder
(Has to deselect all options as I was was otherwise getting an "Internal error" on the browser webpage and a popup
"unidentified object does not understand #evaluatePendingAction" when pointing to localhost:8080)
Ran exe -> notepad started, also Seaside server came up when pointed browser to it

3. Loaded MaterialDesignLite also - but no matter whatever i did i could not get it to compile /work - Deployment exe crashes / does not work at various stages
It shows 2 server adaptors albeit 1 stopped
I tried using WAServerManager startup / shutdown also

Questions
1. Is there a GUI tool to see the adaptors and stop (I remember pharo had one)
2. is the command above "WAServerManager startup/shutdown the correct way to stop multiple adaptors or what is to stop and start ?

pls advice on getting both Seaside and MaterialDL to get into deployment

thanks
Sanjay

On Monday, June 5, 2023 at 9:08:26 PM UTC+5:30, john.a...@gmail.com wrote:
> Hi Sanjay - I'm able to deploy the Notepad example in a fresh image with GitHub and Seaside installed provided I first stop the HTTP Server:
>
> WAHttpServerAdaptor stop.
>
> Without this I get errors near the end of deployment:
>
> HttpServer does not understand #onImageSaveStarting
> ThreadPool does not understand #isPoolTooSmall
>
> ...but no Invalid Access errors.
>
> Does this help?
> On Monday, June 5, 2023 at 9:42:00 AM UTC+1, Sanjay Minni wrote:
> > I am facing with D 7.1.24 (win11) crashing when trying to generate a deployment exe.
> >
> > here is my observations:
> > In each case i tried to generate an exe for "Notepad" from the MVP samples
> >
> > 1. Fresh image - generates exe using default settings (...ok)
> > 2. Fresh image with GitHub, ReStore, SQLite3 - generates exe using default settings (...ok)
> > 3. Fresh Image with GitHub, Seaside - (Crashes!!!)
> > error thrown is "Invalid access to Memory Location ..."
> > tried with default settings and also after deselecting all options during deployment exe generation
> >
> > what is it that needs to be done ?
> > regards
> > Sanjay

Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside loaded in image)

<7f0dc64a-981e-4cc9-b842-c5146ad1106an@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=249&group=comp.lang.smalltalk.dolphin#249

  copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:a05:622a:4:b0:3f9:a7d2:f86 with SMTP id x4-20020a05622a000400b003f9a7d20f86mr688734qtw.1.1686120919816;
Tue, 06 Jun 2023 23:55:19 -0700 (PDT)
X-Received: by 2002:a81:4503:0:b0:552:abfa:1e77 with SMTP id
s3-20020a814503000000b00552abfa1e77mr2262741ywa.5.1686120919592; Tue, 06 Jun
2023 23:55:19 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!feeder1.feed.usenet.farm!feed.usenet.farm!peer03.ams4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Tue, 6 Jun 2023 23:55:19 -0700 (PDT)
In-Reply-To: <b2311303-31af-4bff-b257-25f6ea2c6606n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=85.203.71.185; posting-account=OQ6sIwoAAAC1iWrFEUhdmRsgEkeDOgOm
NNTP-Posting-Host: 85.203.71.185
References: <14d62bd6-5a9c-4493-afce-ec99051a20c4n@googlegroups.com>
<68f691e4-3421-40df-b4ef-cbacbbdd1d4cn@googlegroups.com> <b2311303-31af-4bff-b257-25f6ea2c6606n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <7f0dc64a-981e-4cc9-b842-c5146ad1106an@googlegroups.com>
Subject: Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside
loaded in image)
From: john.aspinall@gmail.com (john.a...@gmail.com)
Injection-Date: Wed, 07 Jun 2023 06:55:19 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4707
 by: john.a...@gmail.com - Wed, 7 Jun 2023 06:55 UTC

Hi - I haven't deployed an app using MDL so can't advise on that.

However I have a deployed app using Seaside+Bootstrap and have a line in the build script to move WAResponse class>>#initializeStatusMessages into the 'must not strip' method category. Maybe this will help?

John

On Tuesday, June 6, 2023 at 6:10:39 AM UTC+1, Sanjay Minni wrote:
> Hi John,
> Thanks ... here is where i progressed with your message and some questions below
>
> Starting with a fresh image with
> 1. Seaside loaded ... then
> WAHttpServerAdaptor stop
> Deployment exe generated with default option -> compiles and notepad runs fine
>
> 2. Now to also start a seaside server at runtime
> added the line WAHttpServer startOn: 8080 in NotepadSessionManager
> Generated deployment exe after deselecting all options except RemoveClassBuilder
> (Has to deselect all options as I was was otherwise getting an "Internal error" on the browser webpage and a popup
> "unidentified object does not understand #evaluatePendingAction" when pointing to localhost:8080)
> Ran exe -> notepad started, also Seaside server came up when pointed browser to it
>
> 3. Loaded MaterialDesignLite also - but no matter whatever i did i could not get it to compile /work - Deployment exe crashes / does not work at various stages
> It shows 2 server adaptors albeit 1 stopped
> I tried using WAServerManager startup / shutdown also
>
> Questions
> 1. Is there a GUI tool to see the adaptors and stop (I remember pharo had one)
> 2. is the command above "WAServerManager startup/shutdown the correct way to stop multiple adaptors or what is to stop and start ?
>
> pls advice on getting both Seaside and MaterialDL to get into deployment
>
> thanks
> Sanjay
> On Monday, June 5, 2023 at 9:08:26 PM UTC+5:30, john.a...@gmail.com wrote:
> > Hi Sanjay - I'm able to deploy the Notepad example in a fresh image with GitHub and Seaside installed provided I first stop the HTTP Server:
> >
> > WAHttpServerAdaptor stop.
> >
> > Without this I get errors near the end of deployment:
> >
> > HttpServer does not understand #onImageSaveStarting
> > ThreadPool does not understand #isPoolTooSmall
> >
> > ...but no Invalid Access errors.
> >
> > Does this help?
> > On Monday, June 5, 2023 at 9:42:00 AM UTC+1, Sanjay Minni wrote:
> > > I am facing with D 7.1.24 (win11) crashing when trying to generate a deployment exe.
> > >
> > > here is my observations:
> > > In each case i tried to generate an exe for "Notepad" from the MVP samples
> > >
> > > 1. Fresh image - generates exe using default settings (...ok)
> > > 2. Fresh image with GitHub, ReStore, SQLite3 - generates exe using default settings (...ok)
> > > 3. Fresh Image with GitHub, Seaside - (Crashes!!!)
> > > error thrown is "Invalid access to Memory Location ..."
> > > tried with default settings and also after deselecting all options during deployment exe generation
> > >
> > > what is it that needs to be done ?
> > > regards
> > > Sanjay

Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside loaded in image)

<541fcfc0-2af5-4671-a08f-a5064e4394ban@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=250&group=comp.lang.smalltalk.dolphin#250

  copy link   Newsgroups: comp.lang.smalltalk.dolphin
X-Received: by 2002:a05:622a:1822:b0:3f6:f71e:5ea5 with SMTP id t34-20020a05622a182200b003f6f71e5ea5mr1081123qtc.7.1686158986664;
Wed, 07 Jun 2023 10:29:46 -0700 (PDT)
X-Received: by 2002:a25:d203:0:b0:ba8:5bc9:80fe with SMTP id
j3-20020a25d203000000b00ba85bc980femr3585869ybg.1.1686158986279; Wed, 07 Jun
2023 10:29:46 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.smalltalk.dolphin
Date: Wed, 7 Jun 2023 10:29:45 -0700 (PDT)
In-Reply-To: <7f0dc64a-981e-4cc9-b842-c5146ad1106an@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=171.76.83.171; posting-account=wc7UngoAAABlNyOTTL0vlOzP96a0IeHs
NNTP-Posting-Host: 171.76.83.171
References: <14d62bd6-5a9c-4493-afce-ec99051a20c4n@googlegroups.com>
<68f691e4-3421-40df-b4ef-cbacbbdd1d4cn@googlegroups.com> <b2311303-31af-4bff-b257-25f6ea2c6606n@googlegroups.com>
<7f0dc64a-981e-4cc9-b842-c5146ad1106an@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <541fcfc0-2af5-4671-a08f-a5064e4394ban@googlegroups.com>
Subject: Re: D 7.1.24 Crashes when creating an exe for deployment (if seaside
loaded in image)
From: sanjay.minni@gmail.com (Sanjay Minni)
Injection-Date: Wed, 07 Jun 2023 17:29:46 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2204
 by: Sanjay Minni - Wed, 7 Jun 2023 17:29 UTC

Hi

For the time being i solved by starting with a fresh image and loading MaterialDesignLite (which in turn loaded seaside), there seems to be only one entry for the adaptor and deploy exe generates just fine.

To restart the adaptor in the image (after WAHttpServerAdaptor stop) - i do: WAHttpServerAdaptor startOn: 8080 <== is that a good way ?

thanks
Sanjay

On Wednesday, June 7, 2023 at 12:25:20 PM UTC+5:30, john.a...@gmail..com wrote:
> Hi - I haven't deployed an app using MDL so can't advise on that.
>
> However I have a deployed app using Seaside+Bootstrap and have a line in the build script to move WAResponse class>>#initializeStatusMessages into the 'must not strip' method category. Maybe this will help?
>
> John

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor