Your command shows nothing.
Here is my netstat -an before startup :
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:\Documents and Settings\domi.DOMI.000>netstat -an | find "1099"
C:\Documents and Settings\domi.DOMI.000>netstat -an
Connexions actives
Proto Adresse locale Adresse distante Etat
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1026 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1029 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1039 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1041 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1042 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1043 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1045 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1049 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1513 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1514 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1515 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1035 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1035 127.0.0.1:1041 ESTABLISHED
TCP 127.0.0.1:1035 127.0.0.1:1042 ESTABLISHED
TCP 127.0.0.1:1035 127.0.0.1:1043 ESTABLISHED
TCP 127.0.0.1:1035 127.0.0.1:1045 ESTABLISHED
TCP 127.0.0.1:1038 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1040 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1041 127.0.0.1:1035 ESTABLISHED
TCP 127.0.0.1:1042 127.0.0.1:1035 ESTABLISHED
TCP 127.0.0.1:1043 127.0.0.1:1035 ESTABLISHED
TCP 127.0.0.1:1045 127.0.0.1:1035 ESTABLISHED
TCP 127.0.0.1:1048 127.0.0.1:1049 ESTABLISHED
TCP 127.0.0.1:1049 127.0.0.1:1048 ESTABLISHED
TCP 127.0.0.1:1627 127.0.0.1:1626 TIME_WAIT
TCP 127.0.0.1:1704 127.0.0.1:445 TIME_WAIT
TCP 127.0.0.1:10110 0.0.0.0:0 LISTENING
TCP 127.0.0.1:10110 127.0.0.1:1736 TIME_WAIT
TCP 127.0.0.1:10110 127.0.0.1:1739 TIME_WAIT
TCP 127.0.0.1:10110 127.0.0.1:1743 TIME_WAIT
TCP 192.168.1.100:139 0.0.0.0:0 LISTENING
TCP 192.168.1.100:1513 195.200.113.216:143 ESTABLISHED
TCP 192.168.1.100:1514 195.200.113.216:143 ESTABLISHED
TCP 192.168.1.100:1515 195.200.113.216:143 ESTABLISHED
TCP 192.168.1.100:1629 65.214.43.44:80 TIME_WAIT
TCP 192.168.1.100:1632 64.154.80.132:80 TIME_WAIT
TCP 192.168.1.100:1646 64.233.183.104:80 TIME_WAIT
TCP 192.168.1.100:1649 65.214.43.44:80 TIME_WAIT
TCP 192.168.1.100:1658 217.22.65.25:80 TIME_WAIT
TCP 192.168.1.100:1686 64.233.183.99:80 TIME_WAIT
TCP 192.168.1.100:1690 194.109.192.39:80 TIME_WAIT
TCP 192.168.1.100:1694 194.109.192.39:80 TIME_WAIT
TCP 192.168.1.100:1714 63.246.7.71:80 TIME_WAIT
TCP 192.168.1.100:1721 63.246.7.71:80 TIME_WAIT
UDP 0.0.0.0:445 *:*
UDP 192.168.1.100:137 *:*
UDP 192.168.1.100:138 *:*
UDP 192.168.1.100:500 *:*
Cristian Roldan a écrit :
Hi Dom,
Before starting geronimo, try to execute netstat -an | find
"1099", is there any line in LISTENING state ?
Bye.
*/Dom <[EMAIL PROTECTED]>/* escribió:
Hi Cristian
I use Z.A., but I had turned it off, and same problem.
I'm completely lost, this is happening using my home computer.
Using my
office one, I have no problem, both use the same downloaded bin
zip files.
I've svn updated the source files, and tried to compile Geronimo
myself,
but some jars can't been downloaded during maven.
Here is my complete startup command window:
Booting Geronimo Kernel (in Java 1.4.2_10)...
Started configuration 1/22 0s geronimo/rmi-naming/1.0/car
Started configuration 2/22 1s geronimo/j2ee-server/1.0/car
13:40:20,421 WARN
[0/car,J2EEServer=geronimo,j2eeType=GBean,name=JMXService] Fa
ilure in JMXConnector
service:jmx:rmi://localhost/jndi/rmi:/JMXConnector
13:40:20,421 ERROR [GBeanInstanceState] Error while starting;
GBean is
now in th
e FAILED state:
objectName="geronimo.server:J2EEApplication=null,J2EEModule=gero
nimo/j2ee-security/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=JMXService"
java.io.IOException: javax.naming.ServiceUnavailableException [Root
exception is
java.rmi.ConnectException: Connection refused to host: 192.168.1.100;
nested ex
ception is:
java.net.ConnectException: Connection refused: connect]
at mx4j.remote.resolver.rmi.Resolver.bindServer(Resolver.java:199)
at
javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServ
er.java:152)
at
org.apache.geronimo.jmxremoting.JMXConnector.doStart(JMXConnector.jav
a:122)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanI
nstance.java:936)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart
(GBeanInstanceState.java:325)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInsta
nceState.java:110)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(G
BeanInstanceState.java:132)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanI
nstance.java:537)
at
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(Basi
cKernel.java:208)
at
org.apache.geronimo.kernel.config.Configuration.startRecursiveGBeans(
Configuration.java:315)
at
org.apache.geronimo.kernel.config.Configuration$$FastClassByCGLIB$$7f
4b4a9b.invoke()
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethod
Invoker.java:38)
at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio
n.java:118)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.
java:835)
at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:
178)
at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:
173)
at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl.start(Conf
igurationManagerImpl.java:142)
at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClass
ByCGLIB$$fbed85d2.invoke()
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethod
Invoker.java:38)
at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio
n.java:118)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.
java:800)
at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:5
7)
at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperat
ionInvoker.java:36)
at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(Pro
xyMethodInterceptor.java:96)
at
org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGL
IB$$259d7f0a.start()
at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:323)
at org.apache.geronimo.system.main.Daemon.(Daemon.java:82)
at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)
Started configuration 3/22 2s geronimo/j2ee-security/1.0/car
Started configuration 4/22 4s geronimo/activemq-broker/1.0/car
Started configuration 5/22 0s geronimo/activemq/1.0/car
Started configuration 6/22 0s geronimo/system-database/1.0/car
Started configuration 7/22 2s geronimo/directory/1.0/car
Started configuration 8/22 0s geronimo/ldap-realm/1.0/car
Started configuration 9/22 3s geronimo/tomcat/1.0/car
Started configuration 10/22 0s
geronimo/geronimo-gbean-deployer/1.0/car
Started configuration 11/22 1s geronimo/j2ee-deployer/1.0/car
Started configuration 12/22 0s geronimo/tomcat-deployer/1.0/car
Started configuration 13/22 0s geronimo/welcome-tomcat/1.0/car
Started configuration 14/22 0s geronimo/ldap-demo-tomcat/1.0/car
Started configuration 15/22 0s
geronimo/servlets-examples-tomcat/1.0/car
Started configuration 16/22 1s geronimo/jsp-examples-tomcat/1.0/car
Started configuration 17/22 1s geronimo/webconsole-tomcat/1.0/car
Started configuration 18/22 1s geronimo/uddi-tomcat/1.0/car
Started configuration 19/22 1s geronimo/jmxdebug-tomcat/1.0/car
Started configuration 20/22 6s geronimo/daytrader-derby-tomcat/1.0/car
Started configuration 21/22 0s geronimo/remote-deploy-tomcat/1.0/car
Started configuration 22/22 1s geronimo/hot-deployer/1.0/car
Startup completed in 29 seconds
Listening on Ports:
1099 0.0.0.0 RMI Naming
1389 0.0.0.0 Apache Directory LDAP
1527 0.0.0.0 Derby Connector
4201 0.0.0.0 ActiveIO Connector EJB
4242 0.0.0.0 Remote Login Listener
8009 0.0.0.0 Tomcat Connector AJP
8080 0.0.0.0 Tomcat Connector HTTP
8443 0.0.0.0 Tomcat Connector HTTPS
61616 0.0.0.0 ActiveMQ Message Broker Connector
Started Application Modules:
WAR: geronimo/welcome-tomcat/1.0/car
EAR: geronimo/webconsole-tomcat/1.0/car
WAR: geronimo/ldap-demo-tomcat/1.0/car
RAR: geronimo/activemq/1.0/car
WAR: geronimo/jmxdebug-tomcat/1.0/car
EAR: geronimo/uddi-tomcat/1.0/car
WAR: geronimo/remote-deploy-tomcat/1.0/car
WAR: geronimo/servlets-examples-tomcat/1.0/car
EAR: geronimo/daytrader-derby-tomcat/1.0/car
WAR: geronimo/jsp-examples-tomcat/1.0/car
RAR: geronimo/system-database/1.0/car
Web Applications:
http://domi:8080/
http://domi:8080/console
http://domi:8080/console-standard
http://domi:8080/daytrader
http://domi:8080/debug-tool
http://domi:8080/jsp-examples
http://domi:8080/juddi
http://domi:8080/ldap-demo
http://domi:8080/remote-deploy
http://domi:8080/servlets-examples
WARNING: Some GBeans were not started successfully:
JMXService (failed)
Geronimo Application Server started
Cristian Roldan a écrit :
> Hi Dom,
> Do you have any firewall installed in your PC ?
>
> Bye,
>
>
>
> */Dom /* escribió:
>
> Trying to start Geronimo, I always get :
>
> 19:34:32,218 WARN
> [0/car,J2EEServer=geronimo,j2eeType=GBean,name=JMXService]
Failure in
> JMXConnector service:jmx:rmi://localhost/jndi/rmi:/JMXConnector
> 19:34:32,218 ERROR [GBeanInstanceState] Error while starting;
> GBean is
> now in the FAILED state:
>
objectName="geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-security/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=JMXService"
> java.io.IOException: javax.naming.ServiceUnavailableException [Root
> exception is java.rmi.ConnectException: Connection refused to host:
> 192.168.1.100; nested exception is:
> java.net.ConnectExce ption: Connection refused: connect]
> at mx4j.remote.resolver.rmi.Resolver.bindServer(Resolver.java:199)
> at
>
javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:152)
> etc...
>
> 192.168.1.100 is the right IP
> win2K, j2sdk 1.4.2_10
>
> Dom
>
>
> __________________________________________________
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
> ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
>
>------------------------------------------------------------------------
>
>No virus found in this incoming message.
>Checked by AVG Free Edition.
>Version: 7.1.371 / Virus Database: 267.14.7/214 - Release Date:
23/12/2005
>
>
------------------------------------------------------------------------
*1GB gratis*, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
Abrí tu cuenta aquí <http://login.yahoo.com/config/mail?.intl=ar>
------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.7/214 - Release Date: 23/12/2005