Hi,
1. I deleted the SQ*.app folder from the /Applications via APPLE_KEY+delete
2. I re-installed using squirrel-sql-3.0-MacOSX-install.jar
synack @ deimos [ Downloads ] md5 squirrel-sql-3.0-MacOSX-install.jar
MD5 (squirrel-sql-3.0-MacOSX-install.jar) = 11454f8790e75414a1c758c2cb935230
3. Launch the application
4. I had to edit "squirrel-sql.sh"
- SQUIRREL_SQL_HOME='/Applications/SQuirreLSQL.app/Contents/Resources/java'
+ SQUIRREL_SQL_HOME='/Applications/SQuirreLSQL.app/Contents/Resources/Java'
5. Re-launch again --> everything is OK, no more errors...
In my first attempt, I didn't remove the existing version from
/Applications and just overwrote. Seems, there are some issues with that...
ERRORS:
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186]
/Applications/SQuirreLSQL.app/Contents/MacOS/squirrel-sql.sh: line 31:
cd: /Applications/SQuirreLSQL.app/Contents/Resources/java: No such file
or directory
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] Exception in
thread "main"
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186]
java.lang.NoClassDefFoundError: net/sourceforge/squirrel_sql/client/Main
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] Caused by:
java.lang.ClassNotFoundException: net.sourceforge.squirrel_sql.client.Main
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] at
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] at
java.security.AccessController.doPrivileged(Native Method)
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] at
java.lang.ClassLoader.loadClass(ClassLoader.java:316)
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288)
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] at
java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Wednesday3/4/09 9:35:30 AM [0x0-0x28028].SQuirreLSQL[186] at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
Wednesday3/4/09 9:35:30 AM com.apple.launchd[86]
([0x0-0x28028].SQuirreLSQL[186]) Exited with exit code: 1
On 3/3/09 10:05 PM, Robert Manning wrote:
> I attempted to reproduce the problem but I was unsuccessful.
>
> Can you try this:
>
> 1. Drag the SQuirreL icon from the applications folder to the trash
> (removes the existing installation).
> 2. Re-download the 3.0 release and re-install it.
>
> This is all that I did and it launched properly when double-clicking
> the icon in the applications folder.
>
> Rob
>
> On Sun, Mar 1, 2009 at 11:40 PM, K. Jusupov<kju...@gm...> wrote:
>
>> Hi list,
>>
>> I've installed using squirrel-sql-3.0-MacOSX-install.jar file and upon
>> double-clicking on the "SQuirreLSQL" ins /Applications or trying to
>> launch it via Quicksilver, it fails with the logs captured in Console as
>> below:
>>
>> synack @ deimos [ ~ ] java -version
>> java version "1.6.0_07"
>> Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)
>> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode)
>>
>> I'm able to launch it via the "squirrel-sql.sh" inside :
>> /Applications/SQuirreLSQL.app/Contents/MacOS
>>
>> Any hints?
>>
>> LOGS:
>>
>> Monday3/2/09 12:37:15 PM ConceptDraw[4223] Could not connect the action
>> clickLibTableView: to target of class NSObject
>> Monday3/2/09 12:37:28 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] [JavaAppLauncher
>> Error] CFBundleCopyResourceURL() failed loading MRJApp.properties file
>> Monday3/2/09 12:37:28 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] [JavaAppLauncher]
>> application launched with ppc-thin application stub. Using native
>> application stub instead.
>> Monday3/2/09 12:37:28 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] [JavaAppLauncher
>> Error] CFBundleCopyResourceURL() failed loading MRJApp.properties file
>> Monday3/2/09 12:37:29 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] [LaunchRunner Error]
>> No main class specified
>> Monday3/2/09 12:37:29 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] [JavaAppLauncher
>> Error] CallStaticVoidMethod() threw an exception
>> Monday3/2/09 12:37:29 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] Exception in thread
>> "main"
>> Monday3/2/09 12:37:29 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229]
>> java.lang.NullPointerException
>> Monday3/2/09 12:37:30 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] at
>> apple.launcher.LaunchRunner.run(LaunchRunner.java:112)
>> Monday3/2/09 12:37:30 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] at
>> apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
>> Monday3/2/09 12:37:30 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] at
>> apple.launcher.JavaApplicationLauncher.main(JavaApplicationLauncher.java:61)
>>
>> Monday3/2/09 12:37:30 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] at
>> apple.launcher.JavaApplicationLauncher.main(JavaApplicationLauncher.java:61)
>>
>> Monday3/2/09 12:37:30 PM
>> [0x0-0x16e16e].net.sourceforge.squirrel_sql[4229] at
>> apple.launcher.JavaApplicationLauncher.main(JavaApplicationLauncher.java:61)
>>
>> Monday3/2/09 12:37:30 PM com.apple.launchd[103]
>> ([0x0-0x16e16e].net.sourceforge.squirrel_sql[4229]) Exited with exit
>> code: 1
>>
>> --
>> Rgds,
>> Kamchybek JUSUPOV
>>
>> Mobile: +6012 260 8434
>>
>>
>> ------------------------------------------------------------------------------
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
>> -Strategies to boost innovation and cut costs with open source participation
>> -Receive a $600 discount off the registration fee with the source code: SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> _______________________________________________
>> Squirrel-sql-users mailing list
>> Squ...@li...
>> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>>
>>
>
>
--
Rgds,
Kamchybek JUSUPOV
Mobile: +6012 260 8434
|