I have found a difference in our system between these versions that concerns me. My initial approach is to start a Service that has partially logged into our process and leaves the service sitting at a CICS logon screen. When the user enters their Userid and Password, I then run a Path that goes further to the signon page for Natural and then applies what the User has typed in. This was necessary for Natural timeout problems and to not have open sessions in Natural. It works fine in 5.2.1 and the Logoff process also works. Now, in 5.2.3, I see some problems. The initial signon for a user is the same in both versions. You process, and then logoff. With the logoff in 5.2.3, when you try to close your browser, it just sits there and waits for a period of time before actually closing.(probably some timeout function) Then, when you try to sign in again, you get a java dump on the screen, very quickly, and then the logon page appears. Also, sometimes you get a 5001 error and must click “disconnect” to get the signon (index.jsp) page. The only thing I have identified so far is a deprecation in the java make.bat process. Here are the make.bat results:
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\DataPro>echo off
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\DataPro>C:\j2sdk1
.4.2_11\bin\javac -deprecation -classpath ;“C:\Program Files\Apache Software Fou
ndation\Tomcat 5.5”\common\lib\jsp-API.jar;“C:\Program Files\Apache Software Fou
ndation\Tomcat 5.5”\common\lib\servlet-API.jar;WEB-INF\lib\gxframework.jar -d “W
EB-INF\classes” WEB-INF\classes\contexts*.java WEB-INF\classes\transforms*.j
ava
WEB-INF\classes\contexts\GXBasicContext.java:73: warning: gx_closeMainWindow() i
n com.sabratec.j2ee.framework.web.GXWebPageContext has been deprecated
super.gx_closeMainWindow();
^
WEB-INF\classes\contexts\word.java:33: warning: getBuffers() in com.sabratec.app
linx.baseobject.GXIScreen has been deprecated
String scrStr = getGXSession().getScreen().getBuffers().
getScreenBuffer();
^
2 warnings
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\DataPro>pause
Press any key to continue . . .
Can you see anything that would possibly cause what I have described? By the way, I do not get these errors in Firefox, only Microsoft IE7.
I briefly had Version 5.2.3.0013, and I do not remember having this problem. Are there any fixes between patch level 6 and 13 that would have fixed this? I had to revert back to level 6 since this was the only “authorized” release version and I needed the LNX 390 version in addition to the Win XP PRO.
Thanks,
Joe
#ApplinX#Mainframe-Integration#webMethods