NameAlreadyBoundException...

Hello folks,

I am using the J2ee deploytool to deploy one of my programs when I got this error:

Exception in creating EJB container javax.naming.NameAlreadyBoundException [Root exception is org.omg.CosNaming.NamingContextPackage.AlreadyBound: IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0]]

The next entry in the server.log says:

Jndi name conflict found in [TestBeanApp]. Jndi name [TestBean] for bean [TestBean] is already in use.

I have checked all my EJB references, but I couldn't find anything wrong.

Any advice would be very much appreciated. Thanks in advance.

[633 byte] By [Comagea] at [2007-10-2 15:18:46]
# 1
I have solved the problem. It seems that there was a memory leak when I prematurely terminated my program by doing a Ctrl-C.
Comagea at 2007-7-13 14:24:51 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...