You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "S. Denning (JIRA)" <ju...@ws.apache.org> on 2009/07/10 23:41:14 UTC

[jira] Created: (JUDDI-264) Port 8080 can not be overridden

Port 8080 can not be overridden
-------------------------------

                 Key: JUDDI-264
                 URL: https://issues.apache.org/jira/browse/JUDDI-264
             Project: jUDDI
          Issue Type: Improvement
    Affects Versions: 3.0beta
         Environment: Windows Server 2003 SP2
juddi-portal-bundle-3.0.0.beta.zip 
            Reporter: S. Denning
            Assignee: Kurt T Stam
            Priority: Minor


I'm trying to run tomcat and the components in the portal bundle (juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other applications that are using 8080.  I've tried updating the following:

1)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
2)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
3)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties

But when I navigate into the jUDDI portal I get the following error:
The page at http://localhost:7080 says:
Error: Failed to access the WSDL at: http://localhost:8080/juddi/services/security?wsdl. It failed with: 
Server returned HTTP response code: 401 for URL: http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server is up and running.

I've also noted the following error in the juddi.log:
2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI registry...
2009-07-10 15:23:09,151 ERROR [org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate configuration source juddi.properties
org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddi.properties
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
	at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
	at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
	at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
	at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
	at org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
	at org.apache.juddi.Registry.start(Registry.java:37)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JUDDI-264) Port 8080 can not be overridden

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham updated JUDDI-264:
---------------------------------

    Fix Version/s: 3.0

> Port 8080 can not be overridden
> -------------------------------
>
>                 Key: JUDDI-264
>                 URL: https://issues.apache.org/jira/browse/JUDDI-264
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>         Environment: Windows Server 2003 SP2
> juddi-portal-bundle-3.0.0.beta.zip 
>            Reporter: S. Denning
>            Assignee: Tom Cunningham
>            Priority: Minor
>             Fix For: 3.0
>
>
> I'm trying to run tomcat and the components in the portal bundle (juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other applications that are using 8080.  I've tried updating the following:
> 1)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
> 2)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
> 3)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties
> But when I navigate into the jUDDI portal I get the following error:
> The page at http://localhost:7080 says:
> Error: Failed to access the WSDL at: http://localhost:8080/juddi/services/security?wsdl. It failed with: 
> Server returned HTTP response code: 401 for URL: http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server is up and running.
> I've also noted the following error in the juddi.log:
> 2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI registry...
> 2009-07-10 15:23:09,151 ERROR [org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate configuration source juddi.properties
> org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddi.properties
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
> 	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
> 	at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
> 	at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
> 	at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
> 	at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
> 	at org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
> 	at org.apache.juddi.Registry.start(Registry.java:37)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-264) Port 8080 can not be overridden

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730090#action_12730090 ] 

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

I think you forgot to update the uddi.properties file in the  uddi-portlets.war

> Port 8080 can not be overridden
> -------------------------------
>
>                 Key: JUDDI-264
>                 URL: https://issues.apache.org/jira/browse/JUDDI-264
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>         Environment: Windows Server 2003 SP2
> juddi-portal-bundle-3.0.0.beta.zip 
>            Reporter: S. Denning
>            Assignee: Tom Cunningham
>            Priority: Minor
>             Fix For: 3.0
>
>
> I'm trying to run tomcat and the components in the portal bundle (juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other applications that are using 8080.  I've tried updating the following:
> 1)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
> 2)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
> 3)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties
> But when I navigate into the jUDDI portal I get the following error:
> The page at http://localhost:7080 says:
> Error: Failed to access the WSDL at: http://localhost:8080/juddi/services/security?wsdl. It failed with: 
> Server returned HTTP response code: 401 for URL: http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server is up and running.
> I've also noted the following error in the juddi.log:
> 2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI registry...
> 2009-07-10 15:23:09,151 ERROR [org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate configuration source juddi.properties
> org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddi.properties
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
> 	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
> 	at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
> 	at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
> 	at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
> 	at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
> 	at org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
> 	at org.apache.juddi.Registry.start(Registry.java:37)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JUDDI-264) Port 8080 can not be overridden

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham closed JUDDI-264.
--------------------------------


