[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3308) Warning message falls every 5 seconds in console view after hot redeploy of the page.

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Thu Dec 4 06:08:36 EST 2008


    [ https://jira.jboss.org/jira/browse/JBIDE-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12441110#action_12441110 ] 

Max Rydahl Andersen commented on JBIDE-3308:
--------------------------------------------

Looking at the changes I got some comments:

1) shouldn't we use new File(deployFolder).toURL() instead of "file:" + deployFolder ?

2) I cant follow the existence logic...do we just ignore the folder if it does not exist ? Shouldn't the server startup fail in this case with a warning/error ?

3) Looks like we are always calling addURL and never ask the server what it has deployed. Is that a safe operation if the folder might already be configured ? Isn't there a getURLs or something that should be used or does addURL ensure no duplicates are added ?



> Warning message falls every 5 seconds in console view after hot redeploy of the page.
> -------------------------------------------------------------------------------------
>
>                 Key: JBIDE-3308
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3308
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.0.0.cr1
>            Reporter: Anton Klimkovich
>            Assignee: Rob Stryker
>            Priority: Critical
>             Fix For: 3.0.0.cr1
>
>
> EXECUTE: Create Seam 1.2 project
> EXECUTE: Run the project on the server
> EXECUTE: Open home.xhtml
> EXECUTE: Delete string  <p>This empty shell application includes:</p>
> ASSERT:    the page should be redeployed.
> EXECUTE: Refresh browser
> ASSERT:    The changes should be displayed.
> EXECUTE: Open Console view
> FAILURE:   warning message falls every 5 seconds. It doesn't stop while restarting.
> 17:57:53,835 WARN  [URLDeploymentScanner] Scan URL, caught java.io.FileNotFoundException: C:\jbdevstudio2.0CR1\jboss-eap\jboss-as\server\default\C:\jbdevstudio2.0CR1\jboss-eap\jboss-as\server\default\deploy 

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

        



More information about the jbosstools-issues mailing list