Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Wed 19 Jun 2013, 17:11
All times are UTC - 4
 Forum index » House Training » Users ( For the regulars )
PDI Spoon runs in Puppy 4.3.1 but not in Lucid
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [6 Posts]  
Author Message
joe0855

Joined: 05 Oct 2010
Posts: 58
Location: Raleigh, North Carolina, U.S.A.

PostPosted: Tue 05 Oct 2010, 05:28    Post subject:  PDI Spoon runs in Puppy 4.3.1 but not in Lucid  

I had updated to Puppy Linux 5.1.1 from 4.3.1 in order to resolve my printing problems with cups 1.3.11.

While I'm ecstatic that I can now reliably print over my wireless network, it's at the expense of running another application ('Spoon', which is part of Pentaho Data Integration 4.0.1). I ran the shell file in 'urxvt' (terminal), and saw the following messages:

INFO 27-09 06:08:36,918 - Using "/tmp/vfs_cache" as temporary files store.
java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error (Unknown Source)
at org.eclipse.swt.SWT.error (Unknown Source)
at org.eclipse.swt.SWT.error (Unknown Source)
at org.eclipse.swt.graphics.Font.init (Unknown Source)

And the list goes on an on. When I opened up 'spoon.sh' as a text file to attempt to get a clue, I thought the problem was that I didn't have Xulrunner installed. However when I checked my backup of 4.3.1, the path referenced in the shell file wasn't there either.

So then I thought I needed JRE (since I got the same response in 4.3.1 when JRE is not installed). After installing "Version 6 Update 21" (latest), it didn't help. Any ideas? Thanks in advance!
Back to top
View user's profile Send private message 
scsijon

Joined: 23 May 2007
Posts: 948
Location: the australian mallee

PostPosted: Wed 06 Oct 2010, 02:55    Post subject:  

Hi,

um, you did reboot after installing JRE of course? (just asking).

you are connected into the internet when installing, as it seems to be wanting a "live install connection" available?

try pinging (from the terminal) eclipse.org and see if it connects, maybe you just need some firewall adjustments;

also I note the website has a whole lot of resources on swt which may be if help. (such as checking if it works with 6.21, maybe it just needs a step back to 6.20)

other than that, maybe some more error lines would be of help (say 50) and give us a hint of where to guide you.

regards
scsijon
Back to top
View user's profile Send private message Visit poster's website 
joe0855

Joined: 05 Oct 2010
Posts: 58
Location: Raleigh, North Carolina, U.S.A.

PostPosted: Wed 06 Oct 2010, 23:31    Post subject:  

Thanks scsijon.

Yes, I did try rebooting my PC after installing JRE. I also went to the Java website to confirm Java was successfully working.

I was connected to the internet during the time of the install.

However I haven't yet tried:
- pinging the eclipse.org
- switching between Java 6.20 and 6.21 (or visa-versa); I didn't pay attention to the JRE version included with Lucid (as a pet).

As for getting you a copy of everything this else from urxvt, dumb question... how to I copy and paste the text from urxvt to say Geany or even this post? Every time I right-click the mouse to copy, it deselects the highlighted text. Thanks again.
Back to top
View user's profile Send private message 
joe0855

Joined: 05 Oct 2010
Posts: 58
Location: Raleigh, North Carolina, U.S.A.

PostPosted: Sat 09 Oct 2010, 05:47    Post subject:  

Finally figured out how to copy/paste from URXVT! Press both left and right buttons on the mouse (I don't have a "middle" button). Okay, here's what I'm getting:

# ./spoon.sh
INFO 09-10 05:19:35,553 - Using "/tmp/vfs_cache" as temporary files store.
java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.graphics.Font.init(Unknown Source)
at org.eclipse.swt.graphics.Font.<init>(Unknown Source)
at org.pentaho.di.ui.core.dialog.Splash$1.paintControl(Splash.java:127)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Control.gtk_expose_event(Unknown Source)
at org.eclipse.swt.widgets.Composite.gtk_expose_event(Unknown Source)
at org.eclipse.swt.widgets.Canvas.gtk_expose_event(Unknown Source)
at org.eclipse.swt.widgets.Widget.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Unknown Source)
at org.eclipse.swt.widgets.Display.eventProc(Unknown Source)
at org.eclipse.swt.internal.gtk.OS._gdk_window_process_updates(Native Method)
at org.eclipse.swt.internal.gtk.OS.gdk_window_process_updates(Unknown Source)
at org.eclipse.swt.widgets.Control.update(Unknown Source)
at org.eclipse.swt.widgets.Shell.setVisible(Unknown Source)
at org.eclipse.swt.widgets.Shell.open(Unknown Source)
at org.pentaho.di.ui.core.dialog.Splash.<init>(Splash.java:147)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:506)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:110)
#

Per scsijon's suggestion, I can ping eclipse.org. Haven't tried going back to JRE version 6.20, since Puppy 4.3.1 had 6.21 and had no problems running Spoon. Any ideas??? Thanks!!!
Back to top
View user's profile Send private message 
joe0855

Joined: 05 Oct 2010
Posts: 58
Location: Raleigh, North Carolina, U.S.A.

PostPosted: Sat 12 Mar 2011, 07:40    Post subject: Still no change with PDI Spoon and new Lucid 5.2  

I like the new Lucid 5.2 and was hoping something may have changed to allow Pentaho Data Integration to run on this new release but I still get the same exact errors as above. Any ideas? Thanks!
Back to top
View user's profile Send private message 
joe0855

Joined: 05 Oct 2010
Posts: 58
Location: Raleigh, North Carolina, U.S.A.

PostPosted: Sun 27 Mar 2011, 23:08    Post subject:  

For those that care....

The answer....
http://www.aquadon.com/web/sources/fonts/

Downloaded all 4 Helvetica fonts to my /usr/share/fonts/default/TTF folder and wham!! PDI opened up like champ. I cannot believe it was that simple!

I guess Lucid doesn't have as comprehensive a font library as Puppy 4.3.1? Anyway, case closed.
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 1 [6 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » Users ( For the regulars )
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0534s ][ Queries: 11 (0.0101s) ][ GZIP on ]