- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- CSWS V2.0 and OpenVMS V8.2 trouble
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 12:35 PM
11-17-2005 12:35 PM
I stumbled into a problem with CSWS 2.0. Everything was fine until I tried to start it up.
$ @SYS$STARTUP:APACHE$STARTUP
%DCL-W-ACTIMAGE, error activating image APACHE$APR_SHRP
-CLI-E-IMGNAME, image file AS2000$DKA0:[APACHE.APACHE.][000000]APACHE$APR_SHRP.EXE;1
-SYSTEM-W-SYSVERDIF, system version mismatch; please relink
$
The obvious solution would be to do the linking - but as a programmer I know that it would do nothing to help the problem as this is most likely an interface problem.
I would like to have a source code kit and solve this problem myself.
Is it available somewhere ?
- or -
Has someone already gone throught the PITA of compiling the server code - I would appreciate the luxury of skipping over that one.
I'm running an AS2000 with OpenVMS 8.2.
Thanks in advance !
73 de OH2GTK
/Esko Ilola
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 03:38 PM
11-17-2005 03:38 PM
SolutionAs you've discovered, CSWS V2.0 won't run on OpenVMS V8.2. Until V2.1 is released, you need to run V1.3-1.
My V8.2 system has these versions of CSWS and related components installed and working:
CPQ AXPVMS CSWB V1.7-11 Full LP Installed
CPQ AXPVMS CSWS V1.3-1 Full LP Installed
CPQ AXPVMS CSWS_JAVA V2.0 Full LP Installed
CPQ AXPVMS CSWS_PERL V1.1 Full LP Installed
CPQ AXPVMS CSWS_PHP V1.2-1 Full LP Installed
CPQ AXPVMS MOZILLA M1.7 Full LP Installed
CPQ AXPVMS PERL V5.6-1 Full LP Installed
To get your system working, PRODUCT REMOVE any of the above you have installed and PRODUCT INSTALL them all again, no higher than the above versions.
Yes, PCSI probably should have prevented V2.0 from being installed on OpenVMS V8.2. Maybe fixed in a future release?
Welcome to the wonderful world of "open source", where anything you want to do requires dozens of sub components, each of which does something completely unfathomable to a mere mortal, but is critical to it all working. Furthermore, you have to find the exact working combination of versions, and most error messages are about as informative as "it didn't work".
Computing by exhaustive combinatorial trial is back (a reference back to the '70's when University computing courses were taught on punch cards. On finding an error, some students would simply take their deck, shuffle it and put it back in the input bin, until they got a clean compile ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 08:53 PM
11-17-2005 08:53 PM
Re: CSWS V2.0 and OpenVMS V8.2 trouble
One of the principles of programming has traditionally been backwards compatibility. I was naive enough to assume that being the case with Apache@OpenVMS8.2....
Okay - I'll do the removal (once again) and try with the combination above.
I have also noticed that PRODUCT REMOVE does not do a clean job here - a lot of mess is left behind like Apache configuration files and directories here and there. Luckily these are easy enough to point out.
I learned by reading this forum that there is coming a new version of CSWS - it was delayed up till mid november. Hopefully it was this year.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 11:54 PM
11-17-2005 11:54 PM
Re: CSWS V2.0 and OpenVMS V8.2 trouble
One of the principles of programming has traditionally been backwards compatibility.
You spoiled brat! :-)
Yes, that always has been the principle - __ON VMS__ .
But the hard thruth is, that that is nowhere near a general principle!
And least of all in the OpenSource & Mickeysoft environments.
But I have to agree with you: The fundamental law in VMS Engeneering has always been "Never break existing code!"
Nowadays they have made an explicit exception for everything ported from *UX.
You ran into one example, TCPIP is another (major) one.
I am afraid we will have to get used to it, but I sure will keep hating it!
Maybe someday the concept of Porting will come to mean: "Converting to something that adheres to the (security, stability, file access, upwardcompatibility & error reporting) principles of the target OS"
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 12:08 AM
11-18-2005 12:08 AM
Re: CSWS V2.0 and OpenVMS V8.2 trouble
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 12:14 AM
11-18-2005 12:14 AM
Re: CSWS V2.0 and OpenVMS V8.2 trouble
Also new is CSWS_Java (V3.0) with Tomcat V5.5.9 and CSWS_PHP with support for PHP V4.3.10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 07:56 AM
11-18-2005 07:56 AM
Re: CSWS V2.0 and OpenVMS V8.2 trouble
Besides that: Great !
I must admit that the update came in a very convenient moment. Perfect timing.
Thanks !