Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP listener not running at port:8888

Status
Not open for further replies.

kewlcoder

Programmer
Dec 9, 2003
82
IN
One more problem, i installed developer and i set the service names in the Net Manager, i was able to select the tables, create the form but when i try running it i get this error .. saying

The HTTP Listener is not running on sysno1(my computer) at port 8888. Please start the listener or check your runtime preferences.

I checked the Preferences and every thing was blank except Array Processing selected. and i don't know if any thing else is necessary.

At net manager I created a new listener with

Listener location :

Protocol:tcp/ip
host:sysno1
port:8888 ( actually changed the default from 1521 to 8888)

and i tried again and nothing worked i get the same error even now.. kindly help me i wasted my entire day trying to figure out a way to rectify the problem...
thank you.
 
Change the URL from [tt]h[tt]ttp://<your computer name>:8888/...[/tt] to [tt]h[tt]ttp://localhost:8888/....[/tt]
 
I'd suggest you to read at least anything before making changes. You've edited SQL*NET listener properties, while was asking about HTTP listener. Do you know the difference?
Please, revert your changes and just start OC4J instance (shortcut should be within Forms program group).


Regards, Dima
 
i have reverted the changes
It installed something and then
i had the java applet loading in the browser and i get this last error:

FRM-90928: Positional parameter after key on cammand line.

pls help.

Actually i have not edited anything in the SQL*net listener properties but i was working with the net manager which comes with 9iDS.
 
I tried to save the files and then run them and it worked.

Ok Finally got it running ...
thanks sem. an yeah do we always need to go through the &quot;O9iAS forms servlet&quot; which keeps showing when ever i run my form and it is very slow .. can't we do any thing.

thanks sem
 
Its a form error so youre getting closer....

Make sure the parameters you are supplying in the URL are in the correct positon, format and you use %20 instead of spaces.

For any 'hard coded' parameters it is easier to put them in formsweb.cfg and then use config=<your config> in the URL.
 
In most cases this error occurs when using file names containing blank spaces. Try to save your form with less complex path.

Forms 9i supports only 3-tier deployment. For client-server (more lightweight) you should use 6i or older.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top