Installation Windows XP
Hi, I've installed the: Sun Java System Web Server(..so long name), in windows xp. But when trying viewing the administration console, web Browser says "Unable to connect to the server ... :8989" and did start the Administration server.
I'm entirely newbie on server things... some help please. Thanks in advance
ra鷏.
# 1
While connecting from the browser be sure to provide the FQDN as follows:https://<admin_hostname>.domainname:8989That should work.If not then the m/c where the browser is located is not able to resolve the DNS name of the <admin_hostname>.
# 2
<admin_hostname> ?the browser location bar, when clicking Administration Console:https://aeon:8989/So I do have to write there:https://<admin_hostname>aeon:8989/But what is the <admin_hostname> ?
# 3
I am sorry for not being clear.In your example <admin_hostname> is 'aeon'.append the domainname of that m/c also as follows:https://aeon.whatever_is_the_domain_name:8989example: https://aeon.microsoft.com:8989
# 4
alternatively, tryhttps://localhost:8989or, tryhttps://ipaddress:8989, where ipaddress is your machine's ipaddress (as shown by ipconfig command)
# 5
sorry, none of those did work. I tried installing the java server again but no results..
Is there some requirement which I may don't have?
I would like to try to install Roller in this computer, and I would like doing it with java server, thats why i'm trying to install it. But I know nothing at all, about servers applications
thanks anyway
Message was edited by:
Aeon_Lancer
# 6
hmm.. did you try this first
click
- start-> Programs -> Sun Microsystems -> Web Server 7.0 -> Start Administration Server
now wait for the command line to close - this would allow server to start successfully.
now, access the administration server by doing
- start-> Programs -> Sun Microsystems -> Web Server 7.0 -> Administration Console
if this does not work, then you can do something like
https://localhost:8989 (or whatever the port you chose at the time of installation)
thanks for choosing web server 7.0
here is a useful link on how to run roller on ws7
http://developers.sun.com/webserver/reference/techart/running_roller_weblogger2 .html
hope this helps
# 7
Yeah I did it. Read the first post.The most strange thing is that it won't uninstall. I tried several times uninstall it and nothing.There has to be something which I did wrong or this computer has.thanks.PD. Visit my roller weblog
# 8
hmm a .cl domain.So did you say that the admin server started correctly the first time you installed it, but then you where not able to connect to it using https://localhost:8989/ ?Notice it is https and not httpBTW, Como esta santiago? ;)
# 9
well, in your first post, you have not mentioned that you did successfully start the administration server on your system. in this case, administration server has not been started then also you will run into the error.
it is also possible that you chose to install at a different port but simply forgot about it . to find this info, do the following
open your favorite editor and open the file
c:\program files\sun\webserver7\admin-server\config\server.xml
now search for port. this value you need to put in your browser like
https://localhost:<port value>
# 10
Also, if you think Admin Server has started successfully but you are still not able to view admin console (in any of the standard ways), first thing you should do is check 'error' log file for Admin Server.
This is located at this path:
<install-root>/admin-server/logs/error, where <install-root> is the directory you had chosen while installing Web Server.
Error log should confirm that Admin Server was successfully started and also you can see which port number it is using.
If there was a problem in starting Admin Server, it should be reported in Error Log.
# 11
It's true! There re log errors
[06/Jun/2007:08:39:15] info ( 3680): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[06/Jun/2007:08:39:15] failure ( 3680): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[06/Jun/2007:08:41:10] info ( 2416): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[06/Jun/2007:08:41:10] failure ( 2416): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[06/Jun/2007:08:47:26] info ( 1968): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[06/Jun/2007:08:47:26] failure ( 1968): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[06/Jun/2007:08:48:12] info ( 2656): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[06/Jun/2007:08:48:12] failure ( 2656): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[06/Jun/2007:22:26:12] info ( 2424): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[06/Jun/2007:22:26:12] failure ( 2424): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[07/Jun/2007:04:59:16] info ( 800): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[07/Jun/2007:04:59:16] failure ( 800): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[07/Jun/2007:05:38:36] info ( 3532): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[07/Jun/2007:05:38:36] failure ( 3532): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[07/Jun/2007:09:03:49] info ( 3244): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[07/Jun/2007:09:03:49] failure ( 3244): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[07/Jun/2007:17:57:23] info ( 3412): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[07/Jun/2007:17:57:23] failure ( 3412): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
[08/Jun/2007:11:46:00] info ( 3304): CORE1116: Sun Java System Web Server 7.0 B12/04/2006 08:46
[08/Jun/2007:11:46:00] failure ( 3304): CORE2253: Error running Init function load-modules: dlopen of j2eeplugin.dll failed (The specified module could not be found.)
Do I have to install J2EE?
nsegura :
Santiago?
Santiago is... smog, too smog.
How do I assign more dukes to this thread? The one I did assign, I did give it.
# 12
no. you don't have to install j2ee . web server comes within an internal NSAPI plugin library that can load java programs . this internal NSAPI plugin library is called as 'j2eeplugin' library.
for some reason, this plugin is not able to load successfully on your computer and hence your web server is not starting successfully.
this is what I would od
- dir c:\Program Files\sun\WebServer7\lib\j2eeplugin.dll - make sure this library exists in the first place
- dir c:\Program Files\Sun\WebServer7\jdk - make sure this directory exist. If you choose a location for different JDK during installation, then you need to make sure that you didn't delete the jdk that you chose at the time of installation
- download the following tool
http://www.dependencywalker.com/
unzip and run
depends.exe c:\Program Files\sun\WebServer7\lib\j2eeplugin.dll
you will see some 'yellow ? icon' with some 'dll' name at the end. please provide us this info
hope this helps
# 13
Wow!
I opened the file with the application and appeared a lot of info divided into a lot of window frames.
Into the two last window frames appeared the "?" and Info:
--
(?) JVM.DLL : Error opening file. System cannot find the file specified (2).
(?) MSJAVA.DLL : Error opening file. System cannot find the file specified (2).
--
Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
--
For Help, press F1
--
# 14
thanks for trying this . yes, this did give me some useful information - that the error you are seeing is nothing to be worried about.
i would give this a shot
- download msjava.dll from
http://www.dll-files.com/dllindex/download.php?msjavadownload0UKdRIUDkW
unzip the downloaded file and copy the msjava.dll to c:\windows\system32 folder.
you can read more about msjava.dll
http://www.auditmypc.com/process/msjava.asp
it is possible that you are running into CR:5010831. If having this dll fixes the problem, we will add this information within our documentation so that other customers doesn't have to go through the pain that you had to go through
again, thanks a ton and very much appreciate your patience
# 15
if this does five the problem, here is a better way to do it http://sunsolve.sun.com/search/document.do?assetkey=1-1-5010831-1
# 16
Still can't open administrator console, j2eeplugin.dll gives error log again.Don't have Sun Service Plan :-(But I have Dukes!I've opened a new thread now with dukes: http://forum.java.sun.com/thread.jspa?threadID=5181698&tstart=0
# 17
you might want to call sun support. they can look into this and try to find out what is going wrong