You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Chi Runhua (JIRA)" <ji...@apache.org> on 2008/10/31 07:08:44 UTC

[jira] Created: (GERONIMO-4388) "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space

"Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space
-------------------------------------------------------------------------------------------------------------------

                 Key: GERONIMO-4388
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4388
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: deployment
    Affects Versions: 2.1.3
         Environment: Windows XP SP2+IBM JDK 1.5.0 SR8a
            Reporter: Chi Runhua
            Priority: Minor


Hello,

I installed Geronimo-2.1.3 and put cviewer-2.1.1.1.war in {{D:\Geronimo samples\applications\cviewer\target}}, then tried to deploy the .war in different ways. Here is the result list:

Scenario#1:  from console, successful;
Scenario#2:  *gsh.bat deploy/deploy "%cviewer%\cviewer-2.1.1.1.war"*, successful;
Scenario#3:  *gsh.bat deploy/deploy %cviewer%\cviewer-2.1.1.1.war*, failed with "Abnormal JVM shutdown detected" printed on screen, but nothing was recorded in server.log.  When I looked into gshell.log, I noticed some insteresting strings as {color:red}Executing (Object...): [deploy/deploy, D:\Geronimo, samples\applications\cviewer\target\cviewer-2.1.1.1.war]{color};
Scenario#4:  within gshell and failed, which was reported in Gshell-117 already.

Please help to confirm whether syntax of Scenario#3 is prohibited or it might be a bug?

Thanks in advance.


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


[jira] Commented: (GERONIMO-4388) "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644652#action_12644652 ] 

Rex Wang commented on GERONIMO-4388:
------------------------------------

Jeff,
It is not a bug.
when the file path contains spaces, you must add the quotation marks around it.

thanks


> "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4388
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4388
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.1.3
>         Environment: Windows XP SP2+IBM JDK 1.5.0 SR8a
>            Reporter: Chi Runhua
>            Priority: Minor
>         Attachments: Scenario#3_gshell.log, sysout.log
>
>
> Hello,
> I installed Geronimo-2.1.3 and put cviewer-2.1.1.1.war in {{D:\Geronimo samples\applications\cviewer\target}}, then tried to deploy the .war in different ways. Here is the result list:
> Scenario#1:  from console, successful;
> Scenario#2:  *gsh.bat deploy/deploy "%cviewer%\cviewer-2.1.1.1.war"*, successful;
> Scenario#3:  *gsh.bat deploy/deploy %cviewer%\cviewer-2.1.1.1.war*, failed with "Abnormal JVM shutdown detected" printed on screen, but nothing was recorded in server.log.  When I looked into gshell.log, I noticed some insteresting strings as {color:red}Executing (Object...): [deploy/deploy, D:\Geronimo, samples\applications\cviewer\target\cviewer-2.1.1.1.war]{color};
> Scenario#4:  within gshell and failed, which was reported in Gshell-117 already.
> Please help to confirm whether syntax of Scenario#3 is prohibited or it might be a bug?
> Thanks in advance.

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


[jira] Closed: (GERONIMO-4388) "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space

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

Chi Runhua closed GERONIMO-4388.
--------------------------------

    Resolution: Fixed


In this case, I guess a liitle bit more clear description would clear up the confusion upon  command syntax of "deploy" in user's guide.

Anyway, thanks for the info.  Closing the JIRA.

Jeff

> "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4388
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4388
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.1.3
>         Environment: Windows XP SP2+IBM JDK 1.5.0 SR8a
>            Reporter: Chi Runhua
>            Priority: Minor
>         Attachments: Scenario#3_gshell.log, sysout.log
>
>
> Hello,
> I installed Geronimo-2.1.3 and put cviewer-2.1.1.1.war in {{D:\Geronimo samples\applications\cviewer\target}}, then tried to deploy the .war in different ways. Here is the result list:
> Scenario#1:  from console, successful;
> Scenario#2:  *gsh.bat deploy/deploy "%cviewer%\cviewer-2.1.1.1.war"*, successful;
> Scenario#3:  *gsh.bat deploy/deploy %cviewer%\cviewer-2.1.1.1.war*, failed with "Abnormal JVM shutdown detected" printed on screen, but nothing was recorded in server.log.  When I looked into gshell.log, I noticed some insteresting strings as {color:red}Executing (Object...): [deploy/deploy, D:\Geronimo, samples\applications\cviewer\target\cviewer-2.1.1.1.war]{color};
> Scenario#4:  within gshell and failed, which was reported in Gshell-117 already.
> Please help to confirm whether syntax of Scenario#3 is prohibited or it might be a bug?
> Thanks in advance.

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


