• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Java Web Server Installation error!Urgent!

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am getting following error!,when I start java web
server:
Java Web Server Error: can not start service adminservice ort 9090 is already in use java net bind exception error,etc. I did Java web server installation successfully in win98 and I could JSP also. But this time I am doing the installation in NT.Can somebody help me on this.Appreciate your help!
Regards
Nirmala Ekambaram
 
Nirmala Ekambaram
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anybody to give their hands!
Thanks in advance
Nirmala
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
During installation,it asks for an option : if you'd like JavaWebServer to start automatically at start up. You might have said Yes. In that case install it again saying No.
If you had said "No" but still you have this problem, try deleting all "jserv.exe" and "java.exe" from PROCESSES in Task Manager.
And start httpd manually..
Good luck
Saran
 
Nirmala Ekambaram
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Saran,
Thanks for your reply.I could not reinstall ,because if I try deleting the Java Web Server Directory it says that "pjbean.jar" file sharing ,so it can not delete. Please help me how do I come out of this error.
Thanks
Nirmala
 
Saran Vel
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to uninstall from add/remove programs of control panel..
and close all other applications bef uninstalling..

------------------
Saran
Sun Certified Java2 Programmer
 
Nirmala Ekambaram
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried removing/uninstalling, but got "delsL1.isu" not found and cannot uninstall it.
Appreciate your help.
Thanks in advance
Nirmala
 
Saran Vel
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry Nirmala..
I cann't figure out..
U can give a try by stopping the above said services and by restarting the windows..
Or else.. i guess the webservice is already running.. i think u tried to start manually, so u got the error..!! i guess now u can invoke the servlets from browser.. try by giving http://localhost:8080/
If u get some positive response.. tell me..

------------------
Saran
Sun Certified Java2 Programmer
 
Nirmala Ekambaram
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I appreciate your help! and thank you very much. I could start Java Web Server now but I try to access the Admin port/8080 it displays the following info:

Service Unavailable
The proxy is currently unable to handle the request due to a (possibly) temporary error. Extended error information is:
Failed to forward the request to the web server at NEKAMBAR_US:9090. This may be due to a firewall configuration error or a DNS failure.
Any body help me!
Thanks in advance
Nirmala
If this situation persists, please contact your firewall administrator.
 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all forget Jawa Web server as it is obsolete. Install Tomcat. And Admin port of JWS is not 8080 but 9090.
Try with http://localhost:8080 or http://127.0.0.1:8080/
The name with NE...:9090 is the Name of the Host which the windows is not able to resolve with Domain Name Service. Every host in the network has a IP Address and the Host Name. If one refers to the host name instead of an IP it tries to resolve the the Domain Name Service the WorldWide database of the Internet. Hence the error.
HTH
 
Nirmala Ekambaram
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To access Administrative tool , with the Java Web Server running , it is actually http://<server_host_name>:9090/
Thanks
Nirmala
 
Nirmala Ekambaram
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bharatesh H Kakamari,
I gave IP address and it worked . Thanks for your help.Appreciate it.
Thanks & Regards
Nirmala
 
We noticed he had no friends. So we gave him this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic