You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Evgin Goncharov (JIRA)" <ju...@ws.apache.org> on 2010/04/02 15:44:27 UTC

[jira] Commented: (JUDDI-381) registry could not be started: URI is not absolute

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

Evgin Goncharov commented on JUDDI-381:
---------------------------------------

Tom.
I think problem is that JBoss try to deploy archive(!) juddi.war without unziping. But there is no error when we use folder 'juddi.war'(not archive!).
Thanks.

> 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.2
>
>         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.