You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Alex the Rocker (JIRA)" <ji...@apache.org> on 2012/10/05 23:02:02 UTC

[jira] [Created] (TOMEE-446) Failed to service TomEE as a service on Windows

Alex the Rocker created TOMEE-446:
-------------------------------------

             Summary: Failed to service TomEE as a service on Windows
                 Key: TOMEE-446
                 URL: https://issues.apache.org/jira/browse/TOMEE-446
             Project: TomEE
          Issue Type: Bug
    Affects Versions: 1.0.0, 1.5.0
         Environment: Reproduced on Windows 7 x64 
            Reporter: Alex the Rocker
            Priority: Critical


I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":

This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
Failed installing 'TomEE' service

I got the same message with TomEE+ 1.0.0.

Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.

I had a by-pass:
=========
Looks like the distribution is trashing the exe files - They are fine in the
source:

https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
=======
which works, but most people trying TomEE won't even ask.

BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.





--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Alex the Rocker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472663#comment-13472663 ] 

Alex the Rocker commented on TOMEE-446:
---------------------------------------

Romain:

There is no new  version at the 1.5.1 snapshot directory, do you mean I should wait until tomorrow's snapshot and retry?

Alex.
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated TOMEE-446:
-------------------------------------

    Comment: was deleted

(was: 34 seems the build unmber to use)
    
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472683#comment-13472683 ] 

Romain Manni-Bucau commented on TOMEE-446:
------------------------------------------

deploy in progress (~10mn)
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Alex the Rocker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473072#comment-13473072 ] 

Alex the Rocker commented on TOMEE-446:
---------------------------------------

Okay : I checked, it works with build #34.

Is there a way to have an automated test to prevent a regression on this JIRA?

Alex.

                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Alex the Rocker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472527#comment-13472527 ] 

Alex the Rocker commented on TOMEE-446:
---------------------------------------

Hello, 

Registering TomEE as a service is still broken with 1.5.1 snapshot found at: https://repository.apache.org/content/groups/snapshots/org/apache/openejb/apache-tomee/1.5.1-SNAPSHOT/apache-tomee-1.5.1-20121009.040944-32-plus.zip 

Here are the traces, which differ from what we got with 1.0.0 and 1.5.0 GA, using Windows 7 x64 and 64-bit JDK 7 update 3 for JAVA_HOME:

E:\NoSave\tomEE\apache-tomee-plus-1.5.1-SNAPSHOT\bin>service.bat install
Installing the service 'TomEE' ...
Using CATALINA_HOME:    "E:\NoSave\tomEE\apache-tomee-plus-1.5.1-SNAPSHOT"
Using CATALINA_BASE:    "E:\NoSave\tomEE\apache-tomee-plus-1.5.1-SNAPSHOT"
Using JAVA_HOME:        "c:\Program Files\Java\jdk1.7.0_03"
Using JRE_HOME:         "c:\Program Files\Java\jdk1.7.0_03\jre"
Using JVM:              "c:\Program Files\Java\jdk1.7.0_03\jre\bin\server\jvm.dl
l"
"E:\NoSave\tomEE\apache-tomee-plus-1.5.1-SNAPSHOT\bin\TomEE.AMD64.exe" //IS//Tom
EE
'"E:\NoSave\tomEE\apache-tomee-plus-1.5.1-SNAPSHOT\bin\TomEE.AMD64.exe"' is not
recognized as an internal or external command,
operable program or batch file.
Failed installing 'TomEE' service


=> After checking, The TomEE.AMD64.exe file is missing (there is no .exe file at all in bin/ directory)

Same player shoot again?

Alex

                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472601#comment-13472601 ] 

Romain Manni-Bucau commented on TOMEE-446:
------------------------------------------

your turn to have a try, i played again ;)
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472181#comment-13472181 ] 

Romain Manni-Bucau commented on TOMEE-446:
------------------------------------------

Here https://repository.apache.org/content/groups/snapshots/org/apache/openejb/apache-tomee/1.5.1-SNAPSHOT/
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Alex the Rocker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472142#comment-13472142 ] 

Alex the Rocker commented on TOMEE-446:
---------------------------------------

What's the snapshot's URL  please ?
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau closed TOMEE-446.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.1

closing since the config being explicit (= no reason to be broken by a code change) i think the test doesn't urge that much
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>             Fix For: 1.5.1
>
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471545#comment-13471545 ] 

Romain Manni-Bucau commented on TOMEE-446:
------------------------------------------

removed the maven filtering which probably caused the issue, can you give it a try tomorrow on the snapshot please?
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Alex the Rocker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13472757#comment-13472757 ] 

Alex the Rocker commented on TOMEE-446:
---------------------------------------

'im not seeing anything new in 1.5.1 snapshot directory. Which build number should contain the missing EXEs ?
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473078#comment-13473078 ] 

Romain Manni-Bucau commented on TOMEE-446:
------------------------------------------

yep, i can't do it this week (throw new NoMoreTimEException() ;)) but if you want to propose the patch here the idea:
1) add a module tomee/apache-tomee-test
2) in this module add a dependency on the apache-tomee zip (to force it to be executed after the tomee build
3) take the zip fomr tomee/apache-tomee/target, extract it in target, compare the exe (sha1) from the zip and the one in src/main/resources
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Alex the Rocker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473085#comment-13473085 ] 

Alex the Rocker commented on TOMEE-446:
---------------------------------------

Romain:

I throw new NoMoreTimEException() on my actual job as well, I don't even have SVN client installed, creating JIRAs and testing your fixes is the only thing I can afford ; I'd love to do more, but not in a forsseable future ...

BTW thanks a lot for the fix, guess this JIRA can be closed, unless you want to attach the automated test to it.

Alex
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473052#comment-13473052 ] 

Romain Manni-Bucau commented on TOMEE-446:
------------------------------------------

build number should be 34 i think
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TOMEE-446) Failed to service TomEE as a service on Windows

Posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TOMEE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473051#comment-13473051 ] 

Romain Manni-Bucau commented on TOMEE-446:
------------------------------------------

34 seems the build unmber to use
                
> Failed to service TomEE as a service on Windows
> -----------------------------------------------
>
>                 Key: TOMEE-446
>                 URL: https://issues.apache.org/jira/browse/TOMEE-446
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.5.0
>         Environment: Reproduced on Windows 7 x64 
>            Reporter: Alex the Rocker
>            Priority: Critical
>
> I got the following error message when trying to register TomEE + 1.5.0 as a service on a 64-bits Windows 7 machine, using "service.bat install":
> This version of E:\NoSave\apache-tomee-plus-1.5.0\bin\TomEE.amd64.exe is not compatible with the version of Windows you're running. Check your computer's system  information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
> Failed installing 'TomEE' service
> I got the same message with TomEE+ 1.0.0.
> Please fix this issue with highest priority on 1.5.1 : it is a shame that such a basic feature is broken with out of the box tomEE downloads.
> I had a by-pass:
> =========
> Looks like the distribution is trashing the exe files - They are fine in the
> source:
> https://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/apache-tomee/src/main/resources
> =======
> which works, but most people trying TomEE won't even ask.
> BTW, it would be nice to have a list of noteworthy "Known issues" with 1.5.0 so that newbies would understand that there is work in progress on such topics.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira