I got the PE of Oracle that came with my textbook and installed it including the Developer Suite on my laptop. My teacher has been unable to help me resolve the problems I've encountered trying to run forms. First I had issues with SERVICE_NAME but I managed to get it to let me login with the correct database name. Now when I try to run a form the browser opens up and then immediately shuts down. I checked my Start OC4J console with the one working on the destops at school and I am missing one line:
FormsServlet init():
configFileName: c:\oradev92/forms90/server/formsweb.cfg
testMode: false
ListenerServlet init()
I am missing the last line, ListenerServlet init(). These 4 lines only appear in the console window after I run a form, not when OC4J is started.
I have gone into the Preferences and set the browser to IE's .exe file because I was getting
http://%20%20 infront of the url.
Teacher has no clue, can anyone help me get this running?