CSWS 2.4-53 on OpenVMS Alpha V8.4.-2L1

Talk about commercial or opensource products that already exist for OpenVMS or may be available in the future.
Post Reply

Topic author
joukj
Master
Posts: 159
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Online

CSWS 2.4-53 on OpenVMS Alpha V8.4.-2L1

Post by joukj » Thu Jun 09, 2022 6:10 am

Hi

I'm running a (hobbyist) OpenVMS V8.4-2-L1 on my Alpha. I tried to install CSWS 2.4-53 but it failed running with the error message:

$ @SYS$STARTUP:APACHE$STARTUP.COM
%IMGACT-F-SYMVECMIS, shareable image symbol vector table mismatch
-IMGACT-F-FIXUPERR, error when APACHE$APR_SHR referenced DPML$SHR

Look like some patches, which are not available in the hobyist program, are missing.

Is there a way to solve this?

regards
Jouk


Topic author
joukj
Master
Posts: 159
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Online

Re: CSWS 2.4-53 on OpenVMS Alpha V8.4.-2L1

Post by joukj » Fri Jun 10, 2022 5:10 am

The RTL, DPML and NOTARY patches which were added yesterday to the hobyist program did help to get one step further.

Now CSWS stops just after starting. I find the following in the log-files, any ideas what is wrong?



$ ty APACHE$SWS.LOG
[Fri Jun 10 11:02:23.016405 2022] [core:crit] [pid 979384172] (1)not owner: make
_sock: for address 0.0.0.0:80, apr_socket_opt_set: (VMS_SO_SHR)
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000000000000
0010, PC=0000000000608AFC, PS=0000001B
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line rel PC abs PC
APACHE$HTTPD_SHR SPS apache$sps_socket_close
98485 0000000000000AEC 0000000000608AFC
APACHE$HTTPD_SHR listen make_sock 66162 00000000000000DC 00000000005D48AC
APACHE$HTTPD_SHR listen open_listeners
66657 0000000000000F74 00000000005D5744
APACHE$HTTPD_SHR listen ap_setup_listeners
66847 0000000000001394 00000000005D5B64
APACHE$HTTPD_SHR prefork prefork_open_logs
122214 0000000000001CF8 00000000005FE8B8
APACHE$HTTPD_SHR config ap_run_open_logs
69207 0000000000000B38 00000000005C2FA8
APACHE$HTTPD main init_process 70447 0000000000001A48 0000000000021A48
APACHE$HTTPD main 70175 0000000000021A48 0000000000000000
APACHE$HTTPD main __main 70150 0000000000000F94 0000000000020F94
PTHREAD$RTL 0 0000000000057718 FFFFFFFF80E79718
PTHREAD$RTL 0 0000000000030444 FFFFFFFF80E52444
0 FFFFFFFF8039BC04 FFFFFFFF8039BC04
%TRACE-I-END, end of TRACE stack dump
APACHE$WWW job terminated at 10-JUN-2022 11:02:23.30

Accounting information:
Buffered I/O count: 537 Peak working set size: 15088
Direct I/O count: 177 Peak virtual size: 228656
Page faults: 1554 Mounted volumes: 0
Charged CPU time: 0 00:00:00.36 Elapsed time: 0 00:00:01.88

User avatar

volkerhalle
Master
Posts: 196
Joined: Fri Aug 14, 2020 11:31 am
Reputation: 0
Status: Offline

Re: CSWS 2.4-53 on OpenVMS Alpha V8.4.-2L1

Post by volkerhalle » Fri Jun 10, 2022 7:43 am

Jouk,

port 80 already in use ? Privilege issue binding to port 80 on the local node ?

The ACCVIO and stack dump are probably a secondary effect after the error message:

... (1)not owner: make_sock: for address 0.0.0.0:80, apr_socket_opt_set: (VMS_SO_SHR)

Volker.


Topic author
joukj
Master
Posts: 159
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Online

Re: CSWS 2.4-53 on OpenVMS Alpha V8.4.-2L1

Post by joukj » Fri Jun 10, 2022 7:48 am

A reboot did help. So pbably some of the shrareble images from DPML or RTL patches were not correctly installed on this node, although I performed the post-installation instructions as in the release-notes.

Post Reply