You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Idris Ali <ps...@gmail.com> on 2011/12/16 15:46:26 UTC

Hadoop startup error - Mac OS - JDK

Hi,

I am getting the below error since my last java update, I am using Mac OS
10.7.2 and CDH3u0.
I tried with open JDK 1.7 and sun JDK 1.6._29. I use to run oozie with
Hadoop till the last update.
Any help is appreciated. I can send the details of core-site.xml as well.

Thanks,
-Idris

2011-12-16 20:07:50.009 java[92609:1d03] Unable to load realm mapping info
from SCDynamicStore
2011-12-16 20:08:09.245 java[92609:1107] Unable to load realm mapping info
from SCDynamicStore
2011-12-16 20:08:09.246 java[92609:1107] *** Terminating app due to
uncaught exception 'JavaNativeException', reason: 'KrbException: Could not
load configuration from SCDynamicStore'
*** First throw call stack:
(
        0   CoreFoundation                      0x00007fff98147286
__exceptionPreprocess + 198
        1   libobjc.A.dylib                     0x00007fff98519d5e
objc_exception_throw + 43
        2   CoreFoundation                      0x00007fff981d14c9
-[NSException raise] + 9
        3   JavaNativeFoundation                0x0000000106dacc47
JNFCallStaticVoidMethod + 213
        4   libosx.dylib                        0x0000000107b0c184
___SCDynamicStoreCallBack_block_invoke_1 + 24
        5   JavaNativeFoundation                0x0000000106daf18a
JNFPerformEnvBlock + 86
        6   SystemConfiguration                 0x00007fff8e4d1d50
rlsPerform + 119
        7   CoreFoundation                      0x00007fff980b5b51
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
        8   CoreFoundation                      0x00007fff980b53bd
__CFRunLoopDoSources0 + 253
        9   CoreFoundation                      0x00007fff980dc1a9
__CFRunLoopRun + 905
        10  CoreFoundation                      0x00007fff980dbae6
CFRunLoopRunSpecific + 230
        11  java                                0x0000000101d83eb1
CreateExecutionEnvironment + 841
        12  java                                0x0000000101d7fecd
JLI_Launch + 1933
        13  java                                0x0000000101d85c2d main +
108
        14  java                                0x0000000101d7f738 start +
52
        15  ???                                 0x0000000000000014 0x0 + 20
)
terminate called throwing an exception

Re: Hadoop startup error - Mac OS - JDK

Posted by Idris Ali <ps...@gmail.com>.
Thanks Uma,

I have been using that parameter to avoid SCDyanmic.. error, and things
were fine till 1.6.0_26 sun jdk update.

But with the new update nothing seems to work.

-Idris

On Fri, Dec 16, 2011 at 8:24 PM, Uma Maheswara Rao G
<ma...@huawei.com>wrote:

> Some workaround available in
> https://issues.apache.org/jira/browse/HADOOP-7489
> try adding that options in hadoop-env.sh.
>
> Regards,
> Uma
> ________________________________________
> From: Idris Ali [psychidris@gmail.com]
> Sent: Friday, December 16, 2011 8:16 PM
> To: common-user@hadoop.apache.org; oozie-users@incubator.apache.org
> Subject: Hadoop startup error - Mac OS - JDK
>
> Hi,
>
> I am getting the below error since my last java update, I am using Mac OS
> 10.7.2 and CDH3u0.
> I tried with open JDK 1.7 and sun JDK 1.6._29. I use to run oozie with
> Hadoop till the last update.
> Any help is appreciated. I can send the details of core-site.xml as well.
>
> Thanks,
> -Idris
>
> 2011-12-16 20:07:50.009 java[92609:1d03] Unable to load realm mapping info
> from SCDynamicStore
> 2011-12-16 20:08:09.245 java[92609:1107] Unable to load realm mapping info
> from SCDynamicStore
> 2011-12-16 20:08:09.246 java[92609:1107] *** Terminating app due to
> uncaught exception 'JavaNativeException', reason: 'KrbException: Could not
> load configuration from SCDynamicStore'
> *** First throw call stack:
> (
>        0   CoreFoundation                      0x00007fff98147286
> __exceptionPreprocess + 198
>        1   libobjc.A.dylib                     0x00007fff98519d5e
> objc_exception_throw + 43
>        2   CoreFoundation                      0x00007fff981d14c9
> -[NSException raise] + 9
>        3   JavaNativeFoundation                0x0000000106dacc47
> JNFCallStaticVoidMethod + 213
>        4   libosx.dylib                        0x0000000107b0c184
> ___SCDynamicStoreCallBack_block_invoke_1 + 24
>        5   JavaNativeFoundation                0x0000000106daf18a
> JNFPerformEnvBlock + 86
>        6   SystemConfiguration                 0x00007fff8e4d1d50
> rlsPerform + 119
>        7   CoreFoundation                      0x00007fff980b5b51
> __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
>        8   CoreFoundation                      0x00007fff980b53bd
> __CFRunLoopDoSources0 + 253
>        9   CoreFoundation                      0x00007fff980dc1a9
> __CFRunLoopRun + 905
>        10  CoreFoundation                      0x00007fff980dbae6
> CFRunLoopRunSpecific + 230
>        11  java                                0x0000000101d83eb1
> CreateExecutionEnvironment + 841
>        12  java                                0x0000000101d7fecd
> JLI_Launch + 1933
>        13  java                                0x0000000101d85c2d main +
> 108
>        14  java                                0x0000000101d7f738 start +
> 52
>        15  ???                                 0x0000000000000014 0x0 + 20
> )
> terminate called throwing an exception
>

RE: Hadoop startup error - Mac OS - JDK

Posted by Uma Maheswara Rao G <ma...@huawei.com>.
Some workaround available in https://issues.apache.org/jira/browse/HADOOP-7489
try adding that options in hadoop-env.sh.

Regards,
Uma
________________________________________
From: Idris Ali [psychidris@gmail.com]
Sent: Friday, December 16, 2011 8:16 PM
To: common-user@hadoop.apache.org; oozie-users@incubator.apache.org
Subject: Hadoop startup error - Mac OS - JDK

Hi,

I am getting the below error since my last java update, I am using Mac OS
10.7.2 and CDH3u0.
I tried with open JDK 1.7 and sun JDK 1.6._29. I use to run oozie with
Hadoop till the last update.
Any help is appreciated. I can send the details of core-site.xml as well.

Thanks,
-Idris

2011-12-16 20:07:50.009 java[92609:1d03] Unable to load realm mapping info
from SCDynamicStore
2011-12-16 20:08:09.245 java[92609:1107] Unable to load realm mapping info
from SCDynamicStore
2011-12-16 20:08:09.246 java[92609:1107] *** Terminating app due to
uncaught exception 'JavaNativeException', reason: 'KrbException: Could not
load configuration from SCDynamicStore'
*** First throw call stack:
(
        0   CoreFoundation                      0x00007fff98147286
__exceptionPreprocess + 198
        1   libobjc.A.dylib                     0x00007fff98519d5e
objc_exception_throw + 43
        2   CoreFoundation                      0x00007fff981d14c9
-[NSException raise] + 9
        3   JavaNativeFoundation                0x0000000106dacc47
JNFCallStaticVoidMethod + 213
        4   libosx.dylib                        0x0000000107b0c184
___SCDynamicStoreCallBack_block_invoke_1 + 24
        5   JavaNativeFoundation                0x0000000106daf18a
JNFPerformEnvBlock + 86
        6   SystemConfiguration                 0x00007fff8e4d1d50
rlsPerform + 119
        7   CoreFoundation                      0x00007fff980b5b51
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
        8   CoreFoundation                      0x00007fff980b53bd
__CFRunLoopDoSources0 + 253
        9   CoreFoundation                      0x00007fff980dc1a9
__CFRunLoopRun + 905
        10  CoreFoundation                      0x00007fff980dbae6
CFRunLoopRunSpecific + 230
        11  java                                0x0000000101d83eb1
CreateExecutionEnvironment + 841
        12  java                                0x0000000101d7fecd
JLI_Launch + 1933
        13  java                                0x0000000101d85c2d main +
108
        14  java                                0x0000000101d7f738 start +
52
        15  ???                                 0x0000000000000014 0x0 + 20
)
terminate called throwing an exception