> Port 8080 can not be overridden
> -------------------------------
>
>                 Key: JUDDI-264
>                 URL: https://issues.apache.org/jira/browse/JUDDI-264
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>         Environment: Windows Server 2003 SP2
> juddi-portal-bundle-3.0.0.beta.zip 
>            Reporter: S. Denning
>            Assignee: Tom Cunningham
>            Priority: Minor
>             Fix For: 3.0
>
>
> I'm trying to run tomcat and the components in the portal bundle (juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other applications that are using 8080.  I've tried updating the following:
> 1)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
> 2)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
> 3)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties
> But when I navigate into the jUDDI portal I get the following error:
> The page at http://localhost:7080 says:
> Error: Failed to access the WSDL at: http://localhost:8080/juddi/services/security?wsdl. It failed with: 
> Server returned HTTP response code: 401 for URL: http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server is up and running.
> I've also noted the following error in the juddi.log:
> 2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI registry...
> 2009-07-10 15:23:09,151 ERROR [org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate configuration source juddi.properties
> org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddi.properties
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
> 	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
> 	at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
> 	at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
> 	at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
> 	at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
> 	at org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
> 	at org.apache.juddi.Registry.start(Registry.java:37)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (JUDDI-264) Port 8080 can not be overridden

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham reassigned JUDDI-264:
------------------------------------

    Assignee: Tom Cunningham  (was: Kurt T Stam)

> Port 8080 can not be overridden
> -------------------------------
>
>                 Key: JUDDI-264
>                 URL: https://issues.apache.org/jira/browse/JUDDI-264
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>         Environment: Windows Server 2003 SP2
> juddi-portal-bundle-3.0.0.beta.zip 
>            Reporter: S. Denning
>            Assignee: Tom Cunningham
>            Priority: Minor
>             Fix For: 3.0
>
>
> I'm trying to run tomcat and the components in the portal bundle (juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other applications that are using 8080.  I've tried updating the following:
> 1)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
> 2)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
> 3)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties
> But when I navigate into the jUDDI portal I get the following error:
> The page at http://localhost:7080 says:
> Error: Failed to access the WSDL at: http://localhost:8080/juddi/services/security?wsdl. It failed with: 
> Server returned HTTP response code: 401 for URL: http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server is up and running.
> I've also noted the following error in the juddi.log:
> 2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI registry...
> 2009-07-10 15:23:09,151 ERROR [org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate configuration source juddi.properties
> org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddi.properties
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
> 	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
> 	at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
> 	at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
> 	at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
> 	at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
> 	at org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
> 	at org.apache.juddi.Registry.start(Registry.java:37)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JUDDI-264) Port 8080 can not be overridden

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham resolved JUDDI-264.
----------------------------------

    Resolution: Fixed

Added a Chapter 6 to the user guide.    The missing step here seems to be what Kurt suggests - changing webapps/uddi-portlets/WEB-INF/classes/uddi.properties.

> Port 8080 can not be overridden
> -------------------------------
>
>                 Key: JUDDI-264
>                 URL: https://issues.apache.org/jira/browse/JUDDI-264
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>         Environment: Windows Server 2003 SP2
> juddi-portal-bundle-3.0.0.beta.zip 
>            Reporter: S. Denning
>            Assignee: Tom Cunningham
>            Priority: Minor
>             Fix For: 3.0
>
>
> I'm trying to run tomcat and the components in the portal bundle (juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other applications that are using 8080.  I've tried updating the following:
> 1)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
> 2)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
> 3)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties
> But when I navigate into the jUDDI portal I get the following error:
> The page at http://localhost:7080 says:
> Error: Failed to access the WSDL at: http://localhost:8080/juddi/services/security?wsdl. It failed with: 
> Server returned HTTP response code: 401 for URL: http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server is up and running.
> I've also noted the following error in the juddi.log:
> 2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI registry...
> 2009-07-10 15:23:09,151 ERROR [org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate configuration source juddi.properties
> org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddi.properties
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
> 	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
> 	at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
> 	at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
> 	at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
> 	at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
> 	at org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
> 	at org.apache.juddi.Registry.start(Registry.java:37)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JUDDI-264) Port 8080 can not be overridden

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729941#action_12729941 ] 

