Import CSS file locks up Eclipse

Hi;
I was following the JSF Tutorial and it got to the point where I am supposed to drag Import CSS File from the tag libraries window to the design window for register.jsp.
So I pressed the LMB down, dragged and got the O with a slash through it cursor. No matter where I drag the cursor it has the O. I released the LMB and still the O. I can't do anything in Eclipse - it's totally non-responsive.
I then hit CTRL-ALT-DEL to bring up the task manager, and then the O goes away and I can edit again in Eclipse. But I have tried 4 times to drag "Import CSS File" and each time it goes to the O and no response until I CTRL-ALT DEL. So needless to say, I'm stuck at this point in the tutorial.
??? - thanks - dave

Hi,
We are not able to reproduce the issue. Are you still facing the problem exercising "Import CSS file" by drag & drop method?
If so, send the following to [email protected]
* register.jsp file
* workspace - ..eclipse\workspace\.metadata - .log file
* <NitroX Install Folder>\NitroX\eclipse\plugins\com.m7.nitrox_2.1.0 - m7.log.0 file
Thanks,
M7 Support

Similar Messages

  • Importing css files in css file?

    Can I manage a set of css files? I mean, have a main css file
    that imports the other files?
    I've tried using import url() but it didn't seem to work.
    Thanks!

    Hello,
    Take a look at Dietmar's blog posting.
    http://daust.blogspot.com/2006/03/where-are-images-of-application.html
    Carl

  • How  to import styleSheet.css file in to my jsp page.

    Hi All,
    I am importing css file and other common javascript functions using the below code
    <style type="text/css" title="currentStyle">
    @import "/<some project Folder>/styleSheet.css";          
    </style>
    <script language="JavaScript" src="<%=request.getContextPath() %>/scripts/common.js">
    previously it was working but now i migrated my code with JDK1.5 to JDK 1.6 and Tomcat 5.xx to Tomcat 6.xx
    Now i am unable import these files.
    And also i am unable to see the pictures also.
    When i see the properties of the image it was giving
    http://localhost:8080/FRSWebsite/images/lock.png and it was correct path for that image but it was not displaying in my web page.
    What is the problem please anybody help me.
    Thanks in advance

    Hey I am facing a similar problem:
    I have this jar file lbswebservice.jar that I have to use for my application.
    I added it to the classpath, I copied it in my WEB-INF/lib folder, but when I try to access classes in this package, it doesnt work.
    For example the jar contains the package com.blipsystems.lbs.ws.messages.* ; that contains different classes, like the Campaign class.
    I tried to use this class (just to create an object) in different context (through jsp, or just through java test classes), but it never works, i get the error: com.blipsystems.lbs.ws.messages.Campaign cannot be resolved to a type
    I am a bit desperate here...

  • @import in css file in adf not working

    I created a new css support.css in same folder structure in which first css(base.css) and i use @import in base.css to import rules from support.css in base.css and apply css in a component but this functionality not working. please tell me correct rule to import css file in adf
    base.css code--
    @import url("support.css");
    /**ADFFaces_Skin_File / DO NOT REMOVE**/
    @namespace af "http://xmlns.oracle.com/adf/faces/rich";
    @namespace dvt "http://xmlns.oracle.com/dss/adf/faces";
    and support.css code
    .testCss{
    color :red;
    i want to use testCss in our application

    Hi,
    the information that is missing in your question is "what release of Oracle JDeveloper" we are talking about. If you look at the new feature list for JDeveloper 11.1.2 then you see that @import is supported in that release (previously this has been filed as bug 10066954 that is fixed in the 11.1.2 release)
    http://www.oracle.com/technetwork/developer-tools/jdev/jdev-11gr2-nf-404365.html
    Frank

  • @import css support? How to include CSS files in CSS file?

    Is it possible to use the @import command in CSS files? Or how to include other CSS files in a main CSS file?

    I think it's very important to support the import statement because if you build a real world application the css can be very complex. so there is a really need for css modularization....

  • How can i import dll files in java project in eclipse?

    Hi All,
    How can i import or link dll files in java project in eclipse?....
    dll files contains
    import com.ms.com.ComLib;
    import com.ms.com.Variant;
    import com.ms.com.ComFailException;
    import com.ms.wfc.data.AdoException;
    import com.ms.wfc.data.AdoEnums;
    Any idea of this please tell me.....
    I am using eclipse 3.4 and JRE 1.4
    Is this possible?
    Please tell me!!!!!!!!!!!!!
    Voddapally

    iMovie cannot edit mpg files, unles they come directly from a supported camera.
    I would suggest that you use a free third party app to convert it.
    Get MPEG Streamclip from Squared 5, which is free.
    Drag you mpg clip into MPEG Streamclip.
    Then, FILE/EXPORT USING QUICKTIME
    Choose Apple Intermediate Codec, and save it where you can find it. You should be able to import this file into iMovie, using the FILE/IMPORT/MOVIE command.
    Note: If your file is an MPEG2 clip, you may need to purchase the Apple QuickTime MPEG2 Playback Component from Apple. MPEG Streamclip will tell you if you need this. Don't buy it unless you have to. It costs about $20. You just have to install the component. MPEG Streamclip will use it in the background.

  • How to import jar & exp file into the eclipse 3.1 + jcop

    hi, I am new to the javacard technology.
    I have implementing applet by using eclipse 3.1 + jcop plugin.
    recentlly, i got jar and exp file from someone. and I have to import given two files in the my applet.
    Q1. but i don't know how to use(import) two files into the elipse.
    and...
    I have tried to put the export file structure in the build path, but I am still getting the same error:
    Q2. "resolving constant-pool of clazz cash/ccash; failed: no such clazz cash/ccash;", what means?
    anyone help me~plz!
    many thanks..
    lsh.
    Message was edited by:
    neonoble

    1) In the Package explorer right-click the project you want to import the jar files into.
    2) Click import
    3) Select Archive file in the Import dialog box and click next
    4) Browse to the jar file and select it
    Socx

  • How to import programmatically an APEX images file using workspace images option and CSS files to APEX?

    Oracle db 11gR2
    Oracle APEX 4.2.1
    Linux RHEL 6.3
    I am importing a images file programmatically into APEX.  And also a CSS file.
    I want to add an images file to my APEX instance but I want to choose the option -- workspace images --.  How does one do that programmatically via the APEX API e.g.?
    I don't want the images tied to an application within APEX.
    Does one do the same thing for CSS files that are imported to APEX?
    thx.

    This is interesting and helpful,  I use the following code to import my APEX database application and run it via SQL*Plus and it works fine for database applications -- what do I need to change/add/modify in order to load the images and CSS files?  NOTE: I want the images to be -- Workspace images -- not tied to any application.  Also, I need to handle the situation where the images and CSS data already exist in the APEX environment as well as when they are not there (i.e. initial install).  Usually it is a case where it is an upgrade so the data already exists in the APEX app and just needs to be updated.
    declare
                      v_workspace      varchar2(35)    := 'WORKSPACE';
                      n_existing_app   number          := 123;
                      n_new_app        number          := 456;
                      v_app_alias      varchar2(35)    := 'WKALIAS';
                      v_parsing_schema varchar2(35) :='WORKSPACE_PARSE';
                      n_secgrp_id      number;
                      v_err_msg        varchar2(200);
                      n_err_num        number;
                      n_workspace_id   number;
                    begin
                      -- get workspace id
                      select workspace_id
                      into n_workspace_id
                      from apex_workspaces
                      where workspace = v_workspace;
                      -- set workspace id
                      apex_application_install.set_workspace_id (n_workspace_id);   
                      -- set security group
                      apex_util.set_security_group_id (p_security_group_id => apex_application_install.get_workspace_id);
                      -- set pasring schema
                      apex_application_install.set_schema(p_schema => v_parsing_schema);
                      -- delete existing app
                      begin
                        wwv_flow_api.remove_flow(n_existing_app);
                      exception
                      when NO_DATA_FOUND then -- do nothing when the application does not exist
                        null;
                      end; 
                      -- set new app id
                      apex_application_install.set_application_id(p_application_id => n_new_app);
                      -- generate offset
                      apex_application_install.generate_offset;
                      -- set application alias
                      apex_application_install.set_application_alias(p_application_alias => v_app_alias);
                      exception
                      when others then        
                        n_err_num := SQLCODE;
                        v_err_msg := SUBSTR(SQLERRM, 1, 200);
                        dbms_output.put_line('Error number = ' || n_err_num);     
                        dbms_output.put_line('Error message = ' || v_err_msg);
                    end;
    @newapp.sql
    commit;

  • Importing archive files in Eclipse

    I use Eclipse to develop Java applications. I need to import some archive files (not the default jar files available in j2sdk), for my project. How can i import jar files in Eclipse. I googled for the answer, used Eclipse help but still cant find the answer. Can anyone help me with this?
    Thanx in advance

    Right click the project | Properties | Java Build Path | Libraries
    to add items to the build path.

  • How to load images from css file in JavaFX 8

    I have this css file which loads images in JavaFX 8 application:
    #pill-left {
        -fx-padding: 5;
         -fx-border-image-source: url("/com/dx57dc/images/left-btn.png");
        -fx-border-image-slice: 4 4 4 4 fill;
        -fx-border-image-width: 4 4 4 4;
        -fx-border-image-insets: 0;
        -fx-border-image-repeat: stretch;
         -fx-background-color: null !important;
    #pill-left:selected { -fx-border-image-source: url("/com/dx57dc/images/left-btn-selected.png"); }
    #pill-left .label {
        -fx-text-fill: #d3d3d3;
        -fx-effect: dropshadow( one-pass-box , rgba(0,0,0,0.75) , 0, 0.0 , 0 , -1 );
    #pill-left:selected .label {
        /* -fx-text-fill: black; */
        -fx-text-fill: white;
        -fx-effect: dropshadow( one-pass-box , white , 0, 0.0 , 0 , 1 );
    #pill-center {
        -fx-padding: 5;
         -fx-border-image-source: url("/com/dx57dc/images/center-btn.png");
        -fx-border-image-slice: 4 4 4 4 fill;
        -fx-border-image-width: 4 4 4 4;
        -fx-border-image-insets: 0;
        -fx-border-image-repeat: stretch;
         -fx-background-color: null !important;
    #pill-center:selected { -fx-border-image-source: url("/com/dx57dc/images/center-btn-selected.png"); }
    #pill-center .label {
        -fx-text-fill: #d3d3d3;
         -fx-effect: dropshadow( one-pass-box , rgba(0,0,0,0.75) , 0, 0.0 , 0 , -1 );
    #pill-center:selected .label {
        -fx-text-fill: black;
        -fx-effect: dropshadow( one-pass-box , white , 0, 0.0 , 0 , 1 );
    #pill-right {
        -fx-padding: 5;
        -fx-border-image-source: url("/com/dx57dc/images/right-btn.png");
        -fx-border-image-slice: 4 4 4 4 fill;
        -fx-border-image-width: 4 4 4 4;
        -fx-border-image-insets: 0;
         -fx-border-image-repeat: stretch;
        -fx-background-color: null !important;
    #pill-right:selected { -fx-border-image-source: url("/com/dx57dc/images/right-btn-selected.png"); }
    #pill-right .label {
         -fx-text-fill: #d3d3d3;
        -fx-effect: dropshadow( one-pass-box , rgba(0,0,0,0.75) , 0, 0.0 , 0 , -1 );
    #pill-right:selected .label {
        -fx-text-fill: black;
        -fx-effect: dropshadow( one-pass-box , white , 0, 0.0 , 0 , 1 );
    The images are located at the Java package com.dx57dc.images
    In Java 7_25 this code works as expected but in JavaFX 8 b99 I get this error:
    ava.lang.NullPointerException
    at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1129)
    at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:1598)
    at com.sun.javafx.sg.prism.NGNode.render(NGNode.java:1520)
    at com.sun.javafx.sg.prism.NGGroup.renderChildren(NGGroup.java:233)
    at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:199)
    at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1249)
    at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:1598)
    at com.sun.javafx.sg.prism.NGNode.render(NGNode.java:1520)
    at com.sun.javafx.sg.prism.NGGroup.renderChildren(NGGroup.java:233)
    at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:199)
    at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:1249)
    at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:1598)
    at com.sun.javafx.sg.prism.NGNode.render(NGNode.java:1520)
    at com.sun.javafx.tk.quantum.ViewPainter.doPaint(ViewPainter.java:99)
    at com.sun.javafx.tk.quantum.AbstractPainter.paintImpl(AbstractPainter.java:210)
    at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:95)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
    at com.sun.javafx.tk.RenderJob.run(RenderJob.java:58)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:129)
    at java.lang.Thread.run(Thread.java:724)
    D3D Vram Pool: 13,331,480 used (5.0%), 13,331,480 managed (5.0%), 268,435,456 total
    20 total resources being managed
    4 permanent resources (20.0%)
    1 resources locked (5.0%)
    7 resources contain interesting data (35.0%)
    0 resources disappeared (0.0%)
    D3D Vram Pool: 13,331,480 used (5.0%), 13,331,480 managed (5.0%), 268,435,456 total
    20 total resources being managed
    4 permanent resources (20.0%)
    1 resources locked (5.0%)
    7 resources contain interesting data (35.0%)
    0 resources disappeared (0.0%)
    D3D Vram Pool: 13,331,480 used (5.0%), 13,331,480 managed (5.0%), 268,435,456 total
    20 total resources being managed
    4 permanent resources (20.0%)
    1 resources locked (5.0%)
    7 resources contain interesting data (35.0%)
    0 resources disappeared (0.0%)
    What is the proper way to load images from css in Java 8?
    Ref
    How to load images from css file in JavaFX 8 - Stack Overflow

    There is nothing special to do - you execute the statement from your program just like any other SQL statement.  The only thing to be aware of are the privilege/permission issues:
    When loading from a file on a client computer:
    READ CLIENT FILE privilege is also required for the database user.
    Read privileges are required on the directory being read from.
    The allow_read_client_file database option must be enabled.
    The read_client_file secure feature must be enabled.
    Revoking these privileges is also the only way you can prevent a user from executing the statement.

  • Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only. However opening a CSS file does not prompt that it is alr

    Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only.
    However opening a CSS file does not prompt that it is already open on or from any machine which is causing code edits to be lost.
    What we found from out testing:
    - The file can be saved from one user to the server and WILL NOT PROMPT on other machines until the saving machine has the Dreamweaver program closed completely
    - The file can be closed and  Dreamweaver minimised to the launch bar but it still will not register on other machines that it has been changed.
    - Also, until the  Dreamweaver program is closed on the machines, it will continue to open it's saved version of the file. 
    Example Scenario:
    - User 1 opens test.css (which is 2000 lines) and adds some code to the end of the file to bring it up to 2500 lines
    - Meanwhile User 2 opens test.css as well (opens as 2000 lines as User 1’s edits have not yet been saved) and adds in code to bring it to 2300 lines
    - User 1 saves his file and closes it - but  Dreamweaver is still open.
    - User 2 also saves his file and leaves  Dreamweaver  open.
    - The server will report the size and last edit of the file the same as User 2 as he was the last person to save it (and if you open from the Win7 Machine it will show as User 2’s 2300 line version)
    - If User 1 then open's the file again (from either the 'recent' in Dreamweaver OR clicking on the file directly in Finder...which version opens.... The version that User 1 saved! Not the true version on the server, but the version that User 1 edited and saved with 2500 lines in it.
    - Same for User 2, he will open 'his' version with 2300 lines in.
    Other information:
    - Files are opened directly from the server
    - Sometimes the users will save incrementally and re-open
    - Most of the time users will save incrementally and keep the files open
    - The users will never not save incrementally and just save when closing the file once finished
    - The users are usually working on the files all day
    - It is always the bottom lines of code that are lost. It could be a case of the two versions being mixed up and cutting off the newly added lines based on the line count (possibly).
    It is as if Dreamweaver is holding a cache of the version locally and then only properly looking back to the server when it has been completely closed. It is very difficult to see how the server is causing such an impact on these files, there are very few logs which are giving any indication to the root cause of the problems.
    Anyone know if this is a known issue?
    Is there a way that there can be a featured implemented on the server that doesn't allow another user to open a file if it is already open on another machine?
    Thanks

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • File lock() method problem

    I know this may be a common question, but can someone explain why this code:
    import java.io.*;
    import java.nio.channels.*;
    import java.util.*;
    public class TestFileLock
         private static File file;
         private static RandomAccessFile fileRandom;
         private static FileChannel fileChannel;
         private static FileLock fileLock;
         private static String process;
         public static void main(String[] args)
              process = args[0];
              try
                   file = new File("/home/fauxn/work/blast/java/java_blast/test.log");
                   //fileWriter = new FileWriter(file, true);
                   fileRandom = new RandomAccessFile(file, "rw");
                   fileChannel = fileRandom.getChannel();
                   for(int i =0; i < 1000; i++)
                        writeLogFile(process + ": happy days\n");
              catch(Exception exception)
                   System.out.println(exception.getMessage());
                   exception.printStackTrace();
         * Method lockes the logFile and then append the string to the file and unlocks the file.
         * @author Noel Faux.
         * @param s The string to be written to be appended to the file.
         private static void writeLogFile(String s) throws IOException
         System.out.println(process + ": trying to lock the log file");
         fileLock = fileChannel.tryLock();
         while(fileLock == null)
                   System.out.println(s + ": waiting!!!!");
                   fileLock = fileChannel.tryLock();
         System.out.println(s + ": logfile locked");
              fileRandom.seek(fileRandom.length());
         fileRandom.write(s.getBytes());
              fileLock.release();
              System.out.println(s + ": logfile unlocked");
    produces this error:
    Invalid argument
    java.io.IOException: Invalid argument
    at sun.nio.ch.FileChannelImpl.lock0(Native Method)
    at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:528)
    at java.nio.channels.FileChannel.tryLock(FileChannel.java:967)
    at TestFileLock.writeLogFile(TestFileLock.java:43)
    at TestFileLock.main(TestFileLock.java:23)
    on a intel linux box, java 1.4 and this code works fine:
    import java.io.*;
    import java.nio.channels.*;
    import java.util.*;
    public class TestFileLock
         private static File file;
         private static RandomAccessFile fileRandom;
         private static FileChannel fileChannel;
         private static FileLock fileLock;
         private static String process;
         public static void main(String[] args)
              process = args[0];
              try
                   file = new File("/home/fauxn/work/blast/java/java_blast/test.log");
                   //fileWriter = new FileWriter(file, true);
                   fileRandom = new RandomAccessFile(file, "rw");
                   fileChannel = fileRandom.getChannel();
                   for(int i =0; i < 1000; i++)
                        writeLogFile(process + ": happy days\n");
              catch(Exception exception)
                   System.out.println(exception.getMessage());
                   exception.printStackTrace();
         * Method lockes the logFile and then append the string to
    * the file and unlocks the file.
         private static void writeLogFile(String s) throws IOException
         System.out.println(process + ": trying to lock the log file");
         fileLock = fileChannel.tryLock(0, fileRandom.length(), false);
         while(fileLock == null)
                   System.out.println(s + ": waiting!!!!");
                   fileLock = fileChannel.tryLock(0, fileRandom.length(), false);
         System.out.println(s + ": logfile locked");
         fileRandom.seek(fileRandom.length());
         fileRandom.write(s.getBytes());
         fileLock.release();
         System.out.println(s + ": logfile unlocked");
    Any suggestions welcome, or is this a bug????
    Thanks in advance :)

    Its a known bug. The default tryLock() method calls the parametered
    tryLock method as follows
    tryLock(0,Long.MAX_VALUE,false);unfortunately under linux the parameter Long.MAX_VALUE is too big for
    the underlying OS file locking. This causes the IOException to be thrown
    It has been fixed in version 1.4.1 i believe.
    For more info
    http://developer.java.sun.com/developer/bugParade/bugs/4532474.html
    matfud

  • Trying to dynamically load CSS for project at compile time via config XML file to select CSS file.

    I'm using the same code base to compile different versions of a project. Each project has different base fonts. I've created multiple css files that use the same style names. The idea being that in the code I reference the style names, then the loaded CSS determines which font (and size, color, etc) is used for each style name.
    The CSS files are compiling to SWFs, and those SWFs are referenced in config.xml files. Before compiling, I select the config file to use.
    I am loading the CSS SWF files via the StyleManager in the Application.mxml, like so:
      styleManager.loadStyleDeclarations( _contentData.elements( 'cssPath' ).@path )
    The path traces out correctly as:
    assets_embed/styles/project2.swf
    For some reasone I must include an fx:Style line in the Application.mxml file or no fonts are recognized. Example:
      <fx:Style source="assets_embed/styles/project1.css"/>
    If I reference the css for project one (as done above) then most, but not all, styles work. Some styles reference the fonts from the project 1 css, others properly use fonts from project 2 swf. If I point to the CSS for the project I'm compiling in the <fx:Style > tag then all fonts work, but that defeats the goal of using XML rather than code to identify the styles.
    So, why do I need the fx:Style line if the css is being loaded via StyleManager?
    Why is there "cross talk" between style definitions?
    Is there a better way to select styles at compile time?

    I read this quickly so I might have missed a detail.  I think your describing an issue with recent Flex releases that is described in the fine print somewhere.  If you don't have any fonts embedded in the main app and are only bringing in fonts embedded in CSS SWFs, you have to force-link the EmbeddedFontRegistry by adding something like this to the main app's script block.
    import mx.core.EmbeddedFontRegistry; EmbeddedFontRegistry;
    (Yes, "EmbeddedFontRegistry" is in there twice, once to define the fully qualified name, the other to create a class dependency to force the linking).

  • Error while Importing MDL File

    Hi All,
    While Importing a MDL File, I am getting the following Error. Can someone help me asap.
    mport started at Apr 6, 2010 10:20:09 AM
    Project "PUBLIC_PROJECT"
    Error occurred importing from file "C:\oracle\product\10.2.0\db_2\owb\bin\admin\ETLDEV-20100405_2210.mdl".
    oracle.wh.util.Assert: Repository Connection Error: The connection to the repository was lost, because of the following database error: Closed Connection Exit OWB without committing.
         at oracle.wh.util.Assert.owbAssert(Assert.java:51)
         at oracle.wh.ui.common.UIExceptionHandler.handle(UIExceptionHandler.java:186)
         at oracle.wh.ui.common.UIExceptionHandler.handle(UIExceptionHandler.java:156)
         at oracle.wh.ui.common.UIExceptionHandler.handle(UIExceptionHandler.java:152)
         at oracle.wh.util.SQLExceptionHandler.handle(SQLExceptionHandler.java:65)
         at oracle.wh.repos.pdl.lock.OracleLock.release(OracleLock.java:153)
         at oracle.wh.repos.pdl.lock.OracleLockOptimizer.unlock(OracleLockOptimizer.java:138)
         at oracle.wh.repos.pdl.lock.LockOperation.execute(LockOperation.java:90)
         at oracle.wh.repos.pdl.lock.LockOperationSet.execute(LockOperationSet.java:51)
         at oracle.wh.repos.pdl.lock.LockMaster.downgradeToExclude(LockMaster.java:222)
         at oracle.wh.repos.pdl.lock.LockMaster.destroyLockHolder(LockMaster.java:199)
         at oracle.wh.repos.pdl.lock.RequestToHolderMap.endRequest(RequestToHolderMap.java:83)
         at oracle.wh.repos.pdl.lock.RequestToHolderMap.closeFolderForCreate(RequestToHolderMap.java:39)
         at oracle.wh.repos.pdl.lock.LockModuleImpl.closeFolderForCreate(LockModuleImpl.java:61)
         at oracle.wh.repos.pdl.dispatcher.EventDispatcherImpl.closeFolderForCreate(EventDispatcherImpl.java:174)
         at oracle.wh.repos.pdl.metadataloader.Import.MDLLockManager.releaseMDLImportLocks(MDLLockManager.java:456)
         at oracle.wh.repos.pdl.metadataloader.Import.MDLImport.releaseImportLocks(MDLImport.java:1531)
         at oracle.wh.repos.pdl.metadataloader.Import.MDLImport.process(MDLImport.java:1981)
         at oracle.wh.repos.pdl.metadataloader.Import.MDLRunImport.internalRunImport(MDLRunImport.java:431)
         at oracle.wh.repos.pdl.metadataloader.Import.MDLRunImport.runImport(MDLRunImport.java:503)
         at oracle.wh.ui.metadataloader.Import.MDLUpgradeImportTransaction.internalRunImport(MDLUpgradeImportTransaction.java:218)
         at oracle.wh.ui.metadataloader.Import.MDLUpgradeImportTransaction.run(MDLUpgradeImportTransaction.java:319)
    Thanks,
    SM

    Did the instance go down whilst doing this?
    Is there more to the log before where you started it?
    Cheers
    David

  • [Solved] Kdenlive & Openshot crash after importing video files

    I'm not sure if the culprit is today's update, but I am having problems importing video files in Kdenlive and OpenShot. When I try to import .MTS / .MKV / .MP4 video files, both programs immediately cease to work.
    For example - Mediainfo:
    .mts file
    Video 16.2 Mbps, 1920*1080 (16:9), at 25.000 fps, AVC ([email protected]) (CABAC / 2 Ref Frames)
    Audio 448 Kbps, 48 Khz, 16 bits, 6 channels, AC-3
    .mkv file
    Video 1 399 Kbps, 1920*1080 (16:9), at 25 000 fps, AVC (High 4:4:4 [email protected]) (CABAC / 4 Ref Frames)
    .mp4 file
    Video 14,9 Mbps, 1920*1080 (16:9), at 30 000 fps, MPEG-4 Visual (Simple@L1)
    AUdio 192 Kbps, 44.1 KHz, 2 channels, MPEG Audio (version 1) (Layer 3) (Joint stero / MS Stereo)
    Kdenlive:
    QWidget::insertAction: Attempt to insert null action
    QWidget::insertAction: Attempt to insert null action
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "Drive" does not exist
    "/org/freedesktop/UDisks2/drives/Slimtype_DVD_A__DS8A8SH_3208583_6A6224402423" : property "Drive" does not exist
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "Drive" does not exist
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "DeviceNumber" does not exist
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "Device" does not exist
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "DeviceNumber" does not exist
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "Device" does not exist
    kdenlive(3364) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf!
    KCrash: Application 'kdenlive' crashing...
    KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
    sock_file=/home/cappuccino.kde4/socket-asus-arch/kdeinit4__0
    QSocketNotifier: Invalid socket 7 and type 'Read', disabling...
    QSocketNotifier: Invalid socket 13 and type 'Read', disabling...
    QSocketNotifier: Invalid socket 19 and type 'Exception', disabling...
    QSocketNotifier: Invalid socket 24 and type 'Read', disabling...
    kdenlive: Fatal IO error: client killed
    [1]+  Stopped                 kdenlive
    Openshot:
    ------------------------- ERROR 1 ------------------------------
    Failed to import 'from openshot import main'
    Error Message: cannot import name main
       OpenShot (version 1.4.3)
    Process no longer exists: 11615.  Creating new pid lock file.
    Detecting formats, codecs, and filters...
    ---snip---
    state saved
    Segmentation fault (core dumped)
    Pacman log:
    Running 'pacman -Syyu'
    synchronizing package lists
    starting full system upgrade
    removed kdesdk-kioslave (4.10.0-2)
    removed kdesdk-kmtrace (4.10.0-2)
    removed kdesdk-kpartloader (4.10.0-2)
    removed kdesdk-kprofilemethod (4.10.0-2)
    removed kdesdk-kstartperf (4.10.0-2)
    removed kdesdk-kuiviewer (4.10.0-2)
    removed kdesdk-scripts (4.10.0-2)
    upgraded chromium-bsu (0.9.15-3 -> 0.9.15-4)
    upgraded file (5.11-2 -> 5.13-1)
    upgraded gambas3-runtime (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-devel (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-compress (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-dbus (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-image (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-desktop (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-form (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-form-dialog (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-form-mdi (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-form-stock (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-net (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-net-curl (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-qt4 (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-qt4-ext (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-settings (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-signal (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-web (3.4.0-3 -> 3.4.0-4)
    upgraded gambas3-gb-xml (3.4.0-3 -> 3.4.0-4)
    installed kdesdk-kioslaves (4.10.1-1)
    installed kdesdk-dev-utils (4.10.1-1)
    installed kdesdk-dev-scripts (4.10.1-1)
    upgraded networkmanager (0.9.6.4-2 -> 0.9.8.0-1)
    upgraded ntfs-3g (2013.1.13-1 -> 2013.1.13-2)
    upgraded sip (4.14.3-1 -> 4.14.4-1)
    upgraded python-sip (4.14.3-1 -> 4.14.4-1)
    upgraded pyqt-common (4.9.6-2 -> 4.10-1)
    upgraded pyqt (4.9.6-2 -> 4.10-1)
    upgraded python2-sip (4.14.3-1 -> 4.14.4-1)
    upgraded python2-pyqt (4.9.6-2 -> 4.10-1)
    upgraded qscintilla (2.7-2 -> 2.7.1-1)
    My system:
    CPU: Quad core Intel Core i7-3610QM CPU
    Graphics: Card-1: Intel 3rd Gen Core processor Graphics Controller
                   Card-2: NVIDIA GK107 [GeForce GT 650M]
    Drives: 1: id: /dev/sda model: SAMSUNG_SSD_830 size: 128.0GB
               2: id: /dev/sdb model: Hitachi_HTS72757 size: 750.2GB
    Memory: 15939.5MB
    X.Org: 1.13.2.901
    Mesa: 9.1-2
    Kernel: 3.7.10-1-ARCH x86_64 (64 bit)
    Desktop: KDE 4.10.1
    openshot: 1.4.3-1
    kdenlive: 0.9.4-1
    ffmpeg: 1:1.1.3-1
    mlt: 0.8.8-3
    mlt-python-bindings: 0.8.8-3
    frei0r-plugins: 1.3-6
    I do not use Compiz, Kwin
    3 days ago I didn't have this problem. Any ideas?
    Last edited by cappuccino (2013-03-10 16:30:08)

    (gdb):
    Kdenlive:
    Starting program: /usr/bin/kdenlive
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Traceback (most recent call last):
      File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
        from gobject import register
      File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
        import gdb.backtrace
    ImportError: No module named backtrace
    [New Thread 0x7fffced3f700 (LWP 1961)]
    QWidget::insertAction: Attempt to insert null action                                                                                                                                                                                                                           
    QWidget::insertAction: Attempt to insert null action                                                                                                                                                                                                                           
    [New Thread 0x7fffcd1c3700 (LWP 1969)]                                                                                                                                                                                                                                         
    [New Thread 0x7fffcc9c2700 (LWP 1970)]                                                                                                                                                                                                                                         
    [New Thread 0x7fffbe8ef700 (LWP 1992)]                                                                                                                                                                                                                                         
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "Drive" does not exist                                                                                                                                                                     
    "/org/freedesktop/UDisks2/drives/WDC_WD5000BEVT_80A0RT0_WD_WXA1C20F2908" : property "Drive" does not exist                                                                                                                                                                     
    "/org/freedesktop/UDisks2/drives/Slimtype_DVD_A__DS8A8SH_3208583_6A6224402423" : property "Drive" does not exist                                                                                                                                                               
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "Drive" does not exist                                                                                                                                                                     
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "DeviceNumber" does not exist                                                                                                                                                             
    "/org/freedesktop/UDisks2/drives/Hitachi_HTS727575A9E364_J3740084HMD0LE" : property "Device" does not exist                                                                                                                                                                   
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "DeviceNumber" does not exist                                                                                                                                                               
    "/org/freedesktop/UDisks2/drives/SAMSUNG_SSD_830_Series_S0Z3NEAC826732" : property "Device" does not exist                                                                                                                                                                     
    "/org/freedesktop/UDisks2/drives/WDC_WD5000BEVT_80A0RT0_WD_WXA1C20F2908" : property "DeviceNumber" does not exist                                                                                                                                                             
    "/org/freedesktop/UDisks2/drives/WDC_WD5000BEVT_80A0RT0_WD_WXA1C20F2908" : property "Device" does not exist                                                                                                                                                                   
    [New Thread 0x7fffbe0ee700 (LWP 2004)]                                                                                                                                                                                                                                         
    [Thread 0x7fffcd1c3700 (LWP 1969) exited]                                                                                                                                                                                                                                     
    [Thread 0x7fffcc9c2700 (LWP 1970) exited]                                                                                                                                                                                                                                     
    [New Thread 0x7fffcc9c2700 (LWP 2005)]                                                                                                                                                                                                                                         
    [New Thread 0x7fffcd1c3700 (LWP 2006)]                                                                                                                                                                                                                                         
    Program received signal SIGSEGV, Segmentation fault.                                                                                                                                                                                                                           
    [Switching to Thread 0x7fffbe0ee700 (LWP 2004)]                                                                                                                                                                                                                               
    0x0000000000000000 in ?? ()
    OpenShot:
    Starting program: /usr/bin/python /usr/lib/python2.7/site-packages/openshot/openshot.py
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
      File "/usr/lib/python2.7/site-packages/openshot/openshot.py", line 29
        print "Error: You must have GTK 2.18 or greater to run OpenShot.  Exiting..."
                                                                                    ^
    SyntaxError: invalid syntax
    [Inferior 1 (process 3557) exited with code 01]
    I found this. It looks like a similar problem

Maybe you are looking for

  • Price Changes

    I just Purchased the subscrition to CC and now the is a $10 price drop the same week. I am a student and can hardly afford the software as it is. Is there anything that can be done about this ? Thank you for any help in advance. <Broke Student Matt>

  • Fail to validate blackberry device update

    i just want to update the application via desktop application but shows failure 'aborting install due to validation failure. some packages contained unsatisfied dependnics' how to solve it?

  • Leopard installation stuck

    I have installed Leopard on my macbook pro, it went fine. I am now trying to install it on my G5. I put the cd in and the computer restarted to begin the installation process. When it restarts, it first goes to the gray screen with the apple in the c

  • 'Date Modified" on webdav volumes

    When I connect to a webdav volume, the 'Date Modified' column in finder always displays the current date. (I'm trying to use rsync to mirror the webdav volume and not having much luck -- my local copy always gets overridden from the webdav volumne).

  • What Songs are Missing?

    I have about 17,000 songs in my iTunes library with out 20 missing and apparently showing the ! symbol but going through the list, I am not finding these songs. I tuse to be about 100 missing and I have corrected those but these last ones I can't see