Great! Thanks, Kurt - that worked. I remember now doing that previously but had forgotten to this time around. Thank you!
Natalie On Fri, 2010-01-29 at 12:45 -0500, Kurt T Stam wrote: > Hi Natalie, > > We found this too and have fixed it since: > > http://issues.apache.org/jira/browse/JUDDI-301 > > --Kurt > > > Natalie Turner wrote: > > > Hi, > > > > I'm trying to deploy the latest juddi in the trunk to my > > JBoss-EAP-5.0 server and am getting the error below. Is this > > something I have misconfigured or is it something you have seen > > before? I have gotten previous versions of juddiv3 running just > > fine on the servers. Any ideas? > > > > 12:36:41,852 INFO [Install] Loading the root Publisher from file > > root_Publisher.xml > > 12:36:41,853 INFO [Install] Loading the content of file: > > vfszip:/home/turnerna/jboss-eap-5.0/jboss-as/server/tester/deploy/juddiv3.war/WEB-INF/lib/juddi-core-3.0.2.SNAPSHOT.jar/juddi_install_data/root_Publisher.xml > > 12:36:41,993 ERROR [RegistryServlet] jUDDI registry could not be > > started.java.lang.IllegalArgumentException: URI is not absolute > > org.apache.commons.configuration.ConfigurationException: > > java.lang.IllegalArgumentException: URI is not absolute > > at > > org.apache.juddi.config.AppConfig.getPersistentConfiguration(AppConfig.java:122) > > at > > org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:95) > > at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:62) > > at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:183) > > at > > org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:205) > > at org.apache.juddi.Registry.start(Registry.java:55) > > at > > org.apache.juddi.servlets.RegistryServlet.init(RegistryServlet.java:45) > > at > > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048) > > at > > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:950) > > at > > org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4122) > > at > > org.apache.catalina.core.StandardContext.start(StandardContext.java:4421) > > at > > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310) > > at > > org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142) > > at > > org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461) > > at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) > > at org.jboss.web.deployers.WebModule.start(WebModule.java:97) > > 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:597) > > at > > org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) > > at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) > > at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) > > at > > org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) > > at > > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) > > at > > org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206) > > at $Proxy38.start(Unknown Source) > > at > > org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42) > > at > > org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37) > > at > > org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) > > at > > org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) > > at > > org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) > > at > > org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) > > at > > org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:297) > > at > > org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1632) > > at > > org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935) > > at > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083) > > at > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985) > > at > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:823) > > at > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553) > > at > > org.jboss.system.ServiceController.doChange(ServiceController.java:688) > > at > > org.jboss.system.ServiceController.start(ServiceController.java:460) > > at > > org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163) > > at > > org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99) > > at > > org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46) > > at > > org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) > > at > > org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50) > > at > > org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171) > > at > > org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1440) > > at > > org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1158) > > at > > org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1179) > > at > > org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1099) > > at > > org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) > > at > > org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1632) > > at > > org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935) > > at > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083) > > at > > org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985) > > at > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:823) > > at > > org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553) > > at > > org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:782) > > at > > org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702) > > at > > org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117) > > at > > org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:371) > > at > > org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:256) > > at java.util.concurrent.Executors > > $RunnableAdapter.call(Executors.java:441) > > at java.util.concurrent.FutureTask > > $Sync.innerRunAndReset(FutureTask.java:317) > > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > > at java.util.concurrent.ScheduledThreadPoolExecutor > > $ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > > at java.util.concurrent.ScheduledThreadPoolExecutor > > $ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) > > at java.util.concurrent.ScheduledThreadPoolExecutor > > $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) > > at java.util.concurrent.ThreadPoolExecutor > > $Worker.runTask(ThreadPoolExecutor.java:886) > > at java.util.concurrent.ThreadPoolExecutor > > $Worker.run(ThreadPoolExecutor.java:908) > > at java.lang.Thread.run(Thread.java:619) > > Caused by: java.lang.IllegalArgumentException: URI is not absolute > > at java.io.File.<init>(File.java:361) > > at org.apache.juddi.config.Install.getPublishers(Install.java:516) > > at org.apache.juddi.config.Install.install(Install.java:109) > > at > > org.apache.juddi.config.AppConfig.getPersistentConfiguration(AppConfig.java:120) > > ... 72 more > > > > > > > > > > Thanks! > > > > Natalie > >