{9} All active tickets with change date (51 matches)

ordered by change date

Ticket Summary Component Version Milestone Type Owner Status Created Modified Reporter
Description
#213 Java crashes eCS 2.1 general 1.6.0 Build 27 GA5 Enhanced defect new 2013-04-17 2013-05-15 oara27

First thing after booting, I started and then closed Firefox (10.0.12).

Then I tried to run TightVNC 2.6.2 Java app (get it here http://www.tightvnc.com/download.php) Although it used to run with eCS Java GA 4 and older, it has not been working well with GA5. Now it wouldn't open past the login screen. My desktop was frozen, the cursor became the VNC remote desktop point cursor.

I used the C-A-D popup's TOP app to kill the Java process.

After returning to my working desktop, I opened Firefox again to come to this page, to look for Java updates. At the same time I tried to check the Java -version in a 4OS2 window.

The system immediately crashed to a black screen. NO messages in POPUPLOG.OS2. Rebooting required chkdsk on all my HPFS and JFS drives.

After the reboot, I reproduced the issue with the VNC desktop, and the need to kill the JAVA process with TOP. I had also increased the virtual address limit from 1 GB to 2 GB, to see if it would help, no dice.

My system is a 4GB RAM with 4-cores AMD Phenom II, 500 GB HDD, XFX AMD 1GB video.

I run eCS 2.1 with Odin 0.8.9, Java GA5 (of course).

Since JAVA is already at v. 7.17 for all other OS's, and all older Java versions are VERY unsafe, what is the prospect for a proper working, safe Java for eCS? Given that eCS is well outside the mainstream of OS's in browsers, media players, office apps, etc., incremental approaches releasing successive older versions of Java won't work. If it is not possible to proceed directly to the latest Java, isn't this the end of the road for OS/2-eCS?


#215 Failing Java AWT windows general 1.6.0 Build 27 GA5 Enhanced defect new 2013-05-01 2013-05-01 gap

Enclosed are the programs to make this crash. Here is how to reproduce the crasn

  1. Start view.cmd
  2. Select About
  3. Select Version (garbage is displayed)
  4. Close Vewsion Window using X in upper right corner. (At this time a crash might have occoured.
  5. Select File
  6. Select View File

By this time a crash should have occoured.

# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1e05a410, pid=315, tid=206438 54 # # JRE version: 6.0_27 # Java VM: OpenJDK Client VM (20.0-b12 mixed mode os2-x86 ) # Problematic frame: # C [LIBC065+0xa410] LIBC PANIC!! fmutex deadlock: Recursive mutex! 0x02e3013c: Owner=0x013b000e Self=0x013b000e fs=0x3 flags=0x0 hev=0x000100b7

Desc="LIBC Heap"

pid=0x013b ppid=0x0139 tid=0x000e slot=0x00a7 pri=0x0200 mc=0x0000 D:\JAVA16\JRE\BIN\JAVA.EXE Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.


#214 JDownloader2 Java Lang Null Pointer Exception general 1.6.0 Build 27 GA5 Enhanced defect new 2013-04-21 2013-04-21 jep

I've filed a ticket (#HWN-225-24480) with the JDownloader Team due to the problems to use their generic java installer crash at 83-84% right after it has copied some cfg information (Error_355.err). A restart of the isntaller with downloaded files crash almost instantly (Error_676.err).

The Windows installer on the other hand crash in unpack200


#127 -Xmx400m and above crashes SMP machine when concurrently running VPC general 1.6.0-b22 WSE defect new 2011-06-24 2013-04-16 andib

When running VPC and starting SmartSynchronize? with -Xmx400m and above, all sort of weird system crashes happen on SMP machine.

-Xmx512m -- immediate reboot -Xmx400m(?) -- trap000e, pressing any key triggers trap0008.... -Xmx350m -- seems to work well

without VPC running - P:\java6\bin\java.exe -mx800m -jar ..\lib\smartsynchronize.jar Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. which is what I expect with current VIRTUALADDRESSLIMIT=1536 setting But do never crash. Works nicely with -mx750m.

On single core Thinkpad never crashes even with VPC running. Starting with -Xmx450m only java app start hangs which can be killed with CTRL-C. No crash.

Odin version ftp://ftp.dmik.org/tmp/j/ 23.06.11 Java version ftp://ftp.dmik.org/tmp/j/ 10.06.11


#183 IcedTea-web minor problems icedtea-web 1.6.0 Build 25 GA3 Enhanced defect new 2012-07-31 2013-03-28 Batchheizer

The page

http://epigraphy.packhum.org/inscriptions/main

runs with IcedTea?-web, but there are some problems:

  1. Editing the text-field right of GREEK is only possible after clicking into the field and (!) clicking below the "Gr" of Greek.
  2. Sometimes the menues appear at the top of the page.

Can you reproduce this? Any idea?


#212 IcedTeaWeb plugin 1.3 Beta fails to work icedtea-web 1.6.0 Build 27 GA5 Enhanced defect new 2013-03-25 2013-03-26 losepete

I installed IcedTeaWeb? and visited http://www.java.com/en/download/testjava.jsp to test the plugin.

The webpage reported:-

Something is wrong. Java is not working.

I closed the browser and retried.

On this attempt the browser hung then crashed before I could kill it with TOP.

I also found I could not restart the browser until the system had been rebooted.


#204 Problems using Help menus in Java apps general 1.6.0 Build 27 GA5 Enhanced defect new 2013-02-02 2013-03-23 David McKenna

I have encountered a couple of problems using help menus in some Java apps...

  1. Links to a website does not launch a browser.
  1. In a one case (LVMGUI) clicking help menu items produces a window full of question mark symbols.

#211 File size greater than 2 gig causes a failure to read size. general 1.6.0 Build 27 GA5 Enhanced defect new 2013-03-18 2013-03-18 gap

The code below will show the failure. Note that the config.sys file will need to be greater than 2 gig for the test.

package filetest;

public class FileSize? { public FileSize?() {

super();

} public static void main(String[] args) {

FileSize? f = new FileSize?(); f.run();

} public void run() {

String fname = "c:
config.sys"; try {

java.io.File fl = new java.io.File(fname); long flz = -1; try {

flz = fl.length();

} catch (Exception e) {

System.out.println("File error getting length:" + e.toString());

} System.out.println("File length:" + flz); java.io.RandomAccessFile? rf = new java.io.RandomAccessFile?(fname, "r"); flz = -1; try {

flz = rf.length();

} catch (Exception e) {

System.out.println("RandomAccessFile? error getting length:" + e.toString());

} System.out.println("RandomAccessFile? length:" + flz); rf.close();

} catch (Exception ee) {

System.out.println("error:" + ee);

}

} }


#210 Incorrect Time value returned when TZ = GMT0 general 1.6.0 Build 27 GA5 Enhanced defect new 2013-03-10 2013-03-10 mdb23911

I wrote a small Java program (attached) to understand what time value is returned on my machine. What I expected (by setting TZ=GMT0) is that choosing UTC or GMT0 the time value woulds not be affected by DST (Daylight Saving Time). To my surprise it is affected. The output of 20130309 (DST not in effect) is OK. The output of 20130404 (DST in effect in Portugal but TZ=GMT0) is NOK because one hour is subtracted. I add a zip file with the output and program used. Can you explain this behavior and how to solve this?


#209 dm Fotoservice not working general 1.6.0 Build 27 GA5 Enhanced defect new 2013-02-25 2013-02-25 Michaelhz

Running the java-applet inside firefox does not work. https://as.photoprintit.com/web/85001320/startClient.do?client=java&type=print&pmId=default blocks firefox with a message, that a javascript is not responding.

Don't know, if it is related to java, javascript or icedtea-web


#75 Java Web Start Function required general 1.6.0-b19 RC GA6 enhancement new 2011-02-23 2013-02-18 Rainer

I can not find the Java Web Start Function in the current built.

Do I miss something :-)

