How start JRE with swing/awt disabled?

Hello,
I find this exception in tomcat log:
Exception in thread "TimerQueue" java.lang.UnsatisfiedLinkError: /usr/java/jre1.6.0_21/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.EventQueue.<clinit>(Unknown Source)
at javax.swing.SwingUtilities.invokeLater(Unknown Source)
at javax.swing.Timer.post(Unknown Source)
at javax.swing.TimerQueue.postExpiredTimers(Unknown Source)
at javax.swing.TimerQueue.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
This occurs on a Linux server on which I removed all X11 packages.
I wonder if there is a way I could disable awt/swing from JRE since no GUI is used ?
thanks for inputs.

thanks for suggestion. I did add the option in tomcat startup command-line, and will check the log for such exception in coming days,
thanks much.

Similar Messages

  • How use jdbc with swing ? i am new in this concept.

    hi
    freinds,
    i am new in java can any one give the example which explain the how to use jdbc with swing.
    thanks in advace.
    satish
    thanks.

    See here  >  http://support.apple.com/kb/HT4236
    More info in the User Guides for your Devices...

  • Help to start working with Swing.

    Dear friends!
    I cant import the swing package into code. Here it is simple example:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class SwingApplication {
    So when I commpile this file I get an error:
    "Package javax.swing not found in import" Please help me to solve this problem.
    I use JDK1.4.1 in my work.
    Thank you.

    hi,
    pls could u post
    a) what platform, and OS you are using
    b) do u use an IDE
    c) if not, what does java report as its version (type "java -version")
    thanks,
    asjf

  • I recently started Firefox with Add-ons disabled in an attempt to discover why it is loading so slowly. Now, the Add-ons aren't loading automatically. Prior to starting in Safe Mode everything was working perfectly Thank you for your help!

    Firefox 4.0.1
    Windows XP SP3 Up to date

    try the 15 - 15 option, see in the above link you gave us :
    http://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
    the : Add-ons are only disabled by default '''if they were not explicitly installed by the user'''. '''So if an external application places an add-on into the user’s profile directory, it is disabled by default'''.
    (it is in extensions.autoDisableScopes area )

  • How can i install shockwave with auto updates disabled?

    how can i install shockwave with auto updates disabled?
    i need to push out shockwave to all our machines and i need to have autoupdates disabled? whats the trick?

    I ran with native io enabled and now i need to see how things happen with native io disabled.I am trying to understand the various aspects of the server.
    Can you help me? How to set the default queue and application specific queues , and oofcourse socket readers in the case native performance packs are not used?
    Please, I will be very grateful.

  • JRE 1.1 AWT / 1.3 Swing Internationalization Problems. Please Help!!

    This is driving me crazy. I ended up distilling down a bug in a big program to a few lines of code. I was then able to extract that code to a small program to reproduce the problem.
    I am running JRE 1.3 with Swing. But the program I want to run is 1.1 with AWT. (I use a online 1.1 compiler to compile that program.)
    Here is the 1.1 AWT program:
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import java.lang.*;
    class Awt {
    public static void main(String s[]) {
    Label label = new Label("\u65e5\u672C\u8A9E");
    label.setFont(new Font("MS Gothic", Font.PLAIN, 24));
    Frame frame = new Frame();
    frame.add(label);
    frame.pack();
    frame.show();
    When I run it, I get blocks instead of Japanese characters.
    But when I port it to 1.3 and Swing, it displays properly. The code for that is:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.util.*;
    import java.lang.*;
    class Swing {
    public static void main(String s[]) {
    JLabel label = new JLabel("\u65e5\u672C\u8A9E");
    label.setFont(new Font("MS Gothic", Font.PLAIN, 24));
    JFrame frame = new JFrame();
    frame.getContentPane().add(label);
    frame.pack();
    frame.setVisible(true);
    Can anyone help me figure this out? I don't want to download JRE 1.1 (and replace my 1.3) just for this program. And it would be too cumbersome to rewrite the program into Swing.
    Also, it can't be a font problem because my MS Gothic works in the 1.3 Swing version.
    I have already changed the font.properties.ja file to font.properties.

    You asked this same question 2 hours ago.
    http://forum.java.sun.com/thread.jspa?threadID=608654&messageID=3326676
    Don't clutter the forum by posting multiple questions on the same topic.
    In fact this is you 3rd posting on this topic and you didn't list to point 2 and 3 from my reply in you previous posting, so why should I try helping again.
    By the way you can't compare:
    if (e.getSource() == "one")
    getSource() returns an Object not a String.
    The correct way to test which button was click was given to you in your 4th last posting. So you have at least 4 postings on this topic.
    Now isn't this difficult trying to have a conversation when you have 4 posting going on the same subject?
    Of course you can also read the Swing tutorial on "How to Use Buttons" for another way to test buttons. This solutions allows you to test for a String:
    http://java.sun.com/docs/books/tutorial/uiswing/components/button.html
    However, I recommed the suggest from your 4th last posting.

  • How can I provision users to SAP CUA with their passwords Disabled?

    I need to provision users to SAP CUA with their passwords disabled. How can I configure this if at all?
    Thanks!

    Thanks for the quick response. I am confirming with SAP team if its permission issue.
    Following is the snippet from JBOSS log:
    2009-04-14 11:06:26,659 INFO [STDOUT] Running SAP CUA Create User
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] createUser(): Create User Request
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] createUser(): userId :00000209, userGroup:,lastName:Employee 209,firstName:Last Name - 209,userTitle:0003,langComm:,department:,langLogIn:,timeZone:,telephone:,extension:,Fax:,email:,dateFormat:,decimalNotation:,function:,roomNo:,floor:,building:,code:,commType:,alias:,startMenu:,userType:,RoleProfile:,RoleProfileOption:Role
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] SAP CUA Create Connection Request
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] createCUAConnection(): START SAP Connection creation.
    2009-04-14 11:06:26,659 INFO [XL_INTG.SAPCUA] createCUAConnection(): SAP Connection creation successfull.
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] getStatus() :returnStructure:User 00000209 does not exist
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] getStatus() :Type:I
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:124
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] findUser(): User not exist in SAP CUA
    2009-04-14 11:06:26,690 INFO [XL_INTG.SAPCUA] createUser(): Create User Start
    2009-04-14 11:06:29,487 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :User 00000209 created
    2009-04-14 11:06:29,487 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:29,487 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:102
    2009-04-14 11:06:29,487 INFO [XL_INTG.SAPCUA] addRoleToUser():Add Role to User
    2009-04-14 11:06:29,753 INFO [XL_INTG.SAPCUA] getChildData() :getUserRoles method is Started
    2009-04-14 11:06:29,800 INFO [XL_INTG.SAPCUA] getUserRoles() :getUserRoles method End
    2009-04-14 11:06:30,128 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-04-14 11:06:30,128 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-04-14 11:06:30,128 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1239725190128, maxLifeAfterPassivation=1200000
    2009-04-14 11:06:30,128 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Role assignment to user 00000209 changed
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:048
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] Role added successfully to the user.
    2009-04-14 11:06:30,362 INFO [XL_INTG.SAPCUA] changePassword(): Change Password Start
    2009-04-14 11:06:31,284 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Password Not Allowed
    2009-04-14 11:06:31,284 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:E
    2009-04-14 11:06:31,284 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:001
    2009-04-14 11:06:31,284 DEBUG [XL_INTG.SAPCUA] changePassword(): chanegPassword eventPassword Not Allowed
    2009-04-14 11:06:31,284 ERROR [XL_INTG.SAPCUA] changePassword():Change Password Error:Password Not Allowed
    2009-04-14 11:06:31,284 ERROR [XL_INTG.SAPCUA] createUser():ChangePassword error after user creation:SAP.PASSWORD_CHANGE_ERROR
    2009-04-14 11:06:31,284 ERROR [XL_INTG.SAPCUA] createUser():Deleting the User
    2009-04-14 11:06:31,284 INFO [XL_INTG.SAPCUA] deleteUser(): Delete User Start
    2009-04-14 11:06:32,222 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-04-14 11:06:32,222 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-04-14 11:06:32,222 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1239725192222, maxLifeAfterPassivation=1200000
    2009-04-14 11:06:32,222 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-04-14 11:06:34,769 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-04-14 11:06:34,769 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-04-14 11:06:34,769 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1239725194769, maxLifeAfterPassivation=1200000
    2009-04-14 11:06:34,769 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Role assignment to user 00000209 deleted
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:090
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Role assignment to user 00000209 deleted
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:090
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage :Role assignment to user 00000209 deleted
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage Type:S
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:090
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] deleteUser(): User deleted SUCCESSFUL
    2009-04-14 11:06:43,863 DEBUG [XL_INTG.SAPCUA] createUser(): 00000209:SAP.USER_CREATION_FAILED
    2009-04-14 11:06:43,863 INFO [XL_INTG.SAPCUA] closeCUAConnection(): START SAP Connection Close.
    2009-04-14 11:06:43,878 INFO [XL_INTG.SAPCUA] closeCUAConnection(): SAP Connection Close successfull.
    2009-04-14 11:06:43,925 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-04-14 11:06:43,925 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-04-14 11:06:43,925 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1239725203925, maxLifeAfterPassivation=1200000
    2009-04-14 11:06:43,925 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-04-14 11:06:44,878 INFO [STDOUT] Running SAP CUA ADD ROLE
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] addRoleToUser() :Add Role
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] SAP CUA Create Connection Request
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] createCUAConnection(): START SAP Connection creation.
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] createCUAConnection(): SAP Connection creation successfull.
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] getStatus() :returnStructure:User 00000209 does not exist
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] getStatus() :Type:I
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] getStatus() :Mesage NUMBER:124
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] findUser(): User not exist in SAP CUA
    2009-04-14 11:06:44,878 ERROR [XL_INTG.SAPCUA] addRoleToUser() :User Id :00000209 not exist in target SAP system.
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] closeCUAConnection(): START SAP Connection Close.
    2009-04-14 11:06:44,878 INFO [XL_INTG.SAPCUA] closeCUAConnection(): SAP Connection Close successfull.

  • How do I restart Firefox with add-ons disabled?

    How do I restart Firefox with add-ons disabled?

    * Start Firefox in Safe Mode by Holding down the SHIFT key while starting Firefox
    * As an alternative method, select "Start -> Run" and enter one of the following in the Windows Run box:
    ** firefox -safe-mode
    ** "C:\Program Files\Mozilla Firefox\firefox.exe" -safe-mode
    -> Firefox Safe Mode window will appear -> DON'T SELECT ANY OPTIONS, just click '''Continue in Safe Mode'''
    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • Can I build a GUI application with SWING only without [import java.awt.*;]

    I have seen several threads (in forums), books and tutorials about SWING and I see that they all mix SWING with AWT (I mean they import both Swing and AWT in their code).
    The conclusion that comes out is:
    It is good to learn about SWING and forget AWT as it won't be supported later. I have decided to do so, and I never include <<import java.awt.*;>> in my code.
    But I see that you cannot do much without <<import java.awt.*;>>. For example this line which changes the background color:
    <<frame.getContentPane().setBackground(Color.red)>>
    works only with <<import java.awt.*;>>. I have seen that codes in this and other forums import awt to change the background. Why is that?
    After all, I wonder, what can I do;
    My question is, can I change the background (and of course do all other things listener, buttons etc) without using <<import java.awt.*;>>.
    I would like to avoid using <<import java.awt.*;>> and using awt since my program will not work later.
    In addition, I believe there is no point to learn awt, which later will not exist.
    I know, I must have misunderstood something. I would appreceate it very much, if anyone could give me even a short answer.
    Thank you in advance,
    JMelsi

    Since swing is a layer on top of awt, AWT will exist for as long as swing does.
    If sun does ever remove AWT they will have to replace it something else swing can layer on to and you will probably only have to replace your import statements.
    The main difference is the way there drawn to the screen.
    You can do custom drawing on swing components but you can't on AWT.
    If your using a desktop PC system it's probably best to use swing just in case you wish to do some custom drawing.
    awt uses less memory than swing and is faster but swing can be extended. awt comes only as standard.
    Say for example you wish to implement a JButton with a ProgressBar below the button text, this can be done with swing!

  • Lightroom crashes at start up with the error message "Lightroom encountered an error when reading from its preview cache and needs to quit".  Please advise on how to fix this error.  Thanks

    Lightroom crashes at start up with the error message "Lightroom encountered an error when reading from its preview cache and needs to quit".  Please advise on how to fix this error.  Thanks

    You probably need to delete your preview cache.  See here  
    Why And How To Clear Your Lightroom Cache - Lightroom Fanatic
    Preference and other file locations in Lightroom 5

  • How do I start iTunes with whichever iTunes library I want?

    How do I start iTunes with whichever iTunes library I want?
    I've created a 2nd iTunes library using the "press shift-key while opening iTunes from the start menu" method given in iTunes help. Now, when I try to start iTunes from the Quick Launch menu or from the system start menu, I get the new library--without choosing it.
    Otherwise, the new library works as I'd hoped. By turning off "Copy files to iTunes Media folder when adding to library," I'm able to use "Add Folder to Library" (where the folders are in the 1st iTunes library) without using more disk space for the 2nd library. So far, it works just fine for CDs and movies. I'm anticipating an iPad which can hold much less than my iPod Classic.
    I have the latest iTunes (10.2.1.1)

    A solution found!
    I found where Apple addresses the question. Actually, I had tried this before I found Apple's answer and before I asked the question here and I didn't get it to work. I finally have it working, but the Apple answer is missing a step--or so it seems.
    Locating Apple's answer:
    From the iTunes window,
    Help > More resources > iTunes Support Website > iTunes Library and Backup > iTunes Library >
    How to open an alternate iTunes Library file or create a new one.
    Apple quote:
    1.If iTunes is running, quit iTunes.
    2.If you are using Windows, hold down the Shift key and from the Start menu and choose All Programs > iTunes > iTunes.
    3.If you are using the Mac, open iTunes and immediately hold down the Option key.
    4.You should see one of the following screens:
    End quote.
    As it says, you get a prompt to: Quit or Choose Library or Create Library.
    I created my new library by choosing "Create Library" and expected to be able to use "Choose Library" later. So, when I clicked "Choose Library," I got a new window that's titled "Open iTunes Library" (it looks a lot like a Windows Explorer window). I selected (on the sidebar) the old library, clicked "Open" and nothing happened. The problem is likely my inexperience with this type of issue, but, still, the solution seems hokey.
    After too much screwing around and a 24oz beer, this is what's working:
    1. If iTunes is running, quit iTunes.
    2. Hold down the Shift key and from the Start menu, choose All Programs > iTunes > iTunes. (You don't have to have the shift key down until just before you click the last "iTunes.") Don't release the shift key 'til the prompt comes up.
    3. The prompt is: Quit or Choose Library or Create Library. Click "Choose Library."
    4. When the "Open iTunes Library" window comes up, click the desired iTunes library on the sidebar. (Mine are named "iTunes" and "iTunesIPad.")
    5. Then, you'll see a list of items in the right pane. Find the file named "iTunes Library.itl" and click it.
    6. Now, with both the iTunes library name selected on the sidebar and the "iTunes Library.itl" file selected in the right pane, click the "Open" button.
    7. iTunes will come up using the desired library.
    8. Using iTunes from the Quick Launch menu or the desktop will bring up the same iTunes library again, even if you shut down your computer.
    9. When you want to change the iTunes library in use, start at step 1.
    Nice about this, is that I would only have to get into the "iTunesIPad" library if I need to add something to it from my regular "iTunes" library or I want to sync to the iPad. Most of the time, I'll use my regular 185GB "iTunes" library (even here, I deselect many movies so that I can sync the library to my iPod).
    Caution:
    I must add the warning that I'm doing this because the iPad (that I don't have yet), won't hold even half of what I have in my iTunes library. At this point, the "iTunesIPad" library will take up very minimal disk space since it's using pointers to the regular library rather than copies from the regular library AND it's easy to switch between libraries only when needed. I can't say that this will all work until I try more setup work and I actually use it with an iPad. If someone knows that this is going to cause problems or if they have a better idea, I'd sure welcome comment. BTW, before trying this, I restructured my iTunes library (File > Library > Organize Library > Reorganize files in the folder "iTunes Media.") to bring it up to date and then backed it up on an external drive. The website "iLounge" has an article about the old and new library structure.

  • How can I start anew with Photos and clear the (minimal) stuff it has uploaded

    I've about had it up to here with this new Photos scheme. I reorganised my Aperture libraries on both my iMac and MBA in preparation for this, delayed turning Photos on for a couple of days until I thought everything was ready based upon the limited advice that was out there, and then got stuck in an endless loop of "uploading" and "preparing" every time I opened Photos. There are 19,975 images in my Aperture library on the iMac. I was stuck at Uploading at anywhere between that number and 19,000 with no progress after hours of waiting. I tried all the tricks mentioned here including re booting, restarting the app, repairing/rebuilding the database, killing the "cloudd" process, etc.today Today when I restarted Photos, it now said I had 23,775 images to upload- 4000
    more than I have-and of course it got stuck there, like it has for the last week.
    I copied the previous Aperture library (pre Photos migration)back to my iMac and opened it in Aperture. Thankfully, all the photos I had taken on my iPhone this week during this Photos clusterphuck transition were in the Aperture Stream so I didn't lose any of those. I'm willing to give this whole thing one more shot. So  i need some advice. How can I start anew with Photos and clear the (minimal) stuff it has uploaded (about 6000 of 19,000 images in the last 7 days) ? If I simply delete the Photos.photolibrary file will that do the trick and lt me start a new fresh library using?
    <Re-Titled By Host>

    How can I start anew with Photos and clear the (minimal) stuff it has uploaded (about 6000 of 19,000 images in the last 7 days) ? If I simply delete the Photos.photolibrary file will that do the trick and lt me start a new fresh library using?
    It is hard to say from your post, why the migration did not succeed in your case.
    by "stuck on upload" do you mean, you opened the Aperture library in Photos, and Photos converted it to a Photo Library, and then the upload to iCloud Photo Library did hang?  Or did already the upgrade to the Photo Library fail?
    If you want the Aperture library to upload to iCloud Photo Library, it needs to be on a disk formatted MacOS Extended (Journaled) and the original image files must not be referenced. Referenced originals will not upload.
    Also, the upload may hang, if you do not have enough free iCloud storage, orr if one of the videos or photos in your library is in an unsupported format or corrupted.
    To start over, try to repair and rebuild the Aperture library before opening it in Photos. Try all Aperture Library First Aid options - starting with repairing the permissions.  (Repairing and Rebuilding Your Aperture Library: Aperture 3 User Manual)
    If I simply delete the Photos.photolibrary file will that do the trick and lt me start a new fresh library using?
    You will have to delete the photos that are already in icloud too; otherwise you are risking duplicates.
    Can you launch Photos at all?  If yes, delete all photos in Photos and empty the Recently Deleted album. Wait for the deletion to sync to iCloud. Then delete the Photos.photolibrary.

  • How to Include JRE with our Setup Package

    please help me,
    i have created one swing application.i successfully created setup.exe using installsheild 11.It is working in my machine.when i run this in another machine .it is not working.iam using some external jar also in the appln.i put that jars into the jre/lib/ext in destination machine's directory then it works.
    i want to include JRE with my setup package(first the setup should find whether the jre is installed or not ,if not it must insall JRE and put my external jar files into jre/lib/ext directory in destination machine then only my appln should insall).please give me a solution for this

    What?!! It isn't considered legal to access a
    root-level class from a higher level package?Well it's not now because your code won't compile, but
    prior to 1.4 you could. I think the JLS has been
    updated to say you can't import from the unnamed
    namespace.Hmm! I must have missed that bit (not that I read it in any great detail, anyway!). I suppose it forces you to use packages, which is a good thing, IMHO.
    What I was wondering about was, is the directory structure of classes strictly necessary, given that a class contains information on its package anyway? I know some IDEs don't require the source files to be in the right directory - they will check on the package statement, and locate the class file accordingly - but is it absolutely necessary for class files to be located according to their directory structure? I know the JLS says they have to be, but could the JLS be relaxed on this point, without breaking anything?
    RObin

  • I keep getting the Firefox start page with Google search. How do I get my homepage back?

    When I click the Mozilla Firefox icon, instead of my homepage I get a starter page with Google search. How can I get rid of the starter page and get my homepage back?
    == This happened ==
    Every time Firefox opened
    == Started about a week and a half ago.

    Hello Linda.
    I fear your problem may be deeper than your homepage gone missing, but you can change your homepage easily by going into Tools > Options > General and entering the address you want in the "Home Page" field.
    I should warn you, however, that the version of Firefox you are using at the moment is outdated and is no longer supported. Please install the latest version for maximum speed, security and functionality. It's completely free, as always. You can get it through Firefox update service (Help > Check for updates...) or at www.getfirefox.com

  • [SOLVED] How to start JACK with KDE 4? (and which JACK should I use?)

    Hi again
    I'm using KDE 4, and I've just installed JACK again, and since I can't find any decent documentation on this, I'm having a bit of a problem.
    Currently I have jack from [extra] installed, rather than jack2. When I try starting jack as the ArchWiki suggests, i.e. by typing "jackd -d alsa", I get the following error:
    $ jackd -d alsa
    jackd 0.120.1
    Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
    jackd comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    JACK compiled with System V SHM support.
    loading driver ..
    creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
    control device hw:0
    the playback device "hw:0" is already in use. Please stop the application using it and run JACK again
    cannot load driver module alsa
    I've also tried jack2 from [community], and after starting it with "jack_control start", I get this...
    $ jack_control start
    --- start
    DBus exception: org.jackaudio.Error.Generic: Failed to start server
    So how do I start it? I'm guessing jack doesn't want to start because some other KDE application grabbed alsa before jackd (but I've been wrong before), and I don't have the slightest idea what jack2 is about with that "generic" error. If anyone would help me shed some light on this, I'd appreciate it a lot.
    Thanks in advance!
    Last edited by Wintershade (2011-03-26 19:22:08)

    @schivmeister thanks that one worked
    Yes, it was knotify4. So now this part works. I've switched to jack2 and it works flawlessly when starting it with jackd
    So this part is solved... now, would you be so kind (if you know) as to point me to some tutorials or howtos (or proper documentation, cos I can't find much of that either) on how to connect various ALSA channels with JACK?
    Basically, I want to route my PCM channel and the Mic channel into Capture 1 (or one to Capture 1 and other to Capture 2), since my Intel HDA audio card doesn't have the "Mix" or "What-U-Hear" or whatever as an available capture source. Any leads on that? (or do I have to open another thread for it?)
    TIA

Maybe you are looking for

  • Captivate's lack of output options

    We have had major problems with the conversion of Captivate's SWF files in an effort to create an AVI from which to edit within Premiere Pro. We tried three differnet conversion software packages including SoThink. When we load the Flash file, these

  • Open/run Multiple Windows of the same VI

    Hi! In my current project I would like to have the user open multiple windows of the same VI.  I've made a re-entrant VI: This is, currently, a very simple VI that just has a numeric control, a loop, and a stop button.  I then have a VI that calls th

  • Can ANSI C DAQmx.lib be compliled in 64bit mode?

    I was tried to use VC2008 to compile a 64bit program based on DAQmx on a 64bit Windows Vista. I used DAQmx.lib provided in the DAQmx 9.0 package located in C:\Program Files (x86)\National Instruments\NI-DAQ\DAQmx ANSI C Dev\lib\msvc. But I got a bunc

  • PdfA1b -  Subject Mismatch between Document Info and XMP metadata

    As far as I can tell, when generating PdfA-1b files I am completely compliant with the spec. Yet when I try to preflight verify my output I get the following error: "Subject mismatch between Document Info and XMP metadata". Here is my Document Info:

  • Need to select link twice when using Browser back button

    I see that my command_link works fine in normal scenarios. But when I come to that page using browser back button and then select the link within the page.... the first time, looks like its regenerating the page and only when I select the link second