Javafx application is laggy on some computers.

I have created an application for internal use at my office. The program is deployed on a tomcat server. The program acts laggy on certain PCs in the office. When they type in textboxes there is a delay on what they type. Scrolling through list views and tabbed views is slow. The program is just reponding slow.
Typically what causes this issue?

I have updated the java version on some of the boxes I've tested. I am now noticing that on some PC browsers with IE, the tabbing will only tab them through the browser and not the javafx application.
I am going to have to deploy as a webstart application for now.
I will have to work out the kinks later.

Similar Messages

  • How do I troubleshoot installation/distribution of a LabVIEW .exe which processes data using Matlab when it works on some computers but not others?

    I've been given the unenviable task of troubleshooting and installing/distributing software written by a former co-worker. I've modified the LabVIEW code and built an .exe file. I've successfully installed the Labview .exe file on several computers, but it won't work on some others. What's more baffling is that I installed it successfully on one computer, uninstalled it, and tried reinstalling it with no success. In fact, it's a new error (Dr. Watson for Windows NT application error). It doesn't help that I have different versions of LabVIEW and Matlab on the target computers. Some have LabVIEW 5.1, some
    have 5.0, and some don't have it at all. Some have Matlab 5.2, some have 5.3 (R11) and some have 6.0 (R12). It's also not clear to me where the Matlab m files should be located. I'm not sure if it's a LabVIEW Runtime Engine problem, or if it's a Matlab problem. I've also wondered how LabVIEW and Matlab talk to each other. When LabVIEW calls Matlab, it seems that Matlab is running in the background. In other words, clicking on the Matlab Command Window and typing "whos" or any other command/variable doesn't work.

    Jay del Rosario wrote:
    >
    > How do I troubleshoot installation/distribution of a LabVIEW .exe
    > which processes data using Matlab when it works on some computers but
    > not others?
    Poke around zone.ni.com and
    http://digital.natinst.com/public.nsf/$$Search/ .
    Good luck, Mark

  • JavaFX application is cached on client machine

    Hi,
    I have a developed a browser embedded JavaFx application and deployed on a production machine. When I deploy a newer version of .jar file on production machine it is not updated on all client machines because the .jar file is cached. The only way the end user can get latest version of my javafx application is by clearing cache files from java control panel.
    Is there a way I can force my application to always download the latest version of jar file from server?
    Thanks,
    Sridhar

    I have updated the java version on some of the boxes I've tested. I am now noticing that on some PC browsers with IE, the tabbing will only tab them through the browser and not the javafx application.
    I am going to have to deploy as a webstart application for now.
    I will have to work out the kinks later.

  • CSS Error in running javafx application after move to use jdk8

    Hi all,
    I'm running an javafx app fine with build: jdk-8-ea-b36e-linux-arm-hflt-29_nov_2012 which uses jdk7 perfectly fine on the raspberry pi (which i also keep as backup until newer builds well, are starting to work with my app).
    I'm getting an exception related to CSS (seems to me) when i try to run my javafx app (as well through netbeans on windows xp as through command line on the raspberry pi):
    I've try'd two netbeans versions, the stable 7.3 with jdk 1.8 build 100 and nightly 7.4 with the same jdk 1.8 build. Building goes fine on both these versions.
    The exception is:
    Exception in thread "JavaFX Application Thread"
       java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
       at java.util.ArrayList.rangeCheck(ArrayList.java:638)
       at java.util.ArrayList.get(ArrayList.java:414)
       at com.sun.javafx.css.StyleMap.getCascadingStyles(StyleMap.java:121)
       at javafx.scene.CssStyleHelper.getStyle(CssStyleHelper.java:683)
       at javafx.scene.CssStyleHelper.lookupFont(CssStyleHelper.java:1548)
       at javafx.scene.CssStyleHelper.transitionToState(CssStyleHelper.java:460)
       at javafx.scene.Node.impl_processCSS(Node.java:8665)
       at javafx.scene.Parent.impl_processCSS(Parent.java:1192)
       at javafx.scene.Parent.impl_processCSS(Parent.java:1204)
       at javafx.scene.Node.processCSS(Node.java:8575)
       at javafx.scene.Scene.doCSSPass(Scene.java:538)
       at javafx.scene.Scene.preferredSize(Scene.java:1503)
       at javafx.scene.Scene.impl_preferredSize(Scene.java:1570)
       at javafx.stage.Window$9.invalidated(Window.java:733)
       at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
       at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:143)
       at javafx.stage.Window.setShowing(Window.java:799)
       at javafx.stage.Window.show(Window.java:814)
       at javafx.stage.Stage.show(Stage.java:243)
       at pidome.client.PidomeClient$1$1.run(Unknown Source)
       at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:244)
       at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:241)
       at java.security.AccessController.doPrivileged(Native Method)
       at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:241)
       at com.sun.glass.ui.lens.LensApplication$RunnableEvent.dispatch(LensApplication.java:169)
       at com.sun.glass.ui.lens.LensApplication._runLoop(LensApplication.java:756)
       at com.sun.glass.ui.lens.LensApplication.access$700(LensApplication.java:55)
       at com.sun.glass.ui.lens.LensApplication$4.run(LensApplication.java:815)
       at java.lang.Thread.run(Thread.java:724)
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
       at java.util.ArrayList.rangeCheck(ArrayList.java:638)
       at java.util.ArrayList.get(ArrayList.java:414)
       at com.sun.javafx.css.StyleMap.getCascadingStyles(StyleMap.java:121)
       at javafx.scene.CssStyleHelper.getStyle(CssStyleHelper.java:683)
       at javafx.scene.CssStyleHelper.lookupFont(CssStyleHelper.java:1548)
       at javafx.scene.CssStyleHelper.transitionToState(CssStyleHelper.java:460)
       at javafx.scene.Node.impl_processCSS(Node.java:8665)
       at javafx.scene.Parent.impl_processCSS(Parent.java:1192)
       at javafx.scene.Parent.impl_processCSS(Parent.java:1204)
       at javafx.scene.Node.processCSS(Node.java:8575)
       at javafx.scene.Node.processCSS(Node.java:8566)
       at javafx.scene.Scene.doCSSPass(Scene.java:538)
       at javafx.scene.Scene.access$3600(Scene.java:189)
       at javafx.scene.Scene$ScenePulseListener.pulse(Scene.java:2294)
       at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:325)
       at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:533)
       at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:513)
       at com.sun.javafx.tk.quantum.QuantumToolkit$16.run(QuantumToolkit.java:380)
       at com.sun.glass.ui.lens.LensApplication$RunnableEvent.dispatch(LensApplication.java:169)
       at com.sun.glass.ui.lens.LensApplication._runLoop(LensApplication.java:756)
       at com.sun.glass.ui.lens.LensApplication.access$700(LensApplication.java:55)
       at com.sun.glass.ui.lens.LensApplication$4.run(LensApplication.java:815)
       at java.lang.Thread.run(Thread.java:724)
    On line 22 is where i think my problem really begins. This line correspondents to my code on line 14:
        @Override
        public void start(Stage primaryStage) {
            redirectOutputToLog();
            rootStage = primaryStage;
            rootStage.setTitle("PiDome Client");
            rootStage.setFullScreen(true);
            rootStage.initStyle(StageStyle.UNDECORATED);
            ready.addListener(new ChangeListener<Boolean>(){
                @Override
                public void changed(
                    ObservableValue<? extends Boolean> ov, Boolean t, Boolean t1) {
                        if (Boolean.TRUE.equals(t1)) {
                            rootStage.setScene(mainStage.scene());
                            rootStage.show();
            initialize();
    The rest of my main file is as follows (snippet):
    public class PidomeClient extends Application implements NetworkingEventListener,ClientDataConnectionListener,DomoticsEventListener,MainSceneEventListener,PreloaderCredentials {
    MainScene mainStage;
    BooleanProperty ready = new SimpleBooleanProperty(false);
      public void start(Stage primaryStage){
      /* See above snippet */
        public final void initialize(){
            /* code */
            mainStage = new MainScene();
            /* code */
      /* some functions for the listeners added */
        @Override
        public void handleMainSceneEvent(MainSceneEvent event) {
            if(event.getEventType().equals(MainSceneEvent.SCENEBUILDDONE)){
                notifyPreloader(new StateChangeNotification(StateChangeNotification.Type.BEFORE_START));
                ready.setValue(Boolean.TRUE);
    Some code from my MainScene class:
    public final class MainScene {
        Pane root = new Pane();
        Scene appScene = new Scene(root, DisplayConfig.getScreenWidth(), DisplayConfig.getScreenHeight());
        String theme = Theme.getCurrent();
        NotificationBar notBar = new NotificationBar();
        TopBar topBar          = new TopBar();
        MainControl mainControl= new MainControl();
        BottomBar bottomBar    = new BottomBar();
        //Console   console      = new Console();
        SubControl subControl     = new SubControl();  
      public MainScene(){
        public final void createScene(){
            LOG.debug("Screen dimensions: width: {}, height: {}",DisplayConfig.getScreenWidth(), DisplayConfig.getScreenHeight());
            root.getStylesheets().add(theme + "main.css");
            root.getChildren().add(notBar);
            root.getChildren().add(topBar);
            root.getChildren().add(mainControl);
            root.getChildren().add(bottomBar);
            root.getChildren().add(subControl);
            //console.show();
            _fireSceneBuildDone();
        public final Scene scene(){
            return appScene;
        public final void stop(){
            //topBar.stopThreads();
        public synchronized static void addDoneListener(MainSceneEventListener l){
            _listeners.add(l);
        final synchronized void _fireSceneBuildDone(){
            LOG.debug("New event: {}", MainSceneEvent.SCENEBUILDDONE);
            MainSceneEvent serviceEvent = new MainSceneEvent(this, MainSceneEvent.SCENEBUILDDONE);
            Iterator listeners = _listeners.iterator();
            while (listeners.hasNext()) {
                ((MainSceneEventListener) listeners.next()).handleMainSceneEvent(serviceEvent);
    Further explanation:
    The lines 8 until 14 are the children that have they're own CSS files which are included, they do not contain the .root element. This element is only present in the main.css class. As you can see i'm using a preloader which also has it's own CSS but with the .root element, but this one does not contain anything related to fonts. I have try'd a lot of things because i'm thinking i'm in error because i have seen this on the javafx 8 Performance ideas page (https://wiki.openjdk.java.net/display/OpenJFX/Performance+Ideas): "Rather than running CSS at start up, precompute the defaults and initialize FX to have these values.  This should improve start up time." I do not know if this is related. What i've tryed is
    - move the children created in MainScene to another location,
    - Completely discard the preloader (as wel as in netbeans is in the code),
    - Removed everything that was font related out of my css,
    - Removed everything that was font related from my code,
    - Removed the traling slash to the path to the css returned by my function theme.getCurrent(); But then i get the error that the file is not found.
    - Went completely procedural when creating the scene objects and children.
    I posted a recent amount of  code, and, i'm out of options at the moment. So, is there a bug or am i doing something wrong and should i rethink on how CSS is handled in FX 8?
    Best regards,
    John
    Some changes in explanation.
    Message was edited by: JohnMefster

    Well, i found the/a solution for the above:
    I've put all my css in one file, and found some empty declarations like #mainbottomcontainer .content .label { }. I removed these 3 empty declarations and now my app also works in build 101. So i do now think this has to do with the CSS remark posted above. And i do think this is due to setting CSS in the declaration part of a class at startup (like in my MainScene class above), but i'm not sure. But, it is fixed for now.
    John.

  • FileLock is not working in Mac OS  - Used in Javafx application

    In my application, there is pause & resume functionality on the file download.
    To achieve this, we used java.nio.channels.FileLock to lock the file.
    It is working fine in Windows, not in Macintosh OS 10.8.
    We are using JRE 1.7 u 15 to run the application.
    Here is the code I am using to lock a file which is working fine in Windows, but not in Macintosh
    FileOutputStream file = null;
    FileChannel dbFc = null;
    FileLock dbFl = null;
    file = new FileOutputStream( new File(sFilePath));
    dbFc = file.getChannel();
    dbFl = dbFc.lock();
    file.write(buffer,0,read);
    When I am applying lock on the FileChannel, it is not able to lock on Mac OS systems.
    Is there any alternate I can use instead of FileLock .
    All this logic is part of JavaFx application which will run from user's machine
    Please suggest

    Not really a JavaFX question, but a quick google search indicates that on some Apple OS version, lock is not supported.

  • Differences between old JavaFX and the new one: some questions

    Hi,
    I'm coming back to my JavaFX studies after 2/3 months and I see that some things are different.. Now, I have some questions:
    1) I see that javafx.ui was deprecated or rewritten in favor of javafx.ext.swing. Why there are a javafx.application.Frame and a javafx.ext.swing.SwingFrame? Which one should I use?
    2) Neither javafx.application.Frame or SwingFrame has the "*undecorated*" attribute that javafx.ui.Frame has. I got this feature only reimplementing createWindow() function like this:
    function createWindow(): java.awt.Window {
           //this is a trick, because Frame don't has a undecorated attribute.
           var f: java.awt.Window = super.createWindow();
           (f as javax.swing.JFrame).setUndecorated(true);
           return f;
    }Should I report this as a bug/RFE in [http://bugreport.sun.com/bugreport/] ? Where should I report bugs and RFEs to JavaFX?
    3) Why frame's opacity don't work in Linux? Is this a Linux restriction or only a "not yet implemented" feature?
    My java -version:
    java version "1.6.0_10"
    Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
    Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode)
    4) Where is that cool feature that permits me to easily animate in JavaFX doing only x = [1..100] dur 1000? Now, I need to use this more advanced (and more complicated) Timeline object.
    Timeline {
            keyFrames:Timeline [
                    KeyFrame{time  : 0s values: x => 0.0},
                    KeyFrame{time  : 2s values: x =< 180.0 tween Interpolator.LINEAR}
            ]//keyFrames
    }//Timeline;Sorry for the amount of questions.
    TIA,
    Bruno E. Grossi

    The new ones will be substantially faster than yours because it has 8-cores instead of four, a faster Frontside Bus, and faster RAM speed.
    You could use the same RAM, but since the new ones can accommodate a faster RAM module you would cause the machine to run slower by using the slower RAM from your old machine.
    You can use the same hard drives since both machines support SATA drives.
    On the other hand you could just be happy with what you have! It's probably more than you need.

  • First JavaFX application with long sequential processes

    Hi all,
    I'm working on my first JavaFX application.  I have UI elements (view) in place, I have a controller that works properly (with the exception I'll mention below), and I have an model that runs correctly (processes the data properly), but the model code was not originally written to run under a UI.
    What I want to happen is the following.  When the "Run" button is clicked, the input of the user is passed to the model via the controller and the data is processed.  It's a do-once kind of thing where the input is transformed into the output and that's the end of it.  The UI can be reset and new input provided, and the whole thing happens again with the click of the Run button.  Here's the problem:  The processing has several steps that need to happen sequentially, but some can take a long time.  I want to provide feedback via a message (what's being done), and overall progress via a progress bar (both elements in the current UI).  The problem is I'm still very confused about how to accomplish the user feedback.
    The UI was built in SceneBuilder, and I've assigned the onMouseClicked event to call the runButtonClicked() method in the controller.
    The runButtonClicked() method calls private methods that execute the processing steps (I'm going to do something more intelligent with the exceptions - please ignore that for the time being)...
        public void runButtonClicked() {
            runButton.setDisable(true);
            sdfFileBrowseButton.setDisable(true);
            outputFileBrowseButton.setDisable(true);
            try {
                prepareSDFFile();
                prepareModels();
                collectDescriptors();
                makeSamples();
                evaluateSamples();
                writeResultsToTextFile(results, outputFile);
            } catch (IOException exception) {
                System.out.println("Caught IOException: " + exception.getMessage());
            } catch (JAXBException exception) {
                System.out.println("Caught JAXBException: " + exception.getMessage());
    Each of the calls in the try-catch are tasks that need to occur sequentially in the order shown.  A few can take a long time (e.g. collectDescriptors(), evaluateSamples(), and writeResultsToTextFile().  The actual work isn't done in the controller.  The controller creates instances of the classes that do the actual work (this seems to be a departure from most of the tutorials I've seen - it seems the model and the controller are mixed in the tutorials).
    I want to alert the user about what step is executing (by way of a message in the UI) and what stage the whole process is in (by way of a progress bar).  It would be nice if the progress bar could reflect the progress of each individual step (returning to 0 at the beginning of the next step), but having the bar just reflect the over all progress (e.g., how many of the six steps have been finished) would be sufficient.
    I also want to be able to handle a Cancel button event and just stop the whole process and reset the application (losing whatever work has been done is OK).
    So - I really can't tell what the best approach should be.  None of the examples in several tutorials I've gone over have really touched on this type of sequential process.  I'd appreciate suggestions.
    Thanks,
    Dave.

    Suggested Approach
    What you describe is an absolutely classic case for using the javafx.concurrent utilities (Task and Service).
    Your application is a perfect fit for using these services, which will provide you:
    1. a concurrent execution thread to run your log running processes
    2. a threadsafe feedback mechanism for progress that you can bind to a ProgressBar for interactive progress feedback.
    3. a threadsafe feedback mechanism for messages that you can bind to a Label for interactive status feedback.
    4. sample code that demonstrates the ability to cancel and restart processes.
    5, a success callback method setter that can be set to provide a result and take action on success.
    6. a failure callback method setter that can be set to provide an exception and take action on failure.
    Task and Service Samples
    There are many examples of Task usage if you search for JavaFX Task.
    There is also great documentation in the Task and Service javadoc.
    Here is an example of using a JavaFX service.  The example is a little old and uses doesn't use some new API features such as setOnSucceeded or setOnFailed, it also uses the now-deprecated Builder patterns, however, the bulk of it should still be relevant to what you want.
    Here is another more complicated sample to Render 300 charts off screen and save them to files in JavaFX, though I doubt your task needs to be that complicated, and likely a single controlling service is all you need, so don't pay too much attention to the more complicated example unless you must have that kind of functionality.
    Here is another simpler example for Re: Creating multiple parallel tasks by a single service, that actually demonstrates sequential and parallel demonstration of step tasks within a service.
    The progress can be reset between steps, so that the message indicates the step being performed and the progress indicates the progress of the step rather than overall progress.  You could expose separate mechanisms for feeding back overall progress in addition to step progress.
    For further help
    If you are still having issues, I'm sure somebody on the forum could easily mock up a sample application stub that demonstrates the techniques based on the info you provided in your question, just ask if you would like that...

  • Signing a JavaFX application

    Hi!
    I have two questions regarding signing of a JavaFX application:
    1. In the documentation I read that there is no need to sign an application. But when I try to run a sample application (without any need of special security) in a web browser, I get a runtime error if I don't sign the application before. Is it necessary to sign a JavaFX application if it is intended to run in the browser?
    2. I am signing my JavaFX application with the corresponding Ant-Task. So far I created a keystore a self signed certificate and it works.
    Is it possible to use a commercial certificate I use for an apache webserver and how? I could not find any information concerning this topic.
    Thanks in advance!

    990382 wrote:
    Hi!
    I have two questions regarding signing of a JavaFX application:
    1. In the documentation I read that there is no need to sign an application. But when I try to run a sample application (without any need of special security) in a web browser, I get a runtime error if I don't sign the application before. Is it necessary to sign a JavaFX application if it is intended to run in the browser?It depends on what your application is doing, but in the majority of cases the answer is "yes". Certain actions are prohibited for embedded applications unless they specifically request permissions for them, and to do so the application needs to be signed. Examples of these actions are reading and writing to the file system, or some actions with multithreading. Another important example is suppressing access checks in order to manipulate inaccessible (usually private) fields or invoke inaccessible methods by reflection. Injection of FXML-defined objects into a controller relies on being able to do this. So in short, an application that uses FXML will almost always need to be signed.
    2. I am signing my JavaFX application with the corresponding Ant-Task. So far I created a keystore a self signed certificate and it works.
    Is it possible to use a commercial certificate I use for an apache webserver and how? I could not find any information concerning this topic.
    Thanks in advance!You need to import the commercial certificate into the keystore. I've never needed to do this (at least, not yet), but there is some documentation on how to do so [url http://docs.oracle.com/javase/tutorial/security/toolsign/signer.html]here. The optional step (between steps 3 and 4) is the one of interest to you.

  • Swing Program Slow on Some Computers Second Instance Always Fast

    I am having a unusual and frustrating problem. I have a java swing application compiled and run with 1.5.06.
    On some computers the program runs very slowly and takes a long time to paint to the screen. If however, you run a second instance of the program the second instance runs very fast. If you close the first instance the second instance remains fast.
    Running the java console first will also make my program fast.
    On other PC's with the identical hardware it runs fine the first time. All the computers involved run windows 2000.
    Please help with this weird problem. Thanks.

    It seems that you need to fine tune ur JVM based you requirement.
    Try setting the max heap size.
    Also, You can tyr -XX jvm option. But the decision purely depends on you applications behaviour.
    Thanks
    Jobinesh

  • JNLP-run JavaFX application hangs in full screen on Mac

    Hi all,
    I am on Mac OS X 10.9 running JDK 7u45.
    I have the JNLP file below:
    <?xml version='1.0' encoding='UTF-8'?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/jnlpTester">
    <information>
    <title>Title</title>
    <vendor>Vendor</vendor>
    </information>
    <resources><jfx:javafx-runtime version="2.1+"/></resources>
    <resources><jar href="lib/jnlpTester.jar" main="true"/></resources>
    <application-desc main-class="application.JNLPTester"/>
    <security><all-permissions/></security>
    </jnlp>
    The jar file (jnlpTester.jar) contains the following JavaFX application:
    package application;
    import javafx.application.Application;
    import javafx.scene.Parent;
    import javafx.scene.Scene;
    import javafx.scene.control.ListView;
    import javafx.stage.Stage;
    public class JNLPTester extends Application {
        public static void main(String[] args) {
            launch(args);
        @Override
        public void start(Stage primaryStage) throws Exception {
            Parent root = new ListView<>();
            primaryStage.setTitle("Hello World");
            primaryStage.setScene(new Scene(root, 300, 275));
            primaryStage.show();
    The application starts without any problem (see http://tinypic.com/r/29glonq/5). However, when I click on the full screen icon, the application does not go to full screen and the interface hangs (see http://tinypic.com/r/2mwizk/5). When I run the application from my IDE (eclipse) there is no such problem (see http://tinypic.com/r/2gsleep/5).
    Would anyone have any idea about this?
    Many thanks in advance,
    Hayrettin

    No it's simple, but it's not exactly what you are looking for. What I use this for is just to be able to watch a video like an .avi on my tv while surfing the web or writing a document. I hook up the computer to the tv via HDMI and then set the screens up in extended mode(not mirroring) then just drag the VLC window to the TV screen and choose VLCs full screen once the video has started. The problem is it still acts like one monitor so if you do a desktop or full screen swipe on the MBP both screens swipe resulting in the video missing from the TV. So, as I said not excatly what you want, but works to some extent.

  • 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.

  • Start JavaFX application from Java

    Hello,
    I have the following scenario:
    I have a small JavaFX application and a big Java application. Now the Java App should call the JavaFX App to start up.
    Further the JavaFX App has to call some methods from the Java App. Is this possible?
    What is the best approach for my scenario?
    Maybe somebody has made some experiences ..
    thanks!
    Edited by: 799878 on 03.11.2010 07:54

    "Now the Java App should call the JavaFX App to start up."
    I'm assuming that the JavaFX code and the Java code are in the same application, correct? If so, then there are hacks available, but no standard way to start up JavaFX from Java will exist until the APIs have been ported from JavaFX script to Java.
    "Further the JavaFX App has to call some methods from the Java App. Is this possible?"
    Yes. Java can be called from JavaFX just fine. Just be careful if you use multi-threading or time consuming operations, since JavaFX script is apparently single threaded. Also be aware that netbeans normally compiles JavaFX applications with JSE version 1.5, so library features that did not exist until later versions will not be available by default.

  • Failed to launch JavaFX application with native bundle exe

    Hi,
    I have created a JavaFX application, and created its native bundle using Ant. When I am trying to launch application using Jar from bundle created with double click, it successfully launching my application. But when I am trying double click on MyApplication.exe (say), it throwing JavaFX Launcher Error *"Exception while running Application"*.
    I have searched about this issue, I found about jre, so I did replace jre from *"C:\Program Files\Java\jdk1.7.0_10\jre"* to my application bundle folder -- *\bundles\MyApplication\runtime\jre*, then I tried to launch exe with double click, it successfully launched.
    I have compared both jre, there are many missing jar, exe, dll and some properties files I found.
    I have these environment settings -
    JAVA_HOME -- C:\Program Files\Java\jdk1.7.0_10
    JREFX_HOME -- C:\Program Files\Oracle\JavaFX 2.2 Runtime
    Path contains an entry of C:\Program Files\Java\jdk1.7.0_10\bin JAVA_HOME and JREFX_HOME are used as in my build.xml to take ant-javafx.jar and jfxrt.jar --
    ${env.JAVA_HOME}/lib/ant-javafx.jar
    ${env.JREFX_HOME}/lib/jfxrt.jarMy steps to create bundle are -
    <target name="CreatingExe" depends="SignedJar">
                 <fx:deploy width="800" height="600" nativeBundles="all" outdir="${OutputPath}" outfile="${app.name}">
                          <fx:info title="${app.title}"/>
                          <fx:application name="${app.title}" mainClass="${main.class}"/>
                          <fx:resources>
                               <fx:fileset dir="${OutputPath}" includes="*.jar"/>
                         <fx:fileset dir="${WorkingFolder}/temp"/>
                   </fx:resources>
               </fx:deploy>
    </target>What more needed in build.xml so that application launch correctly with exe ?
    Thanks

    You code is not dealing with the DACL access to Winsta0\Default.  Only the LocalSystem account will have full access and the interactively logged on user which is why regedit is not displaying properly.  You'll need to grant access to your user. 
    You also need to deal with UAC since that code is going to give you a non-elevated token via LogonUser().  You need to get the full token via a call to GetTokenInformation() + TokenLinkedToken.
    thanks
    Frank K [MSFT]
    Follow us on Twitter, www.twitter.com/WindowsSDK.

  • How to display the javafx application to a web application

    I've got a javaFX application .(My IDE is NetBeans 6.8)I choose the main.fx in the opened project,then run>>project configure >> web browser and Shift+F6.It runs as expected.
    and the path is "+http://localhost:8082/servlet/org.netbeans.modules.javafx.project.JnlpDownloadServlet/E%3A/Source+Codes/NTBS/MyProject/dist//MyPage.html+"
    However,I tried to access that page again when I closed the NetBeans.It failed.
    so I attempt to change the default html code.
    default code
    <script src="http://dl.javafx.com/1.2/dtfx.js"></script>
    <script>
        javafx(
                  archive: "MyJar.jar",
              draggable: true,
                  width: 300,
                  height: 300,
                  code: "MyPackage.Main",
                  name:
    "MyProject"
    </script>the changed code
    <script src="http://dl.javafx.com/1.2/dtfx.js"></script>
    <script>
        javafx(
            archive: "MyJar.jnlp",//or the like this   archive: "MyJar_browser.jnlp",
              draggable: true,
                  width: 300,
                  height: 300,
                  code: "MyPackage.Main",
                  name:
    "MyProject"
    </script>but it is futile.
    Considering maybe it needs server, I put the jar file and html file into tomcat ,it is nouse either.

    Thank you!
    yes I do.but I tried many many times.Finally,I got a phenomenon .Under Apache Tomcat container ,we can not access them by jnlp files,while the javafx's jar files set into the WEB-INF folder.
    Surely.we must put new another foler on the root to place javafx.
    Actually,we habitually put jar files into the lib folder which just under WEB-INF foler,and the JSP&servlet's specification.
    Is there a new way?

  • How can I implement a comfirmation window when closing javafx application?

    hi,guys
    I'd like to add a confirmation window when user is closing my javafx application,if user click yes, I will close the application,if no ,I wouldn't close it ,how can I implement this function?
    primaryStage.setOnCloseRequest(new EventHandler<WindowEvent>(){
                   @Override
                   public void handle(WindowEvent arg0) {
                        try
                             //todo
                        catch(Exception ex)
                             System.out.print(ex.getMessage()+"\r\n");
            });

    Hi. Here is an example:
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Pos;
    import javafx.stage.*;
    import javafx.scene.*;
    import javafx.scene.paint.Color;
    import javafx.scene.layout.*;
    import javafx.scene.control.*;
    public class ModalDialog {
        public ModalDialog(final Stage stg) {
         final Stage stage = new Stage();          
            //Initialize the Stage with type of modal
            stage.initModality(Modality.APPLICATION_MODAL);
            //Set the owner of the Stage
            stage.initOwner(stg);
            Group group =  new Group();
            HBox hb = new HBox();
             hb.setSpacing(20);
            hb.setAlignment(Pos.CENTER);
            Label label = new Label("You are about to close \n your application: ");
            Button no  = new Button("No");
            no.setOnAction(new EventHandler<ActionEvent>() {
                public void handle(ActionEvent event) {
                       stage.hide();
            Button yes  = new Button("Yes");
            yes.setOnAction(new EventHandler<ActionEvent>() {
                public void handle(ActionEvent event) {
                       stg.close();
             hb.getChildren().addAll(yes, no);
             VBox vb =  new VBox();
             vb.setSpacing(20);
             vb.setAlignment(Pos.CENTER);
             vb.getChildren().addAll(label,hb);
            stage.setTitle("Closing ...");
            stage.setScene(new Scene( vb, 260, 110, Color.LIGHTCYAN));       
            stage.show();
    }Test:
       import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.stage.*;
    * @author Shakir
    public class ModalTest extends Application {
         * @param args the command line arguments
        public static void main(String[] args) {
            Application.launch(ModalTest.class, args);
        @Override
        public void start(final Stage primaryStage) {
            primaryStage.setTitle("Hello World");
            Group root = new Group();
            Scene scene = new Scene(root, 300, 250, Color.LIGHTGREEN);
           primaryStage.setOnCloseRequest(new EventHandler<WindowEvent>(){
                   @Override
                   public void handle(WindowEvent arg0) {
                                    arg0.consume();
                        try
                         ModalDialog md = new ModalDialog(primaryStage);
                        catch(Exception ex)
                             System.out.print(ex.getMessage()+"\r\n");
            primaryStage.setScene(scene);
            primaryStage.show();
    }

Maybe you are looking for

  • How can I get selection screen values from outside of program?

    Hi. all. Now. I'm developing moritoring systems and I have problems. for getting selection screen values in runtime. Is there any function, methods or structure to know this? I'd like to get selection screen values while several programs working in r

  • I updated to Firefox/Mozilla 5 and can't open it - deleted download and reloaded but still nothing

    I was running the former version of Firefox/Mozilla and was notified to update to the newer version of 5 which I did and have not been able to open it at all. I have enough hard drive and memory to run it on Windows XP operating system. Tried to go b

  • Immediate payment request

    HI and really hope someone can help / offer advice I received an automated message this morning saying to pay my bill in full otherwise my service will be restricted. I have been on direct debit, paying on the 7th of each month. Several weeks ago due

  • My reminders are not working

    I recently bought a 5s, and since I have had it none of my reminders which are set to repeat, work. If I set a one off reminder, it works fine, but not if set to repeat. Before this phone I had a 3GS, and  it had the same problem which started in Aug

  • Network sizing for SAP printing

    Dear all, We are in the midst of sizing network bandwidth requirement for SAP implementation which involves some remote locations. Actually Iu2019ve gone through the documentation (Front-End Network Requirements for SAP Business Solutions), and found