I need this function to run java app.

Kind regards

Rainer


#170 HP JetDirect Applet doesn't work icedtea-web 1.6.0 Build 25 GA3 Next defect new 2012-07-21 2013-02-17 David McKenna

I have an HP JetDirect? J4101B print server that uses a Java applet (needs at least Java 5) for administration. I have installed all needed parts of the new Java6 and iced-tea plugin. When I try to navigate to the JetDirect? IP the applet starts and begins to draw the screen, then hangs with 'starting applet' on the status bar. A POPUPLOG is produced and if other windows are opened, then closed on top of the browser, the image of the window 'sticks' to the browser window (see image). Sometimes the browser hangs too and must be killed.


#200 Full screen (ie same installed resolution monitor) Java session crashes WPS general 1.6.0 Build 27 GA4 Enhanced defect new 2013-01-04 2013-02-17 Joop

Status veranderd van new naar closed Oplossing ingesteld op invalid

as it's fixed by the dev, i close that bug. we don't have the time to look at all stuff and are glad devs also fix their app.

If we're going this way it will be over sooner than later. Its a bug in our OpenJDK and it should be fixed. There are more programs which have same behavior, but I didn't report it because its the same problem. So its not only JGraphite and not all developers are so kind to fix something for just OS/2-eCS.


#177 icedtea-web plugin stops working after reloading page icedtea-web 1.6.0 Build 25 GA3 GA6 defect new 2012-07-26 2013-02-13 dmik