[jira] Updated: (GERONIMO-4388) "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space

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

Chi Runhua updated GERONIMO-4388:
---------------------------------

    Attachment: sysout.log
                Scenario#3_gshell.log

gshell.log of Scenario#3 and sysoutput/input from screen

> "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4388
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4388
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.1.3
>         Environment: Windows XP SP2+IBM JDK 1.5.0 SR8a
>            Reporter: Chi Runhua
>            Priority: Minor
>         Attachments: Scenario#3_gshell.log, sysout.log
>
>
> Hello,
> I installed Geronimo-2.1.3 and put cviewer-2.1.1.1.war in {{D:\Geronimo samples\applications\cviewer\target}}, then tried to deploy the .war in different ways. Here is the result list:
> Scenario#1:  from console, successful;
> Scenario#2:  *gsh.bat deploy/deploy "%cviewer%\cviewer-2.1.1.1.war"*, successful;
> Scenario#3:  *gsh.bat deploy/deploy %cviewer%\cviewer-2.1.1.1.war*, failed with "Abnormal JVM shutdown detected" printed on screen, but nothing was recorded in server.log.  When I looked into gshell.log, I noticed some insteresting strings as {color:red}Executing (Object...): [deploy/deploy, D:\Geronimo, samples\applications\cviewer\target\cviewer-2.1.1.1.war]{color};
> Scenario#4:  within gshell and failed, which was reported in Gshell-117 already.
> Please help to confirm whether syntax of Scenario#3 is prohibited or it might be a bug?
> Thanks in advance.

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


[jira] Issue Comment Edited: (GERONIMO-4388) "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space

Posted by "Chi Runhua (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644221#action_12644221 ] 

chi runhua edited comment on GERONIMO-4388 at 10/30/08 11:10 PM:
-----------------------------------------------------------------

gshell.log of Scenario#3 and sysoutput/input from screen attached

      was (Author: chi runhua):
    gshell.log of Scenario#3 and sysoutput/input from screen
  
> "Abnormal JVM shutdown detected" throwed when deploying cviewer-2.1.1.1.war located in a directory with white space
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4388
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4388
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.1.3
>         Environment: Windows XP SP2+IBM JDK 1.5.0 SR8a
>            Reporter: Chi Runhua
>            Priority: Minor
>         Attachments: Scenario#3_gshell.log, sysout.log
>
>
> Hello,
> I installed Geronimo-2.1.3 and put cviewer-2.1.1.1.war in {{D:\Geronimo samples\applications\cviewer\target}}, then tried to deploy the .war in different ways. Here is the result list:
> Scenario#1:  from console, successful;
> Scenario#2:  *gsh.bat deploy/deploy "%cviewer%\cviewer-2.1.1.1.war"*, successful;
> Scenario#3:  *gsh.bat deploy/deploy %cviewer%\cviewer-2.1.1.1.war*, failed with "Abnormal JVM shutdown detected" printed on screen, but nothing was recorded in server.log.  When I looked into gshell.log, I noticed some insteresting strings as {color:red}Executing (Object...): [deploy/deploy, D:\Geronimo, samples\applications\cviewer\target\cviewer-2.1.1.1.war]{color};
> Scenario#4:  within gshell and failed, which was reported in Gshell-117 already.
> Please help to confirm whether syntax of Scenario#3 is prohibited or it might be a bug?
> Thanks in advance.

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