HI i run the following JMS application in Jboss.
URL : 
http://www.jboss.org/wiki/Wiki.jsp?page=QueueExample
 
Then the Jboss server is automatically shutdown with
following error.
16:35:27,781 INFO  [STDOUT] Queue name is testQueue
16:35:27,781 INFO  [STDOUT] JNDI API lookup failed:
javax.naming.NameNotFoundExc
eption: QueueConnectionFactory not bound
16:35:27,781 INFO  [STDOUT]
javax.naming.NameNotFoundException: QueueConnectionF
actory not bound
16:35:27,781 INFO  [STDOUT]     at
org.jnp.server.NamingServer.getBinding(Naming
Server.java:495)
16:35:27,781 INFO  [STDOUT]     at
org.jnp.server.NamingServer.getBinding(Naming
Server.java:503)
16:35:27,781 INFO  [STDOUT]     at
org.jnp.server.NamingServer.getObject(NamingS
erver.java:509)
16:35:27,781 INFO  [STDOUT]     at
org.jnp.server.NamingServer.lookup(NamingServ
er.java:282)
16:35:27,781 INFO  [STDOUT]     at
org.jnp.interfaces.NamingContext.lookup(Namin
gContext.java:530)
16:35:27,781 INFO  [STDOUT]     at
org.jnp.interfaces.NamingContext.lookup(Namin
gContext.java:509)
16:35:27,781 INFO  [STDOUT]     at
javax.naming.InitialContext.lookup(InitialCon
text.java:345)
16:35:27,781 INFO  [STDOUT]     at
jmstest.JmsMethodCallBean.getName(JmsMethodCa
llBean.java:59)
16:35:27,781 INFO  [STDOUT]     at
org.apache.jsp.JmsMethodCall_jsp._jspService(
JmsMethodCall_jsp.java:69)
16:35:27,781 INFO  [STDOUT]     at
org.apache.jasper.runtime.HttpJspBase.service
(HttpJspBase.java:94)
16:35:27,781 INFO  [STDOUT]     at
javax.servlet.http.HttpServlet.service(HttpSe
rvlet.java:810)
16:35:27,781 INFO  [STDOUT]     at
org.apache.jasper.servlet.JspServletWrapper.s
ervice(JspServletWrapper.java:324)
16:35:27,781 INFO  [STDOUT]     at
org.apache.jasper.servlet.JspServlet.serviceJ
spFile(JspServlet.java:292)
16:35:27,796 INFO  [STDOUT]     at
org.apache.jasper.servlet.JspServlet.service(
JspServlet.java:236)
16:35:27,796 INFO  [STDOUT]     at
javax.servlet.http.HttpServlet.service(HttpSe
rvlet.java:810)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.ApplicationFilterCha
in.internalDoFilter(ApplicationFilterChain.java:237)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.ApplicationFilterCha
in.doFilter(ApplicationFilterChain.java:157)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardWrapperValve
.invoke(StandardWrapperValve.java:214)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardValveContext
.invokeNext(StandardValveContext.java:104)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardPipeline.inv
oke(StandardPipeline.java:520)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardContextValve
.invokeInternal(StandardContextValve.java:198)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardContextValve
.invoke(StandardContextValve.java:152)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardValveContext
.invokeNext(StandardValveContext.java:104)
16:35:27,796 INFO  [STDOUT]     at
org.jboss.web.tomcat.security.SecurityAssocia
tionValve.invoke(SecurityAssociationValve.java:72)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardValveContext
.invokeNext(StandardValveContext.java:102)
16:35:27,796 INFO  [STDOUT]     at
org.jboss.web.tomcat.security.JBossSecurityMg
rRealm.invoke(JBossSecurityMgrRealm.java:275)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardValveContext
.invokeNext(StandardValveContext.java:102)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardPipeline.inv
oke(StandardPipeline.java:520)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardHostValve.in
voke(StandardHostValve.java:137)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardValveContext
.invokeNext(StandardValveContext.java:104)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.valves.ErrorReportValve.i
nvoke(ErrorReportValve.java:117)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardValveContext
.invokeNext(StandardValveContext.java:102)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardPipeline.inv
oke(StandardPipeline.java:520)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardEngineValve.
invoke(StandardEngineValve.java:109)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardValveContext
.invokeNext(StandardValveContext.java:104)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.StandardPipeline.inv
oke(StandardPipeline.java:520)
16:35:27,796 INFO  [STDOUT]     at
org.apache.catalina.core.ContainerBase.invoke
(ContainerBase.java:929)
16:35:27,796 INFO  [STDOUT]     at
org.apache.coyote.tomcat5.CoyoteAdapter.servi
ce(CoyoteAdapter.java:160)
16:35:27,796 INFO  [STDOUT]     at
org.apache.coyote.http11.Http11Processor.proc
ess(Http11Processor.java:799)
16:35:27,796 INFO  [STDOUT]     at
org.apache.coyote.http11.Http11Protocol$Http1
1ConnectionHandler.processConnection(Http11Protocol.java:705)
16:35:27,796 INFO  [STDOUT]     at
org.apache.tomcat.util.net.TcpWorkerThread.ru
nIt(PoolTcpEndpoint.java:577)
16:35:27,796 INFO  [STDOUT]     at
org.apache.tomcat.util.threads.ThreadPool$Con
trolRunnable.run(ThreadPool.java:683)
16:35:27,796 INFO  [STDOUT]     at
java.lang.Thread.run(Thread.java:479)
16:35:27,796 INFO  [Server] JBoss SHUTDOWN:
Undeploying all packages
16:35:27,796 INFO  [TomcatDeployer] undeploy,
ctxPath=/JMSTest, warUrl=file:/C:/
jboss-3.2.5/server/default/tmp/deploy/tmp28638JMSTest.war/
16:35:27,812 INFO  [StandardWrapper] Waiting for 1
instance(s) to be deallocated

