You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Joshua White (JIRA)" <ji...@apache.org> on 2007/04/10 15:50:32 UTC

[jira] Created: (AXIS2-2492) Deployment problem on Weblogic 8.1.x (Not classloader related)

Deployment problem on Weblogic 8.1.x (Not classloader related)
--------------------------------------------------------------

                 Key: AXIS2-2492
                 URL: https://issues.apache.org/jira/browse/AXIS2-2492
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: deployment
    Affects Versions: 1.1.1
         Environment: Weblogic 8.1 SP 5, JDK 1.4.2.08
            Reporter: Joshua White


I am deploying my application according to this article ( http://wso2.org/library/90) with the addition of a weblogic.xml file with the prefer web-inf classes option set to true .  As a result, I do not have any archived modules or services which should rule out the nesting of archives know issue. 
 
When I deploy in an exploded format, the example application on that page works fine.  When in an archived format though, I receive the following error (which I mentioned earlier):
 
<Error> <HTTP> <BEA-101214> <Included resource or file "/axis2/axis2-web/listSingleService.jsp" not found from requested 
 
The interesting thing is, this file, "/axis2/axis2-web/listSingleService.jsp" is not even contained in this example app.  The application only seems to be looking for it when it is deployed in an archived format.

To further confuse the issue, if you move the services.xml file from WEB-INF/services/BookService/services.xml and place it in the root of the WEB-INF directory, the application appears to work perfectly fine in an archived format.  The problem with this work around though is that I am now limited to only one services.xml file.  

Let me know if I can be of any further assistance.  I can provide a sample application if necesary.

Regards,

Joshua

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [jira] Created: (AXIS2-2492) Deployment problem on Weblogic 8.1.x (Not classloader related)

Posted by Josh <ge...@gmail.com>.
How can I get someone to take a look at this bug?

-Josh


On 4/10/07, Joshua White (JIRA) <ji...@apache.org> wrote:
>
> Deployment problem on Weblogic 8.1.x (Not classloader related)
> --------------------------------------------------------------
>
>                 Key: AXIS2-2492
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2492
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1.1
>         Environment: Weblogic 8.1 SP 5, JDK 1.4.2.08
>            Reporter: Joshua White
>
>
> I am deploying my application according to this article (
> http://wso2.org/library/90) with the addition of a weblogic.xml file with
> the prefer web-inf classes option set to true .  As a result, I do not have
> any archived modules or services which should rule out the nesting of
> archives know issue.
>
> When I deploy in an exploded format, the example application on that page
> works fine.  When in an archived format though, I receive the following
> error (which I mentioned earlier):
>
> <Error> <HTTP> <BEA-101214> <Included resource or file
> "/axis2/axis2-web/listSingleService.jsp" not found from requested
>
> The interesting thing is, this file,
> "/axis2/axis2-web/listSingleService.jsp" is not even contained in this
> example app.  The application only seems to be looking for it when it is
> deployed in an archived format.
>
> To further confuse the issue, if you move the services.xml file from
> WEB-INF/services/BookService/services.xml and place it in the root of the
> WEB-INF directory, the application appears to work perfectly fine in an
> archived format.  The problem with this work around though is that I am now
> limited to only one services.xml file.
>
> Let me know if I can be of any further assistance.  I can provide a sample
> application if necesary.
>
> Regards,
>
> Joshua
>
> --
> 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-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

[jira] Assigned: (AXIS2-2492) Deployment problem on Weblogic 8.1.x (Not classloader related)

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

Deepal Jayasinghe reassigned AXIS2-2492:
----------------------------------------

    Assignee: Charitha Kankanamge  (was: Deepal Jayasinghe)

Hi Charitha,

Will you be able to test whether the issues is fixed in RC2, if so please resolve the issue.

Thanks
Deepal

> Deployment problem on Weblogic 8.1.x (Not classloader related)
> --------------------------------------------------------------
>
>                 Key: AXIS2-2492
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2492
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1.1
>         Environment: Weblogic 8.1 SP 5, JDK 1.4.2.08
>            Reporter: Joshua White
>            Assignee: Charitha Kankanamge
>
> I am deploying my application according to this article ( http://wso2.org/library/90) with the addition of a weblogic.xml file with the prefer web-inf classes option set to true .  As a result, I do not have any archived modules or services which should rule out the nesting of archives know issue. 
>  
> When I deploy in an exploded format, the example application on that page works fine.  When in an archived format though, I receive the following error (which I mentioned earlier):
>  
> <Error> <HTTP> <BEA-101214> <Included resource or file "/axis2/axis2-web/listSingleService.jsp" not found from requested 
>  
> The interesting thing is, this file, "/axis2/axis2-web/listSingleService.jsp" is not even contained in this example app.  The application only seems to be looking for it when it is deployed in an archived format.
> To further confuse the issue, if you move the services.xml file from WEB-INF/services/BookService/services.xml and place it in the root of the WEB-INF directory, the application appears to work perfectly fine in an archived format.  The problem with this work around though is that I am now limited to only one services.xml file.  
> Let me know if I can be of any further assistance.  I can provide a sample application if necesary.
> Regards,
> Joshua

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2492) Deployment problem on Weblogic 8.1.x (Not classloader related)

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

Deepal Jayasinghe resolved AXIS2-2492.
--------------------------------------

    Resolution: Fixed

Please re-open if the issue is still there

> Deployment problem on Weblogic 8.1.x (Not classloader related)
> --------------------------------------------------------------
>
>                 Key: AXIS2-2492
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2492
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1.1
>         Environment: Weblogic 8.1 SP 5, JDK 1.4.2.08
>            Reporter: Joshua White
>            Assignee: Charitha Kankanamge
>
> I am deploying my application according to this article ( http://wso2.org/library/90) with the addition of a weblogic.xml file with the prefer web-inf classes option set to true .  As a result, I do not have any archived modules or services which should rule out the nesting of archives know issue. 
>  
> When I deploy in an exploded format, the example application on that page works fine.  When in an archived format though, I receive the following error (which I mentioned earlier):
>  
> <Error> <HTTP> <BEA-101214> <Included resource or file "/axis2/axis2-web/listSingleService.jsp" not found from requested 
>  
> The interesting thing is, this file, "/axis2/axis2-web/listSingleService.jsp" is not even contained in this example app.  The application only seems to be looking for it when it is deployed in an archived format.
> To further confuse the issue, if you move the services.xml file from WEB-INF/services/BookService/services.xml and place it in the root of the WEB-INF directory, the application appears to work perfectly fine in an archived format.  The problem with this work around though is that I am now limited to only one services.xml file.  
> Let me know if I can be of any further assistance.  I can provide a sample application if necesary.
> Regards,
> Joshua

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


[jira] Updated: (AXIS2-2492) Deployment problem on Weblogic 8.1.x (Not classloader related)

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

Davanum Srinivas updated AXIS2-2492:
------------------------------------

    Assignee: Deepal Jayasinghe

> Deployment problem on Weblogic 8.1.x (Not classloader related)
> --------------------------------------------------------------
>
>                 Key: AXIS2-2492
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2492
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.1.1
>         Environment: Weblogic 8.1 SP 5, JDK 1.4.2.08
>            Reporter: Joshua White
>            Assignee: Deepal Jayasinghe
>
> I am deploying my application according to this article ( http://wso2.org/library/90) with the addition of a weblogic.xml file with the prefer web-inf classes option set to true .  As a result, I do not have any archived modules or services which should rule out the nesting of archives know issue. 
>  
> When I deploy in an exploded format, the example application on that page works fine.  When in an archived format though, I receive the following error (which I mentioned earlier):
>  
> <Error> <HTTP> <BEA-101214> <Included resource or file "/axis2/axis2-web/listSingleService.jsp" not found from requested 
>  
> The interesting thing is, this file, "/axis2/axis2-web/listSingleService.jsp" is not even contained in this example app.  The application only seems to be looking for it when it is deployed in an archived format.
> To further confuse the issue, if you move the services.xml file from WEB-INF/services/BookService/services.xml and place it in the root of the WEB-INF directory, the application appears to work perfectly fine in an archived format.  The problem with this work around though is that I am now limited to only one services.xml file.  
> Let me know if I can be of any further assistance.  I can provide a sample application if necesary.
> Regards,
> Joshua

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org