You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Sakke Wiik (JIRA)" <ji...@apache.org> on 2009/01/30 09:31:00 UTC

[jira] Created: (SMX4-200) SMX4 fails to start occasionally

SMX4 fails to start occasionally
--------------------------------

                 Key: SMX4-200
                 URL: https://issues.apache.org/activemq/browse/SMX4-200
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.0-m1
         Environment: JDK:
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)

OS: Win XP x64 Pro Version 2003 Service Pack 2

            Reporter: Sakke Wiik


Start with servicemix.bat fails approximately every second time.

The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"):

differing files (except log and bundle.lasmodified):
<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
     
The difference is that property service.bundleLocation is missing from config-files in the failing case.

The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar

Other differences:
      
The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.

Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi


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


[jira] Closed: (SMX4-200) Startup hangs occasionally

Posted by "Sakke Wiik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sakke Wiik closed SMX4-200.
---------------------------

       Resolution: Fixed
    Fix Version/s: 4.0-m2

> Startup hangs occasionally
> --------------------------
>
>                 Key: SMX4-200
>                 URL: https://issues.apache.org/activemq/browse/SMX4-200
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>         Environment: JDK:
> java version "1.6.0_02"
> Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
> OS: Win XP x64 Pro Version 2003 Service Pack 2
>            Reporter: Sakke Wiik
>             Fix For: 4.0-m2
>
>         Attachments: diff_folder_structure.html, servicemix_fail.log
>
>
> Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.
> The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"). Repeated failed starts proved that all failing cases have identical data folders:
> differing files (except log and bundle.lasmodified):
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
>      
> The difference is that property service.bundleLocation is missing from config-files in the failing case.
> The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar
> Other differences:
>       
> The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.
> Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi

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


[jira] Updated: (SMX4-200) Startup hangs occasionally

Posted by "Sakke Wiik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sakke Wiik updated SMX4-200:
----------------------------

    Description: 
Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.

The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"):

differing files (except log and bundle.lasmodified):
<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
     
The difference is that property service.bundleLocation is missing from config-files in the failing case.

The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar

Other differences:
      
The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.

Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi




  was:
Start with servicemix.bat fails approximately every second time.

The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"):

differing files (except log and bundle.lasmodified):
<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
     
The difference is that property service.bundleLocation is missing from config-files in the failing case.

The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar

Other differences:
      
The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.

Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi


        Summary: Startup hangs occasionally  (was: SMX4 fails to start occasionally)

> Startup hangs occasionally
> --------------------------
>
>                 Key: SMX4-200
>                 URL: https://issues.apache.org/activemq/browse/SMX4-200
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>         Environment: JDK:
> java version "1.6.0_02"
> Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
> OS: Win XP x64 Pro Version 2003 Service Pack 2
>            Reporter: Sakke Wiik
>         Attachments: diff_folder_structure.html, servicemix_fail.log
>
>
> Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.
> The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"):
> differing files (except log and bundle.lasmodified):
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
>      
> The difference is that property service.bundleLocation is missing from config-files in the failing case.
> The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar
> Other differences:
>       
> The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.
> Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi

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


[jira] Updated: (SMX4-200) Startup hangs occasionally

Posted by "Sakke Wiik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sakke Wiik updated SMX4-200:
----------------------------

    Attachment: servicemix_fail.log

Log of failing startup (apache-servicemix-4.0-m1\data\log)

> Startup hangs occasionally
> --------------------------
>
>                 Key: SMX4-200
>                 URL: https://issues.apache.org/activemq/browse/SMX4-200
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>         Environment: JDK:
> java version "1.6.0_02"
> Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
> OS: Win XP x64 Pro Version 2003 Service Pack 2
>            Reporter: Sakke Wiik
>         Attachments: diff_folder_structure.html, servicemix_fail.log
>
>
> Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.
> The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"):
> differing files (except log and bundle.lasmodified):
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
>      
> The difference is that property service.bundleLocation is missing from config-files in the failing case.
> The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar
> Other differences:
>       
> The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.
> Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi

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


[jira] Updated: (SMX4-200) Startup hangs occasionally

Posted by "Sakke Wiik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sakke Wiik updated SMX4-200:
----------------------------

    Description: 
Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.

The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"). Repeated failed starts proved that all failing cases have identical data folders:

differing files (except log and bundle.lasmodified):
<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
     
The difference is that property service.bundleLocation is missing from config-files in the failing case.

The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar

Other differences:
      
The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.

Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi




  was:
Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.

The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"):

differing files (except log and bundle.lasmodified):
<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config

<apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
<apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
     
The difference is that property service.bundleLocation is missing from config-files in the failing case.

The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar

Other differences:
      
