Advertisement
mugs

Service Endpoint URL creation failed

Feb 20th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.04 KB | None | 0 0
  1. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ksbConfigurer' defined in class path resource [kfs-RiceSpringBeans.xml]: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rice.ksb.serviceRegistry.exporter' defined in class path resource [org/kuali/rice/ksb/config/KsbRegistryServerSpringBeans.xml]: Invocation of init method failed; nested exception is org.kuali.rice.core.api.config.ConfigurationException: Service Endpoint URL creation failed.
  2.     at java.net.URL.<init>(URL.java:585)
  3.     at java.net.URL.<init>(URL.java:482)
  4.     at java.net.URL.<init>(URL.java:431)
  5.     at org.kuali.rice.ksb.api.bus.support.AbstractServiceDefinition.validate(AbstractServiceDefinition.java:263)
  6.     at org.kuali.rice.ksb.api.bus.support.SoapServiceDefinition.validate(SoapServiceDefinition.java:73)
  7.     at org.kuali.rice.ksb.api.bus.support.ServiceBusExporter.afterPropertiesSet(ServiceBusExporter.java:40)
  8.     at org.kuali.rice.ksb.api.bus.support.PropertyConditionalServiceBusExporter.afterPropertiesSet(PropertyConditionalServiceBusExporter.java:38)
  9.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
  10.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
  11.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  12.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  13.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  14.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  15.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  16.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  17.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:590)
  18.     at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
  19.     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
  20.     at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
  21.     at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:105)
  22.     at org.kuali.rice.core.framework.resourceloader.SpringResourceLoader.start(SpringResourceLoader.java:89)
  23.     at org.kuali.rice.core.api.resourceloader.ResourceLoaderContainer.start(ResourceLoaderContainer.java:52)
  24.     at org.kuali.rice.core.framework.resourceloader.BaseResourceLoader.start(BaseResourceLoader.java:98)
  25.     at org.kuali.rice.core.framework.config.module.ModuleConfigurer.initializeResourceLoaders(ModuleConfigurer.java:311)
  26.     at org.kuali.rice.core.framework.config.module.ModuleConfigurer.afterPropertiesSet(ModuleConfigurer.java:90)
  27.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
  28.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
  29.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  30.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  31.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  32.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  33.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  34.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  35.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:590)
  36.     at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
  37.     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
  38.     at org.kuali.kfs.sys.context.KFSTestStartup.initializeKfsTestContext(KFSTestStartup.java:32)
  39.     at org.kuali.kfs.sys.context.KualiTestBase.configure(KualiTestBase.java:204)
  40.     at org.kuali.kfs.sys.context.KualiTestBase.runBare(KualiTestBase.java:91)
  41.     at junit.framework.TestResult$1.protect(TestResult.java:110)
  42.     at junit.framework.TestResult.runProtected(TestResult.java:128)
  43.     at junit.framework.TestResult.run(TestResult.java:113)
  44.     at junit.framework.TestCase.run(TestCase.java:124)
  45.     at junit.framework.TestSuite.runTest(TestSuite.java:232)
  46.     at junit.framework.TestSuite.run(TestSuite.java:227)
  47.     at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
  48.     at org.junit.runners.Suite.runChild(Suite.java:128)
  49.     at org.junit.runners.Suite.runChild(Suite.java:24)
  50.     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
  51.     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
  52.     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
  53.     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
  54.     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
  55.     at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
  56.     at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
  57.     at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
  58.     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createReqestAndRun(JUnitCoreWrapper.java:139)
  59.     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:111)
  60.     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:84)
  61.     at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:141)
  62.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  63.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  64.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  65.     at java.lang.reflect.Method.invoke(Method.java:606)
  66.     at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
  67.     at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:158)
  68.     at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
  69.     at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
  70.     at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement