[jira] Created: (MOJO-1318) Unable to deploy to Weblogic due to 503 error

View: New views
8 Messages — Rating Filter:   Alert me  

[jira] Created: (MOJO-1318) Unable to deploy to Weblogic due to 503 error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Unable to deploy to Weblogic due to 503 error
---------------------------------------------

                 Key: MOJO-1318
                 URL: http://jira.codehaus.org/browse/MOJO-1318
             Project: Mojo
          Issue Type: Bug
          Components: weblogic
         Environment: Maven version: 2.0.10
Java version: 1.6.0_11
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
Weblogic: 9.2
            Reporter: Jiang Lin
         Attachments: maven.weblogic.deploy.log

1. Configured the Weblogic server to enable tunneling
2. Started the Weblogic server at localhost:7001 and tested to make sure it was up running
3. Tried to run "mvn weblogic:deploy"
4. Got the error saying "java.io.FileNotFoundException: Response: '503: Service Unavailable'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MOJO-1318) Unable to deploy to Weblogic due to 503 error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MOJO-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176986#action_176986 ]

Jon Osborn commented on MOJO-1318:
----------------------------------

Well, what is :

<Mar 17, 2009 1:43:49 PM EDT> <Error> <RJVM> <BEA-000515> <execute failed
 java.io.FileNotFoundException: Response: '503: Service Unavailable' for url: 'http://153.40.106.52'
java.io.FileNotFoundException: Response: '503: Service Unavailable' for url: 'http://153.40.106.52'
        at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:454)
        at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:31)
        at weblogic.rjvm.http.HTTPClientJVMConnection.receiveAndDispatch(HTTPClientJVMConnection.java:404)
        at weblogic.rjvm.http.HTTPClientJVMConnection.run(HTTPClientJVMConnection.java:295)
        at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)


Looks like a public address in your repository setup is not right maybe?

> Unable to deploy to Weblogic due to 503 error
> ---------------------------------------------
>
>                 Key: MOJO-1318
>                 URL: http://jira.codehaus.org/browse/MOJO-1318
>             Project: Mojo
>          Issue Type: Bug
>          Components: weblogic
>         Environment: Maven version: 2.0.10
> Java version: 1.6.0_11
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> Weblogic: 9.2
>            Reporter: Jiang Lin
>         Attachments: maven.weblogic.deploy.log
>
>
> 1. Configured the Weblogic server to enable tunneling
> 2. Started the Weblogic server at localhost:7001 and tested to make sure it was up running
> 3. Tried to run "mvn weblogic:deploy"
> 4. Got the error saying "java.io.FileNotFoundException: Response: '503: Service Unavailable'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MOJO-1318) Unable to deploy to Weblogic due to 503 error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MOJO-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176988#action_176988 ]

Jiang Lin commented on MOJO-1318:
---------------------------------

To reply Jon's comment, the URL 'http://153.40.106.52' was pointing to the developer's local machine which was verified to be up running at the time of executing "mvn weblogic:deploy".

> Unable to deploy to Weblogic due to 503 error
> ---------------------------------------------
>
>                 Key: MOJO-1318
>                 URL: http://jira.codehaus.org/browse/MOJO-1318
>             Project: Mojo
>          Issue Type: Bug
>          Components: weblogic
>         Environment: Maven version: 2.0.10
> Java version: 1.6.0_11
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> Weblogic: 9.2
>            Reporter: Jiang Lin
>         Attachments: maven.weblogic.deploy.log
>
>
> 1. Configured the Weblogic server to enable tunneling
> 2. Started the Weblogic server at localhost:7001 and tested to make sure it was up running
> 3. Tried to run "mvn weblogic:deploy"
> 4. Got the error saying "java.io.FileNotFoundException: Response: '503: Service Unavailable'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MOJO-1318) Unable to deploy to Weblogic due to 503 error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MOJO-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=177350#action_177350 ]

Jon Osborn commented on MOJO-1318:
----------------------------------

Ok..looks like there are spaces in your source path   'Documents and Settings....'  . Can you deploy from a different directory and see if that works? Also, 503 might indicate that something was wrong with the weblogic deployer internal tasks. Did you restart the weblogic server to see if that cleaned up the issue? I noticed also that the URL in the error message doesn't have the port specification....can you check that also please?

> Unable to deploy to Weblogic due to 503 error
> ---------------------------------------------
>
>                 Key: MOJO-1318
>                 URL: http://jira.codehaus.org/browse/MOJO-1318
>             Project: Mojo
>          Issue Type: Bug
>          Components: weblogic
>         Environment: Maven version: 2.0.10
> Java version: 1.6.0_11
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> Weblogic: 9.2
>            Reporter: Jiang Lin
>         Attachments: maven.weblogic.deploy.log
>
>
> 1. Configured the Weblogic server to enable tunneling
> 2. Started the Weblogic server at localhost:7001 and tested to make sure it was up running
> 3. Tried to run "mvn weblogic:deploy"
> 4. Got the error saying "java.io.FileNotFoundException: Response: '503: Service Unavailable'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Moved: (MWEBLOGIC-1) Unable to deploy to Weblogic due to 503 error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MWEBLOGIC-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David J. M. Karlsen moved MOJO-1318 to MWEBLOGIC-1:
---------------------------------------------------

    Component/s:     (was: weblogic)
     Complexity:   (was: Intermediate)
       Workflow: jira  (was: Maven New)
            Key: MWEBLOGIC-1  (was: MOJO-1318)
        Project: Mojo WebLogic Plugin  (was: Mojo)

> Unable to deploy to Weblogic due to 503 error
> ---------------------------------------------
>
>                 Key: MWEBLOGIC-1
>                 URL: http://jira.codehaus.org/browse/MWEBLOGIC-1
>             Project: Mojo WebLogic Plugin
>          Issue Type: Bug
>         Environment: Maven version: 2.0.10
> Java version: 1.6.0_11
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> Weblogic: 9.2
>            Reporter: Jiang Lin
>         Attachments: maven.weblogic.deploy.log
>
>
> 1. Configured the Weblogic server to enable tunneling
> 2. Started the Weblogic server at localhost:7001 and tested to make sure it was up running
> 3. Tried to run "mvn weblogic:deploy"
> 4. Got the error saying "java.io.FileNotFoundException: Response: '503: Service Unavailable'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MWEBLOGIC-1) Unable to deploy to Weblogic due to 503 error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MWEBLOGIC-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195381#action_195381 ]

Jon Osborn commented on MWEBLOGIC-1:
------------------------------------

There are a lot of reasons this might happen. Is this still an issue for you?

> Unable to deploy to Weblogic due to 503 error
> ---------------------------------------------
>
>                 Key: MWEBLOGIC-1
>                 URL: http://jira.codehaus.org/browse/MWEBLOGIC-1
>             Project: Mojo WebLogic Plugin
>          Issue Type: Bug
>         Environment: Maven version: 2.0.10
> Java version: 1.6.0_11
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> Weblogic: 9.2
>            Reporter: Jiang Lin
>         Attachments: maven.weblogic.deploy.log
>
>
> 1. Configured the Weblogic server to enable tunneling
> 2. Started the Weblogic server at localhost:7001 and tested to make sure it was up running
> 3. Tried to run "mvn weblogic:deploy"
> 4. Got the error saying "java.io.FileNotFoundException: Response: '503: Service Unavailable'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MWEBLOGIC-1) Unable to deploy to Weblogic due to 503 error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MWEBLOGIC-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196304#action_196304 ]

Jiang Lin commented on MWEBLOGIC-1:
-----------------------------------

The team has decided to abandon the effort of getting this to work. Will close the issue as the result of this decision.

> Unable to deploy to Weblogic due to 503 error
> ---------------------------------------------
>
>                 Key: MWEBLOGIC-1
>                 URL: http://jira.codehaus.org/browse/MWEBLOGIC-1
>             Project: Mojo WebLogic Plugin
>          Issue Type: Bug
>         Environment: Maven version: 2.0.10
> Java version: 1.6.0_11
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> Weblogic: 9.2
>            Reporter: Jiang Lin
>         Attachments: maven.weblogic.deploy.log
>
>
> 1. Configured the Weblogic server to enable tunneling
> 2. Started the Weblogic server at localhost:7001 and tested to make sure it was up running
> 3. Tried to run "mvn weblogic:deploy"
> 4. Got the error saying "java.io.FileNotFoundException: Response: '503: Service Unavailable'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MWEBLOGIC-1) Unable to deploy to Weblogic due to 503 error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MWEBLOGIC-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiang Lin closed MWEBLOGIC-1.
-----------------------------

    Resolution: Incomplete

The team has decided to abandon the effort of getting this to work. The issue is closed as the result of this decision.

> Unable to deploy to Weblogic due to 503 error
> ---------------------------------------------
>
>                 Key: MWEBLOGIC-1
>                 URL: http://jira.codehaus.org/browse/MWEBLOGIC-1
>             Project: Mojo WebLogic Plugin
>          Issue Type: Bug
>         Environment: Maven version: 2.0.10
> Java version: 1.6.0_11
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> Weblogic: 9.2
>            Reporter: Jiang Lin
>         Attachments: maven.weblogic.deploy.log
>
>
> 1. Configured the Weblogic server to enable tunneling
> 2. Started the Weblogic server at localhost:7001 and tested to make sure it was up running
> 3. Tried to run "mvn weblogic:deploy"
> 4. Got the error saying "java.io.FileNotFoundException: Response: '503: Service Unavailable'

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email