Tom Cunningham commented on JUDDI-264:
--------------------------------------

Probably a good thing to add to the docs - will write up a section on the required steps for 3.0 release.

> Port 8080 can not be overridden
> -------------------------------
>
>                 Key: JUDDI-264
>                 URL: https://issues.apache.org/jira/browse/JUDDI-264
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>         Environment: Windows Server 2003 SP2
> juddi-portal-bundle-3.0.0.beta.zip 
>            Reporter: S. Denning
>            Assignee: Tom Cunningham
>            Priority: Minor
>             Fix For: 3.0
>
>
> I'm trying to run tomcat and the components in the portal bundle (juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other applications that are using 8080.  I've tried updating the following:
> 1)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
> 2)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
> 3)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties
> But when I navigate into the jUDDI portal I get the following error:
> The page at http://localhost:7080 says:
> Error: Failed to access the WSDL at: http://localhost:8080/juddi/services/security?wsdl. It failed with: 
> Server returned HTTP response code: 401 for URL: http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server is up and running.
> I've also noted the following error in the juddi.log:
> 2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI registry...
> 2009-07-10 15:23:09,151 ERROR [org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate configuration source juddi.properties
> org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddi.properties
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
> 	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
> 	at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
> 	at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
> 	at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
> 	at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
> 	at org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
> 	at org.apache.juddi.Registry.start(Registry.java:37)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (JUDDI-264) Port 8080 can not be overridden

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730090#action_12730090 ] 

Kurt T Stam edited comment on JUDDI-264 at 7/12/09 5:44 PM:
------------------------------------------------------------

I think you forgot to update the uddi.properties file in the  uddi-portlets.war. See chapter 4. of the user guide "Using the UDDI-client".

      was (Author: kurtstam):
    I think you forgot to update the uddi.properties file in the  uddi-portlets.war
  
> Port 8080 can not be overridden
> -------------------------------
>
>                 Key: JUDDI-264
>                 URL: https://issues.apache.org/jira/browse/JUDDI-264
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 3.0beta
>         Environment: Windows Server 2003 SP2
> juddi-portal-bundle-3.0.0.beta.zip 
>            Reporter: S. Denning
>            Assignee: Tom Cunningham
>            Priority: Minor
>             Fix For: 3.0
>
>
> I'm trying to run tomcat and the components in the portal bundle (juddi-portal-bundle-3.0.0.beta.zip) on 7080 instead of 8080 since I have other applications that are using 8080.  I've tried updating the following:
> 1)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\conf\server.xml
> 2)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\pluto\WEB-INF\classes\server.xml
> 3)	Changed 8080 to 7080 in juddi-portal-bundle-3.0.0.beta\webapps\juddi\WEB-INF\classes\juddi.properties
> But when I navigate into the jUDDI portal I get the following error:
> The page at http://localhost:7080 says:
> Error: Failed to access the WSDL at: http://localhost:8080/juddi/services/security?wsdl. It failed with: 
> Server returned HTTP response code: 401 for URL: http://localhost:8080/juddi/services/security?wsdl.. Make sure the UDDI server is up and running.
> I've also noted the following error in the juddi.log:
> 2009-07-10 15:23:09,010 INFO [org.apache.juddi.Registry] - Creating new jUDDI registry...
> 2009-07-10 15:23:09,151 ERROR [org.apache.juddi.api.impl.UDDISubscriptionListenerImpl] - Cannot locate configuration source juddi.properties
> org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddi.properties
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195)
> 	at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140)
> 	at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242)
> 	at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:78)
> 	at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:64)
> 	at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:175)
> 	at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:197)
> 	at org.apache.juddi.subscription.SubscriptionNotifier.<init>(SubscriptionNotifier.java:62)
> 	at org.apache.juddi.Registry.start(Registry.java:37)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.