Bug#414092: airport-utils: Tools start and quit immediately without working

2023-03-05 Thread Valentin Vidic
I just did a quick check and the tools work for me on the current stable
(11.6) and unstable.

The only time they don't start is when X11 is not available like in an ssh
session:

$ java -verbose:class -jar 
/usr/share/java/airport-utils/AirportBaseStationConfig.jar
...
[0.170s][info][class,load] sun.awt.MostRecentKeyValue source: jrt:/java.desktop
[0.170s][info][class,load] sun.awt.PostEventQueue source: jrt:/java.desktop
[0.171s][info][class,load] java.util.Vector source: jrt:/java.base
[0.171s][info][class,load] java.awt.Window$Type source: jrt:/java.desktop
[0.171s][info][class,load] java.lang.UnsupportedOperationException source: 
jrt:/java.base
[0.171s][info][class,load] java.awt.HeadlessException source: jrt:/java.desktop
[0.171s][info][class,load] java.util.IdentityHashMap$IdentityHashMapIterator 
source: shared objects file
[0.171s][info][class,load] java.util.IdentityHashMap$KeyIterator source: shared 
objects file
[0.171s][info][class,load] java.lang.Shutdown source: shared objects file
[0.171s][info][class,load] java.lang.Shutdown$Lock source: shared objects file

I suppose the startup scripts could somehow check if X11 is not available
and print a warning?

-- 
Valentin



Bug#414092: airport-utils: Tools start and quit immediately without working

2022-12-25 Thread Chris Hofstaedtler
Control: severity -1 grave
Control: found -1 airport-utils/2-8

> All of the aiport-utils tools don't seem to be working anymore. They start
> up and immediately stop without any error. Trying to run the tools with
> 
>java -jar sometool.jar
> 
> gives the same result. Disk rattling, program starting, but then nothing and
> you're returned to the shell prompt without a workable tool.

This seems to be back, in stable (OpenJDK 11) and in unstable
(OpenJDK 17).

Chris



Bug#414092: airport-utils: Tools start and quit immediately without working

2013-12-23 Thread Nicholas Humfrey

Hello,

I have been struggling to find any way of re-configuring my old 
original (Graphite) Airport Base Station, since Apple have stopped 
supporting it in the official tools.


I thought I would try the aiport-uilts but experienced exactly the same 
problem as originally described in this bug, on Debian stable (wheezy).


Thanks to John Neffenger, I successfully installed an old copy of 
Debian 5.0.10 (Lenny) in VirtualBox, installed sun-java5-jdk and then 
airport-utils and it all worked fine.



Linux debian 2.6.26-2-686 #1 SMP Sun Mar 4 22:19:19 UTC 2012 i686 
GNU/Linux


ii  java-common0.30   Base of all Java packages
ii  sun-java5-jdk  1.5.0-22-0lenn Sun Java(TM) Development Kit (JDK) 
5.0
ii  sun-java5-jre  1.5.0-22-0lenn Sun Java(TM) Runtime Environment 
(JRE) 5.0 (
ii  airport-utils  1-7configuration and management 
utilities for A



Thanks John!

nick.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#414092: airport-utils: Tools start and quit immediately without working

2007-12-02 Thread John Neffenger
I had the same problem on Ubuntu 7.10 Desktop i386 (Gutsy Gibbon) -- 
airport-config from the command prompt, for example, would just quit 
without any messages and without displaying its window when I had Sun 
Java 6 Update 3 (version 1.6.0_03) as the default on my system.


I installed the Sun Java 5 package (version 1.5.0_13) and made it my 
default Java with:


$ sudo apt-get install sun-java5-jdk
$ sudo update-alternatives --config java

and now it works.  I enter the airport-config command and get the 
Airport Base Station Configurator Java application window.


I now have the following, which works for airport-utils:

Linux t42 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux


airport-utils_1-6_all.deb
  airport-utils version 1-6
sun-java5-jdk_1.5.0-13-0ubuntu1_i386.deb
  sun-java5-jdk version 1.5.0-13-0ubuntu1

John Neffenger




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#414092: airport-utils: Tools start and quit immediately without working

2007-03-18 Thread Julien BLACHE
Arjan Opmeer [EMAIL PROTECTED] wrote:

Hi,

 [Loaded java.lang.Object from shared objects file]
 [Loaded java.io.Serializable from shared objects file]
[...]

Here everything gets loaded from rt.jar, but I'm on amd64 so this
might explain the difference.

Otherwise it seems to load everything it needs, so I have no idea
what's going wrong here.

JB.

-- 
 Julien BLACHE [EMAIL PROTECTED]  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#414092: airport-utils: Tools start and quit immediately without working

2007-03-11 Thread Julien BLACHE
Arjan Opmeer [EMAIL PROTECTED] wrote:

Hi,

 So it seems that there is a problem with my sun-java6 installation.
 I already tried apt-get --reinstall of the sun-java6-bin and sun-java6-jre
 packages, but that did not solve the problem. So what am I missing that
 is does work on your system but not on mine?

What does java -verbose -jar ... tell you ?

If it's bombing out because of some missing jars or something, it
should appear in the output...

JB.

-- 
 Julien BLACHE [EMAIL PROTECTED]  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#414092: airport-utils: Tools start and quit immediately without working

2007-03-10 Thread Julien BLACHE
Arjan Opmeer [EMAIL PROTECTED] wrote:

Hi,

  Is there maybe some mysterious incompatibility problem between the Sun 6 
  JRE
  and the airport utils?

 Works with sun-java6 too.

 Hmm, that's interesting. Here it's still not working. Have any idea
 how I can debug this any further?

Not really.

For a start, does it work when you run the tools using the shell
scripts installed in /usr/bin ?

JB.

-- 
 Julien BLACHE [EMAIL PROTECTED]  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#414092: airport-utils: Tools start and quit immediately without working

2007-03-09 Thread Julien BLACHE
Arjan Opmeer [EMAIL PROTECTED] wrote:

Hi,

 Is there maybe some mysterious incompatibility problem between the Sun 6 JRE
 and the airport utils?

Works here with gij 4.1.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#414092: airport-utils: Tools start and quit immediately without working

2007-03-09 Thread Julien BLACHE
Arjan Opmeer [EMAIL PROTECTED] wrote:

 Is there maybe some mysterious incompatibility problem between the Sun 6 JRE
 and the airport utils?

Works with sun-java6 too.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#414092: airport-utils: Tools start and quit immediately without working

2007-03-08 Thread Arjan Opmeer
Package: airport-utils
Version: 1-3
Severity: grave
Justification: renders package unusable


All of the aiport-utils tools don't seem to be working anymore. They start
up and immediately stop without any error. Trying to run the tools with

   java -jar sometool.jar

gives the same result. Disk rattling, program starting, but then nothing and
you're returned to the shell prompt without a workable tool.

Is there maybe some mysterious incompatibility problem between the Sun 6 JRE
and the airport utils?


Arjan

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages airport-utils depends on:
pn  gij | java-virtual-machinenone (no description available)
ii  libgcj7-awt   4.1.1-20   AWT peer runtime libraries for use
ii  sun-java6-jre [java2-runtime] 6-00-2 Sun Java(TM) Runtime Environment (

airport-utils recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]