Problem with building repository database
By following the instructions mention at https://jazz.net/wiki/bin/view/Main/JazzTalkWalkthrough and https://jazz.net/wiki/bin/view/Main/HowToBuildRepositoryDatabase, I had developed a simple Jazz component which was very similar to the JazzTalk Example.
It was working fine. But to extend it i did some changed to the ecore model(which was earlier same as Jazztalk model). While creating the database for the new model using the AllTestsCreateDB test case, i am getting MultiException(stack at the end). I am not able to figure out what i have done wrong.
I thought i had might have not written the model correctly, so i reverted my changes to the earlier working model. But even for that model i am getting the same exception. I tried a couple of more thing but even that didnt help
1) Deleted the repostoryDb folder , and run the AllTestsCreateDB again. But the problem persisted
2) Extarcted the repostoryDb.zip which was present in the server folder, and run the test again. No progress here too.
Can someone help me out here.
org.mortbay.util.MultiException
at org.mortbay.http.HttpServer.doStart(HttpServer.java:686)
at org.mortbay.util.Container.start(Container.java:72)
at com.ibm.team.server.embedded.jetty.Activator.start(Activator.java:165)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:252)
at com.ibm.team.server.embedded.jetty.auth.ServerContainerProvider.startBundle(ServerContainerProvider.java:113)
at com.ibm.team.server.embedded.jetty.auth.ServerContainerProvider.startBundles(ServerContainerProvider.java:147)
at com.ibm.team.server.embedded.jetty.auth.ServerContainerProvider.start(ServerContainerProvider.java:103)
at com.ibm.team.repository.transport.client.TeamServerFactoryImpl.startLocalServer(TeamServerFactoryImpl.java:146)
at com.ibm.team.repository.transport.client.TeamServerFactoryImpl.newTeamServerFromURL(TeamServerFactoryImpl.java:181)
at com.ibm.team.repository.transport.client.TeamServerFactory.newTeamServerFromURL(TeamServerFactory.java:100)
at com.ibm.team.repository.service.tests.remotetests.ServiceTestClientHelper.getTeamServer(ServiceTestClientHelper.java:113)
at com.ibm.team.repository.service.tests.remotetests.ServiceTestClientHelper.getService(ServiceTestClientHelper.java:89)
at com.ibm.team.repository.service.tests.remotetests.ServiceTestClientHelper.getService(ServiceTestClientHelper.java:100)
at com.ibm.team.repository.service.tests.remotetests.ServiceTestClientHelper.getService(ServiceTestClientHelper.java:80)
at com.ibm.team.repository.service.tests.remotetests.RemoteServiceTestCaseHelper.run(RemoteServiceTestCaseHelper.java:69)
at com.ibm.team.repository.service.tests.AbstractRemoteServiceTestCase.run(AbstractRemoteServiceTestCase.java:109)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
It was working fine. But to extend it i did some changed to the ecore model(which was earlier same as Jazztalk model). While creating the database for the new model using the AllTestsCreateDB test case, i am getting MultiException(stack at the end). I am not able to figure out what i have done wrong.
I thought i had might have not written the model correctly, so i reverted my changes to the earlier working model. But even for that model i am getting the same exception. I tried a couple of more thing but even that didnt help
1) Deleted the repostoryDb folder , and run the AllTestsCreateDB again. But the problem persisted
2) Extarcted the repostoryDb.zip which was present in the server folder, and run the test again. No progress here too.
Can someone help me out here.
org.mortbay.util.MultiException
at org.mortbay.http.HttpServer.doStart(HttpServer.java:686)
at org.mortbay.util.Container.start(Container.java:72)
at com.ibm.team.server.embedded.jetty.Activator.start(Activator.java:165)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(AccessController.java:246)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:252)
at com.ibm.team.server.embedded.jetty.auth.ServerContainerProvider.startBundle(ServerContainerProvider.java:113)
at com.ibm.team.server.embedded.jetty.auth.ServerContainerProvider.startBundles(ServerContainerProvider.java:147)
at com.ibm.team.server.embedded.jetty.auth.ServerContainerProvider.start(ServerContainerProvider.java:103)
at com.ibm.team.repository.transport.client.TeamServerFactoryImpl.startLocalServer(TeamServerFactoryImpl.java:146)
at com.ibm.team.repository.transport.client.TeamServerFactoryImpl.newTeamServerFromURL(TeamServerFactoryImpl.java:181)
at com.ibm.team.repository.transport.client.TeamServerFactory.newTeamServerFromURL(TeamServerFactory.java:100)
at com.ibm.team.repository.service.tests.remotetests.ServiceTestClientHelper.getTeamServer(ServiceTestClientHelper.java:113)
at com.ibm.team.repository.service.tests.remotetests.ServiceTestClientHelper.getService(ServiceTestClientHelper.java:89)
at com.ibm.team.repository.service.tests.remotetests.ServiceTestClientHelper.getService(ServiceTestClientHelper.java:100)
at com.ibm.team.repository.service.tests.remotetests.ServiceTestClientHelper.getService(ServiceTestClientHelper.java:80)
at com.ibm.team.repository.service.tests.remotetests.RemoteServiceTestCaseHelper.run(RemoteServiceTestCaseHelper.java:69)
at com.ibm.team.repository.service.tests.AbstractRemoteServiceTestCase.run(AbstractRemoteServiceTestCase.java:109)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
6 answers
The exception you included in your original posting doesn't immediately
point to a particular problem. If you see different exceptions, don't
hesitate to post them to the forum so that we can try to figure out your
problem.
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 05:07 +0000, yogesh.arora wrote:
point to a particular problem. If you see different exceptions, don't
hesitate to post them to the forum so that we can try to figure out your
problem.
-
Matt Lavin
Jazz Server Team
On Thu, 2009-01-08 at 05:07 +0000, yogesh.arora wrote:
i had faced similar problem thrice since then. Every time i have been
getting different exception.And to solve the problem i always have to
create the jazz server client setup again, which wastes a lot of time
So i was looking for some better solution