The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.

Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi





> Startup hangs occasionally
> --------------------------
>
>                 Key: SMX4-200
>                 URL: https://issues.apache.org/activemq/browse/SMX4-200
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>         Environment: JDK:
> java version "1.6.0_02"
> Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
> OS: Win XP x64 Pro Version 2003 Service Pack 2
>            Reporter: Sakke Wiik
>         Attachments: diff_folder_structure.html, servicemix_fail.log
>
>
> Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.
> The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"). Repeated failed starts proved that all failing cases have identical data folders:
> differing files (except log and bundle.lasmodified):
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
>      
> The difference is that property service.bundleLocation is missing from config-files in the failing case.
> The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar
> Other differences:
>       
> The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.
> Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi

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


[jira] Updated: (SMX4-200) SMX4 fails to start occasionally

Posted by "Sakke Wiik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sakke Wiik updated SMX4-200:
----------------------------

    Attachment: diff_folder_structure.html

Diff of 'data' folders between a failed and a successful start

> SMX4 fails to start occasionally
> --------------------------------
>
>                 Key: SMX4-200
>                 URL: https://issues.apache.org/activemq/browse/SMX4-200
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>         Environment: JDK:
> java version "1.6.0_02"
> Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
> OS: Win XP x64 Pro Version 2003 Service Pack 2
>            Reporter: Sakke Wiik
>         Attachments: diff_folder_structure.html
>
>
> Start with servicemix.bat fails approximately every second time.
> The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"):
> differing files (except log and bundle.lasmodified):
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
>      
> The difference is that property service.bundleLocation is missing from config-files in the failing case.
> The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar
> Other differences:
>       
> The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.
> Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi

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


[jira] Commented: (SMX4-200) Startup hangs occasionally

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49057#action_49057 ] 

Chris Custine commented on SMX4-200:
------------------------------------

If you are using 4.0-m1, you might want to download a more recent nightly snapshot of 4.0-m2 from [here|http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/features/apache-servicemix/4.0-m2-SNAPSHOT/].  There have been a lot of changes since 4.0-m1 so if you could test this issue on 4.0-m2 and give an update here that would be great.

> Startup hangs occasionally
> --------------------------
>
>                 Key: SMX4-200
>                 URL: https://issues.apache.org/activemq/browse/SMX4-200
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>         Environment: JDK:
> java version "1.6.0_02"
> Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
> OS: Win XP x64 Pro Version 2003 Service Pack 2
>            Reporter: Sakke Wiik
>             Fix For: 4.0-m2
>
>         Attachments: diff_folder_structure.html, servicemix_fail.log
>
>
> Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.
> The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"). Repeated failed starts proved that all failing cases have identical data folders:
> differing files (except log and bundle.lasmodified):
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
>      
> The difference is that property service.bundleLocation is missing from config-files in the failing case.
> The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar
> Other differences:
>       
> The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.
> Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi

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


[jira] Commented: (SMX4-200) Startup hangs occasionally

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49058#action_49058 ] 

Chris Custine commented on SMX4-200:
------------------------------------

Sorry, I just noticed that you marked it resolved in 4.0-m2!  Thanks!

> Startup hangs occasionally
> --------------------------
>
>                 Key: SMX4-200
>                 URL: https://issues.apache.org/activemq/browse/SMX4-200
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>         Environment: JDK:
> java version "1.6.0_02"
> Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
> OS: Win XP x64 Pro Version 2003 Service Pack 2
>            Reporter: Sakke Wiik
>             Fix For: 4.0-m2
>
>         Attachments: diff_folder_structure.html, servicemix_fail.log
>
>
> Start with servicemix.bat fails approximately every second time. The process doesn't die, but uses a high amount of CPU forever.
> The data folders between a failing and a success start shows differences (full folder diff in attached file "diff_folder_structure.html"). Repeated failed starts proved that all failing cases have identical data folders:
> differing files (except log and bundle.lasmodified):
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\activemq.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\features.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\management.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\shell.config
> <apache-servicemix-4.0-m1>\failing_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
> <apache-servicemix-4.0-m1>\successful_start\cache\bundle78\data\config\org\apache\servicemix\transaction.config
>      
> The difference is that property service.bundleLocation is missing from config-files in the failing case.
> The bundle with id 78 has location org.apache.felix.configadmin-1.0.0.jar
> Other differences:
>       
> The folder <apache-servicemix-4.0-m1>\failing_start\cache\bundle81\data (org.apache.felix.prefs-1.0.2.jar) is missing. The bundle81 is the bundle with the highest id.
> Other missing folders: <apache-servicemix-4.0-m1>\failing_start\amq, <apache-servicemix-4.0-m1>\failing_start\jbi

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