PSDN 11.4 webspeed startup error

Posted by jmls on 25-Aug-2014 03:17

just moved from 11.4 beta to 11.4 FCS, no code change made to application

when starting webspeed , I get the following in the agent log

(Procedure: 'web/objects/stateaware.p' Line:0) web/objects/stateaware.p Conflict in extent, datatype or undo status for global CgiList. (390)
64
(Procedure: 'webutil/webstart.p' Line:254) ** "init-config" was not found. (293)

has anyone else come across this ?

All Replies

Posted by Håvard Danielsen on 25-Aug-2014 15:57

It seems as you are running a mix of old and new r-code. The definition of CgiList was changed from char to longchar in June 2014, so it is possible that your 11.4 beta version did not have it.  

I cannot see any obvious reason for the second error, but it may just be that the code that has the init-config method  failed to start due to the first error.  

NOTE: I cannot preclude that the problem is in shipped code, but it is very unlikely.  

EDIT: old and new r-code instead of code

Posted by jmls on 26-Aug-2014 02:17

it seems that you may be correct - I removed all r-code from all folders, recompiled and the problem seems to have gone away.

thanks

Posted by Stefan Drissen on 04-Sep-2014 05:19

I just ran into this. Our current 11 compile version is 11.2.1. We use a customized WebSpeed dispatcher which includes the shared webspeed variables.

Our 11.2.1 r-code therefore cannot be used with an 11.4 webspeed.

Instead of further enhancing features in the webspeed shared variables - please just replace the variables with something more 1990s.

Grrr.

Posted by rvkanten on 04-Sep-2014 05:54

I'm using official PSDN 11.4 release and I'm getting the same errors that you've mentioned. What did you recompile exactly?

[14/09/04@09:15:56.317+0200] P-030748 T-014016 2 WS 4GLTRACE       Run webutil/webstart.p PERSIST [Main Block - psys-a/a-agnt-u.p @ 49435]

[14/09/04@09:15:56.318+0200] P-030748 T-014016 2 WS FILEID         Open C:\Progress\OE114\tty\webutil\webstart.r ID=15

[14/09/04@09:15:56.318+0200] P-030748 T-014016 2 WS FILEID         Close C:\Progress\OE114\tty\webutil\webstart.r ID=15

[14/09/04@09:15:56.319+0200] P-030748 T-014016 2 WS FILEID         Open C:\Progress\OE114\tty\web\objects\stateaware.r ID=15

[14/09/04@09:15:56.320+0200] P-030748 T-014016 2 WS FILEID         Close C:\Progress\OE114\tty\web\objects\stateaware.r ID=15

[14/09/04@09:15:56.320+0200] P-030748 T-014016 1 WS -- (Procedure: 'web/objects/stateaware.p' Line:0) web/objects/stateaware.p Conflict in extent, datatype of undo status voor global CgiList. (390)

Posted by jmls on 04-Sep-2014 05:56

i removed all .r files in my workspaces and recompiled _every_ project ;)

On 4 September 2014 11:55, rvkanten
wrote:
> RE: PSDN 11.4 webspeed startup error
> Reply by rvkanten
>
> I'm using official PSDN 11.4 release and I'm getting the same errors that
> you've mentioned. What did you recompile exactly?
>
> [14/09/04@09:15:56.317+0200] P-030748 T-014016 2 WS 4GLTRACE Run
> webutil/webstart.p PERSIST [Main Block - psys-a/a-agnt-u.p @ 49435]
>
> [14/09/04@09:15:56.318+0200] P-030748 T-014016 2 WS FILEID Open
> C:\Progress\OE114\tty\webutil\webstart.r ID=15
>
> [14/09/04@09:15:56.318+0200] P-030748 T-014016 2 WS FILEID Close
> C:\Progress\OE114\tty\webutil\webstart.r ID=15
>
> [14/09/04@09:15:56.319+0200] P-030748 T-014016 2 WS FILEID Open
> C:\Progress\OE114\tty\web\objects\stateaware.r ID=15
>
> [14/09/04@09:15:56.320+0200] P-030748 T-014016 2 WS FILEID Close
> C:\Progress\OE114\tty\web\objects\stateaware.r ID=15
>
> [14/09/04@09:15:56.320+0200] P-030748 T-014016 1 WS -- (Procedure:
> 'web/objects/stateaware.p' Line:0) web/objects/stateaware.p Conflict in
> extent, datatype of undo status voor global CgiList. (390)
>
> Stop receiving emails on this subject.
>
> Flag this post as spam/abuse.



--
Julian Lyndon-Smith
IT Director,
dot.r
http://www.dotr.com

Posted by Stefan Drissen on 04-Sep-2014 14:15

[quote user="jmls"]i removed all .r files in my workspaces and recompiled _every_ project ;)[/quote]

aka grrr

Posted by Stefan Drissen on 08-Jan-2015 03:53

Oh dear - this was actually introduced in 11.3.3 - see knowledgebase.progress.com/.../000056636

Posted by James Palmer on 18-May-2015 04:40

Just hit the same error. We have a customised web-disp.p and no compiler for 11.5 at this time as we were told 11.5 is fully compatible with our old 11.2.1 implementation. Great.

This thread is closed