You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Carl Lewis (JIRA)" <ji...@apache.org> on 2011/03/19 23:55:29 UTC

[jira] Created: (OFBIZ-4221) "Quick Add" button on order entry page always routes to default port

"Quick Add" button on order entry page always routes to default port
--------------------------------------------------------------------

                 Key: OFBIZ-4221
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4221
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Release Branch 10.04
         Environment: Windows
            Reporter: Carl Lewis
            Priority: Minor


I have changed the port of my default container from 8080 to 8081 due to business requirements. Note that I am using the default SSL port of 8443. During testing, pressing the "Quick Add" button on the Order Entry screen will result in a blank screen because it tries to use the default port 8080 regardless of my container setting. Manually changing the address line to the correct port allows the page to load.

Example:
FROM:
https://myofbizhost.com:8443/ordermgr/control/orderentry 
TO:
http://myofbizhost.com:8080/ordermgr/control/quickadd;jsessionid=BE3BA5141A227D677A2E992232748A34.jvm1

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

[jira] [Commented] (OFBIZ-4221) "Quick Add" button on order entry page always routes to default port

Posted by "Carl Lewis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010213#comment-13010213 ] 

Carl Lewis commented on OFBIZ-4221:
-----------------------------------

Using a fresh installation of 10.04, I changed the following xml fragment in \framework\base\config\ofbiz-containers.xml

<property name="http-connector" value="connector">
   <property name="port" value="8081"/>
</property>
(excluded unmodified properties)

> "Quick Add" button on order entry page always routes to default port
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-4221
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4221
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 10.04
>         Environment: Windows
>            Reporter: Carl Lewis
>            Priority: Minor
>
> I have changed the port of my default container from 8080 to 8081 due to business requirements. Note that I am using the default SSL port of 8443. During testing, pressing the "Quick Add" button on the Order Entry screen will result in a blank screen because it tries to use the default port 8080 regardless of my container setting. Manually changing the address line to the correct port allows the page to load.
> Example:
> FROM:
> https://myofbizhost.com:8443/ordermgr/control/orderentry 
> TO:
> http://myofbizhost.com:8080/ordermgr/control/quickadd;jsessionid=BE3BA5141A227D677A2E992232748A34.jvm1

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

[jira] Commented: (OFBIZ-4221) "Quick Add" button on order entry page always routes to default port

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008893#comment-13008893 ] 

Jacques Le Roux commented on OFBIZ-4221:
----------------------------------------

Weird, in my local test instance I use 28080 and 28443 and I have not this problem

> "Quick Add" button on order entry page always routes to default port
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-4221
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4221
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 10.04
>         Environment: Windows
>            Reporter: Carl Lewis
>            Priority: Minor
>
> I have changed the port of my default container from 8080 to 8081 due to business requirements. Note that I am using the default SSL port of 8443. During testing, pressing the "Quick Add" button on the Order Entry screen will result in a blank screen because it tries to use the default port 8080 regardless of my container setting. Manually changing the address line to the correct port allows the page to load.
> Example:
> FROM:
> https://myofbizhost.com:8443/ordermgr/control/orderentry 
> TO:
> http://myofbizhost.com:8080/ordermgr/control/quickadd;jsessionid=BE3BA5141A227D677A2E992232748A34.jvm1

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

[jira] [Commented] (OFBIZ-4221) "Quick Add" button on order entry page always routes to default port

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010314#comment-13010314 ] 

Jacques Le Roux commented on OFBIZ-4221:
----------------------------------------

Ha sorry, I used trunk. Could you please try to reproduce also on trunk?

> "Quick Add" button on order entry page always routes to default port
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-4221
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4221
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 10.04
>         Environment: Windows
>            Reporter: Carl Lewis
>            Priority: Minor
>
> I have changed the port of my default container from 8080 to 8081 due to business requirements. Note that I am using the default SSL port of 8443. During testing, pressing the "Quick Add" button on the Order Entry screen will result in a blank screen because it tries to use the default port 8080 regardless of my container setting. Manually changing the address line to the correct port allows the page to load.
> Example:
> FROM:
> https://myofbizhost.com:8443/ordermgr/control/orderentry 
> TO:
> http://myofbizhost.com:8080/ordermgr/control/quickadd;jsessionid=BE3BA5141A227D677A2E992232748A34.jvm1

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

[jira] [Closed] (OFBIZ-4221) "Quick Add" button on order entry page always routes to default port

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4221.
----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Jacques Le Roux

I can't reproduce with R10.04 either, did you set the ports in url.properties?

> "Quick Add" button on order entry page always routes to default port
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-4221
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4221
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 10.04
>         Environment: Windows
>            Reporter: Carl Lewis
>            Assignee: Jacques Le Roux
>            Priority: Minor
>
> I have changed the port of my default container from 8080 to 8081 due to business requirements. Note that I am using the default SSL port of 8443. During testing, pressing the "Quick Add" button on the Order Entry screen will result in a blank screen because it tries to use the default port 8080 regardless of my container setting. Manually changing the address line to the correct port allows the page to load.
> Example:
> FROM:
> https://myofbizhost.com:8443/ordermgr/control/orderentry 
> TO:
> http://myofbizhost.com:8080/ordermgr/control/quickadd;jsessionid=BE3BA5141A227D677A2E992232748A34.jvm1

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