Re: Help !! WebForms hang when run thru browser

From: Steve Barrett <steve_at_eurovis.demon.co.uk>
Date: Thu, 23 Sep 1999 20:52:22 +0100
Message-ID: <938116398.16117.0.nnrp-03.9e98d944_at_news.demon.co.uk>


Hi,

Thanks for taking an interest.

The files are attached...

I am also using Jinitiator ..18.

Yes I do get the Forms server splashscreen, and if the html file I specify the parameter for a separate window I do get a blank window with a title that includes the word "RUNFORM".

In the bottom of the screen I get

    Applet Loading

followed by

    Applet Initialised

The screen then remains blank and the Forms Server splashscreen remains.

Interestingly when I hit the Refresh button the message at the bottom of the screen changes
to

    Applet running

and a blank window appears in the browser, but no form and the splash screen remains.

Another thing I tried as someone has previously suggested was when using the appletviewer style of initiation I removed everything from the CLASSPATH except the path to the JDK classes.zip file. Effectively I believe this means instead of finding the oracle classes directly on the machine it would obtain them through the OAS using http.

This actually made a form window appear with a FRM message as follows...

FRM-99999 Registry file file :
/forms60code/oracle/forms/registry/Registry.dat is missing

If you look down this path however the file is there.

All help is appreciated.

Thanks.

