[ 
https://issues.apache.org/jira/browse/JUDDI-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072303#comment-13072303
 ] 

Kurt T Stam commented on JUDDI-516:
-----------------------------------

Shuhail,

1. If you need help please use the user forum, you will reach a much larger 
group. 
2. If you suspect it is a bug try searching our jira first and try the latest 
version of jUDDI. I think the 'vfszip' issue was fixed already.
3. Jira is not for 'complaining' but to report defects and attach fixes.

Cheers

--Kurt

> 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
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-516
>                 URL: https://issues.apache.org/jira/browse/JUDDI-516
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>         Environment: Mac
>            Reporter: Shuhail Kadavath
>            Assignee: Kurt T Stam
>            Priority: Critical
>             Fix For: 3.0
>
>   Original Estimate: 5h
>  Remaining Estimate: 5h
>
> To deploy the juddi on jBoss5.1.0.GA, I made a couple of changes in the 
> existing juddi war like
> 1.Created a data source- oracle-ds.xml for jBoss-5.1.0.GA, which used our 
> local DB .
> 2. Inserted the jboss-web.xml to map the data source into the WEB-INF folder
> 3.Inserted the dialect value for oracle in the persistence.xml file.
> When the war was deployed on the server , the table creation of juddi was 
> successful, but it threw an exception while starting the registry as
> 08:18:05,238 INFO  [Install] Loading the content of file: 
> vfszip:/Users/Shuhail/Server/jboss-5.1.0/server/default/deploy/juddiv3.war/WEB-INF/lib/juddi-core-3.0.0.jar/juddi_install_data/root_tModelKeyGen.xml
> 08:18:05,529 INFO  [Install] Loading the content of file: 
> vfszip:/Users/Shuhail/Server/jboss-5.1.0/server/default/deploy/juddiv3.war/WEB-INF/lib/juddi-core-3.0.0.jar/juddi_install_data/root_BusinessEntity.xml
> 08:18:05,652 INFO  [Install] Loading the root Publisher from file 
> root_Publisher.xml
> 08:18:05,653 INFO  [Install] Loading the content of file: 
> vfszip:/Users/Shuhail/Server/jboss-5.1.0/server/default/deploy/juddiv3.war/WEB-INF/lib/juddi-core-3.0.0.jar/juddi_install_data/root_Publisher.xml
> 08:18:05,923 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:111)
>       at 
> org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:88)
>       at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:62)
>       at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:172)
>       at 
> org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:194)
>       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:585)
>       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:286)
>       at 
> org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
>       at 
> org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
>       at 
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
>       at 
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
>       at 
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
>       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:1439)
>       at 
> org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
>       at 
> org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
>       at 
> org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
>       at 
> org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
>       at 
> org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
>       at 
> org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
>       at 
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
>       at 
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
>       at 
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
>       at 
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
>       at 
> org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
>       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.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
>       at 
> org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
>       at 
> org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
>       at 
> org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
>       at 
> org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
>       at 
> org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
>       at 
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
>       at 
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
>       at 
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
>       at 
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
>       at 
> org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
>       at 
> org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
>       at 
> org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
>       at org.jboss.Main.boot(Main.java:221)
>       at org.jboss.Main$1.run(Main.java:556)
>       at java.lang.Thread.run(Thread.java:613)
> Caused by: java.lang.IllegalArgumentException: URI is not absolute
>       at java.io.File.<init>(File.java:333)
>       at org.apache.juddi.config.Install.getPublishers(Install.java:507)
>       at org.apache.juddi.config.Install.install(Install.java:111)
>       at 
> org.apache.juddi.config.AppConfig.getPersistentConfiguration(AppConfig.java:109)
>       ... 77 more
> 08:18:05,951 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on 
> http-0.0.0.0-8080
> 08:18:05,966 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
> 08:18:05,973 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: 
> SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 54s:867ms
> Please help me in this issue. I have created another complaint, there is no 
> response for even that. Please help me ASAP

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to