You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by axiez <le...@gmail.com> on 2009/01/18 06:00:59 UTC

Application Server startup failed

I have been using the application server for couple of weeks. Today, the
server startup failed with the following error message:
ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED
state:
abstractName="org.apache.geronimo.configs/j2ee-corba-yoko/2.1.3/car,j2eeType=CORBANameService,name=NameServer"
org.apache.geronimo.corba.security.config.ConfigException: Error starting
transient name service
How can I overcome this?
-- 
View this message in context: http://www.nabble.com/Application-Server-startup-failed-tp21524385s134p21524385.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Application Server startup failed

Posted by Derek Frost <de...@derekfrost.co.uk>.
I have this problem often on my windows development machine. It's due to
the corba service needing port 1050 for a name server. Windows allocates
ports from 1024 upwards for things like web browsers and this port may
be in use already. If you go to a command prompt (Start>Run.. and type
cmd) you can type the command "netstat -b". This lists the ports in use
and the "-b" switch lists the applications they are allocated to. Find
what is using port 1050 (and 1099) and shut it down temporarily. On my
machine it is usually Thunderbird or Firefox. Once Geronimo has started
you can restart this application. It should then be allocated another
port as 1050 (and 1099) will now be in use by Geronimo.

axiez wrote:
> The application server started without any problem when I retried. So
> everything is fine.
>
> axiez wrote:
>   
>> I have been using the application server for couple of weeks. Today, the
>> server startup failed with the following error message:
>> ERROR [GBeanInstanceState] Error while starting; GBean is now in the
>> FAILED state:
>> abstractName="org.apache.geronimo.configs/j2ee-corba-yoko/2.1.3/car,j2eeType=CORBANameService,name=NameServer"
>> org.apache.geronimo.corba.security.config.ConfigException: Error starting
>> transient name service
>> How can I overcome this?
>>
>>     
>
>   

-- 
If you are not the intended recipient of this e-mail, please accept my apologies. In this case the contents and attachments are confidential and must not be used, copied, or distributed. Indeed it may be unlawful to do so.

This e-mail (including attachments) has been checked for viruses and should have a valid digital signature. If not, it may be corrupted or forged and you should contact me before opening any attachment. In any event I accept no liability for damage resulting from its use.


Re: Application Server startup failed

Posted by axiez <le...@gmail.com>.
The application server started without any problem when I retried. So
everything is fine.

axiez wrote:
> 
> I have been using the application server for couple of weeks. Today, the
> server startup failed with the following error message:
> ERROR [GBeanInstanceState] Error while starting; GBean is now in the
> FAILED state:
> abstractName="org.apache.geronimo.configs/j2ee-corba-yoko/2.1.3/car,j2eeType=CORBANameService,name=NameServer"
> org.apache.geronimo.corba.security.config.ConfigException: Error starting
> transient name service
> How can I overcome this?
> 

-- 
View this message in context: http://www.nabble.com/Application-Server-startup-failed-tp21524385s134p21526265.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.