[
https://issues.apache.org/jira/browse/JUDDI-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871247#action_12871247
]
David Jitendranath commented on JUDDI-381:
------------------------------------------
I am not sure if just deploying juddi.war in exploded format fixes this issue.
Here's my comment from JIRA JUDDI-301
I tried with juddi v3.0.1 on JBoss 5.1AS I still see the exception when I
deploy juddiv3.war (exploded).
Here are the log messages.
14:51:42,098 INFO [Install] Loading the content of file:
vfszip:/C:/jboss/ESB/jboss-5.1.0.GA/server/default/deploy/juddiv3.war/WEB-INF/lib/juddi-core-3.0.1.jar/juddi_install_data/root_Publisher.xml
14:51:42,317 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)
When I try deploying juddiv3.0.2 on JBoss 5.1 AS I get a ClassNotFoundException
15:14:21,787 ERROR [[/juddiv3]] Servlet /juddiv3 threw load() exception
java.lang.ClassNotFoundException: org.apache.juddi.model.Address
Caused by: java.io.IOException: Child not found
juddiv3.war/WEB-INF/lib/juddi-core-3.0.1.jar/juddi_install_data/root_tModelKeyGen.xml/
for filehand...@3378572
Following the juddi user guide to deploy to JBoss 5.1, What I've done is
downloaded juddiv3.0.1.war and unzipped it to update persistence.xml and added
jboss-web.xml file.
The juddi_install_data/root_Publisher.xml is within the juddi-core-3.0.1.jar
and is part of the exploded war which I then deploy.
I tried juddiv3.0.2 too but then I get a ClassNotFoundException (see above).
I do see the classes within the juddi-core-3.0.1.jar though.
> registry could not be started: URI is not absolute
> --------------------------------------------------
>
> Key: JUDDI-381
> URL: https://issues.apache.org/jira/browse/JUDDI-381
> Project: jUDDI
> Issue Type: Bug
> Components: core
> Affects Versions: 3.0.1
> Environment: Win7 64bit, JBoss 5.1.0.G.A
> Reporter: Anton Modin
> Assignee: Tom Cunningham
> Fix For: 3.0.3
>
> Attachments: jboss_juddi.log
>
>
> JBoss log:
> 12:49:00,235 INFO [Install] Loading the root Publisher from file
> root_Publisher.xml
> 12:49:00,237 INFO [Install] Loading the content of file:
> vfszip:/D:/Servers/jboss-5.1.0.GA/server/default/deploy/juddiv3.war/WEB-INF/lib/juddi-core-3.0.1.jar/juddi_install_data/root_Publisher.xml
> 12:49:00,362 DEBUG [Install] Discovering the Publisher XML data files in jar:
> /D:/Servers/jboss-5.1.0.GA/server/default/deploy/juddiv3.war/WEB-INF/lib/juddi-core-3.0.1.jar/juddi_install_data/
> 12:49:00,364 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)
> ...
> Caused by: java.lang.IllegalArgumentException: URI is not absolute
> at java.io.File.<init>(File.java:361)
> ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.