[ 
https://issues.apache.org/jira/browse/KARAF-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907568#action_12907568
 ] 

Guillaume Nodet commented on KARAF-189:
---------------------------------------

The problem is that in commenting the call to getThrowableContext(), you kina 
make this class completely useless ;-)
What if in the getThrowableContext() method, you replace the 
{code}
            } catch (Exception e) {
{code}
with

{code}
            } catch (Throwable e) {
{code}


> Java endorsed dirs on AIX (IBM JVM)
> -----------------------------------
>
>                 Key: KARAF-189
>                 URL: https://issues.apache.org/jira/browse/KARAF-189
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>         Environment: AIX 5.3, IBM jre 1.6 sr8, power-pc
> Ubuntu linux 10.04, IBM jre sr8, x86
>            Reporter: haedri
>            Priority: Minor
>
> I have troubles launching karaf 2.0 on AIX, using an IBM jre (1.6 sr8), here 
> are the relevant lines of the output :
> IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc-32
> jvmap3260sr8-20100401_55940 (JIT enabled, AOT enabled)
> Unhandled exception
> Type=Segmentation error vmState=0x00000000
> (...)
> After trying everything possible (setting LDR_CTRL, LIBPATH, ulimit,...) it 
> appears the problem is linked to the "-Djava.endorsed.dirs" parameter from 
> the java startup command line, if I remove the "${KARAF_HOME}/lib/endorsed" 
> entry, then karaf starts successfully.
> I've been able to reproduce the problem on a linux ubuntu on a x86 processor, 
> using the same IBM jvm version 
> (http://www.ibm.com/developerworks/java/jdk/linux/download.html)
> I think problem comes from IBM jre (because it works on a jre 1.6 sr0), but I 
> din't investigate enough to be sure

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

Reply via email to