Is fix 6345743  part of current JVM builds

I am running into issues that are similar as reported in bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6345743
is there a public build that has a fix for this issue? (it doesn't seem to be part of update 6

If you don't want to use Mustang beta. You can always add -Dsun.java2d.noddraw=true to your command line before running the application or for every java application, set an Environment variable JAVAOPTIONS to -Dsun.java2d.noddraw=true

Similar Messages

  • How can we import Fixed asset of the current year ?

    Hi ,
    in 1272578 note , SAP Support explain that's it's not possible to create fixed asset of the current year( example = acquisition date = 2009-02-01 )  using import , but they gave no workaround .
    does it mean that we have to manually create all assets of the current year ? or there is another way ( using DI-API for example ) ?
    Thanks

    Good day
    The fixed asset master data import functionality in SAP Business One is used to import assets of the previous year. If you are to force the importation of current year assets some of them might load but system will not be able to calculate planned depreciation for that year, which will give u problems when u try to run depreciation forcing u to post manual depreciation.
    With manual depreciation will not look good on the Fixed Asset Master since it sort of duplicate depreciation ONLY on the Master your report will be fine.
    Capturing Current year assets manually will be the safer road.
    Thanks
    Louis

  • How to know the current jvm name executable ?

    Hi,
    I should want know what is the current jvm executable, from a java program. For exemple c:\foo\bar\bin\java.exe, or /home/foo/bar/java_1.6/jre/bin/java and other.
    With system properties, I can know java home, version, vendor etc of JVM, but how I can know "bin\java.exe" or other ?
    Thanks.

    Yes.
    I see java.runtime.name=Java(TM) SE Runtime Environment, I see the classpath, I see java.runtime.version=1.6.0_14-b08, I see java.home=/home/herve/java/jdk1.6.0_14/jre, but I don't see the name of java programme.
    For me it is something like {java.home}/bin/java. I don't see that in system properties.

  • What's an easy way to start an agent in current JVM after it is running?

    I want to be able to start a Java agent in the current JVM. I cannot control how the JVM is started, therefore I cannot specify -javaagent on the java command.
    I know the attach API lets me attach to a JVM if I have its PID. But unless I have missed something there is no platform-independent way of getting the current PID to pass to VirtualMachine.attach.
    I have run an experiment that seems to work in which my code:
    1. Uses File.createTempFile to create a unique temp file.
    2. Sets a system property to the temp file's path.
    3. Uses VirtualMachine.list to get VirtualMachineDescriptors for all known VMs.
    4. For each VMD:
    4a. Attaches to the VM using theVirtualMachineDescriptor.id().
    4b. Retrieves the system properties from the VM.
    4c. Searches the Properties for the system property name and, if found, checks its value.
    4d. If they match, the VirtualMachine in the loop is the currently-running VM one and do what I want.
    4e. If they do not match, detach from that VM and check the next VM in the list.
    This is terribly cumbersome, plus it requires that tools.jar be available.
    Is there no simpler way to establish an agent in the current VM? Or to attach to the current VM?
    (I also tried passing an empty string and "-1" as the PID to VirtualMachine.attach with no luck. Not that I expected those to work, given that the JavaDoc said nothing about these special values.)
    Thanks.
    - Tim
    Edited slightly for clarity by: tjquinn on Jan 23, 2008 4:26 PM

    Thanks a lot for the pointers, Alan.
    The real underlying difficulty I didn't mention earlier is that Java Web Start is launching the applications of interest here. The JNLP spec currently provides no way of indicating an agent in the JNLP document, the -javaagent command line option is not one of the ones that Java Web Start chooses to handle (for the obvious security reasons I presume), and JNLP provides no mechanism for defining environment variables. So perhaps this is a lost cause until the JNLP spec and/or the Java Web Start implementation evolve.
    (There is a bug from years ago filed against Java Web Start asking for the equivalent of the -javaagent feature.)
    My questions in this thread reflect my (unsuccessful) attempts at side-stepping those Java Web Start restrictions.
    It does seem to me that the management enhancements over the past several Java SE versions have done a nice job of allowing different JVMs to manage and monitor each other. The special case of a JVM managing or monitoring itself is not so easy. In my particular case I don't really need the ability to attach to a different JVM. If I could just get the VirtualMachine instance for the current JVM (without needing tools.jar) I'd be done and on my way.
    Is that worth an RFE against management/monitoring do you think?
    - Tim

  • How to fix web part zone width?

    I would like to fix the web part zone width on a SharePoint page such that it is not overridden by any web part. Irrespective of me adding a smaller or larger webpart, the zone width should remain the same. I am ok if that introduces scroll bars. I tried giving the zone width, but currently the Content Editor web part width overrides that (a user gave a larger width in the Appearance section than the web part zone width).
    Is there a way to do that?
    ThanksSanjeev Garg [MSFT]

    Hi Sanjeev,
    Do you need this done in a particular page or is it for a lot of pages in your site? Either way, you can add custom CSS to make it a fixed width. For example:
    #your_webpart_zone_id
           width: 400px;
           overflow: auto;
    The overflow statement above should render scrollbars within the web part zone if any web part width is more than the web part zone width.
    If you need this for just few pages, then I'd recommend that you add a CEWP on those pages and add the above CSS through the Source Editor of the CEWP. But, if you need this on every page, then you can add the custom css in your master file to affect all pages.
    Use a DOM inspector to find the id or class of the web part zone easily. I hope this answers your question.
    Pman
    http://www.pmansLab.com/

  • Determining JVM Build

    I have searched for this but could not find anything..
    I am trying to determine the the build number of the Microsoft JVM in an applet but i get
    test.java:6: package com.ms.util does not exist
    build=com.ms.util.SystemVersionManager.getVMVersion().getProperty
    ^
    I have the following code (I have excluded the applet part to avoid confusion):
    class test
       public static void main(String[] args)
        String build;
        build=com.ms.util.SystemVersionManager.getVMVersion().getProperty("BuildIncrement");
        System.out.println("Using build "+build);
    }what am i missing?

    package com.ms.util does not existThe ms stands for Microsoft.
    If you build a dependency upon these packages your code will not work in the Sun JVMs and hence won't work on any browser where the JVM's been updated (MS don't supply updates to their JVM after some legal kerfuffles a few years ago).

  • Vs2010 azure project remove instead of unload now cannot find a part of the path build error

    I know this isn't a vs online question but I wasn't sure where else to post this one...
    I have an azure project built in vs2010 with a web role and worker role project. I accidently removed the worker role project then re added through 'add existing project'. Now when I try and build I get
    Error 1   Could not find a part of the path 'C:\Users\Mat\Documents\Visual Studio 2010\Projects\MvcApplication7 - Copy (4)\CubeCloud1.Azure\WorkerRole1\'.    C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure
    Tools\1.8\Microsoft.WindowsAzure.targets    987 5   CubeCloud1.Azure
    Line 987 is the start of the  element.
    Looking at the path, the folder WorkerRole1 doesn't exist but looking at back ups of this project it doesn't exist in them either.
    I've tried adding the WorkerRole1 folder but then I get  Error 102 CloudServices38 : The entrypoint dll is not defined for worker role WorkerRole1.    C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure Tools\1.8\Microsoft.WindowsAzure.targets   
    987 5   CubeCloud1.Azure
    I'm not sure going down the path of adding this folder anyway is the correct solution (I could be wrong of course).
    thanks,

    I don't know why this worked but I made a copy of the solution. When I opened the solution it had lost a reference to one dll (Windows Storage I think). I added that, then it builds ok now.

  • Azure project remove instead of unload now cannot find a part of the path build error

    I have an azure project built in vs2010 with a web role and worker role project. I accidently removed the worker role project then re added through 'add existing project'. Now when I try and build I get
    Error 1   Could not find a part of the path 'C:\Users\Mat\Documents\Visual Studio 2010\Projects\MvcApplication7 - Copy (4)\CubeCloud1.Azure\WorkerRole1\'.    C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure
    Tools\1.8\Microsoft.WindowsAzure.targets    987 5   CubeCloud1.Azure
    Line 987 is the start of the  element.
    Looking at the path, the folder WorkerRole1 doesn't exist but looking at back ups of this project it doesn't exist in them either.
    I've tried adding the WorkerRole1 folder but then I get  Error 102 CloudServices38 : The entrypoint dll is not defined for worker role WorkerRole1.    C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure Tools\1.8\Microsoft.WindowsAzure.targets   
    987 5   CubeCloud1.Azure
    I'm not sure going down the path of adding this folder anyway is the correct solution (I could be wrong of course).
    thanks,

    Hi mattech13,
    Thank you for posting in MSDN forum.
    According to your description, it seems that you have solved this issue now.
    Since
    this forum is to discuss: Visual
    Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor.
    Based
    on your issue,
    it is related to the Azure, so we will move this case to the Azure forum:https://social.msdn.microsoft.com/forums/azure/en-US/home?category=windowsazureplatform
    In addition, if
    you have any issues about this azure,I
    suggest you can post this issue directly to the Azure forum, you will get better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OC4J MBean: determining current JVM

    There appear to be a number of standard MBeans in OC4J; notably, there's one named oc4j:j2eeType=JVM. It contains information about the current node and cluster, which is just the information I want.
    My question is: at deployment time, there could potentially be a number of different JVMs running. From within application code, how can I figure out which JVM is running me, and query the appropriate MBean?

    My message in Re: OC4J Instance name should be helpful to figure out which JVM is running your application.

  • Calling the packager as part of the automated build process

    Hi,
    Is it possible to call the iPhone packager via command line or ANT script? We are developing a pure ActionScript application, and as part of the build process for this app, we'd like to call the packager to build the IPA file.
    Is this possible?
    Stephen

    Is possible.
    This is a piece from my ant build the variables must be configured properly
        <target name="test_package_iphone" depends="-chkName, -iPhonePWD" description="packageApp">
            <apply executable="${PFI_BAT}" parallel="true" dir="${DEBUG_DIR}" relative="true">
                <arg value="-package"/>
                <arg value="-target"/>
                <arg value="ipa-test"/>
                <arg value="-provisioning-profile"/>
                <arg value="${IPHONE_PROVISIONING}"/>
                <arg value="-storetype"/>
                <arg value="pkcs12"/>
                <arg value="-keystore"/>
                <arg value="${IPHONE_KEYSTORE}"/>
                <arg value="-storepass"/>
                <arg value="${IPHONE_PASSWORD}"/>
                <arg value="${app.name}.ipa"/>
                <arg value="${app.name}-app.xml"/>
                <arg value="${app.name}.swf"/>
                <arg value="-C"/>
                <arg value="${ASSETS_DIR}"/>
                <srcfile/>
                <fileset dir="${ASSETS_DIR}"/>
            </apply>
        </target>

  • What is most current StarOffice build?

    I just purchased/downloaded/installed StarOffice version 9.1.0 build 9399. I'm disappointed the Check for Updates function within the program doesn't work, so I don't know if 9399 is the most current build.
    Is build 9399 the most current? If not, what is the current build?
    If 9399 is not the current build, do I need to install update 2 before I install update 3? Or, do I just install update 3?
    I searched the StarOffice site but couldn't find what the latest build is, and the readme files associated with the updates do not indicate a build.
    If I missed the info, please advise where it's stated.
    Please advise. Thanks in advance.

    Friday 29 January 2010
    Every time i start it, the message is a new version is available.This would indicate that the version you are using is not 9.1.1. Following are the SO9 versions:
    SO 9.0 - initial release
    SO 9.0.1 - update 1 - this was an incremental update requiring SO 9.0 installation files
    SO 9.1 - update 2 - this was a full install
    SO 9.1.1 - update 3 - this was an incremental update requiring SO 9.1 installation files
    Go to Help>About StarOffice to see which version you have installed. Then go to the following site and download the patch or patches you need.
    http://sunsolve.sun.com/show.do?target=patches/soffice
    Because of the introduction of incremental update, you will need to install in the order needed. SO 9.0 > SO 9.1 (update 2) > SO 9.1.1 (update 3).
    When SO9 installs the installation files are stored in a folder on the Desktop. After my installs are complete, I save them to a portable drive, in case I need them in the future.
    I too have Windows 7 64 bit installed.The one main glitch with the updates is that the error messages were not properly coded for Win7. When installing SO9 updates, you need to temporarily set the User Account Control off.
    Phil

  • Can Java execute batch file outside of current JVM in separate process tree

    Hi,
    Does anyone know how to run programs from Java as separate processes that will not die when the spawning java program exits (JVM exits).
    The problem I have with using Runtime.exec is it spawns only child processes under the current running JVM, thus when the origonal program that called Runtime.exec ends so does all child processes.
    Basically I want to start a DOS batch file from my Java application, my Java application will then immediately exit (calling System.exit(0) ). The batch program will continue to run, its does some file clean up, create's some new files and deletes the old jar (containing the main app), it then rebuilds the main app jar and and executes the main class and then exits itself.
    I've also tried the apache.tomcat.jni.Proc :-
    long pool = Pool.create( new Long(0).longValue() );
    long pa = Procattr.create( pool );
    Procattr.dirSet( pa, "c:\\temp\\updater\\");
    Procattr.cmdtypeSet( pa, Proc.APR_SHELLCM );
    Procattr.detachSet( pa, 1 );
    long proc = Proc.alloc( pool );
    Proc.create( proc, "test.bat", new String[]{"test.bat"}, null, pa, pool );
    System.exit(0);
    The detach option doesn't work, if I take it off then the bat file runs and stops the JVM exiting, if I leave it in the batch file never gets called.
    Is this possible in Java. Can java start master process on Windows XP JDK1.5+?
    Cheers
    Chris.

    Well I found the answer elsewhere (java.net) thought I'd post it here for future visitors who might be experience the same problem.
    Basically Runtime can do this however it must be done the following way :-
    The java:-
    public class Main {
        public static void main(String[] args) throws Exception {
            Process p=Runtime.getRuntime().exec("cmd /c c:\\test.bat");
            System.out.println("done");
            System.out.println("quitting");
            System.exit(0);
    }The batch:-
    @echo off
    PING 1.1.1.1 -n 1 -w 5000 >nul
    java -cp "c:\ " MainThe important line that makes the whole thing work is :-
    @echo offIf this line is missing then the whole things locks up (must be the io streams getting used)
    Also this code can not be run from an IDE (well at least not from Intellj) as it also locks up.
    It must be run from a command prompt or jar.
    Also note that any commands in the batch file must have there output redirected to "nul" otherwise Windows kills the cmd as soon as it trys to output to a dead stream (dead because the Java has exited). for example :-
    @echo off
    PING 1.1.1.1 -n 1 -w 10000 >nul
    cd %1
    del /F /Q *.* >nul
    move /Y new\*.* >nul
    RD /Q /S new >nul
    PING 1.1.1.1 -n 1 -w 1000 >nul
    java -cp "c:\ " Main
    exit

  • Fix this problem please fix this iphone is currently linked to an apple id need to know the way to fix it

    Hello ,
    Need to know the best way to fix this problem this iphone is currently linked to an apple id need to know the way to fix it
    Best Regards

    The ONLY fix is to know the Apple ID/Password that was originally used to activate the phone. If you don't know this info, then the phone will be useless to you. Apple can't/won't help you.
    There is no other fix.

  • How do i test my magazine for free using the current viewer builder?

    I downloaded  the adobe viewer builder, and i entered all my license's. I get to the activation page. Then it ask me to purchase a serial number. When it brings me to the
    site, it prompts me to purchase something for $400.00.
    I just want to test, for free... How do i do that?

    Thanks Bob!
    I think thats insane considering  the adobe content viewer doesnt work on the ipad with the current DPS folios.
    Is there any other alternative?
    Would it be better just to use the xcode apple ap?
    Thanks
    - Joe

  • VS2013 / Team Explorer vsix - How to get the currently selected build definition?

    Greetings,
    My goal with a simple extension is to right-click any build definition and if my "Show Build Def Stats" menu item is selected, pop a message box with some summary details I plan to pull from the IBuildDefinition interface.
    I'm missing something fundamental I'm sure, but I cannot figure out how in the menu handler the actual build definition that I clicked on.
    The menu command is added where I want it successfully:
    Symbol info used to get this there:
        <!-- This is the Build Definition Context Menu -->
        <GuidSymbol name="guidTeamExplorerBuildDefContextMenu" value="{34586048-8400-472E-BBBF-3AE30AF8046E}" >
          <IDSymbol name="menuBuildDefinitionContext" value="0x109"/>
        </GuidSymbol>
    I am stumped as to how to get the fact that I clicked the "ISRepository" build definition in either the Initialize() or MenuItemCallBack() methods, I haven't come across the right service or container object that I recognize.
    Much obliged!
    --Jordan

    I have been investigating this for a while using .NET Reflector and finally I got it:
    In VS 2013, add references to the following assemblies in the folder C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer:
    Microsoft.TeamFoundation.Controls.dll
    Microsoft.TeamFoundation.Build.Controls.dl
    And then use this code:
    Microsoft.TeamFoundation.Controls.ITeamExplorer teamExplorer;
    Microsoft.TeamFoundation.Controls.ITeamExplorerPage teamExplorerPage;
    Microsoft.TeamFoundation.Build.Controls.Extensibility.IBuildsPageExt buildsPageExt;
    teamExplorer = base.GetService(typeof(Microsoft.TeamFoundation.Controls.ITeamExplorer)) as Microsoft.TeamFoundation.Controls.ITeamExplorer;
    teamExplorerPage = teamExplorer.CurrentPage;
    buildsPageExt = teamExplorerPage.GetExtensibilityService(typeof(Microsoft.TeamFoundation.Build.Controls.Extensibility.IBuildsPageExt)) as Microsoft.TeamFoundation.Build.Controls.Extensibility.IBuildsPageExt;
    foreach (Microsoft.TeamFoundation.Build.Controls.Extensibility.IDefinitionModel definitionModel in buildsPageExt.SelectedDefinitions)
    System.Windows.Forms.MessageBox.Show(definitionModel.Name);
    * My new blog about VSX: http://www.visualstudioextensibility.com * Twitter: https://twitter.com/VSExtensibility * MZ-Tools productivity extension for Visual Studio: http://www.mztools.com.

Maybe you are looking for

  • Transfer of sales orders from one plant to another

    Dear all, My requirement is as follows: I have created some 500 sales orders (open) in one sales org+plant. Now due to plant shifting to other area, I want to transfer all the above open sales orders to another sales org+plant. One option is to creat

  • HP Officejet 8600 fax issues

    I have an 8600 printer with fax capability - however - when I've tried to fax, I get a message saying I need to 'load' the software from the CD. I would - if I could find the CD. Any way to resolve this issue via a download some other way? Please hel

  • Idoc Acknowledgment to Sql Server with out using BPM

    Hi, My scenario is JDBC --> IDOC and                         IDOC ACK --> SQL For idoc acknowledments,done all the configurations( RBDSTATE,IDX_NOALE) for aleaud message type, I can see  the messages in SXMB_MONI. But in the aleaud idoc --- it contai

  • Resetting iPhone 3GS no wifi or cell service

    I can't seem to reset my iPhone because it won't connect to wifi and I don't have cell service please help <Email Edited By Host>

  • NI 9269 + cRio: sine generation

    Hi folks. I want to generate a sine with variable frequency and amplitude. I am working with a cRio 9033, a tension output module NI 9269 and labview 14 in Scan Interface mode, therefore I can not use the DAQ Assistant . I tried to use the Simulate S