JDeveloper 10.1.2.1.0 Build 1913 on Mac OSX

Every time I try to use the embedded oc4j I get an ArrayIndexOutOfBoundsException. Here are the top two lines of the stack trace.
06/01/20 18:19:38 java.lang.ArrayIndexOutOfBoundsException
06/01/20 18:19:38      at oracle.xml.parser.v2.XMLText.xdkGetNodeValue(XMLText.java:857)
I am running Mac OSX 10.3.9
Any help would be appreciated.
Dan Davies

I did not try myself, but what may help is to pass the -Djava.io.tmpdir=/tmp parameter to JDeveloper. I know this helped with some other problems related to the latest Mac JDK update. The problem is that this update uses a different temp dir, which contains some weird characters, and not all software is prepared for those.

Similar Messages

  • Error when re-deploy WLS in Jdeveloper 11g v.11.1.1.2.0 on Mac OSX

    Hi,
    Would appreciate if anyone can help me for the following issue:-
    After installed JDeveloper 11g v.11.1.1.2.0 on Mac OSX by following:-
    http://blogs.oracle.com/shay/2009/04/installing_jdeveloper_11g_on_m.html
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#install4
    I have no problem when I start and run WLS + application at the first time. However, I got the following error when I "RE-DEPLOY" the application by pressing run button again.
    <Aug 3, 2010 3:35:35 PM GMT+00:00> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at Aug 3, 2010 3:35:35 PM GMT+00:00. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Aug 3, 2010 3:35:35 PM GMT+00:00 SERVER = DefaultServer MESSAGE = [ServletContext@971160771[app:Receivable module:Receivable-ViewController-context-root path:/Receivable-ViewController-context-root spec-version:2.5]] Servlet failed with Exception
    java.lang.StringIndexOutOfBoundsException: String index out of range: -2
         at java.lang.String.substring(String.java:1937)
         at java.lang.String.substring(String.java:1904)
         at org.apache.myfaces.trinidadinternal.style.util.CSSGenerationUtils._getNSComponentSelector(CSSGenerationUtils.java:632)
         at org.apache.myfaces.trinidadinternal.style.util.CSSGenerationUtils.getNamespacedSelectors(CSSGenerationUtils.java:525)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getShortStyleClassMap(FileSystemStyleCache.java:1086)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getStyleSheetDocument(FileSystemStyleCache.java:652)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getEntry(FileSystemStyleCache.java:421)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache.getStyleSheetURIs(FileSystemStyleCache.java:177)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.StyleSheetRenderer.encodeAll(StyleSheetRenderer.java:97)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1501)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:771)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._renderSkinStylesheet(DocumentRenderer.java:1835)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:781)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1501)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:771)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = jackp-mac.perfitcomputer.com TXID = CONTEXTID = TIMESTAMP = 1280849735294
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000

    After following "known issue" from this link http://crmondemand.oracle.com/technetwork/developer-tools/jdev/knownissues-096030.html
    the problem has been fixed.

  • 6280 Theme builder on Apple mac OSX?

    is there a theme builder available for apple mac OSX?
    i would like to change the theme but cant seem to find anything to do the job.
    thanx
    LP

    Hi,
    you are looking for PhoneDirector. Go to VersionTracker.
    Jim.

  • JBO-29000 error in running a JSP - Oracle JDeveloper 10.1.2.1.0 (Build 1913

    Hi,
    I was working on the Oracle ADF workshop with the above version of JDeveloper and Oracle 9i as database. As per the instructions in the workshop I developed a JSP, browseCustomers.jsp and Ran it.
    In the "Enbedded OC4J Sever" panel in the JDeveloper I got the following:
    =====================================================
    Embedded OC4J startup time: 6564 ms.
    05/11/06 20:14:03 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    Target URL -- http://24.99.98.235:8988/CustomerMaintenance-ViewController-context-root/browseCustomers.do
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Nov 6, 2005 8:14:12 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    Nov 6, 2005 8:14:15 PM org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class oracle.jbo.JboException
    Nov 6, 2005 8:27:10 PM org.apache.struts.action.RequestProcessor processException
    WARNING: Unhandled Exception thrown: class oracle.jbo.JboException
    In the IE Browser I got the following (I just mentioned first two lines):
    ==================================================
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.toplink.exceptions.SessionLoaderException, msg=Exception Description: Several [1] SessionLoaderExceptions were thrown:
    I browsed through the discussion forum for a possible solution to this kind of problem but I'm lost. I didn't find any definite solution to this. Can anyone help me to get rid of this error.
    Thanks
    Agnivb

    Any resolution on this?

  • Error installing the latest version of Muse from correct version v2.1. Build 974 on Mac OSX 10.6.8

    I can't install the latest version of Muse. When i open Muse (version v2.1. Build 974) I am asked if I want to install the latest version and when I hit "Install now" it runs the installation to the end but when it ends i get the message "Sorry, an error has occured. The application could not be installed because the installer is damaged". I have installed the latest Air 3.5.0.1060.

    Please remove your current installation of Adobe Muse using the uninstaller and then reinstall from https://creative.adobe.com/.  You can find more details on how to install at http://forums.adobe.com/message/4396277#4396277?tstart=0.

  • Flash Builder Crashes on Mac OSX 10.6.6

    All of a sudden Flash Builder is crashing - here is the error:
    Process:         Adobe Flash Builder 4 [547]
    Path:            /Applications/Adobe Flash Builder 4/Adobe Flash Builder 4.app/Contents/MacOS/Adobe Flash Builder 4
    Identifier:      org.eclipse.eclipse
    Version:         4.0.1 (4.0.1)
    Code Type:       X86 (Native)
    Parent Process:  launchd [90]
    Date/Time:       2011-01-26 09:18:34.964 -0700
    OS Version:      Mac OS X 10.6.6 (10J567)
    Report Version:  6
    Interval Since Last Report:          41602 sec
    Crashes Since Last Report:           16
    Per-App Interval Since Last Report:  27986 sec
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      BD20DBA7-45F5-4453-946A-78254E3C5610
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000000c6
    Crashed Thread:  8  Java: VM Thread
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1220dcff JNI_CreateJavaVM_Impl + 49399
    6   libjvm.dylib                      0x1220dc50 JNI_CreateJavaVM_Impl + 49224
    7   libjvm.dylib                      0x122dd292 JVM_EnableCompiler + 22662
    8   libjvm.dylib                      0x122eb9b3 JVM_Sleep + 3465
    9   libjvm.dylib                      0x1226dabd JVM_Lseek + 157
    10  libjvm.dylib                      0x1229fdaa JVM_MonitorWait + 10126
    11  libswt-carbon-3555.jnilib         0x18805d96 callback + 429
    12  ???                               0x1880a518 0 + 411084056
    13  com.apple.HIToolbox               0x905ccecf DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    14  com.apple.HIToolbox               0x905cc196 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    15  com.apple.HIToolbox               0x905cbff5 SendEventToEventTargetWithOptions + 58
    16  com.apple.HIToolbox               0x9060ad25 HitTestWindowDefinition(WindowData*, Point) + 278
    17  com.apple.HIToolbox               0x90617cd3 FindPlatformWindow + 721
    18  com.apple.HIToolbox               0x9060da0e FindWindowCommon(Point, OpaqueWindowPtr**, short*) + 172
    19  com.apple.HIToolbox               0x9060d8d7 FindWindowOfClass + 59
    20  com.apple.HIToolbox               0x9060d893 FindWindow + 39
    21  libswt-pi-carbon-3555.jnilib      0x4d9d6351 Java_org_eclipse_swt_internal_carbon_OS_FindWindow + 135
    22  ???                               0x1680b959 0 + 377534809
    23  ???                               0x16803f59 0 + 377503577
    24  ???                               0x16803fdd 0 + 377503709
    25  ???                               0x16803fdd 0 + 377503709
    26  ???                               0x16803db1 0 + 377503153
    27  ???                               0x16803ed5 0 + 377503445
    28  ???                               0x16803ed5 0 + 377503445
    29  ???                               0x1680428d 0 + 377504397
    30  ???                               0x16803db1 0 + 377503153
    31  ???                               0x16803ed5 0 + 377503445
    32  ???                               0x16803ed5 0 + 377503445
    33  ???                               0x168043f3 0 + 377504755
    34  ???                               0x168043f3 0 + 377504755
    35  ???                               0x16803f17 0 + 377503511
    36  ???                               0x16803f17 0 + 377503511
    37  ???                               0x16803f17 0 + 377503511
    38  ???                               0x168012d3 0 + 377492179
    39  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    40  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    41  libjvm.dylib                      0x12292ad8 JVM_Lseek + 151736
    42  libjvm.dylib                      0x122ab106 JVM_NewInstanceFromConstructor + 3432
    43  libjvm.dylib                      0x122ac79e JVM_InvokeMethod + 1086
    44  libjvm.dylib                      0x122ac480 JVM_InvokeMethod + 288
    45  libjvmlinkage.dylib               0x000eb72f JVM_InvokeMethod + 79
    46  libjava.jnilib                    0x0073e3ee Java_sun_reflect_NativeMethodAccessorImpl_invoke0 + 38
    47  ???                               0x1680b959 0 + 377534809
    48  ???                               0x16803f17 0 + 377503511
    49  ???                               0x16803f17 0 + 377503511
    50  ???                               0x168043f3 0 + 377504755
    51  ???                               0x16803f17 0 + 377503511
    52  ???                               0x16803db1 0 + 377503153
    53  ???                               0x16803db1 0 + 377503153
    54  ???                               0x168012d3 0 + 377492179
    55  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    56  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    57  libjvm.dylib                      0x12292ad8 JVM_Lseek + 151736
    58  libjvm.dylib                      0x1229fb13 JVM_MonitorWait + 9463
    59  libjvm.dylib                      0x122dfca1 JVM_GetClassInterfaces + 8151
    60  eclipse_1206.so                   0x000767d6 startJavaJNI + 1795
    61  eclipse_1206.so                   0x000751c3 startJavaVM + 120
    62  eclipse_1206.so                   0x000742e9 run + 4768
    63  org.eclipse.eclipse               0x000024aa original_main + 1782
    64  org.eclipse.eclipse               0x00002b96 main + 1517
    65  org.eclipse.eclipse               0x00001c10 _start + 210
    66  org.eclipse.eclipse               0x00001b3d start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x98ee5982 kevent + 10
    1   libSystem.B.dylib                 0x98ee609c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x98ee5559 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x98ee52fe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x98ee4d81 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x98ee4bc6 start_wqthread + 30
    Thread 2:  Java: Exception Handler Thread
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libSystem.B.dylib                 0x98f2b088 mach_msg_server + 520
    3   libjvm.dylib                      0x1220fa03 JNI_CreateJavaVM_Impl + 56827
    4   libjvm.dylib                      0x1220f9b2 JNI_CreateJavaVM_Impl + 56746
    5   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    6   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    7   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 3:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x12221b1f jio_vsnprintf + 299
    8   libjvm.dylib                      0x12221a66 jio_vsnprintf + 114
    9   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    10  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    11  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 4:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x12221b1f jio_vsnprintf + 299
    8   libjvm.dylib                      0x12221a66 jio_vsnprintf + 114
    9   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    10  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    11  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 5:  Java: Gang worker#2 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x12221b1f jio_vsnprintf + 299
    8   libjvm.dylib                      0x12221a66 jio_vsnprintf + 114
    9   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    10  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    11  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 6:  Java: Gang worker#3 (Parallel GC Threads)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x12221b1f jio_vsnprintf + 299
    8   libjvm.dylib                      0x12221a66 jio_vsnprintf + 114
    9   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    10  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    11  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 7:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x1247f304 JVM_RaiseSignal + 319844
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x122b87f1 JVM_Write + 3541
    8   libjvm.dylib                      0x122b873a JVM_Write + 3358
    9   libjvm.dylib                      0x12227a3f jio_vsnprintf + 24651
    10  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    11  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    12  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 8 Crashed:  Java: VM Thread
    0   libjvm.dylib                      0x123007e0 JVM_GC + 6982
    1   libjvm.dylib                      0x12300795 JVM_GC + 6907
    2   libjvm.dylib                      0x12300991 JVM_GC + 7415
    3   libjvm.dylib                      0x1230094b JVM_GC + 7345
    4   libjvm.dylib                      0x12300d27 JVM_GC + 8333
    5   libjvm.dylib                      0x12300ce3 JVM_GC + 8265
    6   libjvm.dylib                      0x12300a98 JVM_GC + 7678
    7   libjvm.dylib                      0x1230076a JVM_GC + 6864
    8   libjvm.dylib                      0x1230072b JVM_GC + 6801
    9   libjvm.dylib                      0x122f2b56 JVM_NanoTime + 16640
    10  libjvm.dylib                      0x122f2868 JVM_NanoTime + 15890
    11  libjvm.dylib                      0x122f26b6 JVM_NanoTime + 15456
    12  libjvm.dylib                      0x12300669 JVM_GC + 6607
    13  libjvm.dylib                      0x123000f7 JVM_GC + 5213
    14  libjvm.dylib                      0x122ffab0 JVM_GC + 3606
    15  libjvm.dylib                      0x122ff77d JVM_GC + 2787
    16  libjvm.dylib                      0x122ff513 JVM_GC + 2169
    17  libjvm.dylib                      0x122ff4b7 JVM_GC + 2077
    18  libjvm.dylib                      0x122eff24 JVM_NanoTime + 5326
    19  libjvm.dylib                      0x122fef42 JVM_GC + 680
    20  libjvm.dylib                      0x122feeb8 JVM_GC + 542
    21  libjvm.dylib                      0x122deca9 JVM_GetClassInterfaces + 4063
    22  libjvm.dylib                      0x122dec28 JVM_GetClassInterfaces + 3934
    23  libjvm.dylib                      0x12291de8 JVM_Lseek + 148424
    24  libjvm.dylib                      0x12291a3a JVM_Lseek + 147482
    25  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    26  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    27  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 9:  Java: Reference Handler
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x168012d3 0 + 377492179
    12  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    13  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    14  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    15  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    16  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    17  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    18  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    19  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    20  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    21  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 10:  Java: Finalizer
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x1699f044 0 + 379187268
    10  ???                               0x1699eca4 0 + 379186340
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 11:  Java: Surrogate Locker Thread (CMS)
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220ea9b JNI_CreateJavaVM_Impl + 52883
    7   libjvm.dylib                      0x122b0156 JVM_IsPrimitiveClass + 5270
    8   libjvm.dylib                      0x122b0109 JVM_IsPrimitiveClass + 5193
    9   libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    10  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    11  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    12  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    13  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 12:  Java: Signal Dispatcher
    0   libSystem.B.dylib                 0x98ebf136 semaphore_wait_trap + 10
    1   libjvm.dylib                      0x122b0d60 JVM_IsPrimitiveClass + 8352
    2   libjvm.dylib                      0x122b0c46 JVM_IsPrimitiveClass + 8070
    3   libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    4   libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    5   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    6   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    7   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 13:  Java: CompilerThread0
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220ea9b JNI_CreateJavaVM_Impl + 52883
    7   libjvm.dylib                      0x122b8328 JVM_Write + 2316
    8   libjvm.dylib                      0x122b1deb JVM_IsPrimitiveClass + 12587
    9   libjvm.dylib                      0x122b1ceb JVM_IsPrimitiveClass + 12331
    10  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    11  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    12  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    13  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    14  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 14:  Java: Low Memory Detector
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220eb28 JNI_CreateJavaVM_Impl + 53024
    7   libjvm.dylib                      0x122b38ae JVM_IsPrimitiveClass + 19438
    8   libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    9   libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    10  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    11  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    12  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 15:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x124892cb JVM_RaiseSignal + 360747
    4   libjvm.dylib                      0x122b5725 JVM_IsPrimitiveClass + 27237
    5   libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    6   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    7   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 16:  Java: Poller SunPKCS11-Darwin
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x12489225 JVM_RaiseSignal + 360581
    4   libjvm.dylib                      0x122ead1c JVM_Sleep + 242
    5   libjvmlinkage.dylib               0x000e7a18 JVM_Sleep + 72
    6   ???                               0x1680b959 0 + 377534809
    7   ???                               0x16803db1 0 + 377503153
    8   ???                               0x1680428d 0 + 377504397
    9   ???                               0x168012d3 0 + 377492179
    10  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    11  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    12  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    13  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    14  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    15  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    16  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    17  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    18  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    19  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 17:  Java: State Data Manager
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x12489225 JVM_RaiseSignal + 360581
    4   libjvm.dylib                      0x122ead1c JVM_Sleep + 242
    5   libjvmlinkage.dylib               0x000e7a18 JVM_Sleep + 72
    6   ???                               0x1680b959 0 + 377534809
    7   ???                               0x16803db1 0 + 377503153
    8   ???                               0x1680428d 0 + 377504397
    9   ???                               0x168012d3 0 + 377492179
    10  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    11  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    12  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    13  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    14  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    15  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    16  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    17  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    18  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    19  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 18:  Java: Start Level Event Dispatcher
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 19:  Java: Framework Event Dispatcher
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 20:  Java: [Timer] - Main Queue Handler
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x1680428d 0 + 377504397
    11  ???                               0x168012d3 0 + 377492179
    12  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    13  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    14  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    15  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    16  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    17  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    18  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    19  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    20  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    21  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 21:  Java: Worker-0
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                 0x98eed0a6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x98f18ee5 nanosleep$UNIX2003 + 188
    2   libBridgeTalk.jnilib              0x4e1fed8b ScObjects::Thread::sleep(unsigned int) + 59
    3   libBridgeTalk.jnilib              0x4e1f8f33 ScObjects::BridgeTalkThread::run() + 163
    4   libBridgeTalk.jnilib              0x4e1fee98 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    6   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 23:  Java: Thread-1
    0   libSystem.B.dylib                 0x98eed0a6 __semwait_signal + 10
    1   libSystem.B.dylib                 0x98f18ee5 nanosleep$UNIX2003 + 188
    2   libBridgeTalk.jnilib              0x4e1e09fb mysleep(unsigned long) + 59
    3   libBridgeTalk.jnilib              0x4e1e13ac Java_com_adobe_flexide_nativelibs_BridgeTalk_WaitForMessages + 124
    4   ???                               0x1680b959 0 + 377534809
    5   ???                               0x16803db1 0 + 377503153
    6   ???                               0x168012d3 0 + 377492179
    7   libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    8   libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    9   libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    10  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    11  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    12  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    13  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    14  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    15  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    16  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                 0x98ebf142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x98eeccfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x98f3546f pthread_cond_wait + 48
    3   com.adobe.amt.services            0x4e47e126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services            0x4e476db0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services            0x4e47e18c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    7   libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 25:  Java: Thread-4
    0   libSystem.B.dylib                 0x98f3770a accept$UNIX2003 + 10
    1   libjvm.dylib                      0x12320758 JVM_Accept + 36
    2   libjvmlinkage.dylib               0x000ead61 JVM_Accept + 65
    3   libnet.jnilib                     0x13fbab0b Java_java_net_PlainSocketImpl_socketAccept + 347
    4   ???                               0x1680b959 0 + 377534809
    5   ???                               0x16803db1 0 + 377503153
    6   ???                               0x16803db1 0 + 377503153
    7   ???                               0x16803db1 0 + 377503153
    8   ???                               0x16803f17 0 + 377503511
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x1680428d 0 + 377504397
    11  ???                               0x168012d3 0 + 377492179
    12  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    13  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    14  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    15  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    16  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    17  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    18  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    19  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    20  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    21  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 26:  Java: Bundle File Closer
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x124c3caa JVM_RaiseSignal + 600842
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 27:  Java: com.adobe.flexide.editorcore.editor.IdleTypingReconciler
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x168012d3 0 + 377492179
    11  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    12  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    13  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    14  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    15  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    16  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    17  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    18  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    19  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    20  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 28:  Java: Worker-1
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 29:  Java: Worker-2
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488d6f JVM_RaiseSignal + 359375
    3   libjvm.dylib                      0x1220ee84 JNI_CreateJavaVM_Impl + 53884
    4   libjvm.dylib                      0x1247f2e7 JVM_RaiseSignal + 319815
    5   libjvm.dylib                      0x1247f3ac JVM_RaiseSignal + 320012
    6   libjvm.dylib                      0x1220ea9b JNI_CreateJavaVM_Impl + 52883
    7   libjvm.dylib                      0x122de43d JVM_GetClassInterfaces + 1907
    8   libjvm.dylib                      0x122fee38 JVM_GC + 414
    9   libjvm.dylib                      0x122fed96 JVM_GC + 252
    10  libjvm.dylib                      0x122fece5 JVM_GC + 75
    11  libjvmlinkage.dylib               0x000e7187 JVM_GC + 23
    12  libjava.jnilib                    0x007401b7 Java_java_lang_Runtime_gc + 11
    13  ???                               0x1680b959 0 + 377534809
    14  ???                               0x16803db1 0 + 377503153
    15  ???                               0x16803db1 0 + 377503153
    16  ???                               0x16803f17 0 + 377503511
    17  ???                               0x168012d3 0 + 377492179
    18  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    19  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    20  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    21  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    22  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    23  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    24  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    25  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    26  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    27  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 30:  Java: Worker-3
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 31:  Java: Worker-4
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 32:  Java: Worker-5
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 33:  Java: Worker-6
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153
    10  ???                               0x16803db1 0 + 377503153
    11  ???                               0x16803f17 0 + 377503511
    12  ???                               0x168012d3 0 + 377492179
    13  libjvm.dylib                      0x12292d58 JVM_Lseek + 152376
    14  libjvm.dylib                      0x12292b06 JVM_Lseek + 151782
    15  libjvm.dylib                      0x1229d4c0 JVM_StartThread + 2654
    16  libjvm.dylib                      0x1229d3c2 JVM_StartThread + 2400
    17  libjvm.dylib                      0x1229d30a JVM_StartThread + 2216
    18  libjvm.dylib                      0x1229d17f JVM_StartThread + 1821
    19  libjvm.dylib                      0x1229d02b JVM_StartThread + 1481
    20  libjvm.dylib                      0x1220e9a9 JNI_CreateJavaVM_Impl + 52641
    21  libSystem.B.dylib                 0x98eec85d _pthread_start + 345
    22  libSystem.B.dylib                 0x98eec6e2 thread_start + 34
    Thread 34:  Java: Worker-7
    0   libSystem.B.dylib                 0x98ebf0fa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x98ebf867 mach_msg + 68
    2   libjvm.dylib                      0x12488e1d JVM_RaiseSignal + 359549
    3   libjvm.dylib                      0x1248912c JVM_RaiseSignal + 360332
    4   libjvm.dylib                      0x124c39a6 JVM_RaiseSignal + 600070
    5   libjvm.dylib                      0x124c3e89 JVM_RaiseSignal + 601321
    6   libjvm.dylib                      0x1229d6ee JVM_MonitorWait + 210
    7   libjvmlinkage.dylib               0x000e6e05 JVM_MonitorWait + 69
    8   ???                               0x1680b959 0 + 377534809
    9   ???                               0x16803db1 0 + 377503153

    Hi, taraschuk,
    did you manage to resolve the issue? Or have you reported it to jira?
    I am expriencing similar problems with fb 4.6 on mac os 6.6. Flex crushes all of sudden when opening MXML file in project. I have found that this is somewhat related to the graphic card in use. If i swith card to "discrete only", open flex, reopen project (with all files closed), clean and rebuild - I am then able to open MXML with no problems.
    Regards,
    Kuba

  • I can't install Flash Builder Premium on Mac OSX

    I have a Mac running Mountain Lion and I haven't had any issues installing any other Adobe apps. I have searched the forums to find a solution but I haven't found one yet. The error I get is: download corrupted.

    Hi coolcajun,
    1. Did you try to download and install the direct download link? You do get the same screen as in your second post, this can not be correct.
    2. If you have a issue with your environment PATH please contact Microsoft to resolve this first. Are you in a network and not the IT admin? Please consult your local IT admin to resolve this issue.
    3. Best practice for installation is to use a full admin account to prevent read / write issue on unpack and download locations.

  • BUG Version 10.1.2.1.0 Build(1913) Debug String Holds Less Than 101 Chars

    BUG Version 10.1.2.1.0 Build(1913) Debug String Holds Less Than 101 Chars.
    While In Debug Mode Any String Object Variable Can't Hold
    More Than 100 Chars.This Problem Only Takes Place While Using
    Step In To Debug Future And Not In Step Over Mode.
    Is This Bug Only Happens To Me.

    Right click the value and use "View Whole Value".
    Brian

  • I want the best Apple Person To Build me a Mac .....I'm not Crazy

    For the 1st time in my life I am able to get the Mac of my dreams, I'm disabled and I have spinal problems, one day I may not be able to walk very far!
    I need the best Apple Person to build me a Mac Pro LapTop, or a Desktop Mac Pro, I was a Systems Engineer on Apple Computers until 1996 when I was disabled W/Cancer
    and I still know a good bit about my Mac's I have a G4/500mhz that I put a OWC Mercury 1.2ghz processor in and 1gb of ram I'm keeping this baby she has been good to me Tell me how to intregate it into the computer you build for me.
    I don't know enough about the new Intel Mac's to make a strong decision that is why I need some help and yes I use Adobe products I have a digital camera, Scanner, Epson Printer, 2x's External HD's 1-FW and 1USB and I have a Pioneer DVR-108 in my G4 so like I said she is my baby but she needs a a new guy so is it
    a LapTop or a Desktop or a iMac
    Help me decide please as I'm going to use this Mac to it's fullest with iLife and Leopard when it comes out and did I mention I used to be a Graphic Artist ..........Thanks, Michael

    First you have to define how much power you need. between an imac and a macbook pro, i would pick a macbook pro, because you get the same performance, but its portable, so you can use it anywhere in your house, or on the bed, etc. How much more speed do you need than what your G4 currently gives you? The new Macbook pros perform about as fast as a dual core 2.3 GHz G5, so if you think that is fast enough, then definitely go for one of those. the only deatil is that you owuld have to constantly plug in your peripherals, but it may not be as bad a problem with a USB and firewire hub, so it would only be 2 cables. on top of that, if you dont need super fast access to your hard drives, you can put a wireless card in your G4 (make sure its 54 MB) or plug it into an airport exp[ress, and share the hard drives that way. you could even leave everything plugged into your G4 and control it using remote desktop. that way you wouldnt have to plug peripherals in and out.
    You should tell me your budget and I can make a better recommendation, but right off the bat, if you dont think you need a 256 MB graphics card and the 128 MB one would do, i would get the cheapest macbook pro, and upgrade to 2GB RAM total, and the 160 GB hard drive. this is I think the best value if you dont need the upgraded graphics card. If you would like the bigger screen, then go for the 17" also with 2 GB of ram and the 160 GB hard drive.
    Unless you really need the power of a mac pro, just get one of the macbook pros, and you will not regret it. I'm using a 2.0 GHz core duo, and I love it. its fast enough for everything I need. I only bought my Mac pro to replace my powermac 2.0 dual processor and my windows computer because I ot used to fast hard drive access through RAID, and I couldnt do this with the macbook pro.
    If you have any questions, feel free to ask
    One more thing, last year I got very sick, and couldnt really move around too much, and my powerbook became my best friend. I practically stopped using my powermac, so you may want to consider that also. I simply layed in bed with my laptop and remote desktopped to my desktop when I needed something form it.
    Aldo

  • Error when starting Flash Builder 4.7 in Mac OSX Maverick

    I'm getting this error when I start Flash Builder 4.7 on Mac OSX Maverick.

    I solved it. The trick was to press the Install button. After a few minutes Flash Builder opened.

  • Flash Builder 4.7 crashes on start up constantly. Mac OSX 10.9

    I am having many issues using Flash Builder at the moment. I am using Flash Builder 4.7 on Mac OSX 10.9 (Mavericks). My Java version is Version 7 update 51. The JRE is 1.7
    The first problem is that the program has begun to crash on start up. The workspace opens for a second or two and then crashes with no error or log. This is now happening constantly.
    On the occasions when it does start up within around 5 minutes I receive an 'Unexpected character. " is not allowed here'. There are no characters at all at the point the error suggests.
    The Problems tab says that the unexpected character is on the last line, there is only a } and then nothing following. It doesn't matter what code I am working on, this error happens on all of them. It also gives multiple sets of these errors. On one occasion there were 169 errors relating to the unexpected character.
    With these errors, Flash Builder is currently unusable. I would appreciate any assistance that can be given.
    I noticed on the system requirements that OSX Mavericks is not listed, does anyone know if there will be an update to Flash Builder soon?
    Regards
    Richard

    Flash Builder 4.7 on OSX requires Java version 1.6. Mavericks comes with Java version 1.7, so you'll need to install the older version.
    You may also want to bump the specs in the "Adobe FlashBuilder 4.7.ini" file.
    More information in this thread.
    http://forum.starling-framework.org/topic/flash-builder-47-crashes-on-mavericks

  • Application builder mac osx error

    Hi all
    I need help
    I am just trying to build an application under MAC osx and I got this error see attachment
    Jürgen
    Attachments:
    LabViewBuilderror-2.JPG ‏131 KB

    Hmmm... I once had an error "duplicate path" when building.
    As far as I can remember it was because I had several folders on my hard drive with different versions of the my soft and the problem was that 2 VIs with the same name were loaded from different place.
    Could it be the same for you ?
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • Unable to select logical relations in DataModeler version 4.1.0.866 Build 866 on Mac Yosemite 10.10.1

    Hi Team,
    I can not select logical and physical relations in DataModeler version 4.1.0.866 Build 866 on Mac Yosemite 10.10.1 (Java SDK 1.8). DataModeler does not allow me to select them. I mean the next scenario: I create two entities (or tables) and add a logical (or physical) relation between them. After this I can not select the relation in diagram window. Meantime I still can select the relation in browser window.
    Could you please suggest me is it a bug (maybe a platform specific problem) or did I miss something in software options?
    I found a topic about the same issue. It describes the same problem, though the topic is without an answer and was archived.
    New bug - Unable to select logical relations in version 4.0.2.15 Build 15.21 on Mac
    At the end, if this is a bug (even a platform specific one), where may I publish details about it to ask for a fix from Oracle team someday in future?
    WIth best regards,
    Kostyantyn

    Hi Philip,
    Thank you for the good hint about "default line width and colour".
    Meantime the option does not resolve the problem in my case.
    According to your suggestion I set maximal width for relation lines and I still can not pick (select) it in diagram window.
    I checked behaviour of DataModeler with next display resolutions on MacBook Pro (Retina, 15-inch, Mid 2014) in System preferences Displays: "Best for display"; Scaled "More Space", "Larger Text", and "Best (Retina)"... And the problem takes place in all these cases.
    Please see attached image - this is how I see the relation line. And I still can hit it!
    If I use the DataModler on a casual external monitor, the problem is absent (no matter what a width is). Also I believe the problem takes place only on mac retina displays. Therefore I think this is a platform specific bug.
    I do understand a root cause of the problem may have no direct relation with Oracle DataModeler source code.
    With best regards,
    Kostyantyn

  • JDeveloper on Mac OSX

    Hello!! , i've tried to install Jdeveloper 11.1.1.2.0 on my Mac OSX, but without success....
    Any advice ??

    Take a look at:
    http://www.oracle.com/technology/products/jdev/htdocs/11/11.1.1.1/knownissues.html#install4
    You can also may take a look :
    http://blogs.oracle.com/shay/2009/04/installing_jdeveloper_11g_on_m.html
    Good luck mate !

  • 10.1.3.2.0 Mac OSX Freezes building class list

    When I launch JDev 10.1.3.2.0 on Mac OSX, the status bar on the bottom of the app says "Building class list for project "ProjectName.jpr" and the animated status bar keeps cycling.
    My CPU is at 100% and the java process is taking most of it.
    If I remove the project from the application and restart JDev, everything is fine. The moment I add the project back into the application tho, it is stuck again.
    This happened when I went to the application properties, and added two more JAR files to the application.
    I have since removed these JAR files from the application, and removed them from the disk where they were... Still does not resolve the problem.
    I have searched the forums, and can see that there was a problem with the preferences in the IDE, and deleting the preferences file fixed the issue - that's not the case for me. I tried to delete the file and restart, but I get the same results.
    Short of reinstalling JDev, I'm not sure what to do...
    Any thoughts?
    Thanks.

    It seems it was my error. After a few hours of debugging, I discovered that I had accidentally added "/" to the JAR Directory path - JDev was trying to search my entire hard drive for JAR files to add. I removed this entry, and all worked again...
    Should the "Add Directory" function not limit itself to the selected directory instead of all sub-directories listed?
    Thanks

Maybe you are looking for

  • Cannot start recovery installation on my Satellite A200-28P

    I am trying to restore my Toshiba laptop Satellite A200-28P (Windows Vista Home) using the product recovery disk supplied with the laptop, no matter what I try to do I cannot get it to run, the only thing it will allow me to do is restore the laptop

  • Jdev 11.1.1.2.0 warning

    hey, I've recently moved to jdev 11.1.1.2.0 and I'm getting the following warning. Transient state added to StateManager.  State may not be serialized.  State id:13sxr9zica_2__data.view_graphPageDef.orderQtyVO11__dataModelany one got an idea what cou

  • Mapping keys to function

    I'm at a bit of a quandary.  I have done this several times and something always happens.  After I open Access IBM and Configure, I map my right alt key to function as the windows key.  It works for a while and then suddenly I lose that functionality

  • Licensing Information in OBIEE

    Hi, Can some one tell me as what are the limitations for licensing in OBIEE? Since there will be SSO authentication which will be maintained different by some authenticating server, what will be the exact control over users and groups in terms of OBI

  • The screen is black until it gets to the logon screen,

    My sister has an Aluminium Macbook 2.0GHZ with 4GB RAM and when she turns the mac on the screen is black until it gets to the logon screen, there is no apple on the grey background with the whirling circle below it.  Once the login screen is reached