blank form when running a formweb page [message #175840] |
Mon, 05 June 2006 12:42 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jmora
Messages: 6 Registered: June 2006
|
Junior Member |
|
|
hello,
im facing a problem when running a form, it just gives a blank web page when i run a simple form
i am using forms 10g version 10.1.2.0.2 with oracle database 10g XE and also i have oracle 9i database version 9.0.1.0.1
with 9i listener uses port 1521
with 10g XE listener uses port 1522
i checked control panel - services they are all running
i also started oc4j instance
this is the application server URL in forms runtime preferences
http://jmora:1521/forms/frmservlet
thanks for your help
|
|
|
|
Re: blank form when running a formweb page [message #176052 is a reply to message #175840] |
Tue, 06 June 2006 11:27 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jmora
Messages: 6 Registered: June 2006
|
Junior Member |
|
|
hello littlefoot,
i use firefox as my web browser and i allowed pop ups and turned off norton firewall but still it gives a blank web page
i tried with internet explorer and i allowed active content to run on my computer but i receive a web page "this web page cannot be displayed"
here is a picture of what i receive
is the port number in the listener and forms runtime parameter correct? should it be the same in both?
|
|
|
|
|
|
Re: blank form when running a formweb page [message #177670 is a reply to message #177287] |
Fri, 16 June 2006 01:15 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jmora
Messages: 6 Registered: June 2006
|
Junior Member |
|
|
hi David,
im attaching the test form page, what is the web port number that i should use?
here is whats happening now
when i set the listener port number in net manager to 1521 or 1522 (coz i have 2 databases) and then run the form using the same port numbers in forms runtime parameters i get a blank web page, but when i set the port number in forms runtime parameter to 8889 i get this error message
frm-10142 the http listener is not running on jmora at port 8889, please start the listener or check your runtime preferences.
and when i set the listener port number in net manager to 8889 i get a blank form again,
so i came to a conclusion that whenever i use the same port numbers in net manager and forms runtime preferences i get a blank web page, and whenever i use different numbers i get the error message 10142
another question, what are the port numbers should be in tnsnames.ora file?
and what port number is should use in developer net manager listener settings?
the url in forms runtime parameter is
http://jmora:8888/forms/frmservlet ,
and in the web page is
http://127.0.0.1:1809/eUuB9cPFwX4aPTQZFK1NM5LtmE2Kd66pYSxTlmhFVTS10MHJ
thanks for your help
Jean
-
Attachment: testform.JPG
(Size: 69.37KB, Downloaded 982 times)
[Updated on: Fri, 16 June 2006 01:21] Report message to a moderator
|
|
|
|
Re: blank form when running a formweb page [message #177895 is a reply to message #177686] |
Sat, 17 June 2006 09:45 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jmora
Messages: 6 Registered: June 2006
|
Junior Member |
|
|
thanks for the links David, ive already gone through them but still my problem hasnt been solved.
i installed jinitiator but still i get blank web page when i run the form.
what port number should i use in developer suite net manager?? and forms runtime parameter?
what changes should i make to formsweb.cfg and windows registery?
|
|
|
Re: blank form when running a formweb page [message #177928 is a reply to message #177895] |
Sun, 18 June 2006 01:50 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/67693.png) |
saadatahmad
Messages: 452 Registered: March 2005 Location: Germany/Paderborn
|
Senior Member |
![saadatahmad](/forum/theme/orafaq/images/yahoo.png)
|
|
hi,
you don't need to make any changes in your formsweb.cfg and registry if your forms are installed successfully. I have attached a file with the reply. Just follow the steps mentioned in the file and after following all the steps if you still face any problem then let us know what is the problem after following those steps.
One more thing:
Did you add an entry in your tnsname.ora file in your forms10g home?
This entry should look like this:
10g =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = saadatpc)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
HOST will be equal to your_computer_name or ip address.
If you mention this entry in your tnsnames.ora file then in forms 10g you'll connect by scott/tiger@10g
If you'll connect only by scott/tiger, you'll not be able to run the form.
Hope this will help.
Regards,
[Updated on: Sun, 18 June 2006 01:57] Report message to a moderator
|
|
|
Re: blank form when running a formweb page [message #177958 is a reply to message #177928] |
Sun, 18 June 2006 10:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
jmora
Messages: 6 Registered: June 2006
|
Junior Member |
|
|
hello saadatahmad
thank you so much for the help, it finally worked
i didnt know about the file portlist.ini so i was using the wrong port (8888-8889) whereas the correct one is 8890
many thanks to you saadatahmad and to the other forum members too, thanks a lot David and Littlefoot as well
|
|
|