http://java.net/jira/browse/MACOSX_PORT-774 submitted 2011/12/14 by Taras Ledkov
For JCK tests, there are strange error message in test logs:
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"><pre class="code-java">2011-12-10 06:25:16.343 java[43989:707] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x5403, name = 'WakeUpProcessPort'See /usr/include/servers/bootstrap_defs.h <span class="code-keyword">for</span> the error codes.2011-12-10 06:25:16.843 java[43989:707] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x6f0b, name = 'com.apple.tsm.portname'See /usr/include/servers/bootstrap_defs.h <span class="code-keyword">for</span> the error codes.</pre>
For JCK tests, there are strange error message in test logs:
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"><pre class="code-java">2011-12-10 06:25:16.343 java[43989:707] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x5403, name = 'WakeUpProcessPort'See /usr/include/servers/bootstrap_defs.h <span class="code-keyword">for</span> the error codes.2011-12-10 06:25:16.843 java[43989:707] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x6f0b, name = 'com.apple.tsm.portname'See /usr/include/servers/bootstrap_defs.h <span class="code-keyword">for</span> the error codes.</pre>
- relates to
-
JDK-7113349 Initial changeset for Macosx port to jdk
- Closed