• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Oracle 9iAS installation

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have installed Oracle 9iAs succesfully on Windows 2000. Oracle Portal is also installed and everything is working fine till I try to run the portal.
On the browser as soon as I type in the url to run the portal it shows me the error page cannot be displayed and in the error.log file I get the message ---
[Wed Mar 13 11:18:57 2002] [crit] (10038)An operation was attempted on something that is not a socket: Parent: WSADuplicateSocket failed for socket 548.
[Wed Mar 13 11:18:57 2002] [error] (2)No such file or directory: master_main: create child process failed. Exiting.
There was Macintosh File Services running on the port so I stopped the service and tried to run the portal it again gave me an error message ---
[Wed Mar 13 11:18:57 2002] [crit] (10038)An operation was attempted on something that is not a socket: Parent: WSADuplicateSocket failed for socket 544.
[Wed Mar 13 11:18:57 2002] [error] (2)No such file or directory: master_main: create child process failed. Exiting.
On 544 port there is system service kermenos kshell running.
In the netstat -a command which displays all the ports that are in use this port is not getting displayed.
I am confused how do I come to know if port 544 is in use or not and how do I test the portal.
Thanks a lot,
Shweta
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic