Created attachment 472862 [details] fixed bash script Two problems: 1.) all entries under "/usr/bin/derby-*" should be symlinks to one script file: $ ll /usr/bin/derby-* -rwxr-xr-x. 5 root root 1689 14. Aug 19:58 /usr/bin/derby-ij -rwxr-xr-x. 5 root root 1689 14. Aug 19:58 /usr/bin/derby-NetworkServerControl -rwxr-xr-x. 5 root root 1689 14. Aug 19:58 /usr/bin/derby-startNetworkServer -rwxr-xr-x. 5 root root 1689 14. Aug 19:58 /usr/bin/derby-stopNetworkServer -rwxr-xr-x. 5 root root 1689 14. Aug 19:58 /usr/bin/derby-sysinfo This is currently not the case. 2.) The script is broken as the "run" function in "/usr/share/java-utils/java-functions" expects the class name in the variable MAIN_CLASS. See attachement for a fixed script.
Please provide a patch so we can review your changes easier.
Created attachment 480874 [details] patch for derby scripts
(In reply to comment #0) > Created attachment 472862 [details] > fixed bash script > > Two problems: > > 1.) all entries under "/usr/bin/derby-*" should be symlinks to one script file: Not true. There's no reason for the links to be symbolic instead of hard. In fact, it's not obvious for me which one should be the symlink target. > 2.) The script is broken as the "run" function in > "/usr/share/java-utils/java-functions" expects the class name in the variable > MAIN_CLASS. (In reply to comment #2) > Created attachment 480874 [details] > patch for derby scripts It took me a while to find out why the hell are you doing that, only to figure that the patch is reversed :) Applied and built into f16, f15 following shortly. Thanks!
Package derby-10.6.1.0-6.fc15: * should fix your issue, * was pushed to the Fedora 15 updates-testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing derby-10.6.1.0-6.fc15' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/derby-10.6.1.0-6.fc15 then log in and leave karma (feedback).
derby-10.6.1.0-6.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
*** Bug 699504 has been marked as a duplicate of this bug. ***