JavaFX 1.1 was obsoleted ?

Now, all my applets based on JavaFX 1.1 don't work with security alert.
Rebuild them on JavaFX 1.2 , they work.
What's happend ?
In the future, same things appear on 1.2 or later ???

I don't know the message in english, but like this.
[signatured code and not signatured code are mixed.]
***A simple test code***
http://www.diana.dti.ne.jp/zebra/jank/FX/ZoomText.html
http://www.diana.dti.ne.jp/zebra/jank/FX/ZoomText.fx
Difference of jnlp is...
<resources>
<j2se version="1.5+"/>
<extension name="JavaFX Runtime" href="http://dl.javafx.com/1.1/javafx-rt.jnlp"/>
<jar href="ZoomText.jar" main="true"/>
</resources>
<resources>
<j2se version="1.5+"/>
<extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
<jar href="ZoomText.jar" main="true"/>
</resources>

Similar Messages

  • 8 issues JavaFX needs to overcome to be truly successful

    JavaFX is excellent technology but I feel it will never be broadly successful until the following issues are addressed. Note, I am referring to JavaFX running inside a browser as an applet in all these remarks.
    1. Startup Times
    They are just way too slow. On the JavaFX.com home page, the strip of demo thumbnails at the bottom of the page takes over 30 seconds to start on both my Windows machines. I don't think too many people have the time to wait for them to load and will probably navigate to another page wondering what that blank blue strip at the bottom of the page is used for. The Flash versions on the full demos page load almost instantly.
    2. Performance
    It's just way too slow. All the JavaFX.com demos are designed as tiny little applet windows for a reason: as the size of the applet window increases the performance degrades significantly. As a result, JavaFX cannot be seriously considered for a "real" web application which would occupy the entire space available in the browser as it would be simply too sluggish.
    3. JRE
    Obviously JavaFX requires a JRE which has its own inherent problems.
    * Only a subset of desktop PCs have a JRE installed.
    * The JRE is large and takes a long time to download and install.
    * Installing the JRE requires the user to close the browser and then reopen it. If the user has 10 tabs open at the time, this is very inconvenient. Installing Flash does not require this.
    * I believe JavaFX requires Java 6 Update 10 or greater but a large number of people are very reluctant to keep upgrading their JREs and some are stuck on Java 5 or even 1.4.
    4. Progress Indicators
    Are there any? The JavaFX strip I referred to in (1) just appears as blank blue right up until the applet has fully loaded. It clearly needs some kind of progress indicator so that the user knows that something is actually happening. The same applies when a video is being downloaded like in the MediaBox demo. There is just a static screen while this is happening and the user has no way of knowing if the applet is even alive.
    5. Video
    I have tried the JavaFX.com demo MediaBox on 3 machines, a Windows Vista machine, a Windows XP machine and a Ubuntu machine. On the Vista machine running this demo actually crashes the JVM with a "The Java Runtime has stopped working" message and no video is displayed. On the XP machine it thinks for a couple of minutes and then displays a message "The video could not be played at this time". On the Ubuntu machine the demo crashes with a MediaNotSupported exception. That's 3 out of 3 machines that get no video. Does this ever work?
    On an XP machine where I managed to get video to work locally, there appears to be no proper buffering of the video before it's played. It appears to try to download the entire clip before it starts to play it. Clealy this is not going to be satisfactory over the internet.
    6. Dynamic Scipting
    To accomplish true dynamic scripting it appears the applet needs to download the full JavaFX Script compiler (yet another large JAR) and even then it appears to encounter security exceptions that prevent it from running in an applet context.
    7. Fonts
    They are not rendered clearly. Despite what many people claim, JavaFX fonts are not rendered with subpixel antialiasing on any platform I have tried and as a result look blurred and poor. Fonts in JavaFX are just not up to standard for a professional quality application.
    8. Quirks
    One such quirk is that every time I go to run a JavaFX demo it asks me to confirm installation of the JavaFX runtime. Surely once is enough. Another quirk is that when I want to view video I have to OK a security warning. A security warning just to play a video? Not exactly user friendly.
    Would anyone like to comment on these issues? I am very keen to commit to JavaFX as it has some truly excellent features but I need to know that these problems are going to be addressed in the near future.
    Jarrick Chagma

    Hi PhiLho,
    PhiLho wrote:
    Comparing JavaFX to Flash on the pervasiveness ground is a bit unfair. Adobe did a great marketing job in persuading browser makers to distribute it with them. Although if you make a Flash applet needing Flash 9 (for example), and only have Flash 6 installed, you might fall on the inconvenience you describe in 3.True, but the point about Java's pervasiveness was probably the least important of the 8 issues.
    Somehow, it would be fairer to compare JavaFX to Silverlight... :-)Agreed.
    Installing JavaFX runtime (and perhaps Java JRE) might be an issue for small, casual applets, less for "serious" applications where users are motivated to use them. And well, it is mostly true for lot of plugins.Yes but having to close the current browser window is not desirable and hopefully will be addressed.
    1) I agree and JavaFX team agree, looks like Sun is working hard to improve that (on the latest JRE versions) and it might even more improve with Java 7 (with the modularity feature).This really does need to be addressed. Java 6 Update N (10) did wonders for Java startup times in general but there still seems to be an issue here with JavaFX applets. I don't expect that they will ever be fully comparable to Flash and as you point out they don't really need to be but for many of the intended uses of JavaFX startup times need to improve significantly.
    2) Not very fair here. Full screen Flash applets are even more sluggish! Some benchmarks tend to show that JavaFX is much faster than Flash and Silverlight. It was true with 1.0, it is even more with 1.2 and it looks that the JavaFX team works hard to improve even further.I have seen some awesome full-screen Flash applets with no obvious performance issues, I am just not confident the same can be achieved with JavaFX and this is where it needs to excel IMHO. I have not worked with Silverlight so I cannot really comment on its relative performance. Do you have a link to an article detailing those benchmarks? I am not doubting your claim, I'd just like to see them.
    Beside, I don't think a "real" Web application need to do full screen animations, it is more about forms and simple graphical effects.Yes but, as I said, performance of all effects and even simple animations degrades significantly as the applet gets bigger. This is of course to be expected but still needs to improve as I don't see JavaFX being used very often for banners or tiny little applets.
    Of course, we all want better performance in any case.So true!
    3) According to Adobe itself, Java is installed on 81% of computers, which isn't too bad (but much less than the advertised 99% for Flash, but see my first paragraph...). Now, the JRE has to be not too antique, of course. At least Sun has an auto-update ensuring users (that follow it) are not left behind. Note that JavaFX requirement is to run with Java 1.5 (with degraded functionality: no drag to desktop, transparent window, etc.).Yes, it really needs 1.6u10 to perform properly. Java is very ubiquitous but, as I said, many people are still on 1.4, 5 or earlier versions of 6. I guess they have updating turned off or ignore the prompts. Many people are of the impression that their applet or application will only work with earlier versions of Java and not the most recent releases which is quite wrong of course. We need to somehow bust that myth!
    4) I have seen a loading screen in JavaFX, although it was more about progress of data loading than progress of applet loading...Well it's the applet loading that needs to be visualised especially given how long they take to start up. As I said, just clear your JAR cache and load the JavaFX.com homepage and you'll see what I mean.
    5) Not tried much video, can't comment on it.Video is critical in my usage of JavaFX.
    6) Not sure what you mean by dynamic scripting.Being able to create components, objects and effects and animations directly from source at run time. This can be done but doesn't work in applets and requires the full JavaFX Script compiler which is another large JAR to download.
    7) I have seen hacks to make that.Any references? I am extremely fussy about font rendering.
    8) I don't have your problem, it uses the installed runtime without asking. And early demos were heavy on the signing side, requesting unnecessary confirmations for simple animations. Good JNLP tuning avoids that.I get a notification for each applet I run. Clicking on OK or Accept doesn't seem to actually do anything.
    Cheers,
    Jarrick Chagma

  • Javafx use jmf and capture audio device

    Hello, I noticed a problem with the use JavaFX and Java Media Framework (JMF), in a project javafx call Java classes using JMF, but are not recognized PC audio devices, in fact when I executed 's the code CaptureDeviceManager.getDeviceList (null), displays the error: "could not commit protocolPRefixList", without recognizing any audio device. Instead I call if my application using JMF, outside of a JavaFX project, the devices are found and everything works properly, perhaps this problem depends on the security settings of JavaFX, or inability to use JavaFX is that jmf interfaces with audio and video devices?
    thanks for the help

    I'd use jmf and javafx but it was not for capture devices.
    If you use jmf there are native libraries.
    The thing i found was about the java.library.path wich is overriden when you start javafx that jmf can't load approriate libs.
    Try to compare the System.getProperties for java and javafx then you should find where is the problem.

  • WS_FILENAME_GET is obsolete function module in ECC 6.0

    Hi Guys,
    The function module "WS_FILENAME_GET" was obsolete in ECC 6.0, could you please suggest me which is relevant function module in ECC 6.0.
    Thanks,
    Gourisankar.

    Hello,
    Take a look at class CL_GUI_FRONTEND_SERVICES.
    Regards,
    John.

  • Where does javafx.io.Storage resources end up?

    My first post here ...
    Well I have made an Desktop application where I use javafx.io.Storage and javafx.io.Resurse. First I thought that I would find the file in my directory tree of my JavaFx desktop app, but it did not. I am using Mac os X and I have tried to look everywhere on my disk and I can not find anything on my disk that has have the same file name as my Storage:
    m_entry = Storage {
       source: "bldconfig.xml"
    }I can load and save data to the file, that is no problem. But it would be interesting to know where the data is ending up if I ever need to delete the file or the data. It would be good to know this for all platforms actually.
    Thank you in advance

    I played a bit with this API when JavaFX 1.2 was out. I found out where the data was stored, but for Windows XP... I used Sysinternals' ProcMon to watch hard disk activity and spot where data was written... Perhaps you have a similar tool for Mac? Or can deduct destination from my findings...
    Here is the code I used:
    // Introduced in JavaFX 1.2
    import javafx.data.Pair;
    import javafx.util.Properties;
    import javafx.io.Storage;
    import javafx.io.Resource;
    import java.io.FileOutputStream;
    import java.io.FileInputStream;
    def FILE_NAME = "properties.java.txt";
    def propFile = Storage { source: "properties.jfx.txt" }
    var pairSequence: Pair[] =
         Pair { name: "WWW", value: "HTML" }
         Pair { name: "Sun", value: "JavaFX" }
         Pair { name: "Adobe", value: "Flex" }
         Pair { name: "Microsoft", value: "Silverlight" }
         Pair { name: "WWW", value: "Ajax" }
         Pair { name: "French", value: "Àvéc dès âccênts àrbîtrâïrês !" }
         Pair { name: "Français", value: "Yes, I am..." }
         Pair { name: "A=B", value: "true" }
         Pair { name: "Foo Bar", value: "false" }
         Pair { name: "#Foo", value: "bar" }
    // Note that WWW is twice in the sequence!
    var propsOut: Properties = Properties {};
    function PutPair(props: Properties, pair: Pair)
         props.put(pair.name, pair.value);
    for (pair in pairSequence)
         print("{pair.name} ");
         PutPair(propsOut, pair);
    println("");
    // Writes information in source's path
    var fosJ: FileOutputStream = new FileOutputStream(FILE_NAME);
    propsOut.store(fosJ);
    fosJ.close();
    // Writes information in C:\Documents and Settings\PhiLho\Sun\JavaFX\Deployment\storage\muffin\
    // with a 78e9b9eb-1b6c06c9 (for exampe) file holding the data and a 78e9b9eb-1b6c06c9.muf
    // pointing where to extract temporarily the file (in the place where the .class files are).
    // Obviously, path is for Windows XP, will vary for other systems
    var fosJFX = propFile.resource.openOutputStream(true);
    propsOut.store(fosJFX);
    fosJFX.close();
    // We loose one WWW
    var propsIn: Properties = Properties {};
    var fisJ: FileInputStream = new FileInputStream(FILE_NAME);
    propsIn.load(fisJ);
    fisJ.close();
    println("{propsIn.get("Sun")} / {propsIn.get("WWW")} / {propsIn.get("French")} / {propsIn.get("Français")} / {propsIn.get("A=B")} / {propsIn.get("#Foo")}");
    var fisJFX = propFile.resource.openInputStream();
    propsIn.load(fisJFX);
    fisJFX.close();
    println("{propsIn.get("Sun")} / {propsIn.get("WWW")} / {propsIn.get("French")} / {propsIn.get("Français")} / {propsIn.get("A=B")} / {propsIn.get("#Foo")}");Not rocket science, but interesting... :-)

  • JavaFX Applet launching issue on MAC OS 10.8.2

    On MAC OS 10.8.2, JavaFX Applet is launching fine when .jar or .jnlp file is executed; but from browser the applet is not launching.
    On Safari it's showing a message "Content can not be displayed using your Web browser. Please open this page using another browser".
    On FireFox 16.0.1 it's showing a message "JavaFX 2.0 is required to view the content but JavaFX is currently unsupported on this platform. Please consult the JavaXF documentation for list of supported platforms".
    Can some body help me regarding the same.

    If the Mac is running 10.8 there is some incompatibility between JavaFX and Safari on 10.8 which causes JavaFX not to work, perhaps because 10.8 was released after JavaFX 2.2. This incompatibility has fixed for an upcoming JavaFX release, e.g. JDK7u10 (JavaFX 2.2.4).
    See http://javafx-jira.kenai.com/browse/RT-23529 "Mac: FX applets do not load in OS X 10.8 + Safari"
    Embedding in Mac browsers was not supported for JavaFX 2.1.
    Support for embedding in some Mac browsers was added in JavaFX 2.2.
    - JavaFX will run in Safari on the Mac, but as of JavaFX 2.2.3, only when the Mac is running OSX 10.7.
    - JavaFX doesn't run in Chrome on the Mac currently => JavaFX on the Mac is only available in 64 bit and Chrome on the Mac is 32 bit.
    - JavaFX will run in Firefox on Mac OS 10.7 and 10.8.
    - JavaFX won't run in other browsers like Opera.
    Embedding JavaFX in Firefox, Chrome and IE on Windows has been supported since JavaFX 2.x was first released.

  • JavaFX Scene Builder

    Hi ,
    I have seen on YouTube a video posted by java channel about how to use JavaFX Scene Builder .
    http://www.youtube.com/watch?v=V9WvM3w9kiE&feature=g-all-u&context=G2a649e6FAAAAAPAAUAA
    I tried to look for a download link for the SB preview but , what I found on forums that SB is still only available for private access .
    Do you have any piece of information about the public release date or how to get access to the private release ?
    Thank you in advance .

    Yay getting started links are up:
    http://docs.oracle.com/javafx/scenebuilder/1/get_started/jsbpub-get_started.htm
    And a user guide too :-)
    http://docs.oracle.com/javafx/scenebuilder/1/user_guide/jsbpub-user_guide.htm
    It's just great to see a complete complex application for JavaFX.
    Installation was seamless.
    App works well.
    Layout is intuitive.
    Absolutely fantastic for discovering JavaFX component properties.
    Simple way to build nice GUIs.
    For the first time I can appreciate the benefits of FXML.
    FXML output is very clean.
    Kudos.

  • System.Workflow.Activities.SequentialWorkflowActivity' is obsolete

    Hi,
    I am using Custom VS 2012 Sequential workflow (Farm solution).
    I have created the sequential workflow with the fault handler. I am getting the below warning message:
    'System.Workflow.Activities.SequentialWorkflowActivity' is obsolete: 'The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*'
    What changes have to be done to avoid this warning?
    Thanks.

    Hi,
    According to your post, my understanding is that you want to avoid the warning when you use visual studio 2012 to create Sequential workflow.
    Per my knowledge, we can’t avoid this warning. Because  the SequentialWorkflowActivity Class was obsoleted in .Net Framework4.5.
    http://msdn.microsoft.com/en-us/library/system.workflow.activities(v=vs.110).aspx
    We need use System.Activities.* instead.
    http://msdn.microsoft.com/en-us/library/system.activities(v=vs.110).aspx
    More information:
    Develop SharePoint 2013 workflows using Visual Studio
    http://msdn.microsoft.com/en-us/library/jj163199%28v=office.15%29
    Get started with workflows in SharePoint 2013
    http://msdn.microsoft.com/en-us/library/office/jj163917.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • JavaFX application crashes after RedHat updated.

    Hi,
    I have a JavaFX application which was working fine until a couple of days over Red Hat 6 Workstation + JDK 1.7.0_25.
    After the installation of Red Hat updates, the app fails when i try to launch it:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00007f9534d6e831, pid=4215, tid=140278600795904
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [libc.so.6+0x89831]  memcpy+0x11
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # An error report file with more information is saved as:
    # /home/nor/trabajo/EntornoTBS/workspace/tbs/tbs-Constraints/hs_err_pid4215.log
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    The rest of Java application (without hmi) work fine in the same environment.
    The full log file generated:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00007f60d0ba5831, pid=3996, tid=140053514811136
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [libc.so.6+0x89831]  memcpy+0x11
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x00007f608813b000):  JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=4014, stack(0x00007f60bfeff000,0x00007f60c0000000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
    Registers:
    RAX=0x0000000000000000, RBX=0x0000000000000009, RCX=0x0000000000000076, RDX=0x0000000000000009
    RSP=0x00007f60bfffdb28, RBP=0x00007f607c010d60, RSI=0x00007f607c023150, RDI=0x0000000000000000
    R8 =0x0000000000000000, R9 =0x0000000900000000, R10=0x00007f60bfffd8f0, R11=0x000000340fa424f0
    R12=0x00007f60bfffdbf8, R13=0x00007f60bfffdc00, R14=0x00007f60bfffdd50, R15=0x00007f60bfffdbfc
    RIP=0x00007f60d0ba5831, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000006
      TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x00007f60bfffdb28)
    0x00007f60bfffdb28:   000000340fa42417 0000000000000009
    0x00007f60bfffdb38:   00007f607c010d60 0000000000000009
    0x00007f60bfffdb48:   000000340fa42509 0000000900000000
    0x00007f60bfffdb58:   00007f607c010d60 0000000000000000
    0x00007f60bfffdb68:   00007f60bfaba921 0000000000000000
    0x00007f60bfffdb78:   00007f607c010850 0000000300190001
    0x00007f60bfffdb88:   0000000000000001 0000000900000000
    0x00007f60bfffdb98:   0000000000000000 0000000000000000
    0x00007f60bfffdba8:   00007f607c010d60 00007f60bfffdd50
    0x00007f60bfffdbb8:   0000000000000000 00007f60bfffdc08
    0x00007f60bfffdbc8:   00007f60bfffdc04 000000340fd3c748
    0x00007f60bfffdbd8:   00007f60bfab8a97 000000340fd3c748
    0x00007f60bfffdbe8:   00007f60bfa93b86 0000240000170001
    0x00007f60bfffdbf8:   0000000000000000 000000a700000001
    0x00007f60bfffdc08:   0000000100000000 00007f607c022f50
    0x00007f60bfffdc18:   00007f607c010d60 00007f607c010670
    0x00007f60bfffdc28:   00007f60bfffdd6c 000000340fd3c740
    0x00007f60bfffdc38:   00007f60bfab8e5e 000000340fd3c748
    0x00007f60bfffdc48:   00007f60bfab8440 00007f607c010c30
    0x00007f60bfffdc58:   00000000ffffffff 00007f607c015ea0
    0x00007f60bfffdc68:   0000000000000005 00007f607c022f50
    0x00007f60bfffdc78:   00007f607c010670 000000000000009f
    0x00007f60bfffdc88:   0000000000000000 00007f607c000020
    0x00007f60bfffdc98:   00007f607c000070 00007f6000000005
    0x00007f60bfffdca8:   0000000000000000 0000000000000001
    0x00007f60bfffdcb8:   000000340fa062b0 00007f60bfffdd50
    0x00007f60bfffdcc8:   00007f607c022f50 00007f607c010670
    0x00007f60bfffdcd8:   0000000000000000 0000000000001000
    0x00007f60bfffdce8:   0000000000020000 000ffffffffffff4
    0x00007f60bfffdcf8:   00007f607c022f50 00007f607c010670
    0x00007f60bfffdd08:   0000000000000000 0000000000000000
    0x00007f60bfffdd18:   000000340fd3c740 000000340fd3c748
    Instructions: (pc=0x00007f60d0ba5831)
    0x00007f60d0ba5811:   39 d1 0f 82 c7 6b 07 00 0f 1f 80 00 00 00 00 48
    0x00007f60d0ba5821:   83 fa 20 48 89 f8 73 77 f6 c2 01 74 0b 0f b6 0e
    0x00007f60d0ba5831:   88 0f 48 ff c6 48 ff c7 f6 c2 02 74 12 0f b7 0e
    0x00007f60d0ba5841:   66 89 0f 48 83 c6 02 48 83 c7 02 0f 1f 40 00 f6
    Register to memory mapping:
    RAX=0x0000000000000000 is an unknown value
    RBX=0x0000000000000009 is an unknown value
    RCX=0x0000000000000076 is an unknown value
    RDX=0x0000000000000009 is an unknown value
    RSP=0x00007f60bfffdb28 is pointing into the stack for thread: 0x00007f608813b000
    RBP=0x00007f607c010d60 is an unknown value
    RSI=0x00007f607c023150 is an unknown value
    RDI=0x0000000000000000 is an unknown value
    R8 =0x0000000000000000 is an unknown value
    R9 =0x0000000900000000 is an unknown value
    R10=0x00007f60bfffd8f0 is pointing into the stack for thread: 0x00007f608813b000
    R11=0x000000340fa424f0: _XReadPad+0 in /usr/lib64/libX11.so.6 at 0x000000340fa00000
    R12=0x00007f60bfffdbf8 is pointing into the stack for thread: 0x00007f608813b000
    R13=0x00007f60bfffdc00 is pointing into the stack for thread: 0x00007f608813b000
    R14=0x00007f60bfffdd50 is pointing into the stack for thread: 0x00007f608813b000
    R15=0x00007f60bfffdbfc is pointing into the stack for thread: 0x00007f608813b000
    Stack: [0x00007f60bfeff000,0x00007f60c0000000],  sp=0x00007f60bfffdb28,  free space=1018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libc.so.6+0x89831]  memcpy+0x11
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.sun.prism.es2.X11GLFactory.nInitialize([I)J+0
    j  com.sun.prism.es2.X11GLFactory.initialize(Ljava/lang/Class;Lcom/sun/prism/es2/GLPixelFormat$Attributes;)Z+73
    j  com.sun.prism.es2.ES2Pipeline.<clinit>()V+54
    v  ~StubRoutines::call_stub
    j  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+0
    j  java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;+8
    j  com.sun.prism.GraphicsPipeline.createPipeline()Lcom/sun/prism/GraphicsPipeline;+171
    j  com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init()V+0
    j  com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run()V+1
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
    =>0x00007f608813b000 JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=4014, stack(0x00007f60bfeff000,0x00007f60c0000000)]
      0x00007f60c81fd800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=4013, stack(0x00007f60c4205000,0x00007f60c4306000)]
      0x00007f60c80f1000 JavaThread "Service Thread" daemon [_thread_blocked, id=4011, stack(0x00007f60c45ae000,0x00007f60c46af000)]
      0x00007f60c80ef000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4010, stack(0x00007f60c46af000,0x00007f60c47b0000)]
      0x00007f60c80ec000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4009, stack(0x00007f60c47b0000,0x00007f60c48b1000)]
      0x00007f60c80ea000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4008, stack(0x00007f60c48b1000,0x00007f60c49b2000)]
      0x00007f60c809b800 JavaThread "Finalizer" daemon [_thread_blocked, id=4007, stack(0x00007f60c49b2000,0x00007f60c4ab3000)]
      0x00007f60c8099800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4006, stack(0x00007f60c4ab3000,0x00007f60c4bb4000)]
      0x00007f60c800a800 JavaThread "main" [_thread_blocked, id=4000, stack(0x00007f60d15e7000,0x00007f60d16e8000)]
    Other Threads:
      0x00007f60c8092000 VMThread [stack: 0x00007f60c4bb4000,0x00007f60c4cb5000] [id=4005]
      0x00007f60c80fb800 WatcherThread [stack: 0x00007f60c44ad000,0x00007f60c45ae000] [id=4012]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 13568K, used 7852K [0x00000000f0d60000, 0x00000000f1c80000, 0x0000000100000000)
      eden space 11648K, 67% used [0x00000000f0d60000,0x00000000f150b1b0,0x00000000f18c0000)
      from space 1920K, 0% used [0x00000000f1aa0000,0x00000000f1aa0000,0x00000000f1c80000)
      to   space 1920K, 0% used [0x00000000f18c0000,0x00000000f18c0000,0x00000000f1aa0000)
    ParOldGen       total 31104K, used 0K [0x00000000d2800000, 0x00000000d4660000, 0x00000000f0d60000)
      object space 31104K, 0% used [0x00000000d2800000,0x00000000d2800000,0x00000000d4660000)
    PSPermGen       total 21248K, used 4405K [0x00000000cd600000, 0x00000000ceac0000, 0x00000000d2800000)
      object space 21248K, 20% used [0x00000000cd600000,0x00000000cda4d7c0,0x00000000ceac0000)
    Card table byte_map: [0x00007f60c7e6a000,0x00007f60c8000000] byte_map_base: 0x00007f60c77ff000
    Polling page: 0x00007f60d1705000
    Code Cache  [0x00007f60cc10e000, 0x00007f60cc37e000, 0x00007f60cf10e000)
    total_blobs=238 nmethods=24 adapters=167 free_code_cache=48692Kb largest_free_block=49848192
    Compilation events (10 events):
    Event: 0,258 Thread 0x00007f60c80ec000 nmethod 17 0x00007f60cc172d10 code [0x00007f60cc172ea0, 0x00007f60cc173758]
    Event: 0,258 Thread 0x00007f60c80ec000   19             java.lang.String::equals (81 bytes)
    Event: 0,262 Thread 0x00007f60c80ec000 nmethod 19 0x00007f60cc174110 code [0x00007f60cc174260, 0x00007f60cc1744b8]
    Event: 0,262 Thread 0x00007f60c80ec000   20             java.lang.Math::min (11 bytes)
    Event: 0,263 Thread 0x00007f60c80ec000 nmethod 20 0x00007f60cc172b50 code [0x00007f60cc172c80, 0x00007f60cc172cb8]
    Event: 0,266 Thread 0x00007f60c80ef000 nmethod 18 0x00007f60cc17ea90 code [0x00007f60cc17ed20, 0x00007f60cc17f870]
    Event: 0,280 Thread 0x00007f60c80ec000   21             java.lang.String::replace (127 bytes)
    Event: 0,288 Thread 0x00007f60c80ec000 nmethod 21 0x00007f60cc177c90 code [0x00007f60cc177de0, 0x00007f60cc178238]
    Event: 0,347 Thread 0x00007f60c80ef000   22             java.lang.String::equals (81 bytes)
    Event: 0,350 Thread 0x00007f60c80ef000 nmethod 22 0x00007f60cc183b90 code [0x00007f60cc183ce0, 0x00007f60cc183f38]
    GC Heap History (0 events):
    No events
    Deoptimization events (2 events):
    Event: 0,127 Thread 0x00007f60c800a800 Uncommon trap -83 fr.pc 0x00007f60cc170810
    Event: 0,343 Thread 0x00007f608813b000 Uncommon trap -12 fr.pc 0x00007f60cc174474
    Internal exceptions (10 events):
    Event: 0,349 Thread 0x00007f608813b000 Threw 0x00000000f14a0f90 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,350 Thread 0x00007f608813b000 Threw 0x00000000f14a7c70 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,352 Thread 0x00007f608813b000 Threw 0x00000000f14acc18 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,353 Thread 0x00007f608813b000 Threw 0x00000000f14b2ed8 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,353 Thread 0x00007f608813b000 Threw 0x00000000f14bcea0 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,354 Thread 0x00007f608813b000 Threw 0x00000000f14c1ff0 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,354 Thread 0x00007f608813b000 Threw 0x00000000f14c6880 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,355 Thread 0x00007f608813b000 Threw 0x00000000f14cb280 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,355 Thread 0x00007f608813b000 Threw 0x00000000f14cfce8 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,356 Thread 0x00007f608813b000 Threw 0x00000000f14d4a50 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Events (10 events):
    Event: 0,354 loading class 0x00007f607c00f070
    Event: 0,354 loading class 0x00007f607c00f070 done
    Event: 0,354 loading class 0x00007f607c00ee40
    Event: 0,354 loading class 0x00007f607c00ee40 done
    Event: 0,355 loading class 0x00007f607c0042f0
    Event: 0,355 loading class 0x00007f607c0042f0 done
    Event: 0,355 loading class 0x00007f607c00ee80
    Event: 0,355 loading class 0x00007f607c00ee80 done
    Event: 0,356 loading class 0x00007f607c00f720
    Event: 0,356 loading class 0x00007f607c00f720 done
    Dynamic libraries:
    00400000-00401000 r-xp 00000000 fd:00 392784                             /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/bin/java
    00600000-00601000 rw-p 00000000 fd:00 392784                             /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/bin/java
    00748000-00769000 rw-p 00000000 00:00 0                                  [heap]
    cd600000-ceac0000 rw-p 00000000 00:00 0
    ceac0000-d2800000 rw-p 00000000 00:00 0
    d2800000-d4660000 rw-p 00000000 00:00 0
    d4660000-f0d60000 rw-p 00000000 00:00 0
    f0d60000-f1c80000 rw-p 00000000 00:00 0
    f1c80000-100000000 rw-p 00000000 00:00 0
    340fa00000-340fb37000 r-xp 00000000 fd:00 567692                         /usr/lib64/libX11.so.6.3.0
    340fb37000-340fd37000 ---p 00137000 fd:00 567692                         /usr/lib64/libX11.so.6.3.0
    340fd37000-340fd3d000 rw-p 00137000 fd:00 567692                         /usr/lib64/libX11.so.6.3.0
    340fe00000-340fe1d000 r-xp 00000000 fd:00 567667                         /usr/lib64/libxcb.so.1.1.0
    340fe1d000-341001d000 ---p 0001d000 fd:00 567667                         /usr/lib64/libxcb.so.1.1.0
    341001d000-341001e000 rw-p 0001d000 fd:00 567667                         /usr/lib64/libxcb.so.1.1.0
    3410200000-3410202000 r-xp 00000000 fd:00 567662                         /usr/lib64/libXau.so.6.0.0
    3410202000-3410402000 ---p 00002000 fd:00 567662                         /usr/lib64/libXau.so.6.0.0
    3410402000-3410403000 rw-p 00002000 fd:00 567662                         /usr/lib64/libXau.so.6.0.0
    3411600000-3411612000 r-xp 00000000 fd:00 570374                         /usr/lib64/libXext.so.6.4.0
    3411612000-3411812000 ---p 00012000 fd:00 570374                         /usr/lib64/libXext.so.6.4.0
    3411812000-3411813000 rw-p 00012000 fd:00 570374                         /usr/lib64/libXext.so.6.4.0
    3413600000-3413605000 r-xp 00000000 fd:00 570378                         /usr/lib64/libXfixes.so.3.1.0
    3413605000-3413805000 ---p 00005000 fd:00 570378                         /usr/lib64/libXfixes.so.3.1.0
    3413805000-3413806000 rw-p 00005000 fd:00 570378                         /usr/lib64/libXfixes.so.3.1.0
    3414a00000-3414a02000 r-xp 00000000 fd:00 570381                         /usr/lib64/libXdamage.so.1.1.0
    3414a02000-3414c01000 ---p 00002000 fd:00 570381                         /usr/lib64/libXdamage.so.1.1.0
    3414c01000-3414c02000 rw-p 00001000 fd:00 570381                         /usr/lib64/libXdamage.so.1.1.0
    3416a00000-3416a0a000 r-xp 00000000 fd:00 527787                         /usr/lib64/libdrm.so.2.4.0
    3416a0a000-3416c0a000 ---p 0000a000 fd:00 527787                         /usr/lib64/libdrm.so.2.4.0
    3416c0a000-3416c0b000 rw-p 0000a000 fd:00 527787                         /usr/lib64/libdrm.so.2.4.0
    3417200000-3417201000 r-xp 00000000 fd:00 551492                         /usr/lib64/libX11-xcb.so.1.0.0
    3417201000-3417400000 ---p 00001000 fd:00 551492                         /usr/lib64/libX11-xcb.so.1.0.0
    3417400000-3417401000 rw-p 00000000 fd:00 551492                         /usr/lib64/libX11-xcb.so.1.0.0
    3417a00000-3417a15000 r-xp 00000000 fd:00 527823                         /usr/lib64/libxcb-glx.so.0.0.0
    3417a15000-3417c14000 ---p 00015000 fd:00 527823                         /usr/lib64/libxcb-glx.so.0.0.0
    3417c14000-3417c16000 rw-p 00014000 fd:00 527823                         /usr/lib64/libxcb-glx.so.0.0.0
    3418200000-3418205000 r-xp 00000000 fd:00 570758                         /usr/lib64/libXxf86vm.so.1.0.0
    3418205000-3418404000 ---p 00005000 fd:00 570758                         /usr/lib64/libXxf86vm.so.1.0.0
    3418404000-3418405000 rw-p 00004000 fd:00 570758                         /usr/lib64/libXxf86vm.so.1.0.0
    7f607c000000-7f607c037000 rw-p 00000000 00:00 0
    7f607c037000-7f6080000000 ---p 00000000 00:00 0
    7f6084000000-7f6084021000 rw-p 00000000 00:00 0
    7f6084021000-7f6088000000 ---p 00000000 00:00 0
    7f6088000000-7f608813d000 rw-p 00000000 00:00 0
    7f608813d000-7f608c000000 ---p 00000000 00:00 0
    7f608c000000-7f608c122000 rw-p 00000000 00:00 0
    7f608c122000-7f6090000000 ---p 00000000 00:00 0
    7f6090000000-7f6090021000 rw-p 00000000 00:00 0
    7f6090021000-7f6094000000 ---p 00000000 00:00 0
    7f6094000000-7f609419d000 rw-p 00000000 00:00 0
    7f609419d000-7f6098000000 ---p 00000000 00:00 0
    7f609a16f000-7f60a0000000 r--p 00000000 fd:00 570883                     /usr/lib/locale/locale-archive
    7f60a0000000-7f60a0021000 rw-p 00000000 00:00 0
    7f60a0021000-7f60a4000000 ---p 00000000 00:00 0
    7f60a4000000-7f60a4021000 rw-p 00000000 00:00 0
    7f60a4021000-7f60a8000000 ---p 00000000 00:00 0
    7f60a8000000-7f60a8021000 rw-p 00000000 00:00 0
    7f60a8021000-7f60ac000000 ---p 00000000 00:00 0
    7f60ac000000-7f60ac021000 rw-p 00000000 00:00 0
    7f60ac021000-7f60b0000000 ---p 00000000 00:00 0
    7f60b0000000-7f60b0021000 rw-p 00000000 00:00 0
    7f60b0021000-7f60b4000000 ---p 00000000 00:00 0
    7f60b8000000-7f60b8021000 rw-p 00000000 00:00 0
    7f60b8021000-7f60bc000000 ---p 00000000 00:00 0
    7f60bf602000-7f60bf61f000 r-xp 00000000 fd:00 914719                     /lib64/libselinux.so.1
    7f60bf61f000-7f60bf81e000 ---p 0001d000 fd:00 914719                     /lib64/libselinux.so.1
    7f60bf81e000-7f60bf81f000 r--p 0001c000 fd:00 914719                     /lib64/libselinux.so.1
    7f60bf81f000-7f60bf820000 rw-p 0001d000 fd:00 914719                     /lib64/libselinux.so.1
    7f60bf820000-7f60bf821000 rw-p 00000000 00:00 0
    7f60bf821000-7f60bf86c000 r-xp 00000000 fd:00 551491                     /usr/lib64/libglapi.so.0.0.0
    7f60bf86c000-7f60bfa6b000 ---p 0004b000 fd:00 551491                     /usr/lib64/libglapi.so.0.0.0
    7f60bfa6b000-7f60bfa71000 rw-p 0004a000 fd:00 551491                     /usr/lib64/libglapi.so.0.0.0
    7f60bfa71000-7f60bfa72000 rw-p 00000000 00:00 0
    7f60bfa72000-7f60bfaf1000 r-xp 00000000 fd:00 551474                     /usr/lib64/libGL.so.1.2.0
    7f60bfaf1000-7f60bfcf1000 ---p 0007f000 fd:00 551474                     /usr/lib64/libGL.so.1.2.0
    7f60bfcf1000-7f60bfcf4000 rw-p 0007f000 fd:00 551474                     /usr/lib64/libGL.so.1.2.0
    7f60bfcf4000-7f60bfcf5000 rw-p 00000000 00:00 0
    7f60bfcf5000-7f60bfcfe000 r-xp 00000000 fd:00 280332                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libprism-es2.so
    7f60bfcfe000-7f60bfefd000 ---p 00009000 fd:00 280332                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libprism-es2.so
    7f60bfefd000-7f60bfefe000 r--p 00008000 fd:00 280332                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libprism-es2.so
    7f60bfefe000-7f60bfeff000 rw-p 00009000 fd:00 280332                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libprism-es2.so
    7f60bfeff000-7f60bff02000 ---p 00000000 00:00 0
    7f60bff02000-7f60c0000000 rw-p 00000000 00:00 0
    7f60c0000000-7f60c0021000 rw-p 00000000 00:00 0
    7f60c0021000-7f60c4000000 ---p 00000000 00:00 0
    7f60c40f0000-7f60c40f1000 r--s 0000c000 fd:00 815433                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-asm/3.1.1.RELEASE/spring-asm-3.1.1.RELEASE.jar
    7f60c40f1000-7f60c40f6000 r--s 00027000 fd:00 815439                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-expression/3.1.1.RELEASE/spring-expression-3.1.1.RELEASE.jar
    7f60c40f6000-7f60c4100000 r--s 00064000 fd:00 815428                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-core/3.1.1.RELEASE/spring-core-3.1.1.RELEASE.jar
    7f60c4100000-7f60c4102000 r--s 00000000 fd:00 153301                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
    7f60c4102000-7f60c410a000 r--s 00049000 fd:00 935886                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-aop/3.1.1.RELEASE/spring-aop-3.1.1.RELEASE.jar
    7f60c410a000-7f60c411f000 r--s 000b6000 fd:00 153492                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-context/3.1.1.RELEASE/spring-context-3.1.1.RELEASE.jar
    7f60c411f000-7f60c4128000 r--s 0006f000 fd:00 815237                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/log4j/log4j/1.2.17/log4j-1.2.17.jar
    7f60c4128000-7f60c4129000 r--s 00002000 fd:00 406776                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/slf4j/slf4j-log4j12/1.6.6/slf4j-log4j12-1.6.6.jar
    7f60c4129000-7f60c412b000 r--s 00005000 fd:00 406792                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.jar
    7f60c412b000-7f60c412d000 r--s 00003000 fd:00 406764                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar
    7f60c412d000-7f60c414e000 r--s 00162000 fd:00 282615                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
    7f60c414e000-7f60c4158000 r--s 0008e000 fd:00 282423                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-xml/8.4/gt-xml-8.4.jar
    7f60c4158000-7f60c415a000 r--s 00006000 fd:00 815254                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
    7f60c415a000-7f60c415c000 r--s 00008000 fd:00 406841                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
    7f60c415c000-7f60c4162000 r--s 00045000 fd:00 282333                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
    7f60c4162000-7f60c4168000 r--s 00031000 fd:00 153322                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-wms/8.4/gt-wms-8.4.jar
    7f60c4168000-7f60c4169000 r--s 00005000 fd:00 153329                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-image/8.4/gt-image-8.4.jar
    7f60c4169000-7f60c416d000 r--s 0003c000 fd:00 815198                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/javax/media/jai_codec/1.1.3/jai_codec-1.1.3.jar
    7f60c416d000-7f60c416e000 r--s 00009000 fd:00 815085                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/it/geosolutions/imageio-ext/imageio-ext-utilities/1.1.5/imageio-ext-utilities-1.1.5.jar
    7f60c416e000-7f60c4176000 r--s 00046000 fd:00 815091                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/it/geosolutions/imageio-ext/imageio-ext-tiff/1.1.5/imageio-ext-tiff-1.1.5.jar
    7f60c4176000-7f60c4187000 r--s 00106000 fd:00 815204                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/javax/media/jai_imageio/1.1/jai_imageio-1.1.jar
    7f60c4187000-7f60c418d000 r--s 00064000 fd:00 282415                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-coverage/8.4/gt-coverage-8.4.jar
    7f60c418d000-7f60c419f000 r--s 000c9000 fd:00 282324                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/xerces/xercesImpl/2.4.0/xercesImpl-2.4.0.jar
    7f60c419f000-7f60c41b0000 r--s 000ac000 fd:00 815157                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/com/vividsolutions/jts/1.12/jts-1.12.jar
    7f60c41b0000-7f60c41b5000 r--s 0001f000 fd:00 678470                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-api/8.4/gt-api-8.4.jar
    7f60c41b5000-7f60c41cd000 r--s 0016c000 fd:00 153345                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-main/8.4/gt-main-8.4.jar
    7f60c41cd000-7f60c41d5000 r--s 00096000 fd:00 815065                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
    7f60c41d5000-7f60c41db000 r--s 00061000 fd:00 153339                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-render/8.4/gt-render-8.4.jar
    7f60c41db000-7f60c41e3000 r--s 0004c000 fd:00 935736                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-swing/8.4/gt-swing-8.4.jar
    7f60c41e3000-7f60c41f7000 r--s 001bd000 fd:00 815209                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar
    7f60c41f7000-7f60c4205000 r--s 00047000 fd:00 406598                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-opengis/8.4/gt-opengis-8.4.jar
    7f60c4205000-7f60c4208000 ---p 00000000 00:00 0
    7f60c4208000-7f60c4306000 rw-p 00000000 00:00 0
    7f60c4308000-7f60c430c000 r--s 0002d000 fd:00 153360                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/jaitools/jt-utils/1.3.0/jt-utils-1.3.0.jar
    7f60c430c000-7f60c4315000 r--s 00073000 fd:00 406589                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-metadata/8.4/gt-metadata-8.4.jar
    7f60c4315000-7f60c4318000 r--s 00015000 fd:00 815104                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
    7f60c4318000-7f60c431a000 r--s 0003b000 fd:00 282346                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/java3d/vecmath/1.3.2/vecmath-1.3.2.jar
    7f60c431a000-7f60c4329000 r--s 00108000 fd:00 406603                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-referencing/8.4/gt-referencing-8.4.jar
    7f60c4329000-7f60c4383000 r--s 00347000 fd:00 406482                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/tbs/ccm/TBSTypes/1.0-SNAPSHOT/TBSTypes-1.0-SNAPSHOT.jar
    7f60c4383000-7f60c43a8000 rw-p 00000000 00:00 0
    7f60c43a8000-7f60c4437000 r--s 00dd9000 fd:00 281027                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/jfxrt.jar
    7f60c4437000-7f60c44ad000 r--s 00506000 fd:00 678441                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/ifocucs/imas/jacorb/4.0/jacorb-4.0.jar
    7f60c44ad000-7f60c44ae000 ---p 00000000 00:00 0
    7f60c44ae000-7f60c45ae000 rw-p 00000000 00:00 0
    7f60c45ae000-7f60c45b1000 ---p 00000000 00:00 0
    7f60c45b1000-7f60c46af000 rw-p 00000000 00:00 0
    7f60c46af000-7f60c46b2000 ---p 00000000 00:00 0
    7f60c46b2000-7f60c47b0000 rw-p 00000000 00:00 0
    7f60c47b0000-7f60c47b3000 ---p 00000000 00:00 0
    7f60c47b3000-7f60c48b1000 rw-p 00000000 00:00 0
    7f60c48b1000-7f60c48b4000 ---p 00000000 00:00 0
    7f60c48b4000-7f60c49b2000 rw-p 00000000 00:00 0
    7f60c49b2000-7f60c49b5000 ---p 00000000 00:00 0
    7f60c49b5000-7f60c4ab3000 rw-p 00000000 00:00 0
    7f60c4ab3000-7f60c4ab6000 ---p 00000000 00:00 0
    7f60c4ab6000-7f60c4bb4000 rw-p 00000000 00:00 0
    7f60c4bb4000-7f60c4bb5000 ---p 00000000 00:00 0
    7f60c4bb5000-7f60c59b5000 rw-p 00000000 00:00 0
    7f60c59b5000-7f60c5b72000 r--s 039f9000 fd:00 280361                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/rt.jar
    7f60c5b72000-7f60c7b3e000 rw-p 00000000 00:00 0
    7f60c7b3e000-7f60c7b3f000 ---p 00000000 00:00 0
    7f60c7b3f000-7f60c7c3f000 rw-p 00000000 00:00 0
    7f60c7c3f000-7f60c7c40000 ---p 00000000 00:00 0
    7f60c7c40000-7f60c7d40000 rw-p 00000000 00:00 0
    7f60c7d40000-7f60c7d41000 ---p 00000000 00:00 0
    7f60c7d41000-7f60c7e4c000 rw-p 00000000 00:00 0
    7f60c7e4c000-7f60c7e6a000 rw-p 00000000 00:00 0
    7f60c7e6a000-7f60c7e75000 rw-p 00000000 00:00 0
    7f60c7e75000-7f60c7e93000 rw-p 00000000 00:00 0
    7f60c7e93000-7f60c7ea3000 rw-p 00000000 00:00 0
    7f60c7ea3000-7f60c7f85000 rw-p 00000000 00:00 0
    7f60c7f85000-7f60c7f8e000 rw-p 00000000 00:00 0
    7f60c7f8e000-7f60c7fff000 rw-p 00000000 00:00 0
    7f60c7fff000-7f60c8000000 rw-p 00000000 00:00 0
    7f60c8000000-7f60c8214000 rw-p 00000000 00:00 0
    7f60c8214000-7f60cc000000 ---p 00000000 00:00 0
    7f60cc002000-7f60cc003000 r--s 00004000 fd:00 282445                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/jaitools/jt-zonalstats/1.3.0/jt-zonalstats-1.3.0.jar
    7f60cc003000-7f60cc004000 r--s 00006000 fd:00 935744                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-geotiff/8.4/gt-geotiff-8.4.jar
    7f60cc004000-7f60cc005000 r--s 001e7000 fd:00 153307                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-epsg-hsql/8.4/gt-epsg-hsql-8.4.jar
    7f60cc005000-7f60cc007000 r--s 00011000 fd:00 815149                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/com/miglayout/miglayout/3.7/miglayout-3.7-swing.jar
    7f60cc007000-7f60cc00a000 r--s 0002c000 fd:00 282435                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-cql/8.4/gt-cql-8.4.jar
    7f60cc00a000-7f60cc00d000 r--s 00023000 fd:00 153263                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/jdom/jdom/1.0/jdom-1.0.jar
    7f60cc00d000-7f60cc00e000 r--s 00002000 fd:00 935615                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/jgridshift/jgridshift/1.0/jgridshift-1.0.jar
    7f60cc00e000-7f60cc00f000 r--s 00011000 fd:00 153350                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-data/8.4/gt-data-8.4.jar
    7f60cc00f000-7f60cc013000 r--s 00035000 fd:00 282406                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-shapefile/8.4/gt-shapefile-8.4.jar
    7f60cc013000-7f60cc01b000 r--s 00048000 fd:00 678263                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/tbs/ccm/TBSCcmPorts/1.0-SNAPSHOT/TBSCcmPorts-1.0-SNAPSHOT.jar
    7f60cc01b000-7f60cc02b000 rw-p 00000000 00:00 0
    7f60cc02b000-7f60cc10e000 rw-p 00000000 00:00 0
    7f60cc10e000-7f60cc37e000 rwxp 00000000 00:00 0
    7f60cc37e000-7f60cf10e000 rw-p 00000000 00:00 0
    7f60cf10e000-7f60cf129000 r-xp 00000000 fd:00 280346                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libzip.so
    7f60cf129000-7f60cf328000 ---p 0001b000 fd:00 280346                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libzip.so
    7f60cf328000-7f60cf329000 rw-p 0001a000 fd:00 280346                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libzip.so
    7f60cf329000-7f60cf335000 r-xp 00000000 fd:00 913951                     /lib64/libnss_files-2.12.so
    7f60cf335000-7f60cf535000 ---p 0000c000 fd:00 913951                     /lib64/libnss_files-2.12.so
    7f60cf535000-7f60cf536000 r--p 0000c000 fd:00 913951                     /lib64/libnss_files-2.12.so
    7f60cf536000-7f60cf537000 rw-p 0000d000 fd:00 913951                     /lib64/libnss_files-2.12.so
    7f60cf537000-7f60cf560000 r-xp 00000000 fd:00 280343                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libjava.so
    7f60cf560000-7f60cf760000 ---p 00029000 fd:00 280343                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libjava.so
    7f60cf760000-7f60cf762000 rw-p 00029000 fd:00 280343                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libjava.so
    7f60cf762000-7f60cf76f000 r-xp 00000000 fd:00 280354                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libverify.so
    7f60cf76f000-7f60cf96e000 ---p 0000d000 fd:00 280354                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libverify.so
    7f60cf96e000-7f60cf970000 rw-p 0000c000 fd:00 280354                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libverify.so
    7f60cf970000-7f60cf977000 r-xp 00000000 fd:00 913963                     /lib64/librt-2.12.so
    7f60cf977000-7f60cfb76000 ---p 00007000 fd:00 913963                     /lib64/librt-2.12.so
    7f60cfb76000-7f60cfb77000 r--p 00006000 fd:00 913963                     /lib64/librt-2.12.so
    7f60cfb77000-7f60cfb78000 rw-p 00007000 fd:00 913963                     /lib64/librt-2.12.so
    7f60cfb78000-7f60cfbfb000 r-xp 00000000 fd:00 913943                     /lib64/libm-2.12.so
    7f60cfbfb000-7f60cfdfa000 ---p 00083000 fd:00 913943                     /lib64/libm-2.12.so
    7f60cfdfa000-7f60cfdfb000 r--p 00082000 fd:00 913943                     /lib64/libm-2.12.so
    7f60cfdfb000-7f60cfdfc000 rw-p 00083000 fd:00 913943                     /lib64/libm-2.12.so
    7f60cfdfc000-7f60d083d000 r-xp 00000000 fd:00 280312                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
    7f60d083d000-7f60d0a3d000 ---p 00a41000 fd:00 280312                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
    7f60d0a3d000-7f60d0ae0000 rw-p 00a41000 fd:00 280312                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
    7f60d0ae0000-7f60d0b1c000 rw-p 00000000 00:00 0
    7f60d0b1c000-7f60d0ca6000 r-xp 00000000 fd:00 913935                     /lib64/libc-2.12.so
    7f60d0ca6000-7f60d0ea5000 ---p 0018a000 fd:00 913935                     /lib64/libc-2.12.so
    7f60d0ea5000-7f60d0ea9000 r--p 00189000 fd:00 913935                     /lib64/libc-2.12.so
    7f60d0ea9000-7f60d0eaa000 rw-p 0018d000 fd:00 913935                     /lib64/libc-2.12.so
    7f60d0eaa000-7f60d0eaf000 rw-p 00000000 00:00 0
    7f60d0eaf000-7f60d0eb1000 r-xp 00000000 fd:00 913941                     /lib64/libdl-2.12.so
    7f60d0eb1000-7f60d10b1000 ---p 00002000 fd:00 913941                     /lib64/libdl-2.12.so
    7f60d10b1000-7f60d10b2000 r--p 00002000 fd:00 913941                     /lib64/libdl-2.12.so
    7f60d10b2000-7f60d10b3000 rw-p 00003000 fd:00 913941                     /lib64/libdl-2.12.so
    7f60d10b3000-7f60d10c9000 r-xp 00000000 fd:00 280352                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
    7f60d10c9000-7f60d12c9000 ---p 00016000 fd:00 280352                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
    7f60d12c9000-7f60d12ca000 rw-p 00016000 fd:00 280352                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
    7f60d12ca000-7f60d12e1000 r-xp 00000000 fd:00 913959                     /lib64/libpthread-2.12.so
    7f60d12e1000-7f60d14e1000 ---p 00017000 fd:00 913959                     /lib64/libpthread-2.12.so
    7f60d14e1000-7f60d14e2000 r--p 00017000 fd:00 913959                     /lib64/libpthread-2.12.so
    7f60d14e2000-7f60d14e3000 rw-p 00018000 fd:00 913959                     /lib64/libpthread-2.12.so
    7f60d14e3000-7f60d14e7000 rw-p 00000000 00:00 0
    7f60d14e7000-7f60d1507000 r-xp 00000000 fd:00 914032                     /lib64/ld-2.12.so
    7f60d1507000-7f60d150a000 r--s 00014000 fd:00 815189                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/net/java/dev/jsr-275/jsr-275/1.0-beta-2/jsr-275-1.0-beta-2.jar
    7f60d150a000-7f60d1527000 r--s 00143000 fd:00 678435                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/ifocucs/imas/javaSupport/4.0/javaSupport-4.0.jar
    7f60d1527000-7f60d1531000 rw-p 00000000 00:00 0
    7f60d1531000-7f60d15e7000 rw-p 00000000 00:00 0
    7f60d15e7000-7f60d15ea000 ---p 00000000 00:00 0
    7f60d15ea000-7f60d16ec000 rw-p 00000000 00:00 0
    7f60d16ec000-7f60d16ee000 r--s 0001b000 fd:00 406491                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/tbs/ccm/components/FdpEaMapping/1.0-SNAPSHOT/FdpEaMapping-1.0-SNAPSHOT.jar
    7f60d16ee000-7f60d16f1000 r--s 0001c000 fd:00 678244                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/tbs/ccm/components/TBSConstraintComponentMapping/1.0-SNAPSHOT/TBSConstraintComponentMapping-1.0-SNAPSHOT.jar
    7f60d16f1000-7f60d16fc000 r--s 00085000 fd:00 282596                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-beans/3.1.1.RELEASE/spring-beans-3.1.1.RELEASE.jar
    7f60d16fc000-7f60d1704000 rw-s 00000000 fd:00 656956                     /tmp/hsperfdata_nor/3996
    7f60d1704000-7f60d1705000 rw-p 00000000 00:00 0
    7f60d1705000-7f60d1706000 r--p 00000000 00:00 0
    7f60d1706000-7f60d1707000 r--p 0001f000 fd:00 914032                     /lib64/ld-2.12.so
    7f60d1707000-7f60d1708000 rw-p 00020000 fd:00 914032                     /lib64/ld-2.12.so
    7f60d1708000-7f60d170a000 rw-p 00000000 00:00 0
    7fffb19d5000-7fffb19ec000 rw-p 00000000 00:00 0                          [stack]
    7fffb19ff000-7fffb1a00000 r-xp 00000000 00:00 0                          [vdso]
    ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
    VM Arguments:
    jvm_args: -DconfigDir=src/main/resources -DadaptationDir=/home/nor/trabajo/EntornoTBS/workspace/tbs/tbs-adap/src/main/resources -Dfile.encoding=UTF-8
    java_command: es.indra.tbs.constraint.hmi.ConstraintsApp -DconfigDir=src/main/resources -verbose
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25
    PATH=./:/home/nor/trabajo/EntornoTBS/SW/apache-maven-3.0.4/bin:/home/nor/trabajo/EntornoTBS/SW/apache-maven-3.0.4/bin::/home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/bin:/home/nor/trabajo/EntornoTBS/SW/eclipse-indigo-64:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/nor/bin
    USERNAME=nor
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x8a26a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x8a26a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x73f3d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x73f3d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x73f3d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x73f3d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x73ed20], sa_mask[0]=0x00000004, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x7410b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x7410b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x7410b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x7410b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    ---------------  S Y S T E M  ---------------
    OS:Red Hat Enterprise Linux Workstation release 6.4 (Santiago)
    uname:Linux 2.6.32-358.14.1.el6.x86_64 #1 SMP Mon Jun 17 15:54:20 EDT 2013 x86_64
    libc:glibc 2.12 NPTL 2.12
    rlimit: STACK 10240k, CORE 0k, NPROC 1024, NOFILE 4096, AS infinity
    load average:0,71 0,36 0,19
    /proc/meminfo:
    MemTotal:        2980176 kB
    MemFree:          967008 kB
    Buffers:           31996 kB
    Cached:           977404 kB
    SwapCached:            0 kB
    Active:          1244520 kB
    Inactive:         574056 kB
    Active(anon):     809040 kB
    Inactive(anon):     5588 kB
    Active(file):     435480 kB
    Inactive(file):   568468 kB
    Unevictable:           0 kB
    Mlocked:               0 kB
    SwapTotal:       3112952 kB
    SwapFree:        3112952 kB
    Dirty:               608 kB
    Writeback:             0 kB
    AnonPages:        794648 kB
    Mapped:           121656 kB
    Shmem:              5656 kB
    Slab:             120264 kB
    SReclaimable:      57740 kB
    SUnreclaim:        62524 kB
    KernelStack:        2856 kB
    PageTables:        30484 kB
    NFS_Unstable:          0 kB
    Bounce:                0 kB
    WritebackTmp:          0 kB
    CommitLimit:     4603040 kB
    Committed_AS:    1772144 kB
    VmallocTotal:   34359738367 kB
    VmallocUsed:       48320 kB
    VmallocChunk:   34359671800 kB
    HardwareCorrupted:     0 kB
    AnonHugePages:    423936 kB
    HugePages_Total:       0
    HugePages_Free:        0
    HugePages_Rsvd:        0
    HugePages_Surp:        0
    Hugepagesize:       2048 kB
    DirectMap4k:       12224 kB
    DirectMap2M:     3158016 kB
    CPU:total 3 (3 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc
    /proc/cpuinfo:
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 42
    model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
    stepping : 7
    cpu MHz : 2457.753
    cache size : 6144 KB
    physical id : 0
    siblings : 3
    core id : 0
    cpu cores : 3
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 5
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good pni ssse3 lahf_lm
    bogomips : 4915.50
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 42
    model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
    stepping : 7
    cpu MHz : 2457.753
    cache size : 6144 KB
    physical id : 0
    siblings : 3
    core id : 1
    cpu cores : 3
    apicid : 1
    initial apicid : 1
    fpu : yes
    fpu_exception : yes
    cpuid level : 5
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good pni ssse3 lahf_lm
    bogomips : 4915.50
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 2
    vendor_id : GenuineIntel
    cpu family : 6
    model : 42
    model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
    stepping : 7
    cpu MHz : 2457.753
    cache size : 6144 KB
    physical id : 0
    siblings : 3
    core id : 2
    cpu cores : 3
    apicid : 2
    initial apicid : 2
    fpu : yes
    fpu_exception : yes
    cpuid level : 5
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good pni ssse3 lahf_lm
    bogomips : 4915.50
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    Memory: 4k page, physical 2980176k(967008k free), swap 3112952k(3112952k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for linux-amd64 JRE (1.7.0_25-b15), built on Jun  5 2013 20:48:36 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
    time: Fri Aug  2 08:47:10 2013
    elapsed time: 0 seconds

    Hi, t.
    See my "Multiple applications quit unexpectedly or fail to launch" FAQ for advice on troubleshooting this issue.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • An example of using a graph library with JavaFX 2.0

    Hi
    I saw an example detailing how JavaFX 2.0 was used on-top of a graph library to visualize for example the java scene graph of a particular application.
    I could drag nodes around and add or remove them.
    I seem to have lost the link to that project and I just can't for the life of me find the website again....does anyone know the url to a project like described?
    Cheers,
    Nuwanda

    There has been a recent project using th Groovy JavaFX 2.0 bindings that combine JavaFX 2.0 and graphviz (a graphing library). Here are some links to that project:
    Video demo: http://www.screenr.com/X7cs
    Project source: https://bitbucket.org/bgoetzmann/grezi/wiki/Home
    Cheers,
    Jeff

  • Can't create JavaFX project in Eclipse

    JavaFX 1.2 and Eclipse Ganymede with JavaFX plugin
    There's an error in the project dialog saying the JavaFX SDK location was not found
    I saw something possibly related in the Release notes
    http://www.javafx.com/docs/gettingstarted/eclipse-plugin/release-notes.jsp
    However, this kind of error scares me away from using JavaFX if I can't create any
    applications without applying some workarounds

    Have you set the JAVAFX_HOME environment variable as specified?
    Maybe it should have been set by the JavaFX installer, but otherwise, I don't see that as a kludge from the Eclipse plug-in point of view, as if it is not set, I don't see how it could guess the location.
    And well, if you are afraid of bugs and workarounds, you should avoid JavaFX, indeed, at least until next year... :-)
    The platform is still a bit green; some even say it is still beta but I find it, and lot of other people too, already very usable.

  • Some basic JavaFX questions...

    1. Clearly you don't need an additional JavaFX plugin to run JavaFX in the browser so does this mean that a JAR containing all the JavaFX functionality is downloaded every time an application is run inside a browser? If so, how large is this JAR?
    2. Does anyone know if there are plans to integrate JavaFX in to the standard JRE (which would obviate the need to download it every time as in [1])?
    3. When does a JavaFX Script get compiled? That is, is it downloaded into the browser as text and then compiled in JIT fashion the first time it is accessed or is it always downloaded in a compiled state?
    Thanks,
    -Qu0ll

    I can answer question 3. The original javafx script really was a true script like javascript or php. It was compiled when your program run. The script language used in JavaFX 1.0 is compiled into class files stored in jars and then extracted and the class files are used to run the program. Just like a java program.
    Also, I think, but I am not sure though, that javafx depends on jars. When netbeans compiles a javafx program it compiles it with an option saying to run it on jre 1.5+ Obviously jre5 did not have fx yet, so I think javafx does depend on jar files.

  • JavaFX and RIA's

    Hello all,
    I am new to the world of JavaFX and I was looking forward to create a RIA that's at par with the apps made using Flex SDK. Are Java FX and Flex comparable? If so, let me know how to get started with JavaFX to help me create a nice web application which provides visually attractive UI to the client.
    Thanks,
    Varun

    sorry I don't know much of JavaFx, is a rich framework of sun, right?
    you can see the road map of JavaFx here: http://javafx.com/roadmap/

  • Is JAVAFX the future

    Hi, I have taken some interest in JavaFX recently and was impressed how much I could achieve with a bit of scripting.
    I would like to know if this going to be how swing applications are going to be written? Is Sun/ Oracle actively pushing to make this API successful or a standard with the Java API.
    Also, how good is it now to write robust desktop applications at its current state. Does anyone know any company that actually use JavaFx for desktop application.
    Can someone direct me to the pro & cons for using JavaFx as I would like to evaluate it?
    Thanks
    Jubin

    I would like to know if this going to be how swing applications are going to be written?No. See more here. Basically, JavaFX is supposed to be higher level than plain old Java, meaning less control but higher optimization. Future versions of JavaFX are apparently going to be built off of Prism (an OpenGL based engine I believe) and completely incompatible with Swing.
    Is Sun/ Oracle actively pushing to make this API successful or a standard with the Java API.I'm not sure what you mean by that, but JavaFX is more of a scripting language built over Java, not so much a Java API. Oracle has endorsed the JavaFX project and I'm sure they would like it to be successful, but Sun, and now Oracle's intent has always been a bit unclear.
    Also, how good is it now to write robust desktop applications at its current state. Does anyone know any company that actually use JavaFx for desktop application.There do not seem to be many, but there are a few. Here is one: http://www.reportmill.com/jfx/
    Can someone direct me to the pro & cons for using JavaFx as I would like to evaluate it?Pros:
    -It's free!
    -It might become open source someday!
    -It's cross platform and can theoretically work in a wide variety of environments.
    -It's built over Java, a mature programming language with significantly more abilities than Flash.
    -It's high level, meaning it takes less effort to produce complex graphics.
    -The Prism stack (which will probably be included in the next major release) is hardware accelerated and supposedly very fast.
    -The upcoming Prism stack also contains support for 3D.
    Cons:
    -Limited control. For instance, barring certain "hacks", you can only load content, such as images and media with a url string. And attempts to add your own custom URL handlers don't seem to work.
    -Tooling support is not as well developed as tools for certain other languages, like Flash.
    -Startup time seems to take a while (or at least, it does on my computer).

  • Features which would make JavaFX great

    Hi
    At my previous job I wrote a client application using WPF. It offers a few features for which I'm trying to find equivalents in JavaFX.
    I'm just starting to learn/investigate JavaFX and it seems like a nice library.
    WPF offers two controls which in my opinion is the cornerstone of their framework, namely ContentControl and ItemsControl (and derived classes like ListView).
    With a ContentControl I can bind a ViewModel to it's content and then provide a template with which to render it. In WPF it would look something like:
    <ContentControl
    Content="{Binding Path=Person}"
    ContentTemplate="{StaticResource PersonTemplate}"/>
    where Person would be a property on the current DataContext.
    I guess the equivalent in JavaFX could be:
    <ContentControl ContentProperties="model=${model.Person}" ContentTemplate="PersonTemplate.fxml"/>
    where model is a variable which has a Person property and PersonTemplate.fxml would be another FXML script which could then use it's model property (which would be the Person object) for rendering. I'm just making up the ContentProperties syntax for illustration purposes.
    The ItemsControl can be used to display a list of objects. The WPF example would look something like:
    <ItemsControl
    ItemsSource="{Binding Path=People}"
    ItemTemplate="{StaticResource PersonTemplate}"/>
    where People could be an observable list of Person objects. If it is observable, the by adding or removing Person objects from the list, the user interface gets updated automatically.
    I guess I could write controls like these, but since they provide such great flexibility I'd imagine that they would better fit as part of JavaFX, if not already supported.

    I agree completely. Microsoft have been doing some excellent work on client software of late and there is much to be learned there. Likewise, Microsoft can (and is) learning a thing or two on open development from the Java community.
    Just to set your expectations, don't expect JavaFX to have the fit, polish and functionality of some other frameworks at this time. JavaFX 2.0 was only recently released and is a complete rewrite. There are quite a few rough edges in the code and documentation. The roadmap looks good, but it will take a while and a large investment from Oracle to get there. It remains to be seen if they will be able to build the community for client side development in the way they already have on the server side.
    JavaFX is clever and innovative and worth learning in it's own right. Many learnings you have from other systems, such as architectural patterns and technologies like css, xml based markup and layout, jquery style node selection, etc are easily transferable for use in JavaFX and some of JavaFX techniques such as construction of linear blends and gradients can be used elsewhere.
    At the moment JavaFX is more of a base toolkit than an application framework, so you will miss some of the stuff like this http://compositewpf.codeplex.com/releases/view/55580#DownloadId=166638 from Prism. But, if JavaFX succeeds, that can be added over time and in an open development environment you can be one of the people who makes it work.

Maybe you are looking for