[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-27 Thread PeterJ
First, the stack trace you provided is missing the beginning of the exception 
(in other words, the important stuff is missing). Most likely, your terminal 
window's buffer is not large enough so you could either resize the buffer, or 
extract the stack trace from the server.log file.

Second, the Incomplete Deployment listing and Depends on me entries are 
typically not helpful in solving a problem, they simply indicate that a problem 
did occur but don't give the root cause. So please don't post those.

Finally, at the end of what you posted there is the error message:

3:10:08,627 INFO [ChannelSocket] Port busy 8009 java.net.BindException: Address 
already in use 

This means that some other application has port 8009 in use. I would find out 
what application that is an stop it (recommended for just getting you up and 
running), or change the JBoss configuration to use a different port.  Once you 
fix that, the name not found exception from earlier in your post might solve 
itself.

By the way, are you running a clean install of JBoss, or did you deploy an 
application to it? If the later, remove the deployed application and just try 
to start JBoss.

And another thing, the output you posted has nothing whatsoever to do with 
entering a URL at a browser. Note the last line of that output:

13:10:08,634 INFO [Server] JBoss (MX MicroKernel) [4.0.0 (build: 
CVSTag=JBoss_4_0_0 date=200409200418)] Started in 30s:856ms

This is the last line printed before JBoss starts accepting input from 
browsers. Any problems resulting from entering a URL in a browser would show up 
after this line of the output. Or stated another way, you should wait until 
that line is printed before entering a URL at the browser.

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

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


[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-26 Thread thirumalmarugan

my terminal having this after the server starting command has been 
given. in not disply the home page while typing http://localhost:8080..
what can i do for that
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:396)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:293)
at org.jboss.Main.boot(Main.java:151)
at org.jboss.Main$1.run(Main.java:405)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.naming.NameNotFoundException: comp not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:529)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:508)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at 
org.jboss.web.AbstractWebDeployer.parseWebAppDescriptors(AbstractWebDeployer.java:470)
at 
org.jboss.web.AbstractWebDeployer$DescriptorParser.parseWebAppDescriptors(AbstractWebDeployer.java:989)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:128)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:83)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:370)
... 93 more
13:10:08,171 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Incompletely deployed packages:
[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/jboss-ws4ee.sar/jboss-ws4ee.war
 }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/jboss-ws4ee.sar/jboss-ws4ee.war
  altDD: null
  lastDeployed: 1172561998872
  lastModified: 1172561998000
  mbeans:

[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/
 }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1172561999253
  lastModified: 117247808
  mbeans:

[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/
 }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/web.xml
  altDD: null
  lastDeployed: 1172561999628
  lastModified: 117247808
  mbeans:

[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/META-INF/jboss-service.xml
  altDD: null
  lastDeployed: 1172561999628
  lastModified: 117247808
  mbeans:
jboss:service=Ebxmlrr state: Registered

[EMAIL PROTECTED] { 
url=file:/usr/local/jboss-4.0.0/server/default/deploy/jmx-console.war/ }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: Error during deploy; - nested throwable: 
(javax.naming.NameNotFoundException: comp not bound)
  state: FAILED
  watch: 
file:/usr/local/jboss-4.0.0/server/default/deploy/jmx-console.war/WEB-INF/web.xml
  altDD: null
  

[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-19 Thread PeterJ
Please post the contents of your /etc/hosts file. Most likely localhost is not 
properly registered.

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

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


[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-19 Thread thirumalmarugan
 My Hosts file contains the following 

# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost.localdomain   localhost

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

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


[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-19 Thread jwenting
And that's completely wrong, as I've seen in other default Linux installations.

Should be just (at least that line):

127.0.0.1   localhost

and make sure localhost isn't mapped to anything else (when I set up my box 
sometime 2005 it inserted a line mapping localhost to my actual network adapter 
as well, effectively destroying name resolution).

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

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