Print of Java 3D version

Hey, forgive me if this is a stupid question, but I was wondering if there is a System call to print the version of Java 3D that is running on a system. You know, just like how you can do a
System.out.println(java.specification.version+ ": " + System.getProperty(java.specification.version));to see the Java SDK version, but I would like to see the Java 3D version. thanks.

Well, I found an answer to my question so I'll post it here:
http://www.talkaboutprogramming.com/group/comp.lang.java.3d/messages/5068.html

Similar Messages

  • Unable to launch the application after upgrading Java to version 1.6.0_26

    After upgrading Java to version 1.6.0_26 in Windows XP my web start throwing Exception. It works fine in Ubuntu with Java 1.6.0_24 and in Windows with older versions of Java 1.6.
    Exception doesn't say anything:
    java.lang.NullPointerException
           at com.sun.javaws.Launcher.executeApplication(Unknown Source)
           at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
           at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
           at com.sun.javaws.Launcher.run(Unknown Source)
           at java.lang.Thread.run(Unknown Source)Same as java console ouput
    Java Web Start 1.6.0_26
    Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\esod
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to <n>
    #### Java Web Start Error:
    #### nullMy Jnlp file looks like this
    <jnlp spec="1.0+">
    <information>
       <title>Editor</title>
       <vendor>Comapny name</vendor>
       <homepage href="http://company_urll" />
       <description>Editor/description>
    </information>
    <resources>
       <j2se version="1.6+" />
       <property value="true" name="javaws.cfg.jauthenticator" />
       <jar href="http://192.168.79.33:7070/resources/applet/formeditor.jar" />
    </resources>
    <security>
       <all-permissions />
    </security>
    <application-desc main-class="pl.rdata.formeditor.FormEditor">
       <argument>[email protected]</argument>
       <argument>rLq3347491</argument>
       <argument>17</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/formManagerService.service</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/customDataTypeManager.service</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/authorizationService.service</argument>
       <argument>2</argument>
    </application-desc>
    </jnlp>This application is self signed.
    When I download jar file to disk I can run it with command java -jar and it works fine.
    After downloading jar I made some tests changing line <jar href="http://192.168.79.33:7070/resources/applet/formeditor.jar" /> in Jnlp file.
    When I changed it to <jar href="formeditor.jar" />, and have jar in folder it works.
    When I changed it to <jar href="file:///C:/formeditor.jar"> it is not working (same exception).
    In every case jar is download correctly and it pass verifying.
    can anyone help?
    Regards
    Michal

    867322 wrote:
    When I changed it to <jar href="formeditor.jar" />, and have jar in folder it works.Okay, so you at least have a workaround.
    can anyone help?Search the bugs database to see if someone else already reported this; if not create a new bug entry. Whatever mistake you could make, you should not be getting a NullPointerException as a result so this is at the very least a bug in the error handling of webstart.
    But just some observations to try and see if you can make a difference (which is added input for your bug report). If I check JNLP examples, I see that the url specified is usually without a protocol, so it could be like this:
    <jar href="/resources/applet/formeditor.jar" />The JNLP should be on the host that you service the jar from, so Webstart can fill in the host information for itself.
    Also you provide a main-class; if the jar manifest specifies a main-class (and it should) you don't need to specify it in your JNLP file.

  • Printing From Java "The most F%&()�G stupid thing in the world"

    I have Spent the whole day trying to print a JPanel out of My application. I have gotten the panel to print but the print is not consistant. If the User Changes the Size of the Fame the Panel size Changes and Dimensions of the Plot Changes (aspect ratio). This happens because A print call makes a an image and then scales the image!!! Would it not make way more sence to scale the Jpanel to fit into the specified page size and then make an image to print! I anyone nows of way to do this Please!!!!!!!! let me know.

    I think the above post is an understatement, Printing in java is pretty much useless unless you can create your own framework, which you have to pretty much be a guru to create, but fortunately there was a nice guy, named Jean-Pierre Dube' who wrote an atricle for javaworld.com titled Printing in Java which provides a framework. It is really good. Initially I tried to print a JPanel and had the same problem as you, but then I read the article and used the framework and it did exactly what I wanted it to. I think what it does is take the programmed size (or preffered size) so if in your program you have specified the JPanel size (600,600) it will print it out in this size even if the person changes the size of the frame.
    Hope this helps and a big thanks to Jean-Pierre Dube'
    There are also a few other print Frameworks out there for free such as JFreeReport which is another good one, and I'd like to thank those guys if they happen to read this as well ( by the way, they made a post a few days ago stating a new version was out, and someone snubbed them by saying that this was not the place for advertising, but I think it is great they let us know, nothing wrong with being informed of a good freeware, especially for stuff that makes up where java lags. Thanks guys at JFreeReport).
    Cheers, Oz!!!!

  • Printing in Java 1.4 - printJob.getGraphics() causes exception

    Hi,
    I'm trying to print (using java 1.4) however the code
    'printJob.getGraphics()' (where printJob is a PrintJob object) seems to cause an exception (see below..)
    Could anyone please tell me a bit more about what this exception means?
    Thanks a lot!
    Kat
    Here's the exception:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D0844C6
    Function=Java_sun_awt_windows_WPrinterJob_setNativePrintService+0x19D
    Library=C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\awt.dll
    Current Java thread:
    at sun.awt.windows.WPrinterJob.setNativePrintService(Native Method)
    at sun.awt.windows.WPrinterJob.setPrintService(WPrinterJob.java:384)
    at sun.print.RasterPrinterJob.getPrintService(RasterPrinterJob.java:354)
    at sun.awt.windows.WPrinterJob.getPrintService(WPrinterJob.java:408)
    at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:997)
    at sun.print.PrintJob2D.run(PrintJob2D.java:529)
    at java.lang.Thread.run(Thread.java:536)
    Dynamic libraries:
    0x00400000 - 0x00406000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\bin\java.exe
    0x77F50000 - 0x77FF9000 C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F45000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5B000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77CC0000 - 0x77D35000 C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll
    0x6D330000 - 0x6D45C000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DCD000 C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
    0x76390000 - 0x763AA000 C:\WINDOWS\System32\IMM32.DLL
    0x629C0000 - 0x629C8000 C:\WINDOWS\System32\LPK.DLL
    0x72FA0000 - 0x72FFA000 C:\WINDOWS\System32\USP10.dll
    0x6D1D0000 - 0x6D1D7000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\verify.dll
    0x6D210000 - 0x6D229000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\java.dll
    0x6D320000 - 0x6D32D000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\zip.dll
    0x6D260000 - 0x6D27C000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\jdwp.dll
    0x501D0000 - 0x501D5000 C:\JBuilder4\jdk1.3\bin\dt_socket.dll
    0x71AB0000 - 0x71AC5000 C:\WINDOWS\System32\ws2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll
    0x71A50000 - 0x71A8B000 C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F45000 C:\WINDOWS\System32\DNSAPI.dll
    0x76FB0000 - 0x76FB7000 C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
    0x76FC0000 - 0x76FC5000 C:\WINDOWS\System32\rasadhlp.dll
    0x71A90000 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
    0x6D000000 - 0x6D0FA000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\awt.dll
    0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x771B0000 - 0x772CA000 C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000 C:\WINDOWS\system32\uxtheme.dll
    0x6D180000 - 0x6D1D0000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\fontmanager.dll
    0x51000000 - 0x51044000 C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll
    0x6D910000 - 0x6D981000 C:\WINDOWS\System32\D3DIM.DLL
    0x210F0000 - 0x21114000 C:\WINDOWS\System32\Hook98.dll
    0x6D2A0000 - 0x6D2C1000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\jsound.dll
    0x72D20000 - 0x72D29000 C:\WINDOWS\System32\wdmaud.drv
    0x72D10000 - 0x72D18000 C:\WINDOWS\System32\msacm32.drv
    0x77BE0000 - 0x77BF4000 C:\WINDOWS\System32\MSACM32.dll
    0x77BD0000 - 0x77BD7000 C:\WINDOWS\System32\midimap.dll
    0x6D130000 - 0x6D152000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\dcpr.dll
    0x6D100000 - 0x6D123000 C:\Program Files\s1studio_jdk\j2sdk1.4.1\jre\bin\cmm.dll
    0x763B0000 - 0x763F5000 C:\WINDOWS\system32\COMDLG32.DLL
    0x772D0000 - 0x77333000 C:\WINDOWS\system32\SHLWAPI.dll
    0x77340000 - 0x773CB000 C:\WINDOWS\system32\COMCTL32.dll
    0x69800000 - 0x69FEE000 C:\WINDOWS\system32\SHELL32.dll
    0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
    0x21F10000 - 0x21F17000 C:\WINDOWS\System32\spool\DRIVERS\W32X86\2\HPBF0010.DLL
    0x21F30000 - 0x21FA4000 C:\WINDOWS\System32\spool\DRIVERS\W32X86\2\HPBF0016.dll
    0x21FB0000 - 0x21FC0000 C:\WINDOWS\System32\MSVCIRT.dll
    0x21FC0000 - 0x220D2000 C:\WINDOWS\System32\spool\DRIVERS\W32X86\2\HPBF0013.DLL
    0x220E0000 - 0x220FE000 C:\WINDOWS\System32\spool\DRIVERS\W32X86\2\HPBF0011.DLL
    0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll
    0x6E680000 - 0x6E6B9000 C:\WINDOWS\System32\COMPSTUI.dll
    0x76380000 - 0x76385000 C:\WINDOWS\System32\MSIMG32.dll
    0x22100000 - 0x2210F000 C:\WINDOWS\System32\spool\DRIVERS\W32X86\2\HPBAFD32.DLL
    0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58C000 C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Tue Feb 18 15:37:46 2003
    Elapsed Time = 22
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode)
    # An error report file has been saved as hs_err_pid3640.log.
    # Please refer to the file for further information.

    I have this problem, too. I have seen numerous references to it in the forum, but no solution - not even something to try! I have tried printing to the same printer using an HP LaserJet III driver and had success, but then IT ALSO STARTED GETTING THE SAME EXCEPTION!!! The same code on another PC has no errors and runs every time. We are comparing to see what the difference is between the two machines in hopes of finding a solution. But the one that fails worked yesterday! We really could use some help on this one...

  • Configure client printer in java.awt.print

    I have number of records in database.
    If User clicks on PRINT button (ON A JSP PAGE)each record should be printed(ON CLIENT PRINTER) on a separate sheet.
    I can only able to access printer connected to server not to client.
    I am using javax.print and java.awt.print packages

    I am not sure this..
    Instead of if pls give while and check:
    try{
    while(rsValue.next()) {
    g.setFont(fntHeading);
    g.setColor(Color.red);
    g.drawString("Main Report",200,100);

  • SAP NetWeaver 2004s Java Trial Version installation problem

    I am trying to install SAP NetWeaver 2004s Java Trial Version in my windows xp machine.
    I have the following error.
    Nothing is written in to my E:\usr\sap folder which I have share as saploc and sapmnt.
    I read the forum threads on this.
    I still do not know how to do this.
    Please help
    vijay
    INFO 2006-12-17 21:23:58
    Execute step getSID of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR 2006-12-17 21:24:01
    FJS-00003  TypeError: dir_profile has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 39640: ???)
    ERROR 2006-12-17 21:24:01
    MUT-03025  Caught ESAPinstException in Modulecall: executing JS script failed.
    ERROR 2006-12-17 21:24:01
    FCO-00011  The step getSID with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|getSID was executed with status ERROR .

    Rajat,
    Sorry for the delay. I was on vacation.
    Which environment variable are you referring to?
    JAVA_HOME is set to C:\j2sdk1.4.2_09.
    I am using j2sdk1.4.2_09.
    Only port changes I tried was
    #sapdp01          3201/tcp.
    I tried with and without the # .
    Both had the same results.
    I have given below the last few statememts from the sapinst log file
    Any help to solve my problem will be greatly appreciated.
    Thanks.
    Vijay
    INFO 2007-01-02 16:13:25
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath C:/DOCUME1/VIJAYV1/LOCALS1/Temp/sapinst_exe.5432.1167783061/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: ##Tue Jan 02 16:13:25 PST 2007java.runtime.name=Java(TM) 2 Runtime Environment, Standard Editionsun.boot.library.path=C\:
    j2sdk1.4.2_09
    jre
    binjava.vm.version=1.4.2_09-b05java.vm.vendor=Sun Microsystems Inc.java.vendor.url=http\://java.sun.com/path.separator=;java.vm.name=Java HotSpot(TM) Client VMfile.encoding.pkg=sun.iouser.country=USsun.os.patch.level=Service Pack 2java.vm.specification.name=Java Virtual Machine Specificationuser.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SNEAK_PREVIEW
    FULL
    INSTALLjava.runtime.version=1.4.2_09-b05java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironmentjava.endorsed.dirs=C\:
    j2sdk1.4.2_09
    jre
    lib
    endorsedos.arch=x86java.io.tmpdir=C\:
    DOCUME1
    VIJAYV1
    LOCALS1
    Temp
    line.separator=\r\njava.vm.specification.vendor=Sun Microsystems Inc.user.variant=os.name=Windows XPsun.java2d.fontpath=java.library.path=C\:
    j2sdk1.4.2_09
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;e\:
    sapdb
    programs
    bin;e\:
    sapdb
    programs
    pgm;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin
    classic;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin
    client;f\:
    oracle
    product
    10gDSHome
    jlib;f\:
    oracle
    product
    10gDSHome
    bin;f\:
    oracle
    product
    10gDSHome
    jre
    1.1.8
    bin;f\:
    oracle
    product
    10.1.0
    Db_1
    bin;f\:
    oracle
    product
    10.1.0
    Db_1
    jre
    1.4.2
    bin
    client;f\:
    oracle
    product
    10.1.0
    Db_1
    jre
    1.4.2
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    Program Files
    Microsoft SQL Server
    80
    Tools
    BINN;C\:
    Program Files
    Microsoft SQL Server
    80
    Tools
    Binn
    ;C\:
    WINDOWS
    Microsoft.NET
    Framework
    v1.1.4322;F\:
    maven
    Maven 1.0
    bin;C\:
    Program Files
    QuickTime
    QTSystem
    ;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;java.specification.name=Java Platform API Specificationjava.class.version=48.0java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactoryos.version=5.1user.home=C\:
    Documents and Settings
    vijay vijayakumaruser.timezone=America/Los_Angelesjava.awt.printerjob=sun.awt.windows.WPrinterJobfile.encoding=Cp1252java.specification.version=1.4java.class.path=C\:/DOCUME1/VIJAYV1/LOCALS~1/Temp/sapinst_exe.5432.1167783061/JAR/ins-j2ee.jaruser.name=vijay vijayakumarjava.vm.specification.version=1.0java.home=C\:
    j2sdk1.4.2_09
    jresun.arch.data.model=32user.language=enjava.specification.vendor=Sun Microsystems Inc.awt.toolkit=sun.awt.windows.WToolkitjava.vm.info=mixed modejava.version=1.4.2_09java.ext.dirs=C\:
    j2sdk1.4.2_09
    jre
    lib
    extsun.boot.class.path=C\:
    j2sdk1.4.2_09
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_09
    jre
    classesjava.vendor=Sun Microsystems Inc.file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgisun.io.unicode.encoding=UnicodeLittlesun.cpu.endian=littlesun.cpu.isalist=pentium i486 i386
    INFO 2007-01-02 16:13:25
    Execute step setNWOption of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|0|0.
    INFO 2007-01-02 16:13:26
    Execute step collect of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR 2007-01-02 16:13:28
    FJS-00003  TypeError: this._name has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 8987: ???)
    ERROR 2007-01-02 16:13:29
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .

  • When I make a Book in Aperture and print a PDF proof version, all the modified photos (marked with Badges) are totally distorted.  What is causing this? All other - non-modified photos - appear to be fine.

    When I make a Book using Aperture 3 and print a PDF proof version, all images that have been modified within Aperture are distorted in PDF form.  All other images appear ok.

    As if only the corrected layer would have remained on the photos.
    So the geometry of the pictures is correct - they are not skewed or something? Only the colors and intensities are wrong?
    . Only in printing when it is converted to PDF file some photos are unrecognizable.
    Is it the printed pdf or the pdf viewed on the screen? If it is the printed copy you need to fix your print settings.
    Does Aperture give a warning, that the high resolution images are not available?
    We had some cases of books not being able to be printed, and that was due to a broken reference to the original files. Only the book could not access the originals, all other parts of Aperture could. To check for this, try to add one more adjustment to one of the images in question. Is it possible? Are the edits reflected correctly in the pdf of the book?
    We were shooting with 3 cameras, Lumix5 shooting RAW, Cannon 100 shooting JPEG and SONY alfa850 shooting RAW.
    Have you tried to reprocess the raw of the edited images? (Photos > Reprocess Raw)
    Also try, to remove one of the images from the book and to add it again. That usually helps, if Aperture has lost the connection to the originals used in the book.
    If you no have done so already, repair (and if necessary rebuild) the Aperture library.
    See: Repairing and Rebuilding Your Aperture Library: Aperture 3 User Manual
    Regards
    Léonie

  • SAP NetWeaver 2004s Java Trial Version on Windows Vista

    Hello everyone,
    I have been trying to install SAP NetWeaver 2004s Java Trial Version for three days now on Windows Vista Ultimate. Since Microsoft has a new security infrastructure implemented in Windows Vista, it is not that easy to install SAP NetWeaver 2004s Java Trial Version. Windows Vista has some sort of User-account security. In summary, in Windows Vista, you are logged in as an administrator, but when it comes to change system files or do registry entries, you or respectivly third party programs (e.g. SAP NetWeaver 2004s Java Trial Version installer) has no rights to do things like registry entries. There is a possibility to rightclick on the setup.bat file and start it in administrative mode, but that doesn't change a thing.
    I hope you guys get my problem.
    This is the error log:
    WARNING 2007-01-28 21:09:35
    Error 5 (acces denied
    ) in execution of a 'RegOpenKeyEx' function, line (69), with parameter (SYSTEM\CurrentControlSet\Services\DPS).
    WARNING 2007-01-28 21:09:35
    The Subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS' does not exist on the 'localhost' host.
    ERROR 2007-01-28 21:09:35
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS' does not exist on the 'localhost' host.
    ERROR 2007-01-28 21:09:35
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .
    Please help!
    yours
    erik

    Windows Vista isn't on the support matrix of SAP Netweaver 2004s!
    you may play arround with regedit and chaning the security settings of SYSTEM\CurrentControlSet\Services\DPS key. SAPinst is doing a KEY_ALL_ACCESS when enumerating the services registry.
    Starting with Vista some registry values have special protection which do not allow administrators to open them with KEY_ALL_ACCESS.
    peter

  • SAP NetWeaver 2004s Java Trial Version Installation error

    Dear Techies,
    I tried to install the trial version (SAP NetWeaver 2004s Java Trial Version
    ) downloaded from SDN, but I am getting an error immediately after started the installation. The log as given below.
    Please suggest me where I can delete this special character mentioned in the log file ? The full log also is given below
    INFO       2007-04-13 21:55:17
    Execute step collect of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:58]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02107  Path component contains reserved character ('"'): "C:
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:519]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02106  Path contains reserved character ('"'): "C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan"
    Thanks and best regards,
    Shiju
    Full log :
    SAPinst is getting started.
    Please be patient ...
    starting gui server process:
      sapinstport: 21200
      guiport    : 21212
      guistart   : true
      command    : "C:\Program Files\Java\j2re1.4.2_09/bin\javaw.exe" -cp "C:/DOCUME1/MYTHIL1/LOCALS1/Temp/sapinst_exe.2644.1176481451\jar\instgui.jar;C:/DOCUME1/MYTHIL1/LOCALS1/Temp/sapinst_exe.2644.1176481451\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    load resource pool C:\Netweaver_FullKit\SAPNW2004sJavaSP9_Trial\SAPNW2004sJavaSP9_Trial\SAP_NetWeaver_2004s_SR_1_Installation_Master_DVD__ID__NW05SR1_IM1\IM_WINDOWS_I386\resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host MythiliKannan, port 21200 to continue with the installation
    guiengine: login in process.
    IRunModeReceiver CChoiceDialogModifier::continuePreviousRun()
    INFO       2007-04-13 21:55:09 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.2.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.2.xml'.
    INFO       2007-04-13 21:55:09 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.3.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.3.xml'.
    INFO       2007-04-13 21:55:09
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO       2007-04-13 21:55:16 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.2.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.2.xml'.
    INFO       2007-04-13 21:55:16
    Execute step setNWOption of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|0|0.
    INFO       2007-04-13 21:55:17
    Execute step collect of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:58]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02107  Path component contains reserved character ('"'): "C:
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:519]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02106  Path contains reserved character ('"'): "C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan"
    ERROR      2007-04-13 21:55:17
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESyException in Modulecall: Bad path component: "C:.
    ERROR      2007-04-13 21:55:17
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .
    INFO       2007-04-13 22:00:30 [iaxxgenimp.cpp:787]
               showDialog()
    An error occured and the user decide to stop.\n Current step "|NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect".
    Exit status of child: 1

    Hi,
    I changed the system name but still I am getting the same error. Previously there was an SAP system was installed in my pc later I uninstalled that, but still there are two  SAPsid_00 and SAPsid_01 (where in sid is MS) is running. I think this is the problem. I disabled the services as well but still I am getting the same error during the installation. How to delete the windows services ? and how to do a clean up for registry ?. I feel if I do theses two then I can install.
    Thans a lot for your helps and support.
    Shiju

  • I just bought a new printer for my iMac version 10.7 but I am able to install the software but for some reason I am not able to view the printer under system preferences to add the printer. It is connected with the USB cord!!

    I just bought a new printer for my iMac version 10.7 Lion but I am able to install the software but for some reason I am not able to view the printer under system preferences to add the printer. It is connected with the USB cord!! It as if the printer does not show up in the add printer section under system prefernces!!

    I checked the manufacturer and apple site to see if my printer is supprted and it said it was!! I am using the HP officedeskjet 4500 G510a-f (HP Officejet 4500 Desktop)!! Still does not show up under add printers please help!!

  • XML Printing from Java

    I have an urgent request from my company's client to implement a feature of printing in our application.
    Actually the application is basically an XML Builder which generates XML code at the backend, something like Dreamweaver.
    I have no clue about printing in Java, and have not much time to research on this topic. If anybody have a program to send an XML file to print (Color printing if possible), please post here or email me at [email protected]
    Any help in this regard is highly appreciated (Dukes Dollars also available).
    Thanks
    Raheel

    I realize you're under time pressure, but this link may be of assistance: Printing in Java, Part 1: Acquaint yourself with the Java printing model

  • PL/SQL log messages are not printing from Java concurrent program

    Hi,
    I have a strange issue while submitting the Java concurrent program through PL/SQL.
    I have a PL/SQL concurrent program which will invoke the Java concurrent program inside the package by use of "FND_GLOBAL.SUBMIT_REQUEST". It worked and submitted successfully. From that Java concurrent program we are calling some other PL/SQL packages and printing some log messages over there. But problem here is the request is only printing the Java log messages in view log but not the PL/SQL log messages.  But if I submit the Java concurrent program directly from SRS form at that it is printing both Java and PL/SQL log messages.
    I am just wondering how the log messages has not printed. Please provide your inputs to solve this problem.
    Thanks
    Suriya

    I'm adding log messages in the package body , but these messages are not printing after completion of concurrent prog.
    Any suggestions.
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Data Test :');Do you have COMMIT in your code?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%27FND_FILE.PUT_LINE%27+AND+commit&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Help needed in printing in java

    hello everyone, i m in grave need of a solution of printing a java page. I have a page designed in Java swings which contains mainly labels and textareas. And i need to print this page. The problem is that I have no clue how to go ahead. Cud neone arnd pls help me on this matter asap as this is very urgent. I shall be highly obliged to all the takers on this issue. Please email me at [email protected]
    Thanks and kind regards,
    Rahul.

    http://java.sun.com/docs/books/tutorial/2d/printing/index.html

  • Problem in download SAP Netweaver  Java Trial Version

    Hi,
    I am trying to download the "SAP NetWeaver 7.0 Java Trial Version" but it is giving an error. Can anyone help me?
    This the error;
    An error occurred while processing your request.
    Reference #172.57cf648.1208872749.4edd3d6
    Also, I have downloaded the ABAP version but it is not installing, in the middle of installation, it gives an error.
    Thanks
    Rana khan

    Thanks, Here is the log;
    (Apr 22, 2008 1:24:03 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file I:\sapdb\log.txt for details.
    (Apr 22, 2008 1:24:03 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Apr 22, 2008 1:44:58 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file I:\sapdb\log.txt for details.
    (Apr 22, 2008 1:44:58 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Apr 22, 2008 2:51:49 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file I:\sapdb\log.txt for details.
    (Apr 22, 2008 2:51:49 AM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile E:/WINDOWS/TEMP/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

  • SAP NW 7.0 Java trial version on windows platform

    Hi,
    I am searching for a SAP NW 7.0 Java trial version on windows platform in the "Downloads" sessions. But I couldn't find it there. Can anybody help me finding this trial version?
    Thanks,
    Kris

    Hi Kris
    Except the trial version, if you have a Sxxxxxxx user in Service Market Place(http://service.sap.com), I would like to recommend
    you install the netweaver developer workplace version, which can be installed on your laptop with windows XP, which should
    be better than the trial version.
    Thanks
    Thunder

Maybe you are looking for

  • ITunes app keeps opening by itself randomly...

    The iTunes app on my MacBook Pro randomly opens and starts playing from my music library no matter what I'm doing on my laptop.  I keep quitting iTunes but it reopens on its own. I've restarted my laptop several times but that hasn't solved the issue

  • Handle transaction in web dynpro

    Hi, How to handle transaction in web dynpro applications which is using Adaptive RFC model ? Thanks, Teja

  • I have greyed out wifi

    My wifi is greyed out but comes on sometimes. I also can't connect to wifi how can I fix these problems

  • Roll In Roll Out issue

    I've got a button that shifts down when you roll over it, then moves back up then you roll out. All is keen except when you roll slowy from the top, if you hit the right spot you get into a tedder todder effect of rolling in and rolling out until you

  • DBAs and responsibility in data security

    hello folks, this question is more into politics rather than technical. If you had a business and you're hiring a DBA, how would you restrict a DBA from not viewing certain data? The things which can come into my mind are: - Enforce the DBA to use a