Custom query (1090 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 1090)

Ticket
#537
Description

Documentation in 3.0rc seems to be generated on 20/02/10. There are many changes since then in SVN.

#614
Description

Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1649) at java.lang.Runtime.load0(Runtime.java:787) at java.lang.System.load(System.java:1022) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1667) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java:1614) at java.awt.Toolkit.<clinit>(Toolkit.java:1636) at java.awt.Component.<clinit>(Component.java:568) at javax.swing.ImageIcon.<clinit>(ImageIcon.java:78) at com.vividsolutions.jump.workbench.ui.images.IconLoader.icon(IconLoader.java:44) at com.vividsolutions.jump.workbench.JUMPWorkbench.<clinit>(JUMPWorkbench.java:80)

Could not find the main class: com.vividsolutions.jump.workbench.JUMPWorkbench. Program will exit.

#627
Description

due to a subtle quoting bug, the OSSIM installer is hardcoding the PATH, which removes GMT from the PATH, which makes GMT and MB-System non-functional in 4.0rc9.

this is a prime example why maintaining feature-freeze discipline during the RC cycle is so important, tests on earlier RCs (pre RC8) didn't have this error.

in ~user/.bashrc it should be:

  PATH="$PATH:/usr/local/ossim:/usr/local/ossim/bin"
  export PATH

(make that edit by hand to avoid rebuilding from main.sh)

hopefully fixed for future builds in trunk with r4700, and the release branch in r4701.

:-/ Hamish

ps- many frustrating trac errors today:

  OperationalError: FATAL:  sorry, too many clients already
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.