Steve
<xbguan_at_yahoo.com> wrote in message news:7sd8bl$3dv$1_at_nnrp1.deja.com...
> Steve,
>
> I have been through this and was going to quit for a few times. Some
> error messages you posted look famillar.
>
> Just a few thoughts here:
> I would still try to use JInitiator. I have used the same version as you
> did and I guess it is the latest. I install patch 3 for developer 6
> server dated 9/3. The JInitiator comes with patch 3 is ....15. So, I use
> ...18.
>
> When you run the html, did you see the Developer Server page. What do
> you see at the bottom of the screen? How about if you click reload?
>
> I would like to take a look of two files if you can post or email to me
> 1. The html form using JInitiator
> 2. sv<fromcartridge>.cfg
>
> Xiaobin
>
> In article <938042485.19837.0.nnrp-14.9e98d944_at_news.demon.co.uk>,
> "Steve Barrett" <steve_at_eurovis.demon.co.uk> wrote:
> > Okay I have had lots of solutions thrown my way but unfortunately none
> are
> > working. People have indicated versions of software, setup of the OAS,
> > Environment variables and many more...
> >
> > The latest indications have been that the illegal access error
> exception is
> > down to the security setup in the OAS. I have tried what was
> recommended but
> > that did not work. I am now convinced that if you define no security
> in OAS,
> > no security will be applied to the virtual directories so I am sure
> this is
> > not my problem anyway. Another indication was to have the CLASSPATH
> set to
> > point to the CLASSES.ZIP file. This obviously picks up all the core
> JDK
> > classes but %ORACLE_HOME%/forms60/java must also be in your CLASSPATH
> to
> > pick up the oracle classes like oracle.forms.engine.Main.
> >
> > I have now started digging into what this java exception I am getting
> is
> > really all about and I am deriving the following.
> >
> > First a recap on the Java exception that is thrown...
> >
> > java.lang.IllegalAccessError:
> > oracle.forms.engine.Runform.<init>(Loracle/forms/e
> >
> ngine/Main;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/
> lang
> > /Str
> > ing;ILjava/lang/String;I)V
> > at oracle.forms.engine.Main.createRunform(Main.java)
> > at oracle.forms.engine.Main.startImpl(Main.java)
> > at oracle.forms.engine.Main.start(Main.java)
> > at sun.applet.AppletPanel.run(AppletPanel.java:296)
> > at java.lang.Thread.run(Thread.java:466)
> >
> > The definition of this exception is...
> > "Signals that a class or initiator is not accessible"
> >
> > Effectively I believe this error stack means that the last method to
> run
> > successfully was...
> >
> > oracle.forms.engine.Main.createRunform(Main.java)
> >
> > and within this method it must have tried to instantiated an instance
> of the
> > class...
> >
> > oracle.forms.engine.Runform
> >
> > using the constructor... (derived from using javap on
> > oracle.forms.engine.Runform)
> >
> > protected
> > oracle.forms.engine.Runform(oracle.forms.engine.Main,java.lang.Str
> > ing,java.lang.String,java.lang.String,java.lang.String,int);
> >
> > [I do not know what the <init> means, or the letter V in the thrown
> > exception message)
> >
> > Notice the constructor being used to instantiated this class has the
> access
> > modifier "protected"
> >
> > Protected means it is accessible in the same package or any classes
> > subclasses from this class.
> >
> > However oracle.forms.engine.Main does not appear to be subclassed from
> > oracle.forms.engine.Runform. So for oracle.forms.engine.Main to be
> able to
> > instantiate a oracle.forms.engine.Runform they must be in the same
> package.
> > I don't appear to be able to get that information out of javap, but as
> they
> > are in the same physical directory I would hope they were. To me the
> error
> > message though indicates that they are not !!!
> >
> > If this is the case it implies to me it will never work with the
> version of
> > Forms server that I am running and that it is nothing to do with my
> setup. I
> > have definitely had webforms up and running on this same PC with Forms
> 4.5
> > and an older OAS but the indications are that other people out there
> have
> > manage to run Forms 6.0 as webforms in a similar setup.
> >
> > Has anybody managed it though with patch 3, should I revert back to my
> old
> > version of forms and then just apply patches 1 and 2 ?
> >
> > If anybody is switched on to this topic area or know more about Java
> perhaps
> > you add your thoughts.
> >
> > It's getting late now so I am going to sign off now from my 5/6 days
> trying
> > to get this ruddy thing working.
> >
> > Steve
> >
> > <xbguan_at_yahoo.com> wrote in message
> news:7s9ed2$cfs$1_at_nnrp1.deja.com...
> > > I have the exact same setting as yours except I have SP4. I
> understand
> > > that the OAS 4.0.7.1.0 is still not certified with SP4. But my forms
> run
> > > very well in both Netscape and IE (4, I believe). I would check for
> the
> > > stuff like the PATH as mentioned on the other post and setting of
> OAS,
> > > and maybe the HTML form such as the virtrual path may not match with
> > > the setting in the OAS.
> > >
> > > Xiaobin Guan
> > >
> > > In article <937823968.21645.0.nnrp-01.d4e58838_at_news.demon.co.uk>,
> > > "Steve Barrett" <sbarrett_at_cdproj.com> wrote:
> > > > I have installed Patch 3 of forms server.
> > > > I have now installed the OAS patch (4.0.7.1.0) but I still get the
> > > same
> > > > problem, no runform appearing.
> > > >
> > > > I am running NT SP3, when you mention the patches are needed for
> SP4.
> > > >
> > > > I didn't have SP4 to hand so I installed SP5 but that prevented
> the
> > > ORB
> > > > process from starting in OAS so I have had to revert back to SP3.
> The
> > > OAS
> > > > patch I applied indicates it needs SP3 so my feeling is that I
> > > shouldn't try
> > > > and install SP4 unless someone indicates otherwise.
> > > >
> > > > I believe the problem is somewhere down to the client side Java
> being
> > > unable
> > > > to connect to the Forms runtime process. The browser is
> successfully
> > > kicking
> > > > off Jinititator, Jinitiator is running the generic applet, the
> generic
> > > > applet does get a successful connection to the forms server
> process,
> > > then
> > > > either...
> > > >
> > > > 1. The forms server process is unable to start a runtime session
> > > >
> > > > OR
> > > >
> > > > 2. The forms server process does start a runtime session and
> passes
> > > the
> > > > socket information back but the client side java code cannot
> connect
> > > to this
> > > > process.
> > > >
> > > > Either way I appeared to be stumped with this self contained
> > > configuration.
> > > > My next course of action is to try the HTTP/1.1 protocol for the
> Forms
> > > > Server to see if this helps.
> > > >
> > > > Does anybody else out there any ideas ?
> > > >
> > > > Cheers,
> > > >
> > > > Steve
> > > >
> > > > derwin_at_my-deja.com wrote in message
> <7ru8si$qua$1_at_nnrp1.deja.com>...
> > > > >You have the application server patch from their web site??? And
> > > > >of course patches 1 & 2 (and perhaps 3) of forms server.
> > > > >
> > > > >IE5 will work by itself without Jinit, if you upgrade
> > > > >the jvm -- choose product updates from IE5 menu
> > > > >and then select JVM. I think the number you want
> > > > >is 3164 in the java console when you say view java console.
> > > > >
> > > > >The big thing here is nt patch 4 cause the problems. thats
> > > > >why you need the other patches above.
> > > > >
> > > > >Daryl
> > > > >
> > > > >In article <937520692.28134.0.nnrp-02.9e98d944_at_news.demon.co.uk>,
> > > > > "Steve Barrett" <steve_at_eurovis.demon.co.uk> wrote:
> > > > >> Steve Barrett (guest) wrote:
> > > > >> : I am currently running...
> > > > >> : OAS ver 4.0.7
> > > > >> : Forms ver 6.0.5.31.0
> > > > >> : IE4 SP1a
> > > > >> : Jinitiator 1.1.7.18
> > > > >> : They are all configured on a single desktop with NT SP3.
> > > > >> : Currently I get Jinitiator launched successfully from IE4
> > > > >> : This then successfully starts the generic forms engine applet
> > > > >> : The developer server splash screen then appears
> > > > >> : THEN everything stops and no form appears and splash screen
> > > > >> : remains.
> > > > >> : I started off with Forms 6.0.5.0.2 and an earlier version of
> > > > >> : Jinitiator but got the same meesage somebody else has
> reported
> > > > >> : in the discussion area...
> > > > >> : FRM-9999 and a series of java exceptions
> > > > >> : There solution was to upgrade to a later version of forms. I
> > > > >> : have now done this and I am at the latest releases available
> > > > >> on
> > > > >> : the web for Forms and Jinitiator but now I don't even get as
> > > > >> far
> > > > >> : as the FRM-9999 message, just hanging on the devloper server
> > > > >> : splash screen.
> > > > >> : Help...
> > > > >> : Steve
> > > > >> : I suppose IE5 is my next port of call using it's built in JVM
> > > > >> or
> > > > >> : even reverting back to the good old appletviewer !!
> > > > >>
> > > > >> Some additional information on some more things I have tried...
> > > > >>
> > > > >> I have upgraded to IE5 and tried using the appletviewer but I
> am
> > > > >> still experiencing the same problems.
> > > > >>
> > > > >> I have switched on the Jinititator console and switching on
> > > > >> logging by the forms server.
> > > > >>
> > > > >> No errors occur in the java console and I get a successful
> > > > >> connection message in the forms server log file.
> > > > >>
> > > > >> For some reason though I still get the splash screen appear and
> > > > >> it hangs there and no form appears. When I use the parameter to
> > > > >> indicate the form should be run in a separate window, the
> > > > >> separate window appears with a title indicating a forms runtime
> > > > >> is running but no form appears and the hourglass appears
> > > > >> whenever navigating into the runtime window.
> > > > >>
> > > > >> I have unzipped the classes.zip file into the forms60/java
> > > > >> directory and used IE5's native JVM, again the same thing
> > > > >> happens. The splash screen appears and hangs and no form
> appears.
> > > > >>
> > > > >> Help !!!!!
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > > >Sent via Deja.com http://www.deja.com/
> > > > >Share what you know. Learn what you don't.
> > > >
> > > >
> > >
> > >
> > > Sent via Deja.com http://www.deja.com/
> > > Share what you know. Learn what you don't.
> >
> >
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

