[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-5259, JMS Destination Names is showing as QueueServ
mark.spritzler
do-not-reply at jboss.com
Wed Mar 19 17:09:40 EDT 2008
Testsuite for JMS is also failing to run
I get this with both a build downloaded from Hudson, and also the one in the build/output directory
Testsuite: org.jboss.test.profileservice.test.JmsDestinationUnitTestCase
Tests run: 5, Failures: 0, Errors: 5, Time elapsed: 1.375 sec
Testcase: testDLQ took 1.093 sec
Caused an ERROR
Profile root does not exists: C:\JBossServers\jboss-5.0.0.CR1\server\profileservice
org.jboss.profileservice.spi.NoSuchProfileException: Profile root does not exists: C:\JBossServers\jboss-5.0.0.CR1\server\profileservice
at org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository.load(SerializableDeploymentRepository.java:479)
at org.jboss.system.server.profileservice.repository.FileProfileRepository.getProfileDeploymentRepository(FileProfileRepository.java:135)
at org.jboss.system.server.profileservice.repository.ProfileServiceImpl.getProfile(ProfileServiceImpl.java:155)
at org.jboss.profileservice.management.ManagementViewImpl.loadProfile(ManagementViewImpl.java:169)
at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121)
at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:56)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:847)
at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:682)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:635)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:459)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:197)
at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:203)
at org.jboss.remoting.Client.invoke(Client.java:1685)
at org.jboss.remoting.Client.invoke(Client.java:589)
at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:62)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at AOPProxy$1.loadProfile(AOPProxy$1.java)
at org.jboss.test.profileservice.test.AbstractProfileServiceTest.getManagementView(AbstractProfileServiceTest.java:147)
at org.jboss.test.profileservice.test.JmsDestinationUnitTestCase.testDLQ(JmsDestinationUnitTestCase.java:66)
at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:74)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
at AOPProxy$1.loadProfile(AOPProxy$1.java)
at org.jboss.test.profileservice.test.AbstractProfileServiceTest.getManagementView(AbstractProfileServiceTest.java:147)
at org.jboss.test.profileservice.test.JmsDestinationUnitTestCase.testDLQ(JmsDestinationUnitTestCase.java:66)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137908#4137908
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137908
More information about the jboss-dev-forums
mailing list