You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Senaka Fernando (JIRA)" <ji...@apache.org> on 2008/02/08 11:09:08 UTC

[jira] Created: (AXIS2C-975) iis_iaspi_plugin_51 can't handle long log_file names

iis_iaspi_plugin_51 can't handle long log_file names
----------------------------------------------------

                 Key: AXIS2C-975
                 URL: https://issues.apache.org/jira/browse/AXIS2C-975
             Project: Axis2-C
          Issue Type: Bug
          Components: transport/http
         Environment: MS Windows XP, MS IIS 5.1
            Reporter: Senaka Fernando
            Assignee: Senaka Fernando
             Fix For: 1.3.0


iis_iaspi_plugin_51 can't handle long log_file names. I tried with a name with 110+ characters. My log file is created, but, not where I expect it to be. I lies somewhere in the path ending with some 100 characters and some junk text.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-975) iis_iaspi_plugin_51 can't handle long log_file names

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando resolved AXIS2C-975.
------------------------------------

    Resolution: Fixed

Fixed Issue

> iis_iaspi_plugin_51 can't handle long log_file names
> ----------------------------------------------------
>
>                 Key: AXIS2C-975
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-975
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: MS Windows XP, MS IIS 5.1
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>   Original Estimate: 36h
>  Remaining Estimate: 36h
>
> iis_iaspi_plugin_51 can't handle long log_file names. I tried with a name with 110+ characters. My log file is created, but, not where I expect it to be. I lies somewhere in the path ending with some 100 characters and some junk text.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXIS2C-975) iis_iaspi_plugin_51 can't handle long log_file names

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando closed AXIS2C-975.
----------------------------------


Closed Issue

> iis_iaspi_plugin_51 can't handle long log_file names
> ----------------------------------------------------
>
>                 Key: AXIS2C-975
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-975
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: MS Windows XP, MS IIS 5.1
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>         Attachments: registry screenshot.jpg
>
>   Original Estimate: 36h
>          Time Spent: 5h
>  Remaining Estimate: 31h
>
> iis_iaspi_plugin_51 can't handle long log_file names. I tried with a name with 110+ characters. My log file is created, but, not where I expect it to be. I lies somewhere in the path ending with some 100 characters and some junk text.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-975) iis_iaspi_plugin_51 can't handle long log_file names

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566990#action_12566990 ] 

Senaka Fernando commented on AXIS2C-975:
----------------------------------------

Hi Dave,

I figured out the problem. It is burried deep inside our code, where we actually create the log. We copy the log_name to a temporary buffer which is simply, 100 characters long. I think this has nothing to do with IIS or Windows. I will fix this once I finish with some Windows Issues.

Regards,
Senaka

> iis_iaspi_plugin_51 can't handle long log_file names
> ----------------------------------------------------
>
>                 Key: AXIS2C-975
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-975
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: MS Windows XP, MS IIS 5.1
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>   Original Estimate: 36h
>  Remaining Estimate: 36h
>
> iis_iaspi_plugin_51 can't handle long log_file names. I tried with a name with 110+ characters. My log file is created, but, not where I expect it to be. I lies somewhere in the path ending with some 100 characters and some junk text.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-975) iis_iaspi_plugin_51 can't handle long log_file names

Posted by "Dave Meier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567203#action_12567203 ] 

Dave Meier commented on AXIS2C-975:
-----------------------------------

Thanks, Senaka.

I figured out the other problem I was having with IIS.  I had used backslash characters for the log_file and axis2c_home paths.  The manual is currently not correct as it shows backslash characters for these paths.

I didn't enter an issue for that as I wanted to check with you that the logic is correct since I think I was using backslash characters previously and it was working (I can't be 100% sure though as I didn't save any of the old registry settings).

The manual shows:

  Add a string value with the name AXIS2C_HOME and a value of c:\axis2c

  Add a string value with the name log_file and a value of c:\axis2c\logs\axis2.log

Note that the code looks for "axis2c_home" in the registry.  Are registry key names case sensitive?  If so, then that part is also not correct in the manual.

Thanks,

-Dave.

> iis_iaspi_plugin_51 can't handle long log_file names
> ----------------------------------------------------
>
>                 Key: AXIS2C-975
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-975
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: MS Windows XP, MS IIS 5.1
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>   Original Estimate: 36h
>          Time Spent: 5h
>  Remaining Estimate: 31h
>
> iis_iaspi_plugin_51 can't handle long log_file names. I tried with a name with 110+ characters. My log file is created, but, not where I expect it to be. I lies somewhere in the path ending with some 100 characters and some junk text.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Issue Comment Edited: (AXIS2C-975) iis_iaspi_plugin_51 can't handle long log_file names

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567325#action_12567325 ] 

senakafdo edited comment on AXIS2C-975 at 2/9/08 7:05 AM:
----------------------------------------------------------------

Hi Dave,

I have attached a screenshot of my settings (registry screenshot). The way interpreted on the manual is perfectly correct. Also, as you can see, you can also use AXIS2C_HOME.

Regards,
Senaka

      was (Author: senakafdo):
    Hi Dave,

This is a screeshot of my settings. The way interpreted on the manual is perfectly correct. Also, as you can see, you can also use AXIS2C_HOME.

Regards,
Senaka
  
> iis_iaspi_plugin_51 can't handle long log_file names
> ----------------------------------------------------
>
>                 Key: AXIS2C-975
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-975
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: MS Windows XP, MS IIS 5.1
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>         Attachments: registry screenshot.jpg
>
>   Original Estimate: 36h
>          Time Spent: 5h
>  Remaining Estimate: 31h
>
> iis_iaspi_plugin_51 can't handle long log_file names. I tried with a name with 110+ characters. My log file is created, but, not where I expect it to be. I lies somewhere in the path ending with some 100 characters and some junk text.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Issue Comment Edited: (AXIS2C-975) iis_iaspi_plugin_51 can't handle long log_file names

Posted by "Dave Meier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567203#action_12567203 ] 

hoodoo99 edited comment on AXIS2C-975 at 2/8/08 1:08 PM:
-----------------------------------------------------------

Thanks, Senaka.

I figured out the other problem I was having with IIS.  I had used backslash characters for the log_file and axis2c_home paths.  The manual is currently not correct as it shows backslash characters for these paths.  When I changed the paths to use forward slashes everything worked and I got the log file where I specified.

I didn't enter an issue for that as I wanted to check with you that the logic is correct since I think I was using backslash characters previously and it was working (I can't be 100% sure though as I didn't save any of the old registry settings).

The manual shows:

  Add a string value with the name AXIS2C_HOME and a value of c:\axis2c

  Add a string value with the name log_file and a value of c:\axis2c\logs\axis2.log

Note that the code looks for "axis2c_home" in the registry.  Are registry key names case sensitive?  If so, then that part is also not correct in the manual.

Thanks,

-Dave.

      was (Author: hoodoo99):
    Thanks, Senaka.

I figured out the other problem I was having with IIS.  I had used backslash characters for the log_file and axis2c_home paths.  The manual is currently not correct as it shows backslash characters for these paths.

I didn't enter an issue for that as I wanted to check with you that the logic is correct since I think I was using backslash characters previously and it was working (I can't be 100% sure though as I didn't save any of the old registry settings).

The manual shows:

  Add a string value with the name AXIS2C_HOME and a value of c:\axis2c

  Add a string value with the name log_file and a value of c:\axis2c\logs\axis2.log

Note that the code looks for "axis2c_home" in the registry.  Are registry key names case sensitive?  If so, then that part is also not correct in the manual.

Thanks,

-Dave.
  
> iis_iaspi_plugin_51 can't handle long log_file names
> ----------------------------------------------------
>
>                 Key: AXIS2C-975
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-975
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: MS Windows XP, MS IIS 5.1
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>   Original Estimate: 36h
>          Time Spent: 5h
>  Remaining Estimate: 31h
>
> iis_iaspi_plugin_51 can't handle long log_file names. I tried with a name with 110+ characters. My log file is created, but, not where I expect it to be. I lies somewhere in the path ending with some 100 characters and some junk text.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-975) iis_iaspi_plugin_51 can't handle long log_file names

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando updated AXIS2C-975:
-----------------------------------

    Attachment: registry screenshot.jpg

Hi Dave,

This is a screeshot of my settings. The way interpreted on the manual is perfectly correct. Also, as you can see, you can also use AXIS2C_HOME.

Regards,
Senaka

> iis_iaspi_plugin_51 can't handle long log_file names
> ----------------------------------------------------
>
>                 Key: AXIS2C-975
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-975
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>         Environment: MS Windows XP, MS IIS 5.1
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>         Attachments: registry screenshot.jpg
>
>   Original Estimate: 36h
>          Time Spent: 5h
>  Remaining Estimate: 31h
>
> iis_iaspi_plugin_51 can't handle long log_file names. I tried with a name with 110+ characters. My log file is created, but, not where I expect it to be. I lies somewhere in the path ending with some 100 characters and some junk text.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org