begin 666 svwww.cfg

M.PT*6TUU;'1I4&]R=%T-"D%.62 _at_(" @(" @(" @(" @(" X," @(" @(" @
M(" _at_(" @(" @3D]232 @(" @(" @(" @(" @(&5U<F]V:7-U86PN9&5M;VXN
M8V\N=6L_at_+R @(" @(" @(" @(" @(" @($8Z7$]R86-L95Q/<F%N=%QO=W-<
M861M:6Y<=V5B<VET930P7&AT='!D7V5U<F]V:7-U86Q<=W=W7"!.3TY%(" _at_
M(" _at_(" @(" @(" @#0H[#0I;3F5T26YF;UT-"DUA>$-O;FYE8W1#;W5N=" @
M(" ](#8P," _at_(" @(" @(" @(" @( T*1$Y34F5S;VQU=&EO;B @(" @(#T@
M3D5615(_at_(" @(" @(" @(" @#0I397)V97)0240@(" @(" @(" @/2!&.EQ/
M<F%C;&5<3W)A;G1<;W=S7&%D;6EN7'=E8G-I=&4T,%QH='1P9%]E=7)O=FES
M=6%L7'=W=UQS=G=W=RYP:60-"CL-"EM,;V=087)A;7-=#0I!9&UI;E)O;&QO
M=F5R(" _at_(" @/2!N979E<B @(" @(" @(" @(" -"E1I;653='EL92 @(" @
M(" _at_(" ]($Q/0T%,(" @(" @(" @(" @( T*061M:6Y&:6QE(" @(" @(" @
M(#T_at_1CI<3W)A8VQE7$]R86YT7&]W<UQA9&UI;EQW96)S:71E-#!<:'1T<&1?
M975R;W9I<W5A;%QW=W=<<W9W=W<N97)R#0H[#0I;4V5R=F5R70T*26YI=&EA
M;$9I;&4_at_(" @(" @(#T@=W=W26YD97_at_N:'1M;" @(" @#0I$969A=6QT34E-
M151Y<&4_at_(" @/2!A<'!L:6-A=&EO;B]O8W1E="US=')E86T-"D1E9F%U;'1#
M:&%R<V5T(" _at_(" ](&ES;RTX.#4Y+3$@(" @(" @( T*4')E9F5R<F5D3&%N
M9W5A9V4_at_(#T_at_96X@(" @(" @(" @(" @(" @#0I);6%G94UA<" @(" @(" @
M(" _at_/2!M87 @(" @(" @(" @(" @(" -"E5S941I<DEN9&5X:6YG(" @(" ]
M($9!3%-%(" _at_(" @(" @(" @( T*0T=)5&EM96]U=" @(" @(" @(#T@.3 P
M(" _at_(" @(" @(" @(" @#0I&:6QE0V%C:&EN9R @(" @(" @/2!/3B @(" @ M(" _at_(" @(" @(" -"CL-"EM$:7)-87!S70T*1CI<3W)A8VQE7$]R86YT7&]W M<UPT+C!<9&]C7"!.4B _at_(" @(" @(" @(" @(" @+R @(" @(" @(" @(" @ M(" _at_( T*1CI<3W)A8VQE7$]R86YT7&9O<FUS-C!<:F%V85P_at_3E(@(" @(" @ M(" _at_(" @(" @("]F;W)M<S8P8V]D92\@(" @(" -"D8Z7$]R86-L95Q/<F%N
M=%QO=W-<-"XP7&%D;6EN7&1O8UP_at_3E(@(" @(" @(" @(" @(" @("]O=W,M
M861O8R\_at_(" @(" @(" -"D8Z7$]R86-L95Q/<F%N=%QO=W-<-"XP7&%D;6EN
M7&EM9UP_at_3E(@(" @(" @(" @(" @(" @("]O=W,M86EM9R\@(" @(" @(" -
M"D8Z7$]R86-L95Q/<F%N=%QO=W-<-"XP7&)I;EP_at_0TX@(" @(" @(" @(" @
M(" _at_("]O=W,M8FEN+R @(" @(" @(" -"D8Z7$]R86-L95Q/<F%N=%QO=W-<
M-"XP7&1O8UP_at_3E(@(" @(" @(" @(" @(" @("]O=W,M9&]C+R @(" @(" @
M(" -"D8Z7$]R86-L95Q/<F%N=%QO=W-<-"XP7&%D;6EN7&EM9UP_at_3E(@(" @ M(" _at_(" @(" @(" @("]O=W,M:6UG+R @(" @(" @(" -"D8Z7$]R86-L95Q/ M<F%N=%QO=W-<-"XP7&-L87-S97-<($Y2(" _at_(" @(" @(" @(" @(" O;W=S M+79B8VQA<W-E<R\_at_(" @#0I&.EQ/<F%C;&5<3W)A;G1<;W=S7#0N,%QS86UP M;&5<($Y2(" _at_(" @(" @(" @(" @(" O<V%M<&QE+R @(" @(" @(" @#0I& M.EQ/<F%C;&5<3W)A;G1<;W=S7#0N,%QS86UP;&5<8FEN7"!#4B _at_(" @(" @ M(" _at_(" @(" @+W-A;7!L92]B:6XO(" @(" @( T*1CI<3W)A8VQE7$]R86YT M7'=E8F-A8VAE7"!.4B _at_(" @(" @(" @(" @(" @+W=E8F-A8VAE+R @(" @ M(" _at_( T*1CI<3W)A8VQE7$]R86YT7'=E8FAT;6Q<($Y2(" @(" @(" @(" @ M(" _at_(" O=V5B:'1M;"\@(" @(" @(" @#0I&.EQ/<F%C;&5<3W)A;G1<9F]R
M;7,V,%QJ879A7"!.4B _at_(" @(" @(" @(" @(" @+W=E8FIA<G,O(" @(" @
M(" _at_( T*1CI<3W)A8VQE7$]R86YT7'=E8G1E;7!<($Y2(" @(" @(" @(" @
M(" _at_(" O=V5B=&5M<"\@(" @(" @(" @#0H[#0I;3&%N9T5X=%T-"F5N(" @
M(" _at_(" @(" @(" @("!I<V\M.#_at_U.2TQ(" @(" @(" @96YG(" @(" @(" @
M(" _at_(" @( T*96X@(" @(" @(" @(" @(" @('5N:6-O9&4M,2TQ(" @(" @
M("!E;F=5(" _at_(" @(" @(" @(" @=6,@(" @(" @(" @(" @(" @( T*9G(M
M0T$_at_(" @(" @(" @(" @(&ES;RTX.#4Y+3$@(" @(" @("!F<F,@(" @(" @
M(" _at_(" @(" @#0IF<BU&4B @(" @(" @(" @(" @:7-O+3_at_X-3DM,2 @(" @
M(" _at_(&9R(" @(" @(" @(" @(" @(" -"FIP+4I0(" @(" @(" @(" @("!I
M<V\M,C R,BUJ<" _at_(" @(" @:G @(" @(" @(" @(" @(" @( T*:G M2E @
M(" _at_(" @(" @(" @('5N:6-O9&4M,2TQ+75T9BTX("!J<%4@(" @(" @(" @
M(" _at_(" @#0H[#0I;34E-151Y<&5S70T*=&5X="]H=&UL(" @(" @(" @(&AT
M;2 _at_(" @(" @(" @(" @("!H=&UL(" @(" @(" @(" @(" @#0II;6%G92]J
M<&5G(" _at_(" @(" @:G!G(" @(" @(" @(" @(" @(&IP96<@(" @(" @(" @
M(" _at_(" -"FEM86=E+V=I9B @(" @(" @("!G:68@(" @(" @(" @(" @(" @
M#0IA<'!L+W1E>'0_at_(" @(" @(" @9&]C(" @(" @(" @(" @(" @( T*=&5X
M="]P;&%I;B _at_(" @(" @('1X=" @(" @(" @(" @(" @("!K<V@@(" @(" @
M(" _at_(" @(" @;'-T(" @(" @(" @(" @(" @( T*87!P;&EC871I;VXO<&1F
M(" _at_('!D9B @(" @(" @(" @(" @(" -"F%P<&QI8V%T:6]N+W!O<W1S8W)I
M<'0_at_<',@(" @(" @(" @(" @(" @( T*;6]D96PO=G)M;" @(" @(" @('=R
M;" _at_(" @(" @(" @(" @("!V<FUL(" @(" @(" @(" @(" @#0IV:61E;R]M
M<&5G(" _at_(" @(" @;7!E9R @(" @(" @(" @(" @(&UP9R @(" @(" @(" @
M(" _at_("!M<&4@(" @(" @(" @(" @(" @#0H[#0I;16YC;V1I;F=S70T*8V]M
M<')E<W,_at_(" @(" @(" @(%H@(" @(" @(" @(" @(" @(" -"F=Z:7 @(" @ M(" _at_(" @(" @("!G>B @(" @(" @(" @(" @(" @#0H[#0I;1'EN07!P<UTM" D8Z7$]R86-L95Q/<F%N=%QO=W-<-"XP7&)I;EQN9'=F<S0P+F1L;"!O<F%C 1;&5?861P7VEN:70_at_(" @#0H`
`
end

begin 666 static.htm
M/$A434P^#0H-"CPA+2T_at_1DE,13H@<W1A=&EC+FAT;2 M+3X-"CPA+2T_at_3W)A M8VQE(%-T871I8R H3F]N+4-A<G1R:61G92D_at_2%1-3"!&:6QE(%1E;7!L871E M("A7:6YD;W=S($Y4*2 M+3X-"CPA+2T_at_4F5N86UE+"!A;F0@;6]D:69Y('1A M9W,_at_86YD('!A<F%M971E<B!V86QU97,_at_87,@;F5E9&5D("TM/_at_T*#0H\2$5! M1#X\5$E43$4^1&5V96QO<&5R+S(P,# _at_9F]R('1H92!796(\+U1)5$Q%/CPO M2$5!1#X-"_at_T*/$)/1%D^/$)2/E!L96%S92!W86ET('=H:6QE('1H92!&;W)M M<R!#;&EE;G0_at_8VQA<W,_at_9FEL97,_at_9&]W;FQO860_at_86YD(')U;BX-"B @(" @ M(#Q"4CY4:&ES('=I;&P_at_=&%K92!A('-E8V]N9"!O<B!T=V\N+BX-"CQ0/_at_T* M#0H\3T)*14-4(&-L87-S:60](F-L<VED.C R,&8V,3$V+30P-V(M,3%D,RUA M,V)B+3 P8S T9F$S,C4Q."(_at_#0H@(" @(" @(" @(" @(" @("!W:61T:#TB M-C P(B!H96EG:'0](C0P,"(_at_86QI9VX](F)A<V5L:6YE(B -"B @(" @(" @ M(" _at_(" @(" @(&-O9&5B87-E/2)H='1P.B\O975R;W9I<W5A;"YD96UO;BYC M;RYU:R]F;W)M<S8P8V]D92]J:6YI=#$Q-S$X+F5X92-697)S:6]N/3$L,2PW

M+#$X(CX_at_#0H@(" @(" @(" \4$%204T_at_3D%-13TB8V]D92(@5D%,544](F]R
M86-L92YF;W)M<RYE;F=I;F4N36%I;B(^( T*(" _at_(" @(" @/%!!4D%-($Y!
M344](F-O9&5B87-E(B!604Q513TB+V9O<FUS-C!C;V1E+R(^( T*(" _at_(" @
M(" _at_/%!!4D%-($Y!344](F%R8VAI=F4B(%9!3%5%/2(O=V5B:F%R<R]F-C!A M;&PN:F%R(CX_at_#0H@(" @(" @(" \4$%204T_at_3D%-13TB='EP92(@5D%,544] M(F%P<&QI8V%T:6]N+W_at_M:FEN:70M87!P;&5T.W9E<G-I;VX],2XQ+C<N,3_at_B M/B -"B _at_(" @(" @(#Q005)!32!.04U%/2)S97)V97)0;W)T(B!604Q513TB M.3 P,"(^( T*(" _at_(" @(" @/%!!4D%-($Y!344](G-E<G9E<D%R9W,B(%9! M3%5%/2)M;V1U;&4]:'!M;C P,68_at_=7-E<FED/6AP<R]H<'- ;SAI(CX@#0H@ M(" _at_(" @(" \4$%204T_at_3D%-13TB<V5R=F5R07!P(B!604Q513TB9&5F875L M="(^( T*(" _at_(" @(" @(" @(" @(" @3F\@2D1+(#$N,2!S=7!P;W)T(&9O M<B!!4%!,150A(2 -"B _at_(" @(" @(#PO3T)*14-4/B -"@T*/"]"3T19/_at_T* )/"](5$U,/_at_T*
`
end Received on Thu Sep 23 1999 - 21:52:22 CEST

Original text of this message