[jboss-user] [Installation, Configuration Deployment] - Re: JBOSS Startup Error - InstanceAlreadyExistsException

2009-09-12 Thread jaikiran
Is this a clean JBoss or have you changed anything on the server? Also does 
this exception/WARN messages appear only when you deploy your application? Does 
the server start cleanly from the command prompt without your application 
deployed in it?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4254887#4254887

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4254887
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: JBOSS Startup Error - InstanceAlreadyExistsException

2009-09-12 Thread cdub
It is a clean JBoss install. I have done nothing to it. This happens when I 
deploy my application. Your help would be most appreciated. Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4254898#4254898

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4254898
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: JBOSS Startup Error - InstanceAlreadyExistsException

2009-09-12 Thread jaikiran
What does your application contain? Does it contain any JBoss specific jar or 
xml files? How are you deploying this application? Does it work fine if you 
don't use the IDE and deploy the application manually and start the server from 
command prompt?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4254899#4254899

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4254899
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: JBOSS Startup Error - InstanceAlreadyExistsException

2009-09-12 Thread cdub
The only thing besides standard Java libs that it uses is Hibernate. I also use 
some JAVAX classes (javax.naming, javax.servlet, javax.servlet.http) which I 
reference by pointing to the JBOSS_HOME\common\lib directory. Could that be the 
problem ? I'm pointing to all JARS in that directory rather than a specific JAR 
because I don't know which JAR contains those classes.

I have not tried starting JBOSS from the command line and manually deploying. 
Do you think that would make any difference ? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4254902#4254902

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4254902
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss startup error

2007-10-09 Thread jaikiran
Is this all, that you get in the logs? Is there any other exception stacktrace 
related to this? Maybe JVM_BIND error?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4092947#4092947

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092947
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss startup error

2007-10-09 Thread aj1m
no there r many error after that;

when i put my network cable this is corrected but  have other error but when i 
dont use the network cable i have this error,

i dont know how it is happened it was ok; i'm working in linux; i think that i 
must configure it to work as local host; is it like that if yes how can i do 
that .

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4092966#4092966

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092966
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: jboss startup error: Error starting ServerSocket

2007-01-29 Thread krixo
Thankyou, the  hostname localhost command worked. Now JBoss is starting 
without errors.

Here is how the fault arise:
I've edited /etc/network/interfaces to set IP address
I've edited /etc/hostname to set the hostname.
So that is not enough!

Thankyou alot, Kristian

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4007709#4007709

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4007709
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: jboss startup error: Error starting ServerSocket

2007-01-27 Thread ALRubinger
Looks like you're trying to bind to an external IP (195.41.53.217) whereas the 
actual IP of your machine is internal (192.168.1.3).

Try editing /etc/hosts to remove the binding, or set the hostname from the 
commandline:

 hostname localhost

S,
ALR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4007348#4007348

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4007348
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user