Author Topic: Java Development: "Qt/Embedded data not owned by  (Read 1799 times)

Omicron

  • Hero Member
  • *****
  • Posts: 608
    • View Profile
    • http://
Java Development: "Qt/Embedded data not owned by
« on: August 07, 2004, 06:03:11 pm »
Title says it all, trying to run a Java program from command line (installed by IPK, but GUI launch not working yet) and when I run the program I get the

"Qt/Embedded data not owned by user 0"

even when I run it as root.

This would seem to be a common problem, but I am not sure if it a java problem (where I am reading resources from) or an IPK problem (where I put the resources) or some like they don't agree.

Any help would be apprected.
"You Shall Not Pass"    
....Gandalf, Lord Of The Rings
--------------------------------------------------------------
C-860 (Cacko), 3x4gb MD  
DLINK 660W, 1GB SD,  
Upgraded Archos AV320 w/80GB HDD
Pocketop and Targus IR keyboards
Favorite Deal Site: SaveCity.net (pretty cool, good deals daily on one page)

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Java Development: "Qt/Embedded data not owned by
« Reply #1 on: August 07, 2004, 11:42:47 pm »
Whenever I try to run programs that use qtopia for visuals as root, I see this error. The work around is to run as zaurus not root.

If you need root perms then yuo will need su

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

Omicron

  • Hero Member
  • *****
  • Posts: 608
    • View Profile
    • http://
Java Development: "Qt/Embedded data not owned by
« Reply #2 on: August 08, 2004, 09:34:30 am »
Quote
Whenever I try to run programs that use qtopia for visuals as root, I see this error. The work around is to run as zaurus not root.

If you need root perms then yuo will need su

Stu


Thanks, I'll give it a shot.
"You Shall Not Pass"    
....Gandalf, Lord Of The Rings
--------------------------------------------------------------
C-860 (Cacko), 3x4gb MD  
DLINK 660W, 1GB SD,  
Upgraded Archos AV320 w/80GB HDD
Pocketop and Targus IR keyboards
Favorite Deal Site: SaveCity.net (pretty cool, good deals daily on one page)

treke

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
    • http://
Java Development: "Qt/Embedded data not owned by
« Reply #3 on: August 09, 2004, 06:23:04 pm »
Quote
Title says it all, trying to run a Java program from command line (installed by IPK, but GUI launch not working yet) and when I run the program I get the

"Qt/Embedded data not owned by user 0"

even when I run it as root.

This would seem to be a common problem, but I am not sure if it a java problem (where I am reading resources from) or an IPK problem (where I put the resources) or some like they don't agree.

Any help would be apprected.
There is a hard coded check in qte that the person running the application is the same as the person running qte. Root wont match that check