Deploying Java Updates to Desktops

Hi I have followed the instructions
here to create and publish a Java update in SCUP 2011. This worked fine and the Java update is now showing in the All Software Updates container in SCCM 2012.
However, this update is now included as part of the Windows Updates for all machines on our network, including servers.  Is there an easy way to ensure that this update is only downloaded on our desktop PCs?  We have a Device Collection in SCCM
for desktops but I can't find a way of restricting the deployment of the update to just this collection.
Any advice would be gratefully received as I have only just taken over managing SCCM and still getting to grips with it!
Many thanks

Define "appearing in Windows Updates"?
If you are using ConfigMgr, updates are not made available via any built-in Windows Update functionality. Updates are deployed in ConfigMgr by creating software update groups and deploying them to targeted collections. If you have not done this, then the
update won't be deployed to any systems via ConfigMgr.
Jason | http://blog.configmgrftw.com | @jasonsandys

Similar Messages

  • Deploy Java Updates using SCCM 2012 SP1 and SCUP 2011

    What is the best way to deploy Java updates using sccm 2012 SP1 and SCUP 2011?

    I didn´t find Kent´s blog useful when talking about Java. I can deploy Adobe products fine, but I have to import Java manually because not having Shavlik certificate. So with that said, I have the fallowing problem;
    I have full offline installer unpacked, .msi file and Data1.cab. When I´m importing these binaries to SCUP, I only can point to .msi. Doing that, installation fails in client side fails because of lack of data1.cab fine, which is the main file.
    Should I use some other downloaded files of Java? I couldn´t find any Java-update-file only type of files to download.

  • Group policy for Silent Java updates

    Hi,
    all users in my network getting popup messages for Java updates which is king of annoying when they are working on something. none of them got admin rights so they can not update java. 
    i don't want to go to every computer when they  got the popup and enter my credentials to allow update.
    is there any easy method (may be GP) to allow java updates to install with out asking admin details and with out giving popup.
    if i have to use scripting can some one assist me with the script ( i am a beginner with scripting).
    thank you,
    krishna 
    Krishna Gummadapu

    Hi,
    you have a few options.
    a) give the users the admin rights, so they can update Java.
    b) suppress the auto-update behaviour, so that Java never updates itself
    c) deploy the updated Java software to your computers (optionally also suppress the auto-update behaviour), and maintain deploying Java updates to your computers, forever.
    d) remove Java if it is not needed. Windows doesn't need Java, maybe some of your applications do need it.
    For (c), there are many options available to you, including Group Policy Software Installation, Startup scripts, System Center Configuration Manager, and many non-MS products which can perform software distribution for you.
    It can be a very similar challenge, for Adobe products, like FlashPlayer, AdobeReader, etc.
    There are many examples on www.itninja.com (formerly known as appdeploy.com), and many scripts on gallery/codeplex and in various deployment-focused blogs.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Java Update - After deployed install and settings

    Hi there,
    In our managed Windows 2000 environment with Windows XP Pro clienst (SP2) we use Active directory to deploy software packages.
    We are currently trying to install J2SE Runtime Environment 5.0 Update 5, which works perfectly. We have made a transform file for giving answers to the MSI file of the Runtime Environment.
    In the tranform file we have specified as wel that "Java Update" will be disabled after installation. This works well, too. After deploying the package, however, we notice that when a user logs on onto the workstation, a message is diplayed on screen, asking the user whether or not he want to re-enable the Java Update mechanism.
    Is there a way (e.g. by a registry key, or another MST adaptation) to prevent this message?
    Another question: is it possible to set the "Temporary Files", "Jar compression" level and several security settings like "Warn if certificate authority can not be verified" via registry keys or within a transform file?
    Any help would be kindly appreciated.
    Regards,
    Sander.

    I don't know what happened, but AFAICT, you did the job wrongly. I suggest redoing it this way (TM help files) and not worrying about fixing the mucked up system:
    +*To revert to a previous version of Mac OS X:*+
    +1. Insert the Mac OS X installation disc in your computer’s optical drive (or an optical drive connected to your computer).+
    +2. Double-click on Install Mac OS X+
    +3. When the Language Chooser appears, select your language, and then click the Continue button (looks like an arrow).+
    +4. Choose Utilities->Restore System From Backup.+
    +5. In the Restore Your System dialog, click Continue.+
    +6. Select your Time Machine backup disk.+
    +7. Select the Time Machine backup you want to restore. To restore your computer to the state it was in before you erased it, choose the most recent backup.+
    +8. Follow the onscreen instructions.+
    Alternatively, if the SuperDuper! backup was a bootable one of your previous installation, restore it. That's better and faster than mucking with the TM restoration procedure above.

  • Deploying Java Desktop App using executable JAR files

    Hi there.
    Today I am very optimistic about java. I am a beginner, and I had tried (in my few free time) to understand how to deploy java desktop apps.
    I am using the lattest NetBeans IDE to do the programming and it is very very fast and optimized.
    Going to the point, I tried some time ago to deploy an application (made with this IDE) using JAR files, but even though the application run well on my IDE, when I packed it, it rised an error saying that
    java.lang.NoClassDefFoundError: org/netbeans/lib/awtextra/AbsoluteLayout
    I was using an absolute layout on my JFrame forms and this AbsoluteLayout is provided by netbeans and not by the normal SDK.
    I then looked for the absolute layout class and found a jar file in the following path:
    C:\netbeans\modules\ext\AbsoluteLayout.jar
    So I mounted the Jar file in my File Systems and then added the contents of the file to myApp.Jar file.
    I used the automated Jar Recipe Packaging feature of netbeans, that is why I needed to mount the AbsoluteLayout.jar file into my file systems.
    Now it runs fine by just right clicking the MyApp.jar file from Windows Explorer.
    In a next reply to this topic I will include some sample code so that anybody requiring to do such implementation can take this for help.
    Regards!
    JN

    Well,
    I will take some time here to show the basic source code and procedure to create a desktop application, pack it up in a Jar file for deployment, add other classes or jars to the deployment jar file and finally open the jar file as an executable. This applies for either windows and linux environments.
    Take in count i am using Netbeans IDE 3.x (3.5)
    First I open the IDE and create a new project called MyDesktopApp. This is done by going to the menu Project / Project Manager. Then click on the New button and specify the project name and click on OK.
    At this point, the Filesystems tab in the project explorer is empty. So I mount a directory to store myDesktopApp in it. I selected c:\MyDesktopApp but you can select any name you want.
    To mount the directory you follow these steps:
    1. Right-click on File Systems
    2. From the contextual menu select Mount > Local Directory
    3. In the filechooser window, you just browse it and SELECT the directory to mount. Be aware that you can even create the directory on this window. Do not enter (double-click) into the directory you want to mount, just select it and click on finish...
    4.Then the directory entry appears under the filesystems node of the project explorer.
    Now you have to create your application. You can either create a package (special configured and tracked directory) or you can create the clases directly inside the directory. For tidy project, I will create the package.
    To create the package follow these instructions:
    1. Right-click on the mounted directory and from the contextual menu select New > Java Package
    2. In the New Wizard - Java Package window, type the package name and click on finish. I use the "MyDesktopApp" as package name.
    OK. Now the package is created under the mounted directory. Now we have to create the Main Class. In this case I will use a JFRAME as the main class but you can create any class you want.
    To create the JFRAME as main class follow these steps:
    1. Right click on the java package you just created and select New>JFRAME from the contextual menu. If you do not see the JFRAME option on the NEW sub menu you will have to select the All Templates option. I explain the All Templates option now on, it will be easier to use the JFRAME if available. Once you use JFRAME with the all templates then the JFRAME will show up in further NEW usage.
    2. So finally we used the All Templates, and you select the Java GUI Forms > JFRAME form option and click on NEXT.
    3. Give it a name. (I used MyDesktopAppFrm) and click on finish. Be aware you can set advanced options by clicking on next. But for the purposes of this topic we will use default options so click on FINISH
    4. A new JFRAME form appears inside your package. Right click on the form and select Set layout > Absolute Layout.
    5. Add some controls and code. I added a label and a button. And coded the ActionPerformed event of the button to say hello! on the label. this is up to you. The code just looks as follows:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
    // Add your handling code here:
    jLabel1.setText("Hello folks!");
    6. Compile and execute the form.
    Let's say this is our Desktop Application. Now We will pack it in a Jar in two steps...
    A. Create a JAR file (Recipe)
    1. Right-click on your package and select New > All Tempaltes (Long Route) You can also select New > JAR Recipe if available.
    2. On the New Wizard Window, choose the JAR ARchives > JAR Recipe template and click on NEXT
    3. I used MyDesktopApp as the file name and Defaults and then click on Next.
    4. Specify the JAR Contents. Select the Package (not the mounted folder) from the mounted file system and click on add and then click on NEXT twice...
    5. On the JAR Manifest window, click on GENERATE
    6. Edit the manifest in the window to add the following code:
    Main-Class: MyDesktopApp.MyDesktopAppFrm
    7. Ensure the Main-Class definition is the same as your java package and JFRAME name. Click on FINISH
    8. At this point we have a jar file in your project directory but this file wont run because it is missing some Netbeans clases that we will add in the next set of steps... Just to check, compile the file (right click on the JAR file and compile) and try to execute. It must compile but must not execute.(well if it executes you are done. It may execute if you did not set the lay out of the form as AbsoluteLayout)
    B. Add the AbsoluteLayOut to the JAR
    1. Right click on File Systems and select Mount > Archive Files
    2. Look for your netbeans installation folder and select the following file:
    .../netbeans/modules/ext/AbsoluteLayout.jar
    3. Click on finish
    4. Now the JAR File is mounted in the file systems.
    5. Right-click on your MyDesktopApp.JAR file and select properties.
    6. Look for the contents property click once on it and then on its elipsis button [...]
    7. From the FileSystems box in the Contents window, select the AbsoluteLayOut file and click on Add
    8. Then the system asks you if you are sure. Of course you are so click OK. (If not sure, just read the message text and click OK...:-))
    9. Click on OK
    10. Compile your JAR Recipe (right click on it and Compile)
    11. Now you must be able to run the file by right clicking it and EXECUTE.
    12. Also you must be able to run the file by double clicking the file from a Windows Explorer. You may receive a message asking to select the program to run the file with. You must browse and select the Javaw.exe file in the bin directory of your Java RUn Time installation. This is typically located at C:\j2sdk1.4.0_01\jre\bin or something like that. Use the File-Search feature of window to locate the JAVAW.exe file if needed.
    I hope this long explanation helps somebody to deploy Java Desktop applications. Please reply the message if it helps you just to know it was useful.
    Thanks for your time....
    JN

  • Deploy Java and Oracle updates using SCCM 2007 Software Updates

    Hi Team,
    I am using SCCM 2007 to deploy software updates on all my servers. Now i want deploy updates fro third party tools like Adobe, Java etc..Please suggest me on how to deploy these updates using SCCM.
    I am looking for other simple solution than SCUP 2011. Please suggest.
    Thanks
    Siva

    Hi,
    SCUP 2011 would be the way to do it or a package/program. There are commercial software solutions that plugins to configuration Manager like Secunia
    http://secunia.com/vulnerability_scanning/corporate/sc2012_plugin/ ,Solarwinds
    http://www.solarwinds.com/patch-manager.aspx and Shavlik
    http://www.shavlik.com/products/scupdates/ that offer a subscription of updates for these products for a cost of course.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Applet is not working properly on windows 7 with java update 23

    I am using applet in web application to serve as Image Viewer.
    Problem Description :
    1.Client machine configuration: Windows 7, java update 23 , IE8
    2.When my web application is not secure (i.e. accessible via HTTP), applet is
    able to download image from server.
    3.But when my web application is secure (i.e. accessible via HTTPS), applet
    is unable to download image from server.
    4.When applet try to download image using HTTPS, somehow it takes it as
    crossdomain access.
    5.When Client machine has Windows vista or Windows xp OS no such problem
    is there, applet works fine.
    Note : Applet method to download image is called from javascript.
    6.Java log console -
    network: Cache entry not found [url: https://fd2235dbc95c49be9064433f8030d9f5.cloudapp.net/ExtractForm.aspx?nPageID=366&Sessionid=22000255&UC CName=healthcaresolution, version: null]
    network: Connecting https://fd2235dbc95c49be9064433f8030d9f5.cloudapp.net/ExtractForm.aspx?nPageID=366&Sessionid=22000255&UC CName=healthcaresolution with proxy=DIRECT
    network: Cache entry not found [url: http://65.52.203.213/crossdomain.xml, version: null]
    network: Connecting http://65.52.203.213/crossdomain.xml with proxy=DIRECT
    network: Connecting http://65.52.203.213:80/ with proxy=DIRECT
    java.security.PrivilegedActionException: java.net.ConnectException: Connection refused: connect
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.deploy.net.CrossDomainXML.check(Unknown Source)
    at com.sun.deploy.net.CrossDomainXML.check(Unknown Source)
    at sun.plugin2.applet.Applet2SecurityManager.checkCon nect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect (Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.<init>(Unkn own Source)
    at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl. getInputStream(Unknown Source)
    at com.newgen.formApplet.ngfrmbld.<init>(ngfrmbld.jav a:278)
    at com.newgen.formApplet.FormApplet.jbInit(FormApplet .java:411)
    at com.newgen.formApplet.FormApplet.FileUrl(FormApple t.java:309)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass$MethodInfo.invok e(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass$MemberBundle.inv oke(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass.invoke0(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass.invoke(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$DefaultInvocationDelegate.invoke(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo.doObjectOp(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$LiveConnectWorker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getNew HttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.connec t(Unknown Source)
    at com.sun.deploy.net.CrossDomainXML$2.run(Unknown Source)
    ... 39 more
    java.security.AccessControlException: access denied (java.net.SocketPermission 65.52.203.213:443 connect,resolve)
    at java.security.AccessControlContext.checkPermission (Unknown Source)
    at java.security.AccessController.checkPermission(Unk nown Source)
    at java.lang.SecurityManager.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkConnect(Unknown Source)
    at sun.plugin2.applet.Applet2SecurityManager.checkCon nect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect (Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.<init>(Unkn own Source)
    at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainC onnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsUR LConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInp utStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl. getInputStream(Unknown Source)
    at com.newgen.formApplet.ngfrmbld.<init>(ngfrmbld.jav a:278)
    at com.newgen.formApplet.FormApplet.jbInit(FormApplet .java:411)
    at com.newgen.formApplet.FormApplet.FileUrl(FormApple t.java:309)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.plugin.javascript.JSInvoke.invoke(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass$MethodInfo.invok e(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass$MemberBundle.inv oke(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass.invoke0(Unknown Source)
    at sun.plugin2.liveconnect.JavaClass.invoke(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$DefaultInvocationDelegate.invoke(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo.doObjectOp(Unknown Source)
    at sun.plugin2.main.client.LiveConnectSupport$PerAppl etInfo$LiveConnectWorker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Edited by: 837609 on Feb 20, 2011 9:17 PM

    908304 wrote:
    Thanks for the response. But I don't think the problem is due to Protocol relative URLs. This seems to be a permissions issue.So is the non Protocol relative URLs issue!
    I get the following exception
    java.security.AccessControlException: access denied (java.net.SocketPermission 66.150.109.50:443 connect,resolve)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkConnect(Unknown Source)
         at sun.plugin2.applet.Applet2SecurityManager.checkConnect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
         at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(Unknown Source)
    But this is only in Windows 7 machines. In Windows XP it is working fine.Windows 7 is much more fussy than XP about permissions. I can't make you investigate the Protocol relative URLs issue but surely it must be worth spending some time on it.

  • Some pages don't render properly after Java update for OSX 10.6.8

    I can't seem to get T-mobile.com's website pages to render properly anymore. So far, this is the only website I'm having this issue with, though there could be more I'm not aware of.
    I go to www.t-mobile.com and this is what I get:
    I think I might be missing a plug-in, but not sure; if so, I don't know which one or how to get it.
    This only started happening after the latest Java update for OSX 10.6.8, which I installed on Feb. 24, 2013. All of T-mobile's pages look like this, except if I go to www.my.t-mobile.com's home page. Then I get a normal page, but after I log in, I get more wierd rendering issues again. So here's the page that appeared normal today:
    And after I log in successfully, I'm back to the wierd rendering issues again:
    I was so lost but then I decided to try a work around to get my online bill and managed to get it, but I don't want to see the pages like this. So help please?

    So, here's more on my point...
    I put in the 3 captured screen shots in my original post above. I used Grab to copy the web pages, saved them to my desktop as .tiff files and dropped them in for others to view. This morning, I went to look at my post and instead of seeing the screen shots, I see 3 tiny blue boxes with question marks. When I left click on the boxes, nothing happens. When I right click on them, I get options that are not helpful:
    Open Image in New Window
    Open Image in New Tab
    Download Image
    Copy Image Address
    Import Image
    Capture Selection from Screen
    Convert Selected Traditional Chinese Text (why the frack is this an option?)
    Convert Selected Simplified Chinese Text (or this an option?)
    I checked my Safari Preferences and I see I have checked, under Security, Enable plug-ins, Enable Java, Enable JavaScript.I have to have Java enabled to run a few things.
    Did something get corrupted in Safari?
    Am I'm missing some plug-ins?
    How do I get them back?
    I'm going to search the internet. Well, after doing the search, I still don't think I've got what I need. Thinking I might need to reinstall Safari. If this is the case, will I loose all my Bookmarks?

  • Java update 1 for MAC OS 10.6 caused problems

    Hello,
    Today I installed the new java update 1 for Mac OS 10.6 and my eclipse is no longer working.
    Actually, the eclipse itself is starting up okay, the problem is when I try to startup jboss AS to start working I get the following error:
    ERROR: This jdwp native library will not work with this VM's version of JVMTI (1.0.36), it needs JVMTI 1.1[.102].
    This happened right after I installed the update.
    To make things more complicated, my workspace in eclipse is set to compile/deploy with a JDK 5 installation I have. Since the update was supposed to only affect the JDK 6 that comes with Snow Leopard, and I'm not using it to run JBoss AS in eclipse, in theory there shouldn't be any problem.
    The eclipse itself is running on JDK 6, however.
    Anyone have a clue? Unfortunately I'm not using time machine and cannot revert the update.

    I updated my Snow Leopard on Friday 4th, and since that moment i can't run MyEclipse 7.5, and i get this message:
    Process: myeclipse [252]
    Path: /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    Identifier: org.eclipse.eclipse
    Version: 3.4 (3.4)
    Code Type: X86 (Native)
    Parent Process: ??? [1]
    Date/Time: 2009-12-06 11:07:46.588 +0100
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 139693 sec
    Crashes Since Last Report: 12
    Per-App Interval Since Last Report: 36592 sec
    Per-App Crashes Since Last Report: 10
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 3
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libzip.jnilib 0x00548c32 0x547000 + 7218
    1 libzip.jnilib 0x00551db5 ZIP_ReadEntry + 387
    2 libclient.dylib 0x11aa841c 0x11a00000 + 689180
    3 libclient.dylib 0x11aa80a2 0x11a00000 + 688290
    4 libclient.dylib 0x11a55251 0x11a00000 + 348753
    5 libclient.dylib 0x11a54294 0x11a00000 + 344724
    6 libclient.dylib 0x11af1318 0x11a00000 + 987928
    7 libclient.dylib 0x11b1ad43 0x11a00000 + 1158467
    8 libclient.dylib 0x11b1f02b 0x11a00000 + 1175595
    9 ??? 0x1390e9f3 0 + 328264179
    10 ??? 0x13900227 0 + 328204839
    11 libclient.dylib 0x11b1931a 0x11a00000 + 1151770
    12 libclient.dylib 0x11b19036 0x11a00000 + 1151030
    13 libclient.dylib 0x11b18fdb 0x11a00000 + 1150939
    14 libclient.dylib 0x11b18a1b 0x11a00000 + 1149467
    15 libclient.dylib 0x11b187ab 0x11a00000 + 1148843
    16 libclient.dylib 0x11b1b64b 0x11a00000 + 1160779
    17 libclient.dylib 0x11b20b02 0x11a00000 + 1182466
    18 libclient.dylib 0x11b20a92 0x11a00000 + 1182354
    19 libclient.dylib 0x11af2a25 0x11a00000 + 993829
    20 libclient.dylib 0x11af1fae 0x11a00000 + 991150
    21 libclient.dylib 0x11af1e03 0x11a00000 + 990723
    22 libclient.dylib 0x11af1c29 0x11a00000 + 990249
    23 libclient.dylib 0x11af2bd9 0x11a00000 + 994265
    24 libclient.dylib 0x11ae92e0 0x11a00000 + 955104
    25 libclient.dylib 0x11a0e414 0x11a00000 + 58388
    26 libclient.dylib 0x11a016d3 0x11a00000 + 5843
    27 libclient.dylib 0x11bf6d49 JNICreateJavaVMImpl + 185
    28 eclipse_1115.so 0x0007d2e5 startJavaJNI + 202
    29 eclipse_1115.so 0x0007c3b7 startJavaVM + 119
    30 eclipse_1115.so 0x00079aa7 run + 1342
    31 org.eclipse.eclipse 0x00001e9e original_main + 884
    32 org.eclipse.eclipse 0x00002770 main + 768
    33 org.eclipse.eclipse 0x00001b0e _start + 216
    34 org.eclipse.eclipse 0x00001a35 start + 41
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x968740ea kevent + 10
    1 libSystem.B.dylib 0x96874804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x96873cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x96873a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x968734f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x96873336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x96873182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x96873718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x96873336 start_wqthread + 30
    Thread 3 Crashed:
    0 libclient.dylib 0x11afee4e 0x11a00000 + 1044046
    1 libclient.dylib 0x11afe86c 0x11a00000 + 1042540
    2 libclient.dylib 0x11afe7ed 0x11a00000 + 1042413
    3 libclient.dylib 0x11afe78b 0x11a00000 + 1042315
    4 libclient.dylib 0x11afe619 0x11a00000 + 1041945
    5 libSystem.B.dylib 0x968b954c machmsgserver + 380
    6 libclient.dylib 0x11a0eb75 0x11a00000 + 60277
    7 libclient.dylib 0x11a0e935 0x11a00000 + 59701
    8 libclient.dylib 0x11cc54f5 JVM_RaiseSignal + 441397
    9 libSystem.B.dylib 0x96943e52 pthreadbody + 27
    Thread 3 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x11afee3b ecx: 0x00000000 edx: 0x00000009
    edi: 0x000e2000 esi: 0x00000000 ebp: 0xb0184d38 esp: 0xb0184d24
    ss: 0x0000001f efl: 0x00010206 eip: 0x11afee4e cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x3fff +org.eclipse.eclipse 3.4 (3.4) /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    0x79000 - 0x8104b +eclipse_1115.so ??? (???) /Library/Genuitec/Common/plugins/org.eclipse.equinox.launcher.carbon.macosx1.0.101.R34x_v20080731/eclipse1115.so
    0xb6000 - 0xbdff7 com.apple.JavaVM 13.1.0 (13.1.0) <2842C4EE-869D-81E6-E771-062F583A1044> /System/Library/Frameworks/JavaVM.framework/JavaVM
    0xe4000 - 0xecff7 libverify.dylib ??? (???) <0E0C6835-68C5-A72F-8CA0-77857B632513> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x500000 - 0x507ff7 JavaNativeFoundation ??? (???) <1107BBC2-DFC1-CF1F-44EE-27F7D4349BE6> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
    0x518000 - 0x535ff7 libjava.jnilib ??? (???) <C4C57812-6A25-85AB-441B-DE1A71A8DF18> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x547000 - 0x553ff7 libzip.jnilib ??? (???) <1317EACC-2494-70C3-4B43-FC9D04579EAF> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    0x11a00000 - 0x11d50ffb libclient.dylib ??? (???) <A1BC00EA-6C14-2A98-3CA4-CA910B38771C> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0-leopard/Libraries/li bclient.dylib
    0x13000000 - 0x133f6fe7 libclient.dylib ??? (???) <6B8B4A7E-2844-3AD6-239E-122121D37485> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libclient. dylib
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x900c6000 - 0x900c9ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90121000 - 0x90125ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90484000 - 0x9048eff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9048f000 - 0x9048fff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90490000 - 0x904d4ff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90557000 - 0x905b1ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90de8000 - 0x90e38fe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90e39000 - 0x91717ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91718000 - 0x9174dff7 libcups.2.dylib ??? (???) <BE4E095C-EECA-017E-11AA-C65F4D2B15C8> /usr/lib/libcups.2.dylib
    0x9174e000 - 0x91754fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91755000 - 0x91775fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91776000 - 0x91779fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9177a000 - 0x9179afe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x917dd000 - 0x91857fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91858000 - 0x91870ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91871000 - 0x91871ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91879000 - 0x918c6feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91902000 - 0x9199efe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x919df000 - 0x919fbfe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x919fc000 - 0x91c6cffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91c80000 - 0x91d33fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91d8d000 - 0x921a3ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x921a4000 - 0x924c7fef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x924c8000 - 0x925baff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x925bb000 - 0x925cdff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x925ce000 - 0x925d8fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92a9b000 - 0x92aa9fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x92aaa000 - 0x92ad0fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92b1a000 - 0x92b1aff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92b21000 - 0x92b85ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92b86000 - 0x92c60ff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92e66000 - 0x92f30fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x930a3000 - 0x930e7fe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x930e8000 - 0x930e8ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x93126000 - 0x93254fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9370c000 - 0x93eef4b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93ef0000 - 0x93f81fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94120000 - 0x9443ffe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94440000 - 0x946a2ff7 com.apple.security 6.0 (36910) <32B8FA26-CD73-4C45-C15A-EF8406D51FCC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x946a3000 - 0x946b7ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9471b000 - 0x94758ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94759000 - 0x947c3fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94803000 - 0x9480afff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9484f000 - 0x948f6fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9491f000 - 0x9491fff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94925000 - 0x94939fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9493a000 - 0x94947ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94b6c000 - 0x94c1aff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94c1b000 - 0x94c2cff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94c2d000 - 0x94c30ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94c31000 - 0x94cb1feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94cb2000 - 0x94d4afe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d7e000 - 0x94d8aff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x94d8b000 - 0x94da9ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94e42000 - 0x94e52ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94e53000 - 0x94e9cfe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9501b000 - 0x950c8fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9537f000 - 0x953cfff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x953dd000 - 0x95412ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95413000 - 0x9577aff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95aea000 - 0x95afffff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95b0b000 - 0x95b10ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95b11000 - 0x95beeff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95bef000 - 0x95ce5ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96116000 - 0x96149ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x961d6000 - 0x96258ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x962cb000 - 0x96700ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96780000 - 0x96782ff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96783000 - 0x96832ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96833000 - 0x96840ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9684d000 - 0x969f1feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x969f2000 - 0x96b74fe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x96c94000 - 0x96c94ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96c95000 - 0x96d04ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96d05000 - 0x96d06ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96d07000 - 0x96d07ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96f34000 - 0x96f3effb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96f7b000 - 0x96f9dfef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96f9e000 - 0x96fa0ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x971a4000 - 0x97241fe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97242000 - 0x97243ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <3A08510C-07F7-1A09-D6ED-1A488203ACCC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97244000 - 0x97345fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x97366000 - 0x973acff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x973ad000 - 0x973d1ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x98380000 - 0x983e0fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x984ae000 - 0x9866afef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9866b000 - 0x986aeff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x986e1000 - 0x9879afe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x988a9000 - 0x988b2ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x988b3000 - 0x9895bffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x98b10000 - 0x98c87fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x98c88000 - 0x98c8cff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98dfc000 - 0x98e4dff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x98e4e000 - 0x98e90fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x990a8000 - 0x991d4fe3 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <C226DF5C-35B0-98B8-95ED-FE5FE24E62C8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x991fc000 - 0x99224ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x99226000 - 0x99241ff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99366000 - 0x99366ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x994c1000 - 0x994c5ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2.16 GHz, 1 GB, SMC 1.17f0
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
    Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet incorporada, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHW2120BH, 111,79 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000
    USB Device: USB Optical Mouse, 0x046d (Logitech Inc.), 0xc019, 0x1d100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000

  • Java update 6 causing constant permission errors

    Hi Folks
    I was looking for a little more experienced thoughts about the numerous persistent permission errors caused by the last java update for apple's software update. I've read forum articles that says it's OK to ignore them. And the Apple Support KB page that list the dozens of errors that can be safely ignored. But it just doesn't feel right. I'm tempted to revert to a pre java update backup version of the OS, that repair permissions gave a clean bill of health to it's screen. My question is; By not updating java Do I have more risk than by running with all the constant errors caused this update in file permissions? In trying to learn more about java I found among other things these snippets from Boutell.Com
    However, most people do not have Java applications on their computers these days, and most websites useFlash instead of Java for the interactive features that used to be commonly written in Java.
    Removing Java on MacOS X
    Removing Java on MacOS X is not recommended as Apple has made Java a standard part of the operating system and may rely on it to a greater degree than a typical Windows system.
    What you should NOT do
    Either update Java, or remove it. Do not refuse the updates. That gives you the worst of all possible worlds: a buggy old version of Java that might be exploited by
    maliciously coded web pages.
    Just  wondering what others thought about this. And just how useful is java these days?  Is it true Java has been dropped from OS 10.7? Hopefully, Flash is on the way out too.
    Well thanks for considering this.
    Paul
    Here is the list of errors encountered every time the repair permissions script is run;
    Repairing permissions for “Macintosh HD”
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/dt.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/dt.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/management- agent.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/management- agent.jar".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management -agent.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management -agent.jar".
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/security/b lacklist", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/security/b lacklist".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Home/lib/security/cacerts", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Home/lib/security/cacerts".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Resources/Java/deploy.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/dt.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/dt.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/management-a gent.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/management-a gent.jar".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/dt.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/dt.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/jce.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/jce.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/management- agent.jar", should be lrwxr-xr-x , they are -rw-r--r-- .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/management- agent.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/security/bl acklist", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/security/bl acklist".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle", should be drwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Home/lib/security/cacerts", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Home/lib/security/cacerts".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/Deploy.bundle/ Contents/Resources/Java/libdeploy.jnilib".
    Permissions repair complete

    I don't see those errors, but Disk Utility cannot fix anything related to symbolic links, so all I can recommend is to ignore them. Your other option is to reinstall the OS and then run Software Update, after making a bootable backup/clone.

  • I can load the main AOL page and log in, but then everything freezes when I try to access my mail on AOL. Seems like it might be assoiciated with Java Updater.

    I did a Java update last night and that's when the problem started

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Deploy Java problem

    Dear All
    Please help me,I deployed Java but It is problem,I executed with "SAP Note Number: 1006640 Not active container webdynpro during deployment" but still problem
    Start updating EAR file...
    08/07/19 11:21:00 -  start-up mode is lazy
    08/07/19 11:21:00 -  EAR file updated successfully for 125ms.
    08/07/19 11:21:00 -  Start deploying ...
    08/07/19 11:21:00 -  EAR file uploaded to server for 94ms.
    08/07/19 11:21:01 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Error occurred while deploying ear file ./temp/deploy/work/deploying/bi_alv_common.ear.
                         Reason: None of the available containers recognized the components of application sap.com/bialvcommon; it is not possible to make deploy.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:572)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
                         For detailed information see the log file of the Deploy Service.
    08/07/19 11:21:01 -  ***********************************************************
    Jul 19, 2008 11:21:01... Info: End of log messages of the target system.
    Jul 19, 2008 11:21:01... Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Jul 19, 2008 11:21:01... Error: Aborted: development component 'bi/alv/common'/'sap.com'/'MAIN_APL70VAL_C'/'1077259'/'0', grouped by software component 'BI-WDALV'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.15.0.20080218054927''/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while deploying ear file ./temp/deploy/work/deploying/bi_alv_common.ear.
    Reason: None of the available containers recognized the components of application sap.com/bialvcommon; it is not possible to make deploy.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Jul 19, 2008 11:21:01... Info: Starting to save the repository
    Jul 19, 2008 11:21:02... Info: Finished saving the repository
    Jul 19, 2008 11:21:02... Info: Starting: Initial deployment: Selected software component 'BI-WDALV'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.15.0.20080218054927''/'0' will be deployed.
    Jul 19, 2008 11:21:02... Error: Aborted: software component 'BI-WDALV'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.15.0.20080218054927''/'0':
    Failed deployment of SDAs:
    development component 'bi/alv/common'/'sap.com'/'MAIN_APL70VAL_C'/'1077259'/'0' : aborted
    Please, look at error logs above for more information!
    Jul 19, 2008 11:21:02... Info: Starting to save the repository
    Jul 19, 2008 11:21:03... Info: Finished saving the repository
    Jul 19, 2008 11:21:03... Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Jul 19, 2008 11:21:03... Error: -
    At least one of the Deployments failed -
    Thanks

    what is your current support pack level?
    target level?
    if your curredt level is 6, 7 or 8 and target level is 11, 12, or 13
    read this note "978042"
    regards,

  • Java update version on Snow Leopard

    IntelliJ had major problems with the Java Update 4 available for Leopard, so I ended up not installing it on my MBP. I am hesitating to install Snow Leopard (very temptingly sitting next to my keyboard) because of the issue. Anyone know if Java is at update 4 (I would expect it is), and if anyone has had a chance to see if there are issues with Java 6? Hoping to upgrade soon, but don't really want to have to clean reinstall Leopard in a day.
    Thanks
    Rakesh

    Thanks. I installed the update yesterday, and have been running IntelliJ for a few hours without any of the issues I noticed with update 4.
    The only issue I have seen so far is with screen sharing. I get just a blank window when I try to access my Leopard desktop machine. Not related in any way with my original post, but just thought I would share the information in case someone finds it useful.

  • Updated to 10.5.7 via Combo Update, FCSvr Desktop App doesn't open

    Last week I updated two Dual G5 2.5's to 10.5.7 via the Combo Update. Upon completion, the Final Cut Server.app desktop application wouldn't open. I tried re-downloading the app from our server, and my machine opened the Final Cut Server.jnlp file in TextEdit as if Java wasn't installed. So I downloaded the Java Update 4 for 10.5 from Apple. Now I can run the Final Cut Server application only if I open the Final Cut Server.jnlp file. I deleted the Final Cut Server.app, and cleared all cache files using Java Preferences in the Utilities folder (I no longer have a Java folder there, just the Java Preferences app) and reinstalled the Final Cut Server.app, so I'd have a fresh app. Still doesn't work. When I double-click it, the icon expands but nothing happens. In my console, I get this message:
    7/8/09 10:49:00 AM [0x0-0x55055].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[552] [LaunchRunner Error] The main class "com.sun.javaws.Main" could not be found.
    7/8/09 10:49:00 AM [0x0-0x55055].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[552] [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
    7/8/09 10:49:00 AM [0x0-0x55055].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[552] Exception in thread "main" java.lang.NullPointerException
    7/8/09 10:49:00 AM [0x0-0x55055].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[552] at apple.launcher.LaunchRunner.run(LaunchRunner.java:112)
    7/8/09 10:49:00 AM [0x0-0x55055].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[552] at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
    7/8/09 10:49:00 AM [0x0-0x55055].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[552] at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    7/8/09 10:49:00 AM [0x0-0x55055].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[552] at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    7/8/09 10:49:00 AM com.apple.launchd[80] ([0x0-0x55055].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[552]) Exited with exit code: 1
    I have tried deleting com.apple.java.JavaPreferences.plist and com.apple.java.util.prefs.plist to no avail.
    I get the same results on both machines. I have searched and found no answers. Again, if I open the Final Cut Server.jnlp java file itself, it works. It's not a huge deal, but I'd like to fix if possible.

    Done. Deleted all files mentioned. Then downloaded and reinstalled the update 4. No change whatsoever.
    I really thought this would work though. The Final Cut Server program redownloaded, prompted me to install the desktop app, which I did, and then gave me the initial licensing agreement. Final Cut Server opened, but then when I quit it and tried to open it via the new desktop app, I got this in the console:
    7/14/09 2:06:45 PM [0x0-0xb30b3].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[1733] [LaunchRunner Error] The main class "com.sun.javaws.Main" could not be found.
    7/14/09 2:06:45 PM [0x0-0xb30b3].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[1733] [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
    7/14/09 2:06:45 PM [0x0-0xb30b3].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[1733] Exception in thread "main" java.lang.NullPointerException
    7/14/09 2:06:45 PM [0x0-0xb30b3].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[1733] at apple.launcher.LaunchRunner.run(LaunchRunner.java:112)
    7/14/09 2:06:45 PM [0x0-0xb30b3].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[1733] at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
    7/14/09 2:06:45 PM [0x0-0xb30b3].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[1733] at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    7/14/09 2:06:45 PM [0x0-0xb30b3].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[1733] at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    7/14/09 2:06:45 PM com.apple.launchd[132] ([0x0-0xb30b3].com.apple.jnlp-http__fcs1.jplcreative.com__~fcsvr_webstartmacJnlp.php[1733]) Exited with exit code: 1
    The "Main class "com.sun.javaws.Main" not found" is presumably what's causing the problem...

  • Java update cannot be installed..

    I'm having a problem and can't seem to find anyone else with the same issue. Hopefully, someone can point out what the problem is.
    I'm trying to silent install jre-1_5_0_02-windows-i586-p.exe with instructions I found here:
    http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/silent.html
    In my batch file I'm using the following syntax:
    Start /w C:\Drivers\Software\Java\jre-1_5_0_02-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 NETSCAPE6=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0 WEBSTARTICON=0"During the install process I receive this error:
    Java update cannot be installed on this machine because the directory you have chosen to install is locked.
    Please close and browser or application that is using the directory you have chosen for installation.If I hit the 'RETRY' button it continues installation just fine. Any ideas what is causing this error?
    As a long shot I removed the JAVAUPDATE=0 but, it still had the same problem.
    TIA
    -Kirk

    I got the same problem when I was just doing a regular install. After struggling for a few days and following the idea that something else must be using an older JVM, I tried this:
    I closed all the non-native windows applications. Some of these were running in the background. The culprit was Google desktop search!!
    Once I closed google (by right clicking the icon and exit-ing), the Java installation process went smoothly.
    I think this concept would work for you. It is either google desktop or some other application that is running in the background that is using an older JVM.

Maybe you are looking for

  • Error while validating Business rules in EAS

    Hi, Iam new to hyperion. I created business rule in EAS (using a user with businessrule admin role). when i tried to validate the same, it gives an error message like *"Unable to validate or run this business rule. Detail:Exception occurred. Please c

  • Unicode character not displaying when PDF is created using PDFMaker

    Using Adobe Acrobat Pro 9 Our company letterhead contains a special character (Unicode 25AA "Black Small Square"). When a PDF is created of a Microsoft Word document (2003 or 2007) using the PDFMaker, that character is not displayed in Acrobat (shows

  • AppleTV to both HDMI and AirPlay speakers simultaneously

    I have an AppleTV connected to home theater receiver via HDMI. I want to add wireless airplay speakers so I can send audio to them as we'll as through the stereo simultaneously. Will this work? Steve

  • HDMI and Component Switching?

    Hello all. I have an issue with my AppleTV that I'm unable to use HDMI or DVI (with a DVI convertor dongle). Usually with my Plasma TV I use a component cable, this worked fine, but now I've swapped my Plasma for a version with HDMI (and no component

  • I have some photos burned to CD in 2003.  Ending up with multiples

    I burned originals with a Mac G4 and my new 27 in imac will not read them. I can read them on an older 24in imac and I want to move all from old CDs to new computer. When I burn a new CD from the 24i,which I can then load onto the 27in I end up with