Sometimes, when you reload the page containing the applet or navigate through the browser history with Back and Forward, applets may stop working completely (empty applet area or so).


#195 ProjectLibre unstable and produces hs_err_pidXXX.logs general 1.6.0 Build 25 GA3 GA6 defect Joop new 2012-12-23 2013-02-06 Joop

I try to run ProjectLibre? latest version in Java GA1 and Java GA3 in order to rule out development differences in Java, however behavior is same in both Java version. One time ProjectLibre? is just starting up, you can load a datafile. Sometimes it hangs there. Other times it won't start at all and produce a hs_err_pidXXX.log. I'm unsure if this is a Java problem or if this is a ProjectLibre? problem. If the latter istrue then I have to issue a ticket there.


#188 I can't load this page which uses JAVA icedtea-web 1.6.0 Build 25 GA3 Enhanced defect new 2012-08-13 2013-01-12 pacoos2

www.bg-f.org

in the third line, "IGR Conference" i think there is a java detection routine, that prevents ICEteaPluigin to be loaded...

In few seconds i am redirected to www.java.com pages in order to install Java! , which it seem a bit funny to me ;-)

I attach a pmview capture... thanks! for ur time


#187 I cant load "folders upload" in GMAIL, drive option icedtea-web 1.6.0 Build 25 GA3 Enhanced defect new 2012-08-13 2013-01-12 pacoos2

Hello :-)

I am using gmail in thunderbird, but some times at webpages. i have discoveres there is a "DRIVE" in google, so files can be uploades there.. the problem is JAVA is not detected with Iceteaweb pluging, so no automatic upload of files can me achived.

Thanks for all your work, i hace donated recently :-p


#198 Java version too old general 1.6.0 Build 27 GA4 Enhanced task new 2013-01-01 2013-01-04 Joop

More and more programs are now only for Java 7 (1.7) and don't support Java 6 (1.6) anymore. Next GA should be version 7.


#197 Fatal error when running Freemind 09.0 (0.8.1 works fine. general 1.6.0 Build 25 GA3 Enhanced defect reopened 2012-12-27 2013-01-04 djburtness1

Starts without error but crashes after a few seconds. Java GA3 with HOTFIX_GA3_1-20120807 applied. See attached dump.


#32 Link to freetype.dll general Next enhancement new 2010-12-08 2012-12-19 dmik

Currently, we link to the static freetype library. Once RPM is stable enough and provides an RPM with freetype.dll, we should link to this DLL instead.


#194 the trustAnchors parameters must be non-empty general 1.6.0 Build 25 GA3 Enhanced defect new 2012-12-09 2012-12-09 martini

I'm running SmartGit? 2.1.8 http://www.syntevo.com/smartgit/download-archive.html

The software seems to run fine: "java -Dsun.io.useCanonCaches=false -Dsun.java.command=SmartGit? -Dsmartgit.checkIncompatibleJava=false -jar ./lib/smartgit.jar "

But I can not access a GitHub? address to clone a repository. Im getting the following error:

"An I/O error Occurred.

Details: java.lang.RuntimeException:Unexpected error: java.security.InvalidAlgorithmParameterException? :the trustAnchors parameters must be non-empty "

On the Command line it says :

... 14 more

Caused by: java.security.InvalidAlgorithmParameterException?: the trustAnchors pa rameter must be non-empty

at java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java

:200)

at java.security.cert.PKIXParameters.<init>(PKIXParameters.java:120) at java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters

.java:104)

at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:73) ... 25 more

52110 (2012-12-09 10:27:43,430) [AWT-EventQueue-0] WARN q.dialogs -

Show: Processing Command - An I/O-error occurred.

Details: java.lang.RuntimeException?: Unexpected error: java.security.InvalidAlgorithmPara? meterException: the trustAnchors parameter must be non-empty 52130 (2012-12-09 10:27:43,450) [AWT-EventQueue-0] INFO q.dialogs -

Showing dialog 3 (@A8C19B) '@C5575 - Processing Command' (owner: @1AB5DAE)

Any hint to make it work will be appreciated.


#158 SmartGIT 3 doesn't support OS/2 general 1.6.0-b22 GA Next task new 2012-02-29 2012-10-31 dmik

An attempt to start SmartGIT 3 (which has the RC 4 state ATM) ends up with this:

Not (yet) supported operating system OS/2

We have to contact the developers to resolve this issue.


#174 FREEMIND crash general 1.6.0 Build 25 GA3 Next defect new 2012-07-25 2012-10-27 warpwe

#97 JVM exception reporter routine crashes general 1.6.0-b22 RC2 Next defect new 2011-04-15 2012-07-25 dmik

Sometimes, more often on SMP, when a fatal exception happens in JVM (e.g. memory access violation) and the respective exception handler tries to print out the exception information to the console and to the log file (starts with infamous words "A fatal error has been detected by the Java Runtime Environment"), the print routine fails on its own leaving an entry in POPUPLOG.OS2.

Here are some details about the place of the crash:

# .r
eax=00000a0d ebx=0326fb04 ecx=0326fb40 edx=0326fb28 esi=00000000 edi=21122640 
eip=1d395615 esp=0326faa4 ebp=0326facc iopl=0 rf -- -- nv up ei pl zr na pe nc 
cs=005b ss=0053 ds=0053 es=0053 fs=18b7 gs=0000 cr2=00000000 cr3=00000000 p=01 
005b:1d395615 8b5004         mov     edx,dword ptr [eax+04] ds:00000a11=invalid 
# k
005b:1d66a415 0326fb04 0326fb28 0326fb40 000007d0 [JVM __ZN7VMError6reportEP12outputStream + c95] 
005b:1d66ac75 0326fd10 0326fc74 000007d0 14d369a8 [JVM __ZN7VMError14report_and_dieEv + 175] 
005b:1d552b8f 0326fd10 20100800 c0000005 1d5a38d2 [JVM __Z23topLevelExceptionFilterP19_EXCEPTION_POINTERS@4 + df] 
005b:1d55605b 0326fdac 0326fe18 0326fe5c 20100800 [JVM __ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumP6ThreadES1_S3_S5_S7_ + 12b] 
005b:1d42831e 1d428550 0326ff30 0326fe18 0326fe5c [JVM __ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread +P6ThreadES1_S3_S5_S7_ + 12b] 
005b:1d433508 0326ff30 20100fcc 0326fe5c 20100800 [JVM __ZN12ResourceMark13reset_to_markEv$w$ZHmNp5XnJl615Smj4 + 248] 
005b:1d43d63b 0326ff04 20100800 331c45d8 03270eec [JVM _jni_CallStaticVoidMethod@0 + ab] 
005b:000119c4 20100918 20101ab8 202ffa18 20101aa8  
005b:1d94cd6e 0081fe0c 01081027 001b7128 0e4308ff [KERNEL32 _AsmCallThreadHandler + 56] 
005b:1d93af26 00000001 00010ad0 0081fe0c 009dfa88 [KERNEL32 Win32ThreadProc + 182] 
005b:1d87b36b 009dffe0 00000000 00000000 00000000 [WGSS50 threadWrapper + 257] 
005b:1ffece38 68000008  