16:35:28,812 INFO  [StandardWrapper] Waiting for 1
instance(s) to be deallocated

16:35:29,812 INFO  [StandardWrapper] Waiting for 1
instance(s) to be deallocated

16:35:29,953 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28638JMSTest.war/ restart will
delete it
16:35:29,953 INFO  [TomcatDeployer] undeploy,
ctxPath=/jmx-console, warUrl=file:
/C:/jboss-3.2.5/server/default/deploy/jmx-console.war/
16:35:29,968 INFO  [TomcatDeployer] undeploy,
ctxPath=/web-console, warUrl=file:
/C:/jboss-3.2.5/server/default/tmp/deploy/tmp28637web-console.war/
16:35:30,250 INFO  [Http11Protocol] Pausing Coyote
HTTP/1.1 on http-0.0.0.0%2F0.
0.0.0-8080
16:35:31,250 INFO  [StandardService] Stopping service
jboss.web
16:35:31,250 INFO  [StandardHost] Create Host deployer
for direct deployment ( n
on-jmx )
16:35:31,265 INFO  [StandardHostDeployer] Removing web
application at context pa
th /jbossmq-httpil
16:35:31,265 INFO  [StandardHostDeployer] Removing web
application at context pa
th /invoker
16:35:31,281 INFO  [StandardHostDeployer] Removing web
application at context pa
th
16:35:31,281 INFO  [Http11Protocol] Stopping Coyote
HTTP/1.1 on http-0.0.0.0%2F0
.0.0.0-8080
16:35:31,296 INFO  [TomcatDeployer] undeploy,
ctxPath=/jbossmq-httpil, warUrl=fi
le:/C:/jboss-3.2.5/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.w
ar/
16:35:31,296 INFO  [TomcatDeployer] undeploy,
ctxPath=, warUrl=file:/C:/jboss-3.
2.5/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/
16:35:31,296 INFO  [TomcatDeployer] undeploy,
ctxPath=/invoker, warUrl=file:/C:/
jboss-3.2.5/server/default/deploy/http-invoker.sar/invoker.war/
16:35:31,359 INFO  [MailService] Mail service
'java:/Mail' removed from JNDI
16:35:31,500 INFO  [HypersonicDatabase] Database
standalone closed clean
16:35:31,515 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28618jms-ra.rar restart will
delete it
16:35:31,515 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28617jboss-xa-jdbc.rar restart
will delete it
16:35:31,531 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28616jboss-local-jdbc.rar
restart will delete it
16:35:31,546 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28615tomcat50-service.jar
restart will delete it
16:35:31,546 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28614tomcat-util.jar restart
will delete it
16:35:31,546 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28613tomcat-jk2.jar restart
will delete it
16:35:31,562 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28612tomcat-http11.jar restart
will delete it
16:35:31,562 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28611tomcat-coyote.jar restart
will delete it
16:35:31,562 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28610servlets-webdav.jar
restart will delete it
16:35:31,562 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28609servlets-invoker.jar
restart will delete it
16:35:31,562 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28608servlets-default.jar
restart will delete it
16:35:31,562 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28607servlets-common.jar
restart will delete it
16:35:31,578 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28606servlet-api.jar restart
will delete it
16:35:31,578 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28605naming-resources.jar
restart will delete it
16:35:31,578 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28604naming-common.jar restart
will delete it
16:35:31,578 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28603jsp-api.jar restart will
delete it
16:35:31,578 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28602jasper-runtime.jar restart
will delete it
16:35:31,578 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28601jasper-compiler.jar
restart will delete it
16:35:31,578 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28600jakarta-regexp-1.3.jar
restart will delete it
16:35:31,593 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28599commons-modeler.jar
restart will delete it
16:35:31,593 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28598commons-logging.jar
restart will delete it
16:35:31,593 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28597commons-el.jar restart
will delete it
16:35:31,593 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28596commons-digester.jar
restart will delete it
16:35:31,593 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28595commons-collections.jar
restart will delete it
16:35:31,593 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28594commons-beanutils.jar
restart will delete it
16:35:31,593 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28593catalina.jar restart will
delete it
16:35:31,593 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28592catalina-optional.jar
restart will delete it
16:35:31,609 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28591catalina-manager.jar
restart will delete it
16:35:31,609 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28590ant.jar restart will
delete it
16:35:31,656 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28589console-mgr.sar restart
will delete it
16:35:31,656 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28588uuid-key-generator.sar
restart will delete it
16:35:31,671 WARN  [DeploymentInfo] Could not delete
file:/C:/jboss-3.2.5/server
/default/tmp/deploy/tmp28587jboss-jca.sar restart will
delete it
Shutting down
Shutdown complete
Halting VM
Press any key to continue . . .

I try this jboss 3.2.2 and 3.2.5 in linux and windows
both environments, but same thing happen.

Any help is realy appreciate

Thank you
regards
Thilina




                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to