| From | Sent On | Attachments |
|---|---|---|
| Srikanth G | Apr 8, 2008 10:18 pm | |
| Prakash Reddy K. L. V. | Apr 9, 2008 12:00 am | |
| Srikanth G | Apr 9, 2008 5:35 am | |
| Prakash Reddy K. L. V. | Apr 9, 2008 6:42 am | |
| Srikanth G | Apr 9, 2008 9:19 pm | |
| Prakash Reddy K. L. V. | Apr 10, 2008 12:30 am | |
| Srikanth G | Apr 10, 2008 12:33 am | .txt, .txt |
| Karthik Sudarshan | Apr 10, 2008 12:48 am | |
| Srikanth G | Apr 10, 2008 1:17 am | .txt |
| Karthik Sudarshan | Apr 10, 2008 1:32 am |
| Subject: | Re: getting Buld Error while builing Mirage using Maven | |
|---|---|---|
| From: | Prakash Reddy K. L. V. (Prak...@Sun.COM) | |
| Date: | Apr 9, 2008 12:00:34 am | |
| List: | net.java.dev.mirage.dev | |
Hi Srikanth,
Even tough it says the build has failed, thats not the case. These are the testcases that have failed. But the actual jar and war files would have been generated in the dist directory of the respective modules.Check it out.
The test cases have failed because you have not modified the mirage-jcr-impl\src\conf\RepositoryConfig.properties file with the correct values. It contains two properties : repository.xml.location=e:/JCRRepository/config/repository-xml.xml repository.location=c:/cms-repository-new
The first one is the location of the repository.xml on your system. The second one is the location where you want the repository to be set up.
Hope this helps.
Regards, Prakash
Srikanth G wrote:
Hi All,
Iam getting the following Build error while building the project Mirage.
Test set: com.sun.portal.cms.mirage.custom.CategoryTest
-------------------------------------------------------------------------------
Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 0.172 sec <<< FAILURE!
testCategoryCreationIsAllowed(com.sun.portal.cms.mirage.custom.CategoryTest) Time elapsed: 0 sec <<< ERROR!
com.sun.portal.cms.mirage.exception.CMSException: com.sun.portal.cms.mirage.exception.CMSException: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getRemoteJCRSession(RemoteSessionProvider.java:59)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getDefaultRemoteJCRSession(RemoteSessionProvider.java:44)
at com.sun.portal.cms.mirage.custom.CategoryTest.setUp(CategoryTest.java:81)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: com.sun.portal.cms.mirage.exception.CMSException: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:57)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getRemoteJCRSession(RemoteSessionProvider.java:54)
... 23 more
Caused by: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:202)
at org.apache.jackrabbit.core.config.RepositoryConfigurationParser.parseRepositoryConfig(RepositoryConfigurationParser.java:187)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:141)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:83)
at org.apache.jackrabbit.core.jndi.BindableRepository.createRepositoryConfig(BindableRepository.java:160)
at org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:137)
at org.apache.jackrabbit.core.jndi.BindableRepository.create(BindableRepository.java:125)
at org.apache.jackrabbit.core.jndi.BindableRepositoryFactory.createInstance(BindableRepositoryFactory.java:59)
at org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:60)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:53)
... 24 more
Caused by: java.io.FileNotFoundException: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:193)
... 33 more
Caused by: com.sun.portal.cms.mirage.exception.CMSException: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:57)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getRemoteJCRSession(RemoteSessionProvider.java:54)
... 23 more
Caused by: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:202)
at org.apache.jackrabbit.core.config.RepositoryConfigurationParser.parseRepositoryConfig(RepositoryConfigurationParser.java:187)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:141)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:83)
at org.apache.jackrabbit.core.jndi.BindableRepository.createRepositoryConfig(BindableRepository.java:160)
at org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:137)
at org.apache.jackrabbit.core.jndi.BindableRepository.create(BindableRepository.java:125)
at org.apache.jackrabbit.core.jndi.BindableRepositoryFactory.createInstance(BindableRepositoryFactory.java:59)
at org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:60)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:53)
... 24 more
Caused by: java.io.FileNotFoundException: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:193)
... 33 more
testCategoryCreationIsNotAllowedForDuplicateCategoryName(com.sun.portal.cms.mirage.custom.CategoryTest) Time elapsed: 0 sec <<< ERROR!
com.sun.portal.cms.mirage.exception.CMSException: com.sun.portal.cms.mirage.exception.CMSException: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getRemoteJCRSession(RemoteSessionProvider.java:59)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getDefaultRemoteJCRSession(RemoteSessionProvider.java:44)
at com.sun.portal.cms.mirage.custom.CategoryTest.setUp(CategoryTest.java:81)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: com.sun.portal.cms.mirage.exception.CMSException: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:57)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getRemoteJCRSession(RemoteSessionProvider.java:54)
... 23 more
Caused by: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:202)
at org.apache.jackrabbit.core.config.RepositoryConfigurationParser.parseRepositoryConfig(RepositoryConfigurationParser.java:187)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:141)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:83)
at org.apache.jackrabbit.core.jndi.BindableRepository.createRepositoryConfig(BindableRepository.java:160)
at org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:137)
at org.apache.jackrabbit.core.jndi.BindableRepository.create(BindableRepository.java:125)
at org.apache.jackrabbit.core.jndi.BindableRepositoryFactory.createInstance(BindableRepositoryFactory.java:59)
at org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:60)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:53)
... 24 more
Caused by: java.io.FileNotFoundException: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:193)
... 33 more
Caused by: com.sun.portal.cms.mirage.exception.CMSException: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:57)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getRemoteJCRSession(RemoteSessionProvider.java:54)
... 23 more
Caused by: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:202)
at org.apache.jackrabbit.core.config.RepositoryConfigurationParser.parseRepositoryConfig(RepositoryConfigurationParser.java:187)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:141)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:83)
at org.apache.jackrabbit.core.jndi.BindableRepository.createRepositoryConfig(BindableRepository.java:160)
at org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:137)
at org.apache.jackrabbit.core.jndi.BindableRepository.create(BindableRepository.java:125)
at org.apache.jackrabbit.core.jndi.BindableRepositoryFactory.createInstance(BindableRepositoryFactory.java:59)
at org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:60)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:53)
... 24 more
Caused by: java.io.FileNotFoundException: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:193)
... 33 more
testContentTypeCanBeAssignedToOnlyOneCategory(com.sun.portal.cms.mirage.custom.CategoryTest) Time elapsed: 0 sec <<< ERROR!
com.sun.portal.cms.mirage.exception.CMSException: com.sun.portal.cms.mirage.exception.CMSException: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getRemoteJCRSession(RemoteSessionProvider.java:59)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getDefaultRemoteJCRSession(RemoteSessionProvider.java:44)
at com.sun.portal.cms.mirage.custom.CategoryTest.setUp(CategoryTest.java:81)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: com.sun.portal.cms.mirage.exception.CMSException: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:57)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteSessionProvider.getRemoteJCRSession(RemoteSessionProvider.java:54)
... 23 more
Caused by: org.apache.jackrabbit.core.config.ConfigurationException: Configuration file could not be read.: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified): e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:202)
at org.apache.jackrabbit.core.config.RepositoryConfigurationParser.parseRepositoryConfig(RepositoryConfigurationParser.java:187)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:141)
at org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:83)
at org.apache.jackrabbit.core.jndi.BindableRepository.createRepositoryConfig(BindableRepository.java:160)
at org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:137)
at org.apache.jackrabbit.core.jndi.BindableRepository.create(BindableRepository.java:125)
at org.apache.jackrabbit.core.jndi.BindableRepositoryFactory.createInstance(BindableRepositoryFactory.java:59)
at org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:60)
at com.sun.portal.cms.mirage.ocm.test.helper.RemoteRepositorySetup.getRepositoryAsRemoteClient(RemoteRepositorySetup.java:53)
... 24 more
Caused by: java.io.FileNotFoundException: e:\JCRRepository\config\repository-xml.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.apache.jackrabbit.core.config.ConfigurationParser.parseXML(ConfigurationParser.java:193)
could some one help me out to build the project.
Thanks in Advance
Regards
Srikanth






.txt, .txt