This may be related to the generic SMP problem (#96).


#169 icedtea-web: Fix file locking general 1.6.0-b24 GA2 Next task new 2012-07-19 2012-07-21 dmik

The Java plugin uses java.nio.channels.FileChannel?.lock() to serialize access to property files (used mostly for storing cache data) between several plugin instances (represented by separate processes) to make sure the file update operation is atomic in that context.

However, the behavior of locks differs between platforms. In particular, on Windows and on OS/2 the file lock is strictly bound to the file handle. This means that if you open the locked file again and get a new handle for it, the new handle will not inherit the lock and accessing the file through this new handle may fail if the lock condition is violated -- even if the second open happens in the same process.

Since the plugin code uses different handles to lock the property files and to read/write to them, this causes permanent lock violations and prevents these files from being properly updated on OS/2. I guess that on Linux file locks are not bound to file descriptors but rather to the file name and that's why it works. (Windows is not a question here since the plugin is not made to be used on Windows where Oracle provides its own binary distributions).

This needs to be addressed and fixed.


#166 JavaRDP 14-1.1 CPU hog when minimized general 1.6.0-b24 GA2 Next defect new 2012-03-28 2012-06-26 Lewisr

Running the 14-1.1 of the JavaRDP (same issue seen with 16-1.1), minimizing the remote desktop window causes CPU hog (99.9%). Using Xpager and switching to a different virtual desktop does not cause the issue, however, and is a workaround for some people.


#165 Keyboard focus lost using JavaRDP 16-1.1 (or oroperJavaRDP) after task switch general 1.6.0-b24 GA2 Next defect new 2012-03-28 2012-06-26 Lewisr

This issue is not seen with the 14-1.1 builds of either of the above Java RDP clients.

Issue: Using 16-1.1 jar, session starts normally and keyboard input is available. However, switching to another running task and then switching back, no keyboard input is possible. Defect likely is triggered by a common class (JavaRDP is based on operJavaRDP). I have not seen any other reports of this under any other platform, and I cannot reproduce under Windows or Linux, openJDK or Oracle.


#149 Missing HTML Convert from Distribution general 1.6.0-b22 GA Next enhancement new 2011-10-27 2012-06-26 wlhartzell

http://download.oracle.com/auth/otn-pub/java/plugin/converter/1.3.0_02/htmlconv-1_3_0_02.zip.

Oracle has added it to OpenJDK 7 distribution. It is used by several applications. Please check to see if the license for it has changed, and if so include in next release.


#72 swt port general 1.6.0-b19 RC Next enhancement new 2011-02-22 2012-06-26 diver

port swt to work with current java. Yuri did a initial port some month ago. he will provide a diff and add a download link here later.


#70 Depend on Liberation fonts general Next task new 2011-02-21 2012-06-26 dmik

Once OpenJDK has got an RPM, we should make it depending on the Liberation fonts. See #39 for more info.


#157 Port hotspot launcher general 1.6.0-b22 GA Enhanced defect new 2012-02-17 2012-02-21 dmik

Since b24 (or maybe b23), the hotspot sources include a special restricted version of the Java launcher (gamma launcher) used, as the sources say, for internal testing purposes.

Here is the main launcher file, source:/trunk/openjdk/hotspot/src/share/tools/launcher/java.c. There is also a bunch of platform-specific sources.

We don't need this launcher ATM so I will exclude it from the build process for now. Once and if we need it, our changes from the Windows version of the normal launcher may be transferred to this one.


#118 SMP: mprotect-based membars don't work well general 1.6.0-b22 WSE Next task new 2011-06-16 2012-02-07 dmik

Investigation within #96 has shown that the newer mprotect-based membar technique used in recent Java versions doesn't work well on OS/2 under the SMP kernel for some reason.

The new technique was added to Java to reduce the overhead of calling membar instructions after each state transition, see this Java bug record http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5075546 for more information.

The main idea of the new technique is to use a special page where each thread has its own word it writes to when it changes its state. The VM dispatcher thread changes the memory protection flags of this page to READONLY when it wants to be sure about the thread state after some change and then immediately switches it back to READWRITE which (as I understand) should cause the CPU to flush caches and make sure all cores see the same values of the thread state variables. As it is sometimes possible that this memory protection change happens when one of the threads is writing to the page, an access violation exception may be thrown. This exception needs to be handled gracefully by waiting until the VM thread restores the READWRITE protection mode and retrying the operation. And this is how it is done in Java.

When running under the SMP kernel on OS/2, this technique usually works. However, sometimes retrying the write operation to this special serialize page after restoring the READWRITE mode causes corruption of some registers (that are normally saved upon an exception and should be restored if the exception handler continues execution) so that weird (random) memory locations get written afterwards and/or random functions get called which eventually leads to an application crash due to another access memory violation, bad stack condition and so on.

This ticket is to attempt to solve the mentioned issues.

Note that in r297 the workaround from #96 has been applied that forces the -XX:+UseMembar? option to all JVM invocations.


#99 IntelliJ Idea general 1.6.0-b22 RC2 Next task new 2011-04-22 2012-02-07 rbri

Today i had some spare time so i try to run the version 10 of IntelliJ Idea with the latest beta build.

After 'migrating' the startup script the monster starts and ask for migration of settings from a last version. Because i had no old version i start without migration.

This produces an endless loop and a big log file. The entries are always the same:

2011-04-22 20:59:45,040 [ 9740] INFO - ellij.vfs.persistent.FSRecords - Marking VFS as corrupted 2011-04-22 20:59:45,040 [ 9740] INFO - ellij.vfs.persistent.FSRecords - Filesystem storage is corrupted or does not exist. [Re]Building. Reason: Cannot create empty file: C:\HOME\DEFAULT\.IdeaIC10\system\caches\names.dat

Looks like a problem creating the directory with the dot in the path name. So i create the subdirectory ".IdeaIC10" and nothing more. Restarting the monster works much better. Idea creates the files in the subdirectory of this.

So my guess is that there is a problem with creating directories with a dot in the name.

(Will try to find the place in the source but this needs some time.)


#156 Splash screens do not display general 1.6.0-b22 GA Enhanced defect new 2012-01-16 2012-01-16 Lewisr

Using 1.6.0-b22 GA, I am unable to get splash images (png, jpg, or gif) to display, using either method described in http://docs.oracle.com/javase/6/docs/api/java/awt/SplashScreen.html (startup option -splash: filename.gif or in the manifest as SplashScreen?-Image: filename.gif).

Examples:

  1. Standalone png in current directory:
/* */
parse source . . thiscmd

jbin = 'c:\Java160_b22\bin\java.exe'
classpath = ''

mdbin = filespec('drive', thiscmd)||filespec('path', thiscmd)  

'@' || jbin' -splash:splash.png -mx512m -cp 'mdbin'moneydance.jar;'mdbin'appsrc.jar;'mdbin'jcommon-1.0.16.jar;'mdbin'jfreechart-1.0.13.jar;'mdbin'tablelayout.jar Moneydance'

return rc

Result:

Applications starts, but no splash page. No error is displayed or recorded in a log.

  1. Packed splash info in META-INF/MANIFEST.MF:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.2
Created-By: 1.6.0_27-b07-395-11M3515 (Apple Inc.)
Main-Class: Moneydance
SplashScreen-Image: com/moneydance/apps/md/view/gui/icons/splash.png

Moneydance.cmd:

/* */
parse source . . thiscmd

jbin = 'c:\Java160_b22\bin\java.exe'
classpath = ''

mdbin = filespec('drive', thiscmd)||filespec('path', thiscmd)  

'@' || jbin' -mx512m -cp 'mdbin'moneydance.jar;'mdbin'appsrc.jar;'mdbin'jcommon-1.0.16.jar;'mdbin'jfreechart-1.0.13.jar;'mdbin'tablelayout.jar Moneydance'

return rc

Result:

Applications starts, but no splash page. No error is displayed or recorded in a log.

I have tried other applications and varying splash images (test image, attached).


#153 Playing AU sound files is not as good as playing natively on OS/2 general 1.6.0-b22 GA Enhanced defect new 2011-10-27 2011-10-29 wlhartzell

I found one application, BGBlitz 2.7.3 where the au files sound like they're in a tin can. If I click upon them, OS/2 plays them fine. <http://www.bgblitz.de/download/linux/bgblitz.tar.gz> It is a Blackgammon game.

Sorry, if this is a duplicate.


#134 Sweethome3D can't be installed general 1.6.0-b22 GA Enhanced defect new 2011-07-09 2011-10-27 Joop

The Linux distribution does contain some kind of error somewhere in tgz distribution file which causes to unpack half and then exits with an error. There is also a jar file ( http://sourceforge.net/projects/sweethome3d/files/SweetHome3D-3.2.jar ). I tried to run it with different memory parameters. It could be that it needs much more memory than the 1G in my system. When I run the .jar I get lots of errors which are running of screen, so I can't provide you with a screenprint.


#143 Links do not work on the startup page in JOSM general 1.6.0-b22 GA Enhanced defect new 2011-10-03 2011-10-03 yagiza

In JOSM(http://josm.openstreetmap.de/) on the startup page links do not work.


#142 Can't record sound in Java 1.6GA general 1.6.0-b22 GA Enhanced defect new 2011-09-03 2011-09-07 Joop

I have now more applications which do something with sound. Both Laoe and Raven can't record because the application can't find a source. Also pulldown menu's don't reveal any choices other than "no sources" or similar text.

From the developers of Raven I got the question "It would be good to know if OpenJDK 6 for OS/2 contains JavaSound?. Can you check on this?

Does the GA version have a FULLY implemented JavaSound??. I hope the answer is "no", otherwise we have another problem on our hands, ie no choice of sources.


#137 Missing JAVA 3D general 1.6.0-b22 GA Enhanced enhancement new 2011-07-10 2011-07-10 Joop

Tried to run Sonogram 3.2 Linux-Unix.tgz (sourceforge) but without much of a succes. Its complaints that there is no JAVA 3D, enclosed screenprint.


#136 Jaco-Watermark doesn't start due to missing windows look and feel general 1.6.0-b22 GA Enhanced defect new 2011-07-10 2011-07-10 Joop

The program doesn't start and comes with this error; [I:\DTP\Jaco-watermark]jaco-watermark Exception in thread "main" javax.swing.UnsupportedLookAndFeelException?: [The Mi rosoft Windows Look and Feel - com.sun.java.swing.plaf.windows.WindowsLookAndFe? l] not supported on this platform

at javax.swing.UIManager.setLookAndFeel(UIManager.java:517) at javax.swing.UIManager.setLookAndFeel(UIManager.java:574) at jaco.watermark.WatermarkApp?.main(Unknown Source)

That's all there is. I don't know if the swing error lines have to do with that look and feel. The program jaco-watermark-0.2.0.zip can be found on sourceforge.


#93 Limit on Internet Connections Reached Rapidly general 1.6.0-b22 RC2 defect new 2011-04-07 2011-06-27 RealPhil

According to SmartCache?, "Most browsers are configured to open 4 connections to the server. 30 connections should be enough for 6 simultaneous users.". Yet, this Java proxy runs out of connections really fast under Java 1.60. Goldencode Java 1.41 and Innotek 1.42 do not have this problem.

I think the issue is that certain advertising links are blocked by Ghostery (a FireFox? add-on) or re-directed to the Hosts file and those connections are never released or released too slowly by Java 1.60. I can surf the Internet for 20 minutes-ish then the connection limit is reached.

Symptoms include

  1. exit of Java.exe (clearing proxy cache by GC then reloading Java by InitJava?.cmd sometimes helps. However, Java can sometimes refuse to reload - eComStation reboot necessary at this point)
  1. freezing on or exit of FireFox? 3.6.16 (restarting sometimes help)
  1. messing up of proxy cache (complete deletion of all proxy cache files necessary)

I've included the two SmartCache? .cnf files that I changed. Smartcache 0.93 is also included. InitJava?.cmd is used to restart Java.


#73 Polarbar mailer general 1.6.0-b19 RC Enhanced defect new 2011-02-22 2011-06-16 BlondeGuy

This e-mail client works under other OS/2 Java

I can start the mailer, and it works with one exception. The window where the message would display is never painted, and whatever would be behind the program window shows through.

The window, folder list, message list, etc all paint OK.

If I compose a message, the window where the message is composed also does not paint.

If I change the browser window style from text browser to ICE HTML Browser, I get the message window to paint.

Polarbar mailer is attached; use the following to invoke: javaw -cp .;polarbar.zip org.polarbar.mailer


#117 DragText crashes Java apps in PMCTLS general 1.6.0-b22 WSE Enhanced enhancement new 2011-06-16 2011-06-16 dmik

Gerrit Schoenmaker (the reporter of ticket:43) did some more testing with iTrain and Drag & Drop and eventually he found that he has the DragText utility installed and it's the reason of the crash. If he disables DragText? the crash goes away and all works fine.

Most likely, DragText? expects something from the drag source window or drop target window that Odin does not provide. One day we should investigate if it makes sense to add support for the DragText? enhanced DnD protocol to Odin/Java?.


#80 JAlbum Java installer does not work general 1.6.0-b19 RC defect new 2011-02-24 2011-02-24 Michaelhz

jAlbuminstall.jar (Version 9.1.2) from http://jalbum.net/ does work. Install window hangs w/o error message.


#38 Compile Windows resources general Enhanced enhancement new 2010-12-29 2011-02-21 dmik

Currently, Windows .rc files for Java DLLs and executables are ignored on OS/2. Since these files sometimes contain important resources such as icons and pointers, we need to support them.


#13 Use _stati64() and friends general Enhanced enhancement new 2010-07-30 2011-02-21 dmik

The Windows version of OpenJDK uses the *i64 versions of the LIBC APIs to deal with files which allows to operate on files of more than 4G in size.

On OS/2 I currently replace it with the non-*i64 variants as the latter are not supported by kLIBC.

We should check if the Odin32 file API actually supports 64-bit file addressing on filesystems supporting it themselves on OS/2 (like JFS). And if so, we should then provide the *i64 variants (via MINIVCRT.LIB for instance) and use them on OS/2 as well.


#62 RMB can't be used to resize windows general 1.6.0-b19 Beta 2 Enhanced defect new 2011-01-31 2011-01-31 yoda

It is standard in OS/2 to use RMB for drag and resize operations, but RMB doesn't work for this in GUI apps.

(It works with LMB - but we do not want that on OS/2)

Simple testcase is the included demo Font2DTest.


#30 Enable DirectX support general Enhanced defect new 2010-12-01 2010-12-01 dmik

OpenJDK has support for DirectX 7 (both DirectDraw? and Direct3D) to speed up 2D operations but we only have DirectX 4 in Odin32.

For this reason, the current Direct3D code in the java2d module cannot be compiled.

Possible ways to go:

a) Restrict this support to only what is possible in DirectX 4. b) Enhance Odin32 to support DirectX 7 (as much as possible, providing emulation for missing 3D bits). c) Disable use of DirectX in OpenJDK at all (and probably use DIVE directly instead).


