Help on Linux with JRE 1.3.1_02!!!

Well..hello.
Here is my Problem:
I Dloaded the JRE 1.3.1_002.bin file and instaled it. No Problems, nu Errors, nothing.
But for Example, Limewire still doesn't work! It says that
"No Java Viritual Machine could be found from your Path Enviroment.
Youmust install a VM prior to use this Programm."
Well, sounds like Limewire is too stupid, I know. BUT: Other Programs like "Go ICQ"
( http://go.icq.com ) aren't working too, so there is definitivley a Prob wit my java.
There is a jre 1.3.1_02 directory in my /home directory, and I can run the Control Panel. I told him to use the RE in my /home directory...and I told Konqueror to use the Ns4 Plugin...But nothing works!
I am runing Mandrake 8.2 on a i386 class system....
Please help, I really need ICQ and Limewire...

Ok, I had the same problem! Goto settings>Configure Konqueror>Konqueror Browser>Java; and enable java globally! (however, the icq is just sooo slow and it "I don't know how to say it in english" all the time, then I have to Ctrl+Alt+Esc all the windows...)

Similar Messages

  • Mozilla 1.7.x  hangs in applet code on RH Linux with JRE 1.5.0

    Hi all,
    From my applet code when an URLConnection.getInputStream() method is called the browser hangs, if authentication is turned on the webserver.
    This works with jre 1.4.2 on linux, for the matter on windows with Jre1.5 also.
    Also it works on 1.5 if suthentication is not set.
    So it is this particular combination of (jre1.5/mozilla on linux/authentication) that doesnot work :):).
    I tried to set the auth header, but nothing seem to help.
    String login = "userid"+":"+"password";
    String encodedLogin = new sun.misc.BASE64Encoder().encode(login.getBytes());
    httpsCon.setRequestProperty("Authorization", "Basic " + encodedLogin);
    Searched on the sun/mozilla sites to see if any known issues, couldn't find any.
    Thanks
    RT

    Just to add upon that a simple code like this will hang
    String str = "https://ppp.qqq.com/admin/50_splash.gif";
    try {
    URL url = new URL(str);
    URLConnection con = url.openConnection();
    HttpsURLConnection conn = (HttpsURLConnection) url.openConnection();
    con.setDoInput(true);
    try {
    con.connect(); //-->hangs here
    It looks to me like at this point plugin tries to popup the authentication dialog box but it cannot.
    Thanks
    RT

  • JRE 1.3.1_02 does not work with new Nvidia drivers - HELP!

    I am a user and not a developer but this problem really does bite the big one. I have had installed JRE 1.3.1 and have used it to run LimeWire file sharing program for a long time (LimeWire is a java program from www.limewire.com) and also use it to see java applets on web pages in IE 6.
    I have since upgraded my Nvidia video drivers to version 2.8.3.2 which is the latest official release at this time from Nvidia. Since doing this I have no java at all anymore. Limewire refuses to run at all and there is an error report generated in it's resident directory. If I go to http://java.sun.com, IE hangs and then dissappears, leaving a bug report on my desktop. It seems that JRE does not like the new NT OpenGL dll at all in the new Nvidia drivers and will not run at all. The dll that causes the problem is:
    C:\WINDOWS\System32\nvoglnt.dll
    I upgraded JRE to version 1.3.1_02 because Sun says this is the latest version and runs on XP which is what I have. Still java does not run at all anymore and I get the same bug reports. Has anyone found a workaround for this problem? This really stinks because now I cannot use LimeWire at all and if any web page has java on it, it dissappears right away and there is no more browser on my desktop. The only way I can even visit http://java.sun.com is if I use a Java blocking applet to filter out java applets on web pages.
    Please address this issue in JRE development and release a patch for it or a workaround.
    Thank you for reading this.
    [email protected]
    System Info:
    Microsoft Windows XP Professional
    Sun JRE 1.3.1_02
    GeForce 2 MX AGP video card with 32Mb VRAM
    Intel Pentuim III 800Mhz Coppermine
    1Gb PC 133Mhz SDRAM
    Java generated bug report:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x69564306
    Function name=(N/A)
    Library=C:\WINDOWS\System32\nvoglnt.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.awt.Win32GraphicsDevice.getDefaultPixID(Native Method)
         at sun.awt.Win32GraphicsDevice.getDefaultConfiguration(Unknown Source)
         at sun.awt.windows.WToolkit.resetGC(Unknown Source)
         at sun.awt.windows.WToolkit.<clinit>(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at java.awt.Toolkit$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
         at sun.awt.GlobalCursorManager$CursorEvent.<init>(Unknown Source)
         at sun.awt.GlobalCursorManager.<clinit>(Unknown Source)
         at java.awt.Cursor.initIDs(Native Method)
         at java.awt.Cursor.<clinit>(Unknown Source)
         at java.awt.Window.<init>(Unknown Source)
         at java.awt.Frame.<init>(Unknown Source)
         at java.awt.Frame.<init>(Unknown Source)
         at javax.swing.JFrame.<init>(Unknown Source)
         at sun.plugin.ConsoleWindow.<init>(Unknown Source)
         at sun.plugin.JavaRunTime.getJavaConsole(Unknown Source)
         at sun.plugin.JavaRunTime.showJavaConsole(Unknown Source)
         at sun.plugin.AppletViewer.initEnvironment(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\iexplore.exe
    0x77F50000 - 0x77FF9000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F45000      C:\WINDOWS\system32\kernel32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\msvcrt.dll
    0x77D40000 - 0x77DCD000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77DD0000 - 0x77E5B000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77CC0000 - 0x77D35000      C:\WINDOWS\system32\RPCRT4.dll
    0x772D0000 - 0x77333000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71700000 - 0x71848000      C:\WINDOWS\System32\SHDOCVW.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
    0x773D0000 - 0x77BC4000      C:\WINDOWS\system32\SHELL32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\comctl32.dll
    0x771B0000 - 0x772CA000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\system32\uxtheme.dll
    0x60000000 - 0x6004C000      C:\WINDOWS\System32\MSCTF.dll
    0x75F80000 - 0x7607C000      C:\WINDOWS\System32\BROWSEUI.dll
    0x72430000 - 0x72442000      C:\WINDOWS\System32\browselc.dll
    0x75F40000 - 0x75F5D000      C:\WINDOWS\system32\appHelp.dll
    0x76FD0000 - 0x77048000      C:\WINDOWS\System32\CLBCATQ.DLL
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77050000 - 0x77115000      C:\WINDOWS\System32\COMRes.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x63000000 - 0x63094000      C:\WINDOWS\system32\WININET.dll
    0x762C0000 - 0x7634A000      C:\WINDOWS\system32\CRYPT32.dll
    0x762A0000 - 0x762AF000      C:\WINDOWS\system32\MSASN1.dll
    0x76F90000 - 0x76FA0000      C:\WINDOWS\System32\Secur32.dll
    0x76620000 - 0x7666E000      C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661B000      C:\WINDOWS\System32\CSCDLL.dll
    0x76670000 - 0x76754000      C:\WINDOWS\System32\SETUPAPI.dll
    0x75A70000 - 0x75B13000      C:\WINDOWS\system32\USERENV.dll
    0x10000000 - 0x10008000      C:\Program Files\Adobe\Acrobat 5.0\Reader\ActiveX\AcroIEHelper.ocx
    0x75E90000 - 0x75F31000      C:\WINDOWS\System32\SXS.DLL
    0x1A400000 - 0x1A479000      C:\WINDOWS\system32\urlmon.dll
    0x63580000 - 0x63824000      C:\WINDOWS\System32\mshtml.dll
    0x01500000 - 0x01588000      C:\WINDOWS\System32\shdoclc.dll
    0x74770000 - 0x747FF000      C:\WINDOWS\System32\MLANG.dll
    0x76400000 - 0x765FB000      C:\WINDOWS\System32\msi.dll
    0x746F0000 - 0x74719000      C:\WINDOWS\System32\msimtf.dll
    0x605D0000 - 0x605DF000      C:\WINDOWS\System32\mslbui.dll
    0x5C2C0000 - 0x5C303000      C:\WINDOWS\ime\sptip.dll
    0x018D0000 - 0x0192B000      C:\Program Files\Common Files\Microsoft Shared\Ink\SKCHUI.DLL
    0x746C0000 - 0x746E7000      C:\WINDOWS\System32\MSLS31.DLL
    0x32520000 - 0x32532000      C:\Program Files\Microsoft Office\Office10\msohev.dll
    0x1C000000 - 0x1C009000      C:\Program Files\AIM95\idlemon.dll
    0x71C20000 - 0x71C6F000      C:\WINDOWS\System32\netapi32.dll
    0x71B20000 - 0x71B31000      C:\WINDOWS\system32\MPR.dll
    0x75F60000 - 0x75F66000      C:\WINDOWS\System32\drprov.dll
    0x71C10000 - 0x71C1D000      C:\WINDOWS\System32\ntlanman.dll
    0x71CD0000 - 0x71CE6000      C:\WINDOWS\System32\NETUI0.dll
    0x71C90000 - 0x71CCC000      C:\WINDOWS\System32\NETUI1.dll
    0x71C80000 - 0x71C86000      C:\WINDOWS\System32\NETRAP.dll
    0x71BF0000 - 0x71C01000      C:\WINDOWS\System32\SAMLIB.dll
    0x75F70000 - 0x75F79000      C:\WINDOWS\System32\davclnt.dll
    0x73D70000 - 0x73D82000      C:\WINDOWS\System32\shgina.dll
    0x75970000 - 0x75A61000      C:\WINDOWS\System32\MSGINA.dll
    0x76360000 - 0x7636F000      C:\WINDOWS\System32\WINSTA.dll
    0x1F7B0000 - 0x1F7E1000      C:\WINDOWS\System32\ODBC32.dll
    0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
    0x1F850000 - 0x1F866000      C:\WINDOWS\System32\odbcint.dll
    0x5A500000 - 0x5A58D000      C:\WINDOWS\System32\wiashext.dll
    0x70D00000 - 0x70EA0000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.0.0_x-ww_8d353f13\gdiplus.dll
    0x73BA0000 - 0x73BB2000      C:\WINDOWS\System32\sti.dll
    0x74AE0000 - 0x74AE7000      C:\WINDOWS\System32\CFGMGR32.dll
    0x71AD0000 - 0x71AD8000      C:\WINDOWS\System32\wsock32.dll
    0x71AB0000 - 0x71AC5000      C:\WINDOWS\System32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\System32\WS2HELP.dll
    0x71A50000 - 0x71A8B000      C:\WINDOWS\system32\mswsock.dll
    0x71A90000 - 0x71A98000      C:\WINDOWS\System32\wshtcpip.dll
    0x76EE0000 - 0x76F17000      C:\WINDOWS\System32\RASAPI32.DLL
    0x76E90000 - 0x76EA1000      C:\WINDOWS\System32\rasman.dll
    0x76EB0000 - 0x76EDA000      C:\WINDOWS\System32\TAPI32.dll
    0x76E80000 - 0x76E8D000      C:\WINDOWS\System32\rtutils.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x722B0000 - 0x722B5000      C:\WINDOWS\System32\sensapi.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
    0x6D370000 - 0x6D37D000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\npjava131_02.dll
    0x6D130000 - 0x6D15A000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\beans.ocx
    0x6D300000 - 0x6D316000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\jpishare.dll
    0x6D420000 - 0x6D4F0000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\hotspot\jvm.dll
    0x6D220000 - 0x6D227000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\PROGRA~1\JavaSoft\JRE\132DB1~1.1_0\bin\zip.dll
    0x6D020000 - 0x6D129000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AA000      C:\WINDOWS\System32\IMM32.dll
    0x6D1E0000 - 0x6D21B000      C:\Program Files\JavaSoft\JRE\1.3.1_02\bin\fontmanager.dll
    0x5ED00000 - 0x5EDC6000      C:\WINDOWS\System32\OPENGL32.dll
    0x68B20000 - 0x68B3E000      C:\WINDOWS\System32\GLU32.dll
    0x73760000 - 0x737A5000      C:\WINDOWS\System32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x69500000 - 0x69816000      C:\WINDOWS\System32\nvoglnt.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58C000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Apr 03 18:51:17 2002
    Elapsed Time = 13
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)

    Chuck,
    I stumbled in here looking for help, I am a PC user,
    not a coder or developer (How sad. <g>). I checked for
    updates to the Nvidia driver (none), Windows XP (not
    at this time), and DirectX 8.1 (not at this time,
    these come on the XP updates page so far as I know.)
    Not too suprising...
    I have no idea of how to implement your suggestion on
    how to disable the JMV use of DirectX overal in my XP
    envornment. I guess that using Internet Explorer 6 to
    see web pages with Java on them are pretty much out of
    the question for now but I would be happy as a clam if
    I could get my LimeWire application going again.
    LimeWire is called via a desktop or Start menu
    shortcut in this fashion:
    Target Box: C:\WINDOWS\system32\javaw.exe -cp .
    RunLime
    Start In (directory): "C:\Program Files\LimeWire 1.7"
    So it appears that java is called via the javaw.exe
    file and passes a cp argument (whatever that is), then
    there is a period separator (dunno why) and then the
    "RunLime" statement that calls up the LimeWire
    program.to implement the suggestion, simply add -Dsun.java2d.noddraw=true between "javaw.exe" and "-cp" separating it from them by a space on each side. Your result should look something like this:
    c:\windows\system32\javaw.exe -Dsun.java2d.noddraw=true -cp . RunLime
    >
    I cannot see any need for fancy graphic acceleration
    or DirectX being called to play for this application
    since it is basicly a file manager that shares.
    Nothing fancy about it.It's not the application choosing to do this, but Java itself. Java GUI applications specifically those who use the Swing GUI classes (like LimeWire, if I recall) automatically leverage DirectX. This is really valuable for Swing applications since they emulate Windows (or Mac or Motif) GUI widgets rather than using them, making fast access to display buffers important to ensure best performance.
    >
    Do you have any idea of how to pass your
    "-Dsun.java2d.noddraw=true" statement to disable
    DirectX into the above call to start java and
    LimeWire?See above.
    >
    Hanging by the edge of my seat, waiting for more input
    on this. Thank you for your time and suggestions.
    Paul

  • Very long applet load time with JRE 1.5 - HELP!!

    My applet is taking forever to load and init using JRE 1.5.
    With JRE 1.4.2_06 it takes a matter of seconds to load and init. The same 1.4.2_06 compiled code running on JRE 1.5 takes ~ 17 minutes!!! Is anyone having a similar experience? I've seen other similar posts related to past plug-in versions, but nothing related to 1.5. The same problem occurs if I compile the code with JDK 1.5 and run with JRE 1.5.
    This extreme example happens on a 533 MHz Win2000 pc with 524 MB RAM.
    A desktop with 3 GHz P4, 1 GB RAM running WinXP SP2 doesn't have an appeciable delay (a couple seconds).
    A laptop with 2.21 GHz AMD Athlon 64, 512 MB RAM running WinXP SP1 takes about 8 seconds to load the applet.
    I don't believe it's running yet in the init method during this long wait time. I don't see any print statements, but the basic layout of it is the following:
         public void init()
              applet = this;
              // Setup Look and Feel
              try
                   UIManager.setLookAndFeel (UIManager.getSystemLookAndFeelClassName());
              catch (java.lang.ClassNotFoundException e) {System.err.println("Error setting Look and Feel.");}
              catch (javax.swing.UnsupportedLookAndFeelException e) {System.err.println("Error setting Look and Feel.");}
              catch (java.lang.IllegalAccessException e) {System.err.println("Error setting Look and Feel.");}
              catch (java.lang.InstantiationException e) {System.err.println("Error setting Look and Feel.");}
              // Setup background coloring
              HeaderFile.bgcolor5 = UIManager.getColor("Panel.background");  //new Color(212,208,200);
              HeaderFile.bgcolor6 = UIManager.getColor("desktop");
              applet.getContentPane().setBackground(HeaderFile.bgcolor6);
              // Splash screens
              urlSplash = getURL("AesGuiLarge.jpg");
              ImageIcon_Splash = new ImageIcon(getURL("OmniViewSplash_noWords.jpg"));
              ImageIcon_OmniView = new ImageIcon(getURL("OmniView_wordOnly.gif"));
              // Setup Intitialization panel
              final InitializationPanel initPanel = new InitializationPanel();
              contentPane = getContentPane();
              if (preRelease == true)
                Label label = new Label("PRE-RELEASE");
                label.setFont(new Font("SansSerif", Font.BOLD|Font.ITALIC, 11));
                 JPanel panel = new JPanel();
                   panel.setBackground(Color.yellow);
                   panel.add(label);
                   contentPane.add(panel, BorderLayout.SOUTH);
              contentPane.add(initPanel, BorderLayout.CENTER);
              Thread initialize = new Thread ()
                   public void run()
                            System.out.println("\n***** Initialize thread start *****\n");
              initialize.start();
         }Any help would be appeciated.

    I've discovered where the bulk of the delay is coming from.
    I have 23 default *.properties files in my project. These files contain the English translation of all displayable strings for Internationalization (I18N). The default naming convention is "text.properties".
    For those who don't know I18N, here's a brief synopsis of what happens. ResourceBundles are used to get the strings that are displayed. if your local computer's language/regional settings are English/US, then when the ResourceBundle searches for the file that contains the strings it first looks for a file named text_en_US.properties. If that file is not present or the string is not located, it then looks for a file named text_en.properties. If that file is not present or the string is not located, it then looks for the default file named text.properties. My properties files are all default named.
    I used the Java Console tracing capability to see what was happening and this is what I saw. This is happening for every .properties file:
    Using JRE 1.4.2_06:
    Connecting http://dummy.com/demos/AES/1_4_2_06/fax.class with no proxy
    Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.class with no proxy
    Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.properties with no proxy
    Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.class with no proxy
    Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.properties with no proxy
    Using JRE 1.5:
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax.class with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax.class with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax.class requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.class with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.class with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax_en.class requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.properties with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en.properties with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax_en.properties requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.class with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.class with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax_en_US.class requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.properties with proxy=DIRECT
    network: Connecting http://dummy.com/demos/AES/1_4_2_06/fax_en_US.properties with cookie "PHPSESSID=e4aad164588f860e495812ec5c52326c"
    network: Server http://dummy.com/demos/AES/1_4_2_06/fax_en_US.properties requesting to set-cookie with "PHPSESSID=e4aad164588f860e495812ec5c52326c; path=/"
    None of the files in these traces exist. JRE 1.5 is attempting to set cookies on each of these non-existent files. There is approximately a 5-8 second delay that occurs before each attempt times out. So for each of my 23 properties files this translates to 575-920 total seconds (or 9-15 minutes).
    I tried turning off cookies, but the timeout still occurs.
    Can anyone explain why this is happening and how to fix it?

  • Does JRE 1.3.1_02 demand the latest Windows?

    Greetings everybody,
    Is the functioning of JRE 1.3.1_02 dependent on the version of Windows on which it is installed?
    I wrote a Java program containing a main method and which uses certain helper classes. Also an applet program was written. I packed the main class file, the applet and the helper classes into a jar and uploaded the jar onto a Mandrake 7.2 system. I set up the web-server Apache on the same Mandrake system, and placed a HTML file to open the applet. This applet enables a client browser to interact with the main java program running in the Mandrake system. On the command prompt of Mandrake I typed java -jar <jar filename> <main-class file> [enter]
    From Internet Explorer installed on a Windows 2000 machine I called the HTML file. The applet opened and tried to locate the background main Java program, which it did and my whole setup ran successfully.
    I then tried opening the same applet from Windows NT and Windows 98 systems. But the applet failed to open. In the Java console of IE I am getting a ClassNotFoundException <applet-class-name>
    I agree I did not set the Mandrake system classpath and the Apache web-server classpath, but how is it that Win2k is able to detect the jar file in which the applet is located whereas NT and 98 do not? This has definitely something to do with the functioning of the JRE (the Win2K, NT and 98 all have JRE 1.3.1_02 installed)
    Maybe there is some angle which I am missing, but I am describing as much as I can understand. Any inputs would be appreciated.
    R.Srivatsan

    Possibly the applet did not open on NT or 98 because it was unable to establish socket connections to your main Java program.
    Maybe this has something todo with the way Socket connections are listened for. There is a difference in how Win2k listens and how NT and 98 listen.
    Check out this link:
    http://search.communities.microsoft.com/newsgroups/previewFrame.asp?ICP=msdn&sLCID=US&sgroupURL=microsoft.public.win32.programmer.networks&sMessageID=%253COZB4xO26BHA.2320@tkmsftngp04%253E
    and also check the responses posted in the same newsgroup for this question.
    In case it turns out that this is a socket connection problem, you need to install the latest WinSock API on your NT from the Microsoft site. This is available in the latest service pack (Service Pack 6 I think).
    I am however not sure about the 98 part. 98 is still a robust OS with regard to JRE. Maybe you need to register certain ocx or dlls.
    Hope this helps.
    SNODX

  • Applets Crashing Internet Explorer on Windows XP with JRE 1.4.0 Final

    I have recently installed the 1.4.0Final JRE, and have found that upon arriving at a page with an applet on internet explorer explorer crashes. Where as under the JRE 1.3.1_02 it does not.
    I am running Windows XP, and cannot remember the exact error message I get, however it is something about an error occuring within iexplorer.exe
    Any help appreciated.

    I have the same symptom on Windows 2000 (SP2) using Internet Explorer 5.00. Replacing the IE JVM with J2SE 1.4 causes IE to crash when I visit java.sun.com.
    I am filing a bug with the JDC Bug Parade, but I am surprised that this has not been more widely reported, since I think I have a common system configuration.

  • Jre 1.3.1_02 clown icon ?

    i have jre 1.3.1_02 - installed with the opera 6 registered version browser. the java console also appears as an internet explorer plug in - the initial installation installed 2 copies of this jre into my i.e. browser and seems they are both 'damaged'. the icon in my control panel and in the system tray next to the clock is a squashed clown face. i've been having alot of problems - possibly a virus since installing the jre. and all the screen shots i've found at the sunjava site illustrate either 'duke' a penguin? or the steming java cup. is the jre supposed to have a squashed clown face icon? what is it? and if it is a virus (norton antivirus can't detect it) what should i do? please help! thanks.

    also how do i add my email to my profile?
    i tried settings but it doesn't seem to be an option.

  • New problem with JRE!!!

    I already installed j2re1.4 on SuSE Linux with some help from some of you (thanks, fellows!). Now I downloaded a freeware program that is programmed with java. It worked on Windows2k without any problems, but now I have Linux. This freeware program only consists of an executable .jar-file. Normally if you have installed JRE the programm starts when you open the .jar-file (like it was on Windows), but here it comes a window "open with...".
    How can I start this program?
    (HINT: The program is Arachnophlia 5.0 as seen on www.arachnoid.com/arachnophilia)

    What do you mean with "coolprogram.jar"? The terminal doesn't accept "-jar".
    There stands:
    -jar: illegal argument
    Usage: java [-options] class
    where options include:
    -help print out this message
    -version print out the build version
    -v -verbose turn on verbose mode
    -debug enable remote JAVA debugging
    -noasyncgc don't allow asynchronous garbage collection
    -verbosegc print a message when garbage collection occurs
    -noclassgc disable class garbage collection
    -cs -checksource check if source is newer when loading classes
    -ss<number> set the maximum native stack size for any thread
    -oss<number> set the maximum Java stack size for any thread
    -ms<number> set the initial Java heap size
    -mx<number> set the maximum Java heap size
    -D<name>=<value> set a system property
    -classpath <directories separated by colons>
    list directories in which to look for classes
    -prof[:<file>] output profiling data to ./java.prof or ./<file>
    -verify verify all classes when read in
    -verifyremote verify classes read in over the network [default]
    -noverify do not verify any class
    Now I don't know what to do.

  • Oracle10g Installation problem on Linux with DHCP IP

    Hi,
    I am new to Oracle Products, I have tried to install Oracle 10G on Linux with DHCP IP.
    I got the following warning while installing even though I have loopback interface configured.
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    Please help me in resolving this problem or Can I ignore this message?
    My Server Configurations:
    [root@SQAESMRH5 Oracle_Install_Errors]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:12:3F:79:FA:2C
    inet addr:10.10.121.61 Bcast:10.10.121.2 Mask:255.255.255.0
    inet6 addr: fe80::212:3fff:fe79:fa2c/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:20751998 errors:0 dropped:0 overruns:0 frame:0
    TX packets:19278549 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:2150795393 (2.0 GiB) TX bytes:438232502 (417.9 MiB)
    Interrupt:177
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:12383146 errors:0 dropped:0 overruns:0 frame:0
    TX packets:12383146 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1965045834 (1.8 GiB) TX bytes:1965045834 (1.8 GiB)
    [root@SQAESMRH5 Oracle_Install_Errors]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    #::1 localhost6.localdomain6 localhost6
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost6
    [root@SQAESMRH5 Oracle_Install_Errors]#

    This warning means it is not recommended to install Oracle 10g on a DHCP assigned IP address. It could work, but you won't be able to configure Enterprise Manager, since this tool requires a fixed IP address. If possible, have the IP address fixed.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • I have been getting java.lang.ClassNotFoundException: ZeroApplet.class and java.lang.ClassNotFoundException: JavaToJS.class crashes with JRE version 1.6.0_26-b03-384-10M3425 VM executing a Java Applet. Is Apple aware of this problem? No longer supported?

    My web page uses a Java Applet to allow my visitors to replay chess games; the Chess Viewer Deluxe applet was written by Nikolai Pilafov some time ago and has been working properly for some time (until recently). I don't monitor this part of my site regularly so I am not sure when it began to fail. On his web site [http://chesstuff.blogspot.com/2008/11/chess-viewer-deluxe.html] he has a link to check LiveConnect object functionality (which fails for OBJECT tags). His recommendation is to "seek platform specific support which might be available from the JRE developers for your platform".
    I have been getting java.lang.ClassNotFoundException: ZeroApplet.class and java.lang.ClassNotFoundException: JavaToJS.class crashes with JRE version 1.6.0_26-b03-384-10M3425 VM executing a Java Applet. Until I checked the LiveConnect object functionality, I was unable to identify the source of the console error messages. This does seem to be the smoking gun.
    Is Apple aware of this problem? Are these classes no longer supported? Has anyone else had this problem? You can attempt to recreate the problem locally by going to my web page: http://donsmallidge.com/DonSmallidgeChess.html
    Thanks in advance for any help you can provide!
    Abbreviated Java Console output:
    Java Plug-in 1.6.0_26
    Using JRE version 1.6.0_26-b03-384-10M3425 Java HotSpot(TM) 64-Bit Server VM
    load: class ZeroApplet.class not found.
    java.lang.ClassNotFoundException: ZeroApplet.class
        at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:211)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:662)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:807)
        at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2389)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:714)
        at sun.applet.AppletPanel.run(AppletPanel.java:368)
        at java.lang.Thread.run(Thread.java:680)
    load: class JavaToJS.class not found.
    java.lang.ClassNotFoundException: JavaToJS.class
        at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:211)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:662)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:807)
        at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2389)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:714)
        at sun.applet.AppletPanel.run(AppletPanel.java:368)
        at java.lang.Thread.run(Thread.java:680)

    I just went up to check the LiveConnect object functionality page AND IT WORKED THIS TIME! I must confess, this is very mysterious. I will do some more checking and reply here if I can determine why it is working now (and more importantly, why it didn't work before).

  • JVM Crash: with jre 1.6.0_18 but not with 1.5.0_14

    Hello everyone,
    I got the problem that my JVM crashes when I am using the jre 1.6.0_18 but the same code runs with an jre 1.5.0_14. The code contains some JNI parts and
    is compiled with a JDK 1.5.0_14. The crash can not be reporduced within a debugger. The crash either occurs in the jvm.dll - as in the error log below - or when acessing the ntdll.dll.
    Any help is appreciated!
    Thanks in Advance!
    Here is the JVM crash report:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d979ba7, pid=10932, tid=12276
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # V [jvm.dll+0x179ba7]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x02afa800): VMThread [stack: 0x02be0000,0x02c30000] [id=12276]
    siginfo: ExceptionCode=0xc0000005, reading address 0x706d7953
    Registers:
    EAX=0x706d7953, EBX=0x00000000, ECX=0x37387a88, EDX=0x00000000
    ESP=0x02c2f79c, EBP=0x02c2f7ac, ESI=0x00000080, EDI=0x02bc7460
    EIP=0x6d979ba7, EFLAGS=0x00010246
    Top of Stack: (sp=0x02c2f79c)
    0x02c2f79c: 02c2f890 373851d0 02c2fa8c 02bc7464
    0x02c2f7ac: 02c2f7c4 6d8d8c66 02afaab4 00000000
    0x02c2f7bc: 02c2f7f8 37387a88 02c2f7dc 6d96b704
    0x02c2f7cc: 02afaab4 00000000 02c2f7f8 02afaab0
    0x02c2f7dc: 02c2f840 6d8b3449 00000000 02c2f7f8
    0x02c2f7ec: 05b30400 02c2f890 00000001 00000000
    0x02c2f7fc: 02c20000 0000ffff 00000000 00000000
    0x02c2f80c: 00000000 6da187a4 02c2f890 02c2fa8c
    Instructions: (pc=0x6d979ba7)
    0x6d979b97: 80 79 05 48 83 c8 e0 40 8d 1c 40 8b 07 8d 04 d8
    0x6d979ba7: 39 08 75 09 0f b7 58 04 3b 5d 0c 74 34 42 83 fa
    Stack: [0x02be0000,0x02c30000], sp=0x02c2f79c, free space=13d02c2f310k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x179ba7]
    V [jvm.dll+0xd8c66]
    V [jvm.dll+0x16b704]
    V [jvm.dll+0xb3449]
    V [jvm.dll+0xb3562]
    V [jvm.dll+0x1db5f5]
    V [jvm.dll+0x1db9ca]
    V [jvm.dll+0x1a1af4]
    V [jvm.dll+0xc834f]
    V [jvm.dll+0xa443c]
    V [jvm.dll+0xc9398]
    V [jvm.dll+0x7e7cb]
    V [jvm.dll+0x1f442b]
    V [jvm.dll+0x1f6ed3]
    V [jvm.dll+0x1f615e]
    V [jvm.dll+0x1f64ac]
    V [jvm.dll+0x1f68d2]
    V [jvm.dll+0x17f9cc]
    C [msvcr71.dll+0x9565]
    C [kernel32.dll+0xb50b]
    VM_Operation (0x0a09e2dc): GenCollectForAllocation, mode: safepoint, requested by thread 0x05c54800
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x05b30400 JavaThread "persistance manager service activator" daemon [_thread_blocked, id=6588, stack(0x0a230000,0x0a280000)]
    0x05b38400 JavaThread "task queue worker" daemon [_thread_blocked, id=9788, stack(0x0a1e0000,0x0a230000)]
    0x05c5b800 JavaThread "PSJ-Subsystem" [_thread_blocked, id=11024, stack(0x0a140000,0x0a190000)]
    0x05c5a400 JavaThread "HDM-Subsystem" [_thread_blocked, id=8296, stack(0x0a0f0000,0x0a140000)]
    0x05c61000 JavaThread "CSM-Subsystem" [_thread_blocked, id=5272, stack(0x0a0a0000,0x0a0f0000)]
    0x05c54800 JavaThread "XPS-Subsystem" [_thread_blocked, id=10064, stack(0x0a050000,0x0a0a0000)]
    0x05c59400 JavaThread "GUI-Subsystem" [_thread_blocked, id=7596, stack(0x0a000000,0x0a050000)]
    0x05c5f800 JavaThread "TimerServices" [_thread_blocked, id=5760, stack(0x09fb0000,0x0a000000)]
    0x05af9800 JavaThread "Thread-2" [_thread_in_native, id=11624, stack(0x03d30000,0x03d80000)]
    0x02b0b000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8092, stack(0x02dc0000,0x02e10000)]
    0x02b07c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2696, stack(0x02d70000,0x02dc0000)]
    0x02b06400 JavaThread "Attach Listener" daemon [_thread_blocked, id=1444, stack(0x02d20000,0x02d70000)]
    0x02b05000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10896, stack(0x02cd0000,0x02d20000)]
    0x02afd000 JavaThread "Finalizer" daemon [_thread_blocked, id=8084, stack(0x02c80000,0x02cd0000)]
    0x02afbc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=10636, stack(0x02c30000,0x02c80000)]
    0x002a7000 JavaThread "MasterControl" [_thread_blocked, id=11412, stack(0x008c0000,0x00910000)]
    Other Threads:
    =>0x02afa800 VMThread [stack: 0x02be0000,0x02c30000] [id=12276]
    0x02b0d000 WatcherThread [stack: 0x02e10000,0x02e60000] [id=11048]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x002a61c0] Threads_lock - owner thread: 0x02afa800
    [0x002a65d0] Heap_lock - owner thread: 0x05c54800
    Heap
    def new generation total 4928K, used 4783K [0x22970000, 0x22ec0000, 0x27ec0000)
    eden space 4416K, 100% used [0x22970000, 0x22dc0000, 0x22dc0000)
    from space 512K, 71% used [0x22dc0000, 0x22e1bf30, 0x22e40000)
    to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000)
    tenured generation total 10944K, used 697K [0x27ec0000, 0x28970000, 0x32970000)
    the space 10944K, 6% used [0x27ec0000, 0x27f6e4e0, 0x27f6e600, 0x28970000)
    compacting perm gen total 12288K, used 5037K [0x32970000, 0x33570000, 0x36970000)
    the space 12288K, 40% used [0x32970000, 0x32e5b4c8, 0x32e5b600, 0x33570000)
    ro space 10240K, 51% used [0x36970000, 0x36e97b58, 0x36e97c00, 0x37370000)
    rw space 12288K, 54% used [0x37370000, 0x37a04ce0, 0x37a04e00, 0x37f70000)
    Dynamic libraries:
    0x00400000 - 0x00424000      c:\windows\system32\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da97000      C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      c:\windows\system32\WINMM.dll
    0x6d7b0000 - 0x6d7bc000      C:\Program Files\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000      C:\Program Files\Java\jre6\bin\java.dll
    0x6d290000 - 0x6d298000      C:\Program Files\Java\jre6\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      c:\windows\system32\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000      C:\Program Files\Java\jre6\bin\zip.dll
    0x6d610000 - 0x6d623000      C:\Program Files\Java\jre6\bin\net.dll
    0x71ab0000 - 0x71ac7000      c:\windows\system32\WS2_32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x71aa0000 - 0x71aa8000      c:\windows\system32\WS2HELP.dll
    0x6d630000 - 0x6d639000      C:\Program Files\Java\jre6\bin\nio.dll
    0x02eb0000 - 0x02f59000      C:\mod_s14\bin\stlport.5.2.dll
    0x7c3a0000 - 0x7c41b000      c:\windows\system32\MSVCP71.dll
    [snip]
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2094652k(589592k free), swap 4032296k(2558960k free
    vm_info: Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE (1.6.0_18-b07), built on Dec 17 2009 13:35:55 by "java_re" with MS VC++ 7.1 (VS2003)

    I have the Java console open and after 10 seconds it closes and the applet becomes unresponsive. Usually when an applet crashes, some error messages show up in the console before it closes. That does not appear to happen in this case.
    If I load a webpage with an applet (http://java.sun.com/applets/jdk/1.4/demo/applets/Fractal/example1.html) and then move to a non-applet webpage, and have the Java console up, it stays up (alive) for about a minute before it closes. In the case of my applet it closes much faster.
    When I refresh, the second instance of the applet might be starting in the same process as the first process which is in the middle of closing (I am new to Java and JNI, so I might be using the wrong terminology). But with JRE 1.6.0.25 I was not seeing the crash on refresh. It manifested itself with the update to JRE 1.6.0.31
    I did realize the codebase was wrong. This is what I have now:
    <!--[if IE 9]>
    <object
    id="myApplet"
    name="myApplet"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
    type="application/x-java-applet;version=1.6"
    width="800"
    height="600">
    <![endif]-->
    <!--[if IE 8]>
    <object
    id="myApplet"
    name="myApplet"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
    type="application/x-java-applet;version=1.6"
    width="800"
    height="600">
    <![endif]-->
    <!--[if IE 7]>
    <object
    id="myApplet"
    name="myApplet"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase="http://java.sun.com/update/1.6.0/jinstall-6u31-windows-i586.cab"
         type="application/x-java-applet;version=1.6"
    width="100%"
    height="90%">
    <![endif]-->
    <![if !IE]>
    <object
    id="myApplet"
    name="myApplet"
    type="application/x-java-applet;version=1.6"
    width="800"
    height="600">
    <![endif]>

  • Problem with JRE (SIGSEGV) in RedHat 6.2 and Oracle 8.1.6

    Hello, All!
    I try to run installer of Oracle 8.1.6 on my RedHat 6.2 and receive
    next message:
    bash$ ./runInstaller
    bash$ Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/
    1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    SIGSEGV received at bffff124 in /install/Oracle8iR2/stage/Components/oracle.swd.
    jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads/libawt.so. Process
    ing terminated
    Tue Jul 11 19:00:27 2000
    jre full version "JDK 1.1.8 IBM build l118-20000429 (JIT enabled: jitc)"
    Operating Environment
    And etc....
    Can you help me?
    P.S. Please copy message to my email: [email protected]
    Best regards,
    Eugeny mailto:[email protected]

    Nope, it works without any problems on 6.1. It was on 6.2 I had the problem, and when I tried doing everything locally on 6.2, it works there too.
    Here is a list of packages that I installed, which made the difference.
    XFree86-75dpi-fonts-3.3.6-20 Thu 13 Jul 2000 08:51:55
    XFree86-100dpi-fonts-3.3.6-20 Thu 13 Jul 2000 08:51:49
    xinitrc-2.9-1 Thu 13 Jul 2000 07:09:02
    XFree86-3.3.6-20 Thu 13 Jul 2000 07:08:54
    kdebase-1.1.2-33 Thu 13 Jul 2000 07:06:21
    xpm-3.4k-2 Thu 13 Jul 2000 07:06:10
    kdelibs-1.1.2-15 Thu 13 Jul 2000 07:04:32
    kdesupport-1.1.2-12 Thu 13 Jul 2000 07:03:46
    qt1x-devel-1.45-3 Thu 13 Jul 2000 07:03:41
    qt1x-1.45-3 Thu 13 Jul 2000 07:03:35
    libungif-4.1.0-4 Thu 13 Jul 2000 07:02:30
    qt-Xt-2.1.0-4.beta1 Thu 13 Jul 2000 07:02:02
    qt-devel-2.1.0-4.beta1 Thu 13 Jul 2000 06:57:34
    qt-2.1.0-4.beta1 Thu 13 Jul 2000 06:56:29
    XFree86-SVGA-3.3.6-20 Thu 13 Jul 2000 06:49:30
    Also, I had to run run
    mkfontdir *
    in /usr/X11R6/lib/X11/fonts to get X going.
    Anwar.

  • Dual boot kali linux with windows 8

    i have ideapad y510p and i want to dual boot kali linux with windows 8 
    i want a full guide to do it please !!help!!!

    Hello,
    if you got problems with the kernel, you can try backbox-linux. The kernel there is newer. It is based on Ubuntu 12.04 LTS.
    Have a nice day
    thoschi
    LENOVO IDEAPAD Z710 59403383,i7-4700MQ,8 GB DDR3-RAM,1.920 x 1.080 Pixel,NVIDIA® GeForce® GT 740M,Hybrid (1 TB S-ATA + 8GB SSD)

  • Jar files download problems in Java Webstart with JRE 1.6

    We have encountered a few problems in Java Webstart with JRE 1.6
    In JRE 1.5, the jar files are getting downloaded onto the client
    machine with it's original names.
    Example :
    Server File Name : acm.jar
    Client File Name : RMacm.jar
    But in JRE 1.6, the jar files are getting downloaded with improper file names.
    Example :
    Server File Name : acm.jar
    Client File Name : 4fb074cc-66fc7407
    Moreover the path itself seems to be invalid.
    Example Path :
    JRE 1.5 path:
    C:\Documents and Settings\Administrator\Application
    Data\Sun\Java\Deployment\cache\javaws\https\D17.16.23.11\P443\DMtest\DMwebStart
    JRE 1.6 path:
    C:\Documents and Settings\Administrator\Application
    Data\Sun\Java\Deployment\cache\6.0\12
    Due to this, we are facing Classpath problems.
    What changes do we have to make to the code, for Java
    Webstart to work ?
    We are using JBoss 4.0.4 and JDK 1.5 in the Server
    On the client machine, we have IE 6 and JRE 1.6.01
    Help would be appreciated.

    Ask your Java Web Start question at:
    http://forum.java.sun.com/forum.jspa?forumID=38

  • WEBUTIL_FILE_TRANSFER.DB_To_Client crashes on Linux with SP2

    Hi there,
    I'm using the command WEBUTIL_FILE_TRANSFER.DB_To_Client and it crashes on Linux Application Server 10.1.2.2.0.
    It's working on Linux Server 10.1.2.0.2 and also on Windows.10.1.2.2.0!!!
    Any ideas or experiences?
    Thanks a lot!
    Regards,
    Gerhard

    Thanks for your answer, we are running with JRE 1.5.0_09 and this is the last output in the console window:
    2007-Dez-27 08:47:57.120 WUI[getProperty()] Getting property WUC_BEAN_VERSION
    2007-Dez-27 08:47:57.120 WUI[getProperty()] Value of WUC_BEAN_VERSION=10.1.2.2
    2007-Dez-27 08:47:57.151 WUT[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:47:57.151 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    2007-Dez-27 08:47:57.151 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2007-Dez-27 08:47:57.151 WUT[getProperty()] Value of WUC_GET_LOCAL_PROPERTY=1.0
    2007-Dez-27 08:47:57.167 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    2007-Dez-27 08:47:57.167 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2007-Dez-27 08:47:57.167 WUT[getProperty()] Value of WUC_GET_LOCAL_PROPERTY=1.0
    2007-Dez-27 08:47:57.182 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.d2kwut60.dll
    2007-Dez-27 08:47:57.182 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2007-Dez-27 08:47:57.182 WUT[getProperty()] Value of WUC_GET_LOCAL_PROPERTY=1.0
    2007-Dez-27 08:47:57.198 WUB[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:47:57.198 WUL[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:47:57.198 WUO[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:47:57.198 WUS[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:47:57.198 WUH[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:47:57.198 WUF[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:47:57.198 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:47:57.198 WUI[setProperty()] Setting property WUC_SRV_LOGGING to 2
    2007-Dez-27 08:48:01.401 WUF[setProperty()] Setting property WUF_GFN_DIRNAME to $WINDIR$
    2007-Dez-27 08:48:01.401 WUF[setProperty()] Setting property WUF_FILENAME to export.csv
    2007-Dez-27 08:48:01.401 WUF[setProperty()] Setting property WUF_FILTER to Alle Dateien (*.*)|*.*|
    2007-Dez-27 08:48:01.401 WUF[setProperty()] Setting property WUF_GFN_MESSAGE to Datei speichern unter
    2007-Dez-27 08:48:01.401 WUF[setProperty()] Setting property WUF_GFN_MULTISELECT to 6i
    2007-Dez-27 08:48:01.401 WUF[setProperty()] Setting property WUF_GFN_SAVEFILE to
    2007-Dez-27 08:48:01.682 WUF[gfnDialog run()] Creating Custom File Filter : Mask=*.*, Label=Alle Dateien (*.*)
    2007-Dez-27 08:48:01.682 WUF[gfnDialog run()] Save File mode
    2007-Dez-27 08:48:07.542 WUF[gfnDialog run()] Selected Directory: C:\Dokumente und Einstellungen\gerhards\Eigene Dateien\ Selected File: lin_sp2_export.csv
    2007-Dez-27 08:48:07.557 WUF[setProperty()] Setting property WUF_FILENAME to C:\Dokumente und Einstellungen\gerhards\Eigene Dateien\lin_sp2_export.csv
    2007-Dez-27 08:48:07.557 WUF[setProperty()] Setting property WUF_FILE_ATTRIBUTE to 1
    2007-Dez-27 08:48:07.557 WUF[getProperty()] Getting property WUF_FILE_ATTRIBUTE
    2007-Dez-27 08:48:07.557 WUF[getProperty()] Value of WUF_FILE_ATTRIBUTE=FALSE
    2007-Dez-27 08:48:07.557 WUT[getProperty()] Getting property WUT_MAX_BYTES
    2007-Dez-27 08:48:07.557 WUT[getProperty()] Value of WUT_MAX_BYTES=16384
    2007-Dez-27 08:48:07.620 WUF[setProperty()] Setting property WUF_FILENAME to C:\Dokumente und Einstellungen\gerhards\Eigene Dateien\lin_sp2_export.csv
    2007-Dez-27 08:48:07.620 WUF[setProperty()] Setting property WUF_FILE_ATTRIBUTE to 4
    2007-Dez-27 08:48:07.620 WUF[getProperty()] Getting property WUF_FILE_ATTRIBUTE
    2007-Dez-27 08:48:07.620 WUF[getProperty()] Value of WUF_FILE_ATTRIBUTE=FALSE
    2007-Dez-27 08:48:07.620 WUF[setProperty()] Setting property WUF_FILENAME to C:\Dokumente und Einstellungen\gerhards\Eigene Dateien\
    2007-Dez-27 08:48:07.620 WUF[setProperty()] Setting property WUF_FILE_ATTRIBUTE to 4
    2007-Dez-27 08:48:07.620 WUF[getProperty()] Getting property WUF_FILE_ATTRIBUTE
    2007-Dez-27 08:48:07.620 WUF[getProperty()] Value of WUF_FILE_ATTRIBUTE=TRUE
    2007-Dez-27 08:48:07.620 WUT[getProperty()] Getting property WUT_STATUS
    2007-Dez-27 08:48:07.620 WUT[getProperty()] Value of WUT_STATUS=FREE
    2007-Dez-27 08:48:07.620 WUT[setProperty()] Setting property WUT_FILE_INFO to C:\Dokumente und Einstellungen\gerhards\Eigene Dateien\lin_sp2_export.csv|15646|N6iDateitransfer...|Fortschritt
    oracle.forms.net.ConnectionException: Forms-Session <73> abgebrochen: Kommunikation mit Runtime-Prozess nicht möglich.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedByte(Unknown Source)
         at oracle.forms.engine.Message.readDetails(Unknown Source)
         at oracle.forms.engine.Message.readDetails(Unknown Source)
         at oracle.forms.net.StreamMessageReader.run(Unknown Source)

Maybe you are looking for

  • How can I save a file from an email  on an iPad to upload to my web based ap

    I use my iPad in my business, I get emails sending me files that I then need to upload up to my Salesforce.com web based application. I can't see where I can either save the file to or pick the file up from ?  Is there a way to do this or is at an iP

  • Scrolling Text Box question

    I'm changing a site for a friend. She wants to add a scrolling text box with a bio of herself on the grid we're already using on her page. The problems I'm having are it's difficult to resize the box once on the grid (you can't) and I keep missing an

  • Server Not Found - php in CS5.5 'Live Code' Issues

    Hi I'm new to this Forum, so hello to one and all. I have just started to learn php and was lead to believe that CS5.5 would be able to let me see what was happening when I place a new bit of php in the Live View. However, all I get is an error code

  • LBACSYS related query consuming 30% of db time

    HI, Below query has been consuming more than 30% of db time for past few days. BEGIN LBACSYS.lbac_events.logon(dbms_standard.login_user); END; This is related to Oracle Label security. Can someone suggest any workaround for this,

  • Where do I find my own Airport Express Network password?

    Hi: A couple of years ago I set up my Airport Express so's to get wireless access. It's worked flawlessly for all this time. Now I would like to enable one of my friends to access the web through her own laptop, but her machine prompts me for a passw