Use "-Xmx128m" in a WebStart?

we know you can use '-Xmx128m' in java or javaw application,but how do I use this para in a javaws(webstart) program?now my webstart program need more jvm memory but I found javaws cannot use this para,how can I do?

Try -J-Xmx128m
Here's the command line help message that reports the -J option.
javaws -helpJava(TM) Web Start 1.6.0-rc
Usage: javaws [run-options] <jnlp-file>
javaws [control-options]
where run-options include:
-verbose display additional output
-offline run the application in offline mode
-system run the application from the system cache only
-Xnosplash run without showing a splash screen
-J <options> supply options to the vm <----------------------
-wait start java process and wait for its exit
control-options include:
-viewer show the cache viewer in the java control panel
-uninstall remove all applications from the cache
-uninstall <jnlp-file> remove the application from the cache
-import [import-options] <jnlp-file> import the application to the cache
import-options include:
-silent import silently (with no user interface)
-system import application into the system cache
-codebase <url> retrieve resources from the given codebase
-shortcut install shortcuts as if user allowed prompt
-association install associations as if user allowed prompt

Similar Messages

  • Strange when using BouncyCastle in Java WebStart

    I write a Java Application which can save a PKCS#12 Keystore to a file.
    The application run well in native mode. But when I use it in
    Java WebStart, a strange error jumped out, and I don't know why?
    Here is the Error message:
    java.io.IOException: exception encrypting data - java.security.NoSuchProviderException: JCE cannot authenticate the provider BC
         at org.bouncycastle.jce.provider.JDKPKCS12KeyStore.wrapKey(JDKPKCS12KeyStore.java:564)
         at org.bouncycastle.jce.provider.JDKPKCS12KeyStore.engineStore(JDKPKCS12KeyStore.java:1026)
         at java.security.KeyStore.store(Unknown Source)
         at com.wellsoon.security.frameMain.SaveKeystoreAs(frameMain.java:270)
         at com.wellsoon.security.frameMain.btnSaveKeystore_actionPerformed(frameMain.java:508)
         at com.wellsoon.security.frameMain_btnSaveKeystore_actionAdapter.actionPerformed(frameMain.java:628)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Here is my JNLP file:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://192.168.1.76:8080/genKeyCSR" href="genKeystore.jnlp">
    <information>
    <title>genKeystore</title>
    <vendor>genKeystore</vendor>
    <homepage href="genKeystore.html" />
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3+" />
    <jar href="genKeystore.jar" />
    <jar href="bcprov-jdk14-120.jar" />
    </resources>
    <application-desc main-class="com.wellsoon.security.genKeystoreApp" />
    </jnlp>
    All the jar packages are signed by my key.
    The JKS Keystore can be saved without any errors.
    Anybody know the true reason?
    Thanks.

    I have done that and the result is unchanged.
    I have registed Security Provider in my code, so I needn't to
    write security.provider.6=org.bouncycastle.***.** in java.security.
    You know, the application can execute well in native mode, the
    error only happened when the app is running from Java Webstart.

  • Access Denied Socket Permission Error using 3rdParty jar in webstart

    Hi,
    I am trying to create a multisocket in my application, and this app is downloaded through webstart,
    Following are the things I ve done,
    1. I use two jnlp file, one mail jnlp file (say a.jnlp) and the other an extension jnlp file (a_ext.jnlp) which contains the third party jars.
    2. I used <security><allpermission/><security/> in both the jnlp files.
    3. If I try to create a multisocket in my code that is downloaded through main jnlp i.e. a.jnlp file, then it is working fine.
    4. But the problem is, the third party jar which is downloaded throught "a_ext.jnlp" file is trying to create a multisocket
    and i am getting the following error,
    +java.security.AccessControlException: access denied (java.net.SocketPermission 228.0.0.4 connect,accept,resolve)+
    + at java.security.AccessControlContext.checkPermission(Unknown Source)+
    + at java.security.AccessController.checkPermission(Unknown Source)+
    + at java.lang.SecurityManager.checkPermission(Unknown Source)+
    + at java.lang.SecurityManager.checkMulticast(Unknown Source)+
    + at java.net.MulticastSocket.joinGroup(Unknown Source)+
    + at inria.net.MulticastSession.initialize(MulticastSession.java:143)+
    + at inria.net.lrmp.LrmpImpl.<init>(LrmpImpl.java:105)+
    + at inria.net.lrmp.LrmpImpl.<init>(LrmpImpl.java:89)+
    + at inria.net.lrmp.Lrmp.<init>(Lrmp.java:194)+Please help me.
    Note that I dont want to create any policy file, I want some configurations to be done in jnlp files or in the jars, because i cannot create a policy file and copy it manually in each client deployment.

    >
    And sorry that jnlp is a valid jnlp only, ..>
    How do you know? Did you validate it, or are you just guessing?
    >
    ..and it was a typing mistake, ..>So don't retype these things, instead copy/paste them.
    >
    it is </security> not <security/>>it is also <all-permissions/>, not <allpermission/>
    >
    and when i start through webstart it is asking for confirmation also, so i think this <security> tag is working fine.>Stop thinking and start validating.
    >
    But the problem is with security for the 3rdParty jar downloaded through jnlp extension. >So it will be most important to validate that. Note that if this 3rd party extension is signed by the people that supplied it, you should get a second security prompt.
    >
    ... I hope JNLP doesnt check or give permission for the jars downloaded via extension jnlp?>What does that mean?
    OTOH, I just noticed you assigned the princely sum of 1 entire duke star for this question. It is obviously of only minor importance to you, so my time is better spent elsewhere.
    Good luck with it.

  • Is it appropriate to use File.createTempFile() in webstart applications?

    Hello everyone.
    I'm currently involved in developing a web start application for my company; and I am a bit puzzled as to the way temporary storage should be managed in the client's machine. To begin with, the application is a web start "trusted" application, since we're signing it.
    Specifically, the application needs to perform XSLT transformations with user-generated data. This obviously needs some place to read a source XML document and a source XML stylesheet.
    Loading the latter from my application jars as a URL isn't much of a problem. However, my confusion is regarding the location where the XML document generated by the user should be temporarily stored, since only the output of the transform is relevant.
    So the first option I got is to use the muffin storage system provided by web start. The concern I have with this is that, while it does provide a place for applications to store data, the mechanics needed to maintain muffin data do not seem (this is just a personal opinion) friendly enough for storing temporary data (an XML file in my case).
    Now, I find that a better alternative for doing this would be to use File.createTempFile() in order to request a temporary storage location to dump the XML data to transform.
    Now, bearing this in mind; is it ok for this trusted application to use the facility provided by the File class? Or is there any better way I could do this?
    Thanks for your time and help!

    jzazueta wrote:
    Well, basically the intent is that the result of the transform will be used to derive a report from another application. Now, the nature of the transform's output file is about 3 to 4 MB when generated.
    I believe that is the primary purpose of saving transformed output.Fair enough but then why do you need to create the intermediate temporary file. Can't you just process the transformed data sequentially as it is produced.
    >
    In fact, while looking further into this subject, I found some code from the JDIC project mailing list where the example seems to indicate that some level of File functionality is allowed while running under Webstart.I use files under Webstart but I do sign the jars.
    >
    [http://markmail.org/message/vhjdnwqwjdyvwliv?q=createTempFile+webstart]
    So probably the idea may not be too crazy at all :PI never said it was crazy - I just queried the need for the intermediate file. You don't give any details of what you are doing with the transformed xml so I still question the need for the intermediate file.

  • How to use a dll from webstart

    hi there, i have the following, for an app (it's going to run only on windows) i need some info from the registry and used some third party code for that, now, my question is, the dll file used has to be in the systemdirectory of the local machine. How could i achieve that when the program will be running from webstart ??
    1. By just copying the file into there...
    2. Or other, like rewriting the source code for the third party code
    thx

    @babybomb: Thanks a lot ! This hint really helps even after years !
    Here is my cookbook:
    How to enable Java WebStart applications ?
    ===================================
    ...including native libraries !
    1. Generate a Keystore
    Generate a keystore (*.keystore) file.
    Tool: keystore (JDK)
    Syntax:
    keytool -genkey -keystore mykeystore.keystore -alias myalias2. Pack native Libraries
    Pack native libraries (*.dll, ...) into Java libraries (*.jar).
    Tool: jar (JDK)
    Syntax:
    jar -cfv nativelib.dll.jar nativelib.dll3. Sign the Libraries
    Sign ALL your application�s libraries (*.jar) with your keystore by using the "jarsigner" tool.
    Tool: jarsigner (JDK)
    Syntax:
    jarsigner -keystore mykeystore.keystore myapp.jar myalias
    jarsigner -keystore mykeystore.keystore 3rdparty.jar myalias
    jarsigner -keystore mykeystore.keystore nativelib.dll.jar myalias4. Prepare JNLP File
    Prepare Java WebStart JNLP File.
    Syntax:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for My Application -->
    <jnlp
    spec="1.5+"
    codebase="$$codebase">
    <information>
    <title>My Application</title>
    <vendor>My Company</vendor>
    <description>My Application</description>
    <description kind="short">MyApp</description>
    <offline-allowed/>
    </information>
    <security>
         <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="myapp.jar"/>
    <jar href="3rdparty.jar"/>
    </resources>
    <resources os="Windows">
    <nativelib href="nativelib.dll.jar"/>
    </resources>
    <application-desc main-class="my.app.MyApp">
         <argument>arg0</argument>
         <argument>arg1</argument>
    </application-desc>
    </jnlp>
    5. JnlpDownloadServlet
    Copy the "jnlp.sample.servlet.JnlpDownloadServlet" from Java JDK into your web applications� web library directory "WEB-INF/lib".
    6. Prepare Deployment Descriptor
    Prepare your web application�s deployment descriptor (web.xml) to enable "JnlpDownloadServlet".
    Syntax:
    <servlet>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
    </servlet-mapping>
    7. Run the Application
    Yesssss !!!

  • Use naming datasource in WebStart application

    Hello!
    I created a simple WebStart application with ADF Swing components.(JDeveloper version is 11.1.1.3)
    I deployed this application on Weblogic server (version is 10.3.3).
    But my application works fine, when I use JDBC connection in configuration of my application module.
    When I change type to JDBC DataSource, I get an error: (oracle.jbo.DMLException) JBO-27200: Failure JNDI. Can't execute search of datasource in context hrGlobal
    Where, "hrGlobal" is name of DataSource which is situated on WLS. (This DataSource I created using WLS Console).
    Maybe, there is any help or source code or documentation about this problem, but i could not find such information.
    So, if anyone had met with this problem and can share solution with me, it would be great.
    Thank you for time and answers.
    Regards, Stanislav.

    Hi. Thank you for link. But my problem that this naming DataSource works in ADF Faces application and gives an error in ADF Swing WebStart application. Names in this 2 applications(ADF Faces and ADF Swing) match and i don't use property jbo.server.internal_connection.

  • Using Java control panel proxies in Java application

    Currently I'm using the ProxySelector class in Java 5 to pick up the system proxy settings for my standalone Java application by setting java.net.useSystemProxies=true. I'm interested in leveraging the network settings in the Java Control Panel (on Windows) to determine the proxy settings, which are used for applets and WebStart. Is there any way to install the Applet/WebStart ProxySelector implementation as the default in my standalone Java application so that I can detect the same proxies in the same manner, rather than relying on the underlying OS settings?
    Thanks in advance,
    Jason

    yea, this was really annoying me until i found thise post. You DO NOT have to re-install your ATI Catalyst drivers for it to work, you simply have to open the ATI Catalyst Control Center, click on the "3D" tab that is on the left, and make sure that your setting is at "Balanced". You can find this under the racecar animation. If you have the slider adjusted all the way to the right "Optimal Quality", then the java applications wont show up. I dont want to guess on why this is cause i dont know, but if you have it set to balanced then all the Java Apps should work as intended.
    I hope this helped people cause i've spent an hour trying to fix mine

  • Help with jars webstart and InputStream

    I am currently attempting to fix all the things that break
    the minute you attempt to use a jar under webstart.
    I have attempted to find an answer by searching the forums.
    I cannot determine how to overcome the following.
    I have third party jars for "Jasper reports" and the loadReport
    function requires a java.io.InputStream as input.
    "public static JasperReport loadReport(java.io.InputStream inputStream) throws JRException"
    The report templates are in my jar file in a sub directory "\sreports".
    I was loading the template with the following code.
    JasperReport template = JasperManager.loadReport(new FileInputStream(reportFile));
    Where
    String reportFile = ".\\sreports\\Std"+tableName+".jasper";
    I have tried several things including below.
    FileInputStream fs = new FileInputStream(getClass().getResource("sreports/StdEquipmentType.jasper"));
    which does not even complile.
    Rykk

    Get your input stream like:
    InputStream in = getClass().getResourceAsStream("path/to/file.txt");
    note that you use "/" and not "\" or "\\" no matter what OS you are using.

  • JFileChooser Multiple selection not working on Mac using apple, command key

    I am using Java 1.4 webstart on Mac machine.
    The code is :
    JFileChooser fileChooser = new JFileChooser();
    fileChooser.setFileSelectionMode(2);
    fileChooser.setMultiSelectionEnabled(true);
    Once the File dialog opens I have problems in selecting random multiple files. Apple key or command key is used for random selection on Mac. When using either of these keys multiple selection is not possible. Whereas I am able to select files using the shift key by which row selection is possible.
    If this is not a bug and some code changes are to be done it would be fine if somebody can help me out in this.
    If this is a bug in Java 1.4 and is this fixed in Java 1.5?

    All EIDE / ATA (Parallel) devices (drives, opticals) allowed for two such drives or devices on one bus. The old style was "master" and "Slave" but CS is a "smart" approach, however, the master or only device must be on the end position. Also, the end connector will be black, the middle (slave) is gray.
    Eject sends signal to master
    To eject the "slave" device you use a modifier key.

  • JFileChooser Multiple selection not working on Mac using apple key

    I am using Java 1.4 webstart on Mac machine.
    The code is :
    JFileChooser fileChooser = new JFileChooser();
    fileChooser.setFileSelectionMode(2);
    fileChooser.setMultiSelectionEnabled(true);
    Once the File dialog opens I have problems in selecting random multiple files. Apple key is used for random selection on Mac. When using the apple key multiple selection is not possible. Whereas I am able to select files using the command key by which row selection is possible.
    If this is not a bug and some code changes are to be done it would be fine if somebody can help me out in this.
    If this is a bug in Java 1.4 and is this fixed in Java 1.5?

    All EIDE / ATA (Parallel) devices (drives, opticals) allowed for two such drives or devices on one bus. The old style was "master" and "Slave" but CS is a "smart" approach, however, the master or only device must be on the end position. Also, the end connector will be black, the middle (slave) is gray.
    Eject sends signal to master
    To eject the "slave" device you use a modifier key.

  • JNLP and WEBSTART newbie

    Hi All,
    I have a few queries on this technology.
    1) What is the relationship of JNLP and WEBSTART. I thot that WEBSTART is a reference implementation of JNLP api from SUN. Heard that other companies also have implementation of JNLP. Is it true ?
    2) In the JNLP api(s) whats the use of the classes ?
    BasicService, ClipboardService, DownloadService, FileOpenService, FileSaveService, PrintService, and PersistenceService
    3) Do we have to use these classes to make an application available thru WEBSTART ? if not then when will they be used ?
    4)Does webstart and jnlp used only if your application is published on the webserver(HTTP). Can I use webstart to start an application from a shared drive/mapped drive on another PC via File protocol ?
    Pls. advise.
    Thanks,
    Net5nuts

    Hi net5nuts,
    check out the Lopica Web Start Paradise for answers to your question @ http://lopica.sourceforge.net
    I good place to start is the Web Start Link-opida @ http://lopica.sourceforge.net/links.html
    - Gerald

  • Stray jnlp files gets downloaded onto the desktop when using Safari on MAC.

    We are using jdk 1.4 webstart and safari browser on a mac machine.
    Once the web start begins a jnlp file gets downloaded on to the desktop but does not get deleted. This happens each time the webstart begins thus the desktop is cluttered with stray .jnlp files each time web start is used.
    Is there any workaround such that these files don't get downloaded at all or gets deleted once the web start closes?

    Don't multi-post:
    http://forum.java.sun.com/thread.jspa?threadID=5136297&messageID=9496292#9496292

  • Webstart and ResourceBundle (Do sun engineers test at all?)

    http://developer.java.sun.com/developer/bugParade/bugs/4891531.html
    Are they ever gonna fix that? It's been almost a year since the bug was reported but nothing has happened!?
    It's about the internalization of java applications! I don't know how big a procent of java developers are from outside the US (>75% probably) and sun is basically ignoring them with this &#"�%#� bug. Please, for next version do some actual testing on locale detection code before releasing it. And do it fast.
    As if the ResourceBundle isn't buggy enough try to use it together with webstart. Everything about internalization breaks. Webstarts classloader loses all resourcebundles and you stuck with en_US. If the app is run from the commandline you can actually get the bundle with correct locale but with webstart you never know what's going to break next.
    Since it's introduction the webstart has been one of the most promising innovations but it has stayed as that. It's a promise, nothing more. Does it actually update the changed jar files for your app? Answer: Most of the time, if you lucky. Well one can always implement a version check between server and client and tell the user that sorry: you need to manually flush the webstart cache since it doesn't want to download the changed version of the jar file.
    I don't know to which forum this rant belongs, but I'm sick of spending most of my coding time with creating workaround to java bugs.
    -- end of Rant.

    not much consolation but in the keynote speech one of the top brass at sun said that java was now fast enough and that attention would turn to stability

  • Stray jnlp files get cluttered on desktop when using Safari on MAC

    We are using jdk 1.4 webstart and safari browser on a mac machine.
    Once the web start begins a jnlp file gets downloaded on to the desktop. This happens each time the webstart begins.
    Is there any workaround such that these files don't get downloaded at all or gets deleted once the web start closes?

    Serial Multi-poster.

  • Severe performance problems with JSC2 on PowerBook G4 1.5 GHz

    Help!
    I've reached my wits' end trying to figure out how to get JSC2 to work without pausing for 2-6 minutes per click, right-click, drag, keystroke, etc.! I'm using a PowerBook G4 1.5 GHz (with 1.25 GB RAM and Mac OSX 10.3.9), and earlier, when I was building out projects, the lag time between clicks, typing, etc. would go from a split-second, to a few seconds, then now to minutes...
    Originally, I thought that forcing JSC2 to rebuild the user profile every so often would help, and getting the Sun App Server to undeploy all of its web apps every so often would help, but even that is no longer working. It seems that just starting JSC2 without a user profile (thereby forcing it to create a new, blank one) is pretty much the only time it seems to function without significant lag time or freezing...
    When I run the Mac's Activity Monitor, what seems to be showing up between user actions (clicks, typing, etc.) is ~ 95-100% CPU utilization. Earlier, I was thinking that perhaps the complexity of my Web apps was causing the problem, but that would mean that I can't create moderately sized apps (with a few rowsets in the SessionBean1, for instance). What strikes me as a bit odd is t hat sometimes, during the high CPU utilization periods, there is little or no disk activity.
    I tried adjusting the settings in etc/creator.conf, but it doesn't seem to matter; the machine will gobble up all the memory (physical + virtual) very quickly.
    Is there something I'm missing, or some sort of tuning that I need to do? Is there some sort of GC behavior that is wreaking havoc on my PB? Should be removing entries from the etc/creator.conf file that might help?

    Well, I've tried stuff on the two threads you suggested, but still the same issue...
    Anyway, I used the Stack Trace WebStart tool to create the data below during one of the pauses (a relatively short pause):
    Full thread dump Java HotSpot(TM) Client VM (1.4.2-56 mixed mode):
    "Stack Trace Remote Thread" prio=5 tid=0x38987300 nid=0x3a7a3200 waiting on condition [0..f0d0a260]
    "Inactive RequestProcessor thread [Was:Default RequestProcessor/org.netbeans.modules.j2ee.deployment.impl.ui.InstanceNode$2]" daemon prio=1 tid=0x38b9f230 nid=0x3a7bc200 in Object.wait() [f0c08000..f0c08b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x6514358> (a java.lang.Object)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:692)
         - locked <0x6514358> (a java.lang.Object)
    "VCS Command Tasks Starter Loop" daemon prio=1 tid=0x3893cbf0 nid=0x35747000 in Object.wait() [f174e000..f174eb20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x9d08158> (a org.netbeans.modules.vcscore.commands.CommandProcessor)
         at java.lang.Object.wait(Object.java:429)
         at org.netbeans.modules.vcscore.commands.CommandProcessor.executorStarterLoop(CommandProcessor.java:757)
         - locked <0x9d08158> (a org.netbeans.modules.vcscore.commands.CommandProcessor)
         at org.netbeans.modules.vcscore.commands.CommandProcessor.access$700(CommandProcessor.java:65)
         at org.netbeans.modules.vcscore.commands.CommandProcessor$5.run(CommandProcessor.java:776)
         at java.lang.Thread.run(Thread.java:552)
    "MDR event dispatcher" daemon prio=6 tid=0x005ed550 nid=0x1e35e00 in Object.wait() [f13c7000..f13c7b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0xa660060> (a java.util.LinkedList)
         at java.lang.Object.wait(Object.java:429)
         at org.netbeans.mdr.util.EventNotifier$EventsDelivery.run(EventNotifier.java:257)
         - locked <0xa660060> (a java.util.LinkedList)
         at java.lang.Thread.run(Thread.java:552)
    "DestroyJavaVM" prio=5 tid=0x00501180 nid=0x1801600 waiting on condition [0..f0800270]
    "TimerQueue" daemon prio=5 tid=0x005c7ab0 nid=0x35284400 in Object.wait() [f1244000..f1244b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0xa16e4b0> (a javax.swing.TimerQueue)
         at javax.swing.TimerQueue.run(TimerQueue.java:231)
         - locked <0xa16e4b0> (a javax.swing.TimerQueue)
         at java.lang.Thread.run(Thread.java:552)
    "AWT-EventQueue-1" prio=6 tid=0x0051e500 nid=0x1c19a00 in Object.wait() [f11c3000..f11c3b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0xa16e578> (a java.awt.EventQueue)
         at java.lang.Object.wait(Object.java:429)
         at java.awt.EventQueue.getNextEvent(EventQueue.java:363)
         - locked <0xa16e578> (a java.awt.EventQueue)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:195)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    "Creator Error Handler Listener" prio=5 tid=0x005c6000 nid=0x1fd2800 runnable [f0ebd000..f0ebdb20]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
         - locked <0xa16e628> (a java.net.PlainSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:448)
         at java.net.ServerSocket.accept(ServerSocket.java:419)
         at com.sun.rave.errorhandler.DebugServerThread.run(DebugServerThread.java:81)
    "AWT-Shutdown" prio=5 tid=0x0051e3a0 nid=0x1917800 in Object.wait() [f1040000..f1040b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x98dcb08> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
         - locked <0x98dcb08> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:552)
    "Java2D Disposer" daemon prio=10 tid=0x0051a5e0 nid=0x1900c00 in Object.wait() [f0f3e000..f0f3eb20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x98dcb78> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x98dcb78> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at sun.java2d.Disposer.run(Disposer.java:116)
         at java.lang.Thread.run(Thread.java:552)
    "Active Reference Queue Daemon" daemon prio=1 tid=0x00516f40 nid=0x18ec800 in Object.wait() [f0e3c000..f0e3cb20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x98dcbe8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x98dcbe8> (a java.lang.ref.ReferenceQueue$Lock)
         at org.openide.util.Utilities$ActiveQueue.run(Utilities.java:2465)
         at java.lang.Thread.run(Thread.java:552)
    "Thread-1" daemon prio=5 tid=0x00516820 nid=0x18c8200 in Object.wait() [f0dbb000..f0dbbb20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x98dcc60> (a java.util.TaskQueue)
         at java.util.TimerThread.mainLoop(Timer.java:429)
         - locked <0x98dcc60> (a java.util.TaskQueue)
         at java.util.TimerThread.run(Timer.java:382)
    "AWT-AppKit" daemon prio=5 tid=0x005125f0 nid=0xa000b2a4 runnable [0..bfffe360]
    "CLI Requests Server" daemon prio=5 tid=0x00510d30 nid=0x1888200 runnable [f0c89000..f0c89b20]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
         - locked <0x98dcf60> (a java.net.PlainSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:448)
         at java.net.ServerSocket.accept(ServerSocket.java:419)
         at org.netbeans.CLIHandler$Server.run(CLIHandler.java:758)
    "Signal Dispatcher" daemon prio=10 tid=0x00508600 nid=0x1813600 runnable [0..0]
    "Finalizer" daemon prio=8 tid=0x00506c40 nid=0x1814400 in Object.wait() [f0a04000..f0a04b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0xa16e7b0> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0xa16e7b0> (a java.lang.ref.ReferenceQueue$Lock)
         at org.netbeans.modules.applemenu.FontReferenceQueue.remove(FontReferenceQueue.java:80)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x00506910 nid=0x1802600 in Object.wait() [f0983000..f0983b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x98dcd50> (a java.lang.ref.Reference$Lock)
         at java.lang.Object.wait(Object.java:429)
         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
         - locked <0x98dcd50> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=5 tid=0x00506190 nid=0x1803200 runnable
    "VM Periodic Task Thread" prio=10 tid=0x00508540 nid=0x1813200 waiting on condition
    "Exception Catcher Thread" prio=10 tid=0x00501110 nid=0x1802e00 runnable
    =====
    Memory
    =====
    Total: 437694464
    Free: 161603568
    Max: 620756992
    [############################################===========================.............................]
    Available Processors: 1
    attach 477
    GNU gdb 5.3-20030128 (Apple version gdb-330.1) (Fri Jul 16 21:42:28 GMT 2004)
    Copyright 2003 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "powerpc-apple-darwin".
    (gdb) (gdb) Attaching to process 477.
    info sharedlibrary dyld
    Reading symbols for shared libraries . done
    Reading symbols for shared libraries ............................................................................................. done
    0x900078b8 in mach_msg_trap ()
    (gdb) Requested State Current State
    Num Basename Type Address Reason | | Source
    | | | | | | | |
    2 dyld - 0x8fe00000 dyld Y Y /usr/lib/dyld at 0x8fe00000 (offset 0x0) with prefix "__dyld_"
    3 JavaVM F 0x91ebd000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM at 0x91ebd000 (offset 0x0)
    4 CoreFoundation F 0x901c0000 dyld Y Y /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation at 0x901c0000 (offset 0x0)
    5 libSystem.B.dylib - 0x90000000 dyld Y Y /usr/lib/libSystem.B.dylib at 0x90000000 (offset 0x0)
    (commpage objfile is) /usr/lib/libSystem.B.dylib[LC_SEGMENT.__DATA.__commpage]
    6 Foundation F 0x90a20000 dyld Y Y /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation at 0x90a20000 (offset 0x0)
    7 libicucore.A.dylib - 0x968d0000 dyld Y Y /usr/lib/libicucore.A.dylib at 0x968d0000 (offset 0x0)
    8 libmathCommon.A.dylib - 0x939d0000 dyld Y Y /usr/lib/system/libmathCommon.A.dylib at 0x939d0000 (offset 0x0)
    (symbols read from) /usr/libexec/gdb/symfiles/libmathCommon.A.dylib.syms
    9 libxml2.2.dylib - 0x80830000 dyld Y Y /usr/lib/libxml2.2.dylib at 0x80830000 (offset 0x0)
    10 CoreServices F 0x90700000 dyld Y Y /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices at 0x90700000 (offset 0x0)
    11 SystemConfiguration F 0x90d00000 dyld Y Y /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration at 0x90d00000 (offset 0x0)
    12 libobjc.A.dylib - 0x90830000 dyld Y Y /usr/lib/libobjc.A.dylib at 0x90830000 (offset 0x0)
    13 libz.1.dylib - 0x945b0000 dyld Y Y /usr/lib/libz.1.dylib at 0x945b0000 (offset 0x0)
    14 libiconv.2.dylib - 0x96cb0000 dyld Y Y /usr/lib/libiconv.2.dylib at 0x96cb0000 (offset 0x0)
    15 CarbonCore F 0x902b0000 dyld Y Y /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore at 0x902b0000 (offset 0x0)
    16 OSServices F 0x90610000 dyld Y Y /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices at 0x90610000 (offset 0x0)
    17 CFNetwork F 0x927f0000 dyld Y Y /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork at 0x927f0000 (offset 0x0)
    18 WebServicesCore F 0x946ed000 dyld Y Y /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore at 0x946ed000 (offset 0x0)
    19 SearchKit F 0x94650000 dyld Y Y /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit at 0x94650000 (offset 0x0)
    20 IOKit F 0x90584000 dyld Y Y /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit at 0x90584000 (offset 0x0)
    21 DiskArbitration F 0x907f0000 dyld Y Y /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbitration at 0x907f0000 (offset 0x0)
    22 Security F 0x920c0000 dyld Y Y /System/Library/Frameworks/Security.framework/Versions/A/Security at 0x920c0000 (offset 0x0)
    23 libresolv.9.dylib - 0x94610000 dyld Y Y /usr/lib/libresolv.9.dylib at 0x94610000 (offset 0x0)
    24 Bom F 0x91280000 dyld Y Y /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom at 0x91280000 (offset 0x0)
    25 libclient.dylib - 0x94723000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libclient.dylib at 0x94723000 (offset 0x0)
    26 libverify.dylib - 0x91ec5000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libverify.dylib at 0x91ec5000 (offset 0x0)
    27 libjava.jnilib - 0x95ec2000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libjava.jnilib at 0x95ec2000 (offset 0x0)
    28 libzip.jnilib - 0x80d5b000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libzip.jnilib at 0x80d5b000 (offset 0x0)
    29 JavaApplicationLauncher F 0x7df12000 dyld Y Y /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/JavaApplicationLauncher at 0x7df12000 (offset 0x0)
    30 ApplicationServices F 0x90810000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices at 0x90810000 (offset 0x0)
    call (void *)dlopen("/Users/slinc/Library/Caches/Java Web Start/cache/http/Dtmitevski.users.mcs2.netarray.com/P80/DMstacktrace/DMapp/RNmacproc.jar/libdump.jnilib", 1)
    31 QuickTime F 0x814d9000 dyld Y Y /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime at 0x814d9000 (offset 0x0)
    32 AppKit F 0x92e70000 dyld Y Y /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit at 0x92e70000 (offset 0x0)
    33 AE F 0x92727000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE at 0x92727000 (offset 0x0)
    34 ATS F 0x96b50000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS at 0x96b50000 (offset 0x0)
    35 ColorSync F 0x913a0000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync at 0x913a0000 (offset 0x0)
    36 CoreGraphics F 0x9652c000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics at 0x9652c000 (offset 0x0)
    37 PrintCore F 0x916e0000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore at 0x916e0000 (offset 0x0)
    38 QD F 0x915e0000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD at 0x915e0000 (offset 0x0)
    39 LangAnalysis F 0x912e0000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis at 0x912e0000 (offset 0x0)
    40 HIServices F 0x908c5000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices at 0x908c5000 (offset 0x0)
    41 SpeechSynthesis F 0x90c32000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis at 0x90c32000 (offset 0x0)
    42 FindByContent F 0x92070000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent at 0x92070000 (offset 0x0)
    43 LaunchServices F 0x92430000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices at 0x92430000 (offset 0x0)
    44 Carbon F 0x90d40000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon at 0x90d40000 (offset 0x0)
    45 CoreAudio F 0x90702000 dyld Y Y /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio at 0x90702000 (offset 0x0)
    46 AudioToolbox F 0x93846000 dyld Y Y /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox at 0x93846000 (offset 0x0)
    47 AudioUnit F 0x96a7b000 dyld Y Y /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit at 0x96a7b000 (offset 0x0)
    48 Accelerate F 0x8fd50000 dyld Y Y /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate at 0x8fd50000 (offset 0x0)
    49 libstdc++.6.dylib - 0x80a50000 dyld Y Y /usr/lib/libstdc++.6.dylib at 0x80a50000 (offset 0x0)
    50 libgcc_s.1.dylib - 0x81c79000 dyld Y Y /usr/lib/libgcc_s.1.dylib at 0x81c79000 (offset 0x0)
    51 HIToolbox F 0x92880000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox at 0x92880000 (offset 0x0)
    52 SpeechRecognition F 0x917e0000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition at 0x917e0000 (offset 0x0)
    53 DesktopServicesPriv F 0x90940000 dyld Y Y /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv at 0x90940000 (offset 0x0)
    54 libbsm.dylib - 0x9415d000 dyld Y Y /usr/lib/libbsm.dylib at 0x9415d000 (offset 0x0)
    55 libcups.2.dylib - 0x939a0000 dyld Y Y /usr/lib/libcups.2.dylib at 0x939a0000 (offset 0x0)
    56 ImageCapture F 0x917fc000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture at 0x917fc000 (offset 0x0)
    57 SecurityHI F 0x91956000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI at 0x91956000 (offset 0x0)
    58 Ink F 0x96c00000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink at 0x96c00000 (offset 0x0)
    59 Help F 0x9277a000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help at 0x9277a000 (offset 0x0)
    60 OpenScripting F 0x95e0a000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting at 0x95e0a000 (offset 0x0)
    61 Print F 0x96a04000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print at 0x96a04000 (offset 0x0)
    62 HTMLRendering F 0x91303000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering at 0x91303000 (offset 0x0)
    63 NavigationServices F 0x98f2d000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices at 0x98f2d000 (offset 0x0)
    64 CarbonSound F 0x927b2000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound at 0x927b2000 (offset 0x0)
    65 CommonPanels F 0x94580000 dyld Y Y /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels at 0x94580000 (offset 0x0)
    66 vecLib F 0x96e80000 dyld Y Y /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib at 0x96e80000 (offset 0x0)
    67 vImage F 0x87f60000 dyld Y Y /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage at 0x87f60000 (offset 0x0)
    68 vecLib F 0x8bde2000 dyld Y Y /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib at 0x8bde2000 (offset 0x0)
    69 libmx.A.dylib - 0x81c90000 dyld Y Y /usr/lib/libmx.A.dylib at 0x81c90000 (offset 0x0)
    70 libCGATS.A.dylib - 0x917b6000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib at 0x917b6000 (offset 0x0)
    71 libCSync.A.dylib - 0x907c7000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib at 0x907c7000 (offset 0x0)
    72 libPDFRIP.A.dylib - 0x91b10000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib at 0x91b10000 (offset 0x0)
    73 libPSRIP.A.dylib - 0x91b50000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib at 0x91b50000 (offset 0x0)
    74 libRIP.A.dylib - 0x91b80000 dyld Y Y /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib at 0x91b80000 (offset 0x0)
    75 libssl.0.9.7.dylib - 0x96aa0000 dyld Y Y /usr/lib/libssl.0.9.7.dylib at 0x96aa0000 (offset 0x0)
    76 libcrypto.0.9.7.dylib - 0x91969000 dyld Y Y /usr/lib/libcrypto.0.9.7.dylib at 0x91969000 (offset 0x0)
    77 libvMisc.dylib - 0x95f00000 dyld Y Y /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib at 0x95f00000 (offset 0x0)
    78 libvDSP.dylib - 0x95e40000 dyld Y Y /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib at 0x95e40000 (offset 0x0)
    79 libBLAS.dylib - 0x954c0000 dyld Y Y /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib at 0x954c0000 (offset 0x0)
    80 libLAPACK.dylib - 0x95b20000 dyld Y Y /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib at 0x95b20000 (offset 0x0)
    81 libnet.jnilib - 0x80d6b000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libnet.jnilib at 0x80d6b000 (offset 0x0)
    82 libawt.jnilib - 0x81070000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libawt.jnilib at 0x81070000 (offset 0x0)
    83 Cocoa F 0x90ec0000 dyld Y Y /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa at 0x90ec0000 (offset 0x0)
    84 WebKit F 0x914ad000 dyld Y Y /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit at 0x914ad000 (offset 0x0)
    85 libfontmanager.jnilib - 0x80fd0000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libfontmanager.jnilib at 0x80fd0000 (offset 0x0)
    86 JavaScriptCore F 0x9419b000 dyld Y Y /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore at 0x9419b000 (offset 0x0)
    87 WebCore F 0x97900000 dyld Y Y /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore at 0x97900000 (offset 0x0)
    88 libxslt.1.dylib - 0x806c0000 dyld Y Y /usr/lib/libxslt.1.dylib at 0x806c0000 (offset 0x0)
    89 libcmm.jnilib - 0x81060000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libcmm.jnilib at 0x81060000 (offset 0x0)
    90 libsuncmm.jnilib - 0x80560000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libsuncmm.jnilib at 0x80560000 (offset 0x0)
    91 libjpeg.jnilib - 0x80e70000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libjpeg.jnilib at 0x80e70000 (offset 0x0)
    92 liblaf.jnilib - 0x7b5ac000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/liblaf.jnilib at 0x7b5ac000 (offset 0x0)
    93 libnio.jnilib - 0x80d90000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libnio.jnilib at 0x80d90000 (offset 0x0)
    94 libdcpr.jnilib - 0x81000000 dyld Y Y /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libdcpr.jnilib at 0x81000000 (offset 0x0)
    (gdb) Reading symbols for shared libraries . done
    $1 = (void *) 0x39b51c20
    call (void *)dlsym($1, "inject_start")
    (gdb) $2 = (void *) 0x34f77b48
    disassemble jio_vfprintf
    (gdb) Dump of assembler code for function jio_vfprintf:
    0x949142d0 <jio_vfprintf+0>:     mflr     r8
    0x949142d4 <jio_vfprintf+4>:     bcl-     20,4*cr7+so,0x949142d8 <jio_vfprintf+8>
    0x949142d8 <jio_vfprintf+8>:     mflr     r2
    0x949142dc <jio_vfprintf+12>:     mtlr     r8
    0x949142e0 <jio_vfprintf+16>:     addis     r7,r2,4065
    0x949142e4 <jio_vfprintf+20>:     lwz     r6,28248(r7)
    0x949142e8 <jio_vfprintf+24>:     lwz     r12,0(r6)
    0x949142ec <jio_vfprintf+28>:     cmpwi     r12,0
    0x949142f0 <jio_vfprintf+32>:     beq-     0x949142fc <jio_vfprintf+44>
    0x949142f4 <jio_vfprintf+36>:     mtctr     r12
    0x949142f8 <jio_vfprintf+40>:     bctr
    0x949142fc <jio_vfprintf+44>:     b     0x9493ded0 <dyld_stub_vfprintf>
    call ($2)("/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/libclient.dylib", "/tmp/stacktrace32624data", 515)
    End of assembler dump.
    detach
    (gdb) $3 = 0
    quit
    ================================================================================
    Full thread dump Java HotSpot(TM) Client VM (1.4.2-56 mixed mode):
    "Stack Trace Remote Thread" prio=5 tid=0x38ba02c0 nid=0x350b0800 waiting on condition [0..f1142260]
    "Inactive RequestProcessor thread [Was:Default RequestProcessor/org.netbeans.modules.navigator.Navigator$ActNodeSetter]" daemon prio=1 tid=0x38b9ffe0 nid=0x3a77a400 in Object.wait() [f10c1000..f10c1b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x19b98b68> (a java.lang.Object)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:692)
         - locked <0x19b98b68> (a java.lang.Object)
    "Inactive RequestProcessor thread [Was:TimedSoftReference/org.openide.util.TimedSoftReference]" daemon prio=1 tid=0x38b9fd20 nid=0x3a7c8600 in Object.wait() [f0fbf000..f0fbfb20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x19b98bc0> (a java.lang.Object)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:692)
         - locked <0x19b98bc0> (a java.lang.Object)
    "Inactive RequestProcessor thread [Was:TimedSoftReference/org.openide.util.TimedSoftReference]" daemon prio=1 tid=0x38b9f230 nid=0x3a7bc200 in Object.wait() [f0c08000..f0c08b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x19b98c18> (a java.lang.Object)
         at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:692)
         - locked <0x19b98c18> (a java.lang.Object)
    "VCS Command Tasks Starter Loop" daemon prio=1 tid=0x3893cbf0 nid=0x35747000 in Object.wait() [f174e000..f174eb20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x9d08158> (a org.netbeans.modules.vcscore.commands.CommandProcessor)
         at java.lang.Object.wait(Object.java:429)
         at org.netbeans.modules.vcscore.commands.CommandProcessor.executorStarterLoop(CommandProcessor.java:757)
         - locked <0x9d08158> (a org.netbeans.modules.vcscore.commands.CommandProcessor)
         at org.netbeans.modules.vcscore.commands.CommandProcessor.access$700(CommandProcessor.java:65)
         at org.netbeans.modules.vcscore.commands.CommandProcessor$5.run(CommandProcessor.java:776)
         at java.lang.Thread.run(Thread.java:552)
    "MDR event dispatcher" daemon prio=6 tid=0x005ed550 nid=0x1e35e00 in Object.wait() [f13c7000..f13c7b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0xa660060> (a java.util.LinkedList)
         at java.lang.Object.wait(Object.java:429)
         at org.netbeans.mdr.util.EventNotifier$EventsDelivery.run(EventNotifier.java:257)
         - locked <0xa660060> (a java.util.LinkedList)
         at java.lang.Thread.run(Thread.java:552)
    "DestroyJavaVM" prio=5 tid=0x00501180 nid=0x1801600 waiting on condition [0..f0800270]
    "TimerQueue" daemon prio=5 tid=0x005c7ab0 nid=0x35284400 in Object.wait() [f1244000..f1244b20]
         at java.lang.Object.wait(Native Method)
         - waiting on <0xa16e4b0> (a javax.swing.TimerQueue)
         at javax.swing.TimerQueue.run(TimerQueue.java:231)
         - locked <0xa16e4b0> (a javax.swing.TimerQueue)
         at java.lang.Thread.run(Thread.java:552)
    "AWT-EventQueue-1" prio=6 tid=0x0051e500 nid=0x1c19a00 runnable [f11c1000..f11c3b20]
         at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
         at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:221)
         at java.io.File.exists(File.java:680)
         at org.netbeans.modules.masterfs.MasterFileObject.isValid(MasterFileObject.java:78)
         at org.netbeans.modules.masterfs.Cache.get(Cache.java:62)
         at org.netbeans.modules.masterfs.Cache.getOrCreate(Cache.java:83)
         at org.netbeans.modules.masterfs.MasterFileObject.getFileObject(MasterFileObject.java:274)
         at org.openide.filesystems.FileObject.getFileObject(FileObject.java:563)
         at org.openide.filesystems.FileUtil.createFolder(FileUtil.java:204)
         at com.sun.rave.api.jsf.project.JsfProjectHelper.getPageBeanRoot(JsfProjectHelper.java:116)
         at com.sun.rave.api.jsf.project.JsfProjectHelper.getBasePathForJava(JsfProjectHelper.java:786)
         at com.sun.rave.api.jsf.project.JsfProjectHelper.getJspForJava(JsfProjectHelper.java:828)
         at com.sun.rave.project.jsfloader.Utils.findJspForJava(Utils.java:67)
         at com.sun.rave.project.jsfloader.JsfJavaDataObject.getCookie(JsfJavaDataObject.java:62)
         at com.sun.rave.insync.Util.retrieveDocument(Util.java:97)
         at com.sun.rave.insync.SourceUnit.grabDocument(SourceUnit.java:106)
         at com.sun.rave.insync.SourceUnit.sync(SourceUnit.java:429)
         at com.sun.rave.insync.beans.BeansUnit.syncSubUnits(BeansUnit.java:200)
         at com.sun.rave.insync.faces.FacesPageUnit.syncSubUnits(FacesPageUnit.java:225)
         at com.sun.rave.insync.beans.BeansUnit.sync(BeansUnit.java:174)
         at com.sun.rave.insync.live.LiveUnit.sync(LiveUnit.java:288)
         at com.sun.rave.insync.live.LiveUnitWrapper.sync(LiveUnitWrapper.java:115)
         at com.sun.rave.insync.models.FacesModel.syncImpl(FacesModel.java:899)
         at com.sun.rave.insync.Model.sync(Model.java:207)
         at com.sun.rave.insync.ModelSe

Maybe you are looking for

  • Leaving a Page fires "Page Unload" dynamic action?

    Hi, Which Dynamic Action fires when I am leaving a page. I have a page with lot of items, I want to fire alert based on some condition when user leaving that page (suppose user clicks to say some TAB), I used *"Page Unload"* dynamic action, but someh

  • How can I update my imac g5 and I want to know how I can update it in 2014

    I need to update my imac g5 but it's old so I need to know how to update it this year of 2014

  • Some photo's in an events folder will not sync to my iPhone5

    Some photos I have in my "Home Improvement" event folder will not sync to my iPhone5. Out of 140 phots, 50 or so will not sync. I think it has something to do with the "descriptions". Is there a way to check if the photo is .jpeg or some other format

  • Problem with format mask and currency

    Hi, I am trying to apply a format mask to a report column. I want my format to be: 4500 ==> $4,500.00 I have tried to apply: FML999G999G999G999G990D00, and i get #4,500.00 Do i have to set a currency parameter somewhere for this format mask to work?

  • Condition check in PO

    Hi guys, I've a problem: I have a condition type defined "Required" in calculation schema and the condition appear in PO with value zero. How can I do to check if the value is greater than zero ? Regards Alberto