#22 Test with TCK general Enhanced task new 2010-09-24 2010-09-24 dmik

TCK stands for Technology Compatibility Kit (or Test Compatibility Kit, as referred at http://openjdk.org/projects/jdk6/) and it represents a test suite used to check if a particular Java implementation meets the specifications.

More information is available here: http://en.wikipedia.org/wiki/Technology_Compatibility_Kit. The two important Oracle links are:

We need to run this test suite across our implementation to make sure we it works as expected. This may also help in finding implementation-specific bugs.


#21 Provide SmartCard support (sun.security.smartcardio package) general Enhanced enhancement new 2010-09-17 2010-09-18 dmik

The sun.security.smartcardio package provides the SmartCard? access for authorization and other related procedures. The native methods of classes in this package are used to interface with SmartCard? devices. For now, these native methods are disabled on OS/2 as the SCard* WinAPI is missing from Odin. If we really need it, there is some Linux project for SmartCard? support (MUSCLE SmartCard? Development, http://www.linuxnet.com) which is used on Linux/Solaris? which we may probably port to OS/2 and either integrate with Odin to implement the SCard* WinAPI or use in Java directly.


#18 Port com.sun.tools.attach general Enhanced enhancement new 2010-08-31 2010-08-31 dmik

Port com.sun.tools.attach (http://download.oracle.com/javase/6/docs/jdk/api/attach/spec/com/sun/tools/attach/package-summary.html). It uses VirtualAllocEx?() to allocate memory in another process which is not implemented in Odin.

This attach API is new in JDK 6 which might explain why this function is not in Odin. There also may be difficulties in implementing VirtualAllocEx?() on OS/2. A wild thought suggests that we need to inject our DLL in a foreign process in order to do that on OS/2 which looks like too much hassle just for this simple Java API. Other ways of implementing the same functionality besides VirtualAllocEx?() should be investigated (may be worth to check the Linux implementation).

Putting this to Enhanced so far, since at the first sight it looks like a low-level JVM infrastructure management tool the majority of end-user applications don't need.


Note: See TracReports for help on using and creating reports.