SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Studio
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-25-2010, 01:03 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Null Point Exception trying to open Sagetv.xml

Someone talk me off this cliff...I copied some things from one stv and closed it opened another stv and pasted it. All was working well until I closed and tried to reopen it I got a java null point exception error in studio and it won't open. The log shows allot of swing errors but doesn't really show where the error is. I know I should have had a backup but I didn't and looks like I may lose about 3 days worth of work so kind of frustrated. I went into the xml itself and completely took out the part I pasted in and that still didn't do the trick any ideas?
Reply With Quote
  #2  
Old 06-25-2010, 01:19 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Plucky,

I can't say I've ever had any luck with cut and paste in Studio. I always use the export/import functions instead.

Any time I've had the "null pointer exception" I lost all of my work too

Tom
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #3  
Old 06-25-2010, 01:20 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Well I have found this entry in the log

Code:
Fri 6/25 14:17:53.602 [AWT-EventQueue-0@1d1e730] ERROR Cannot find translation file for STV:java.util.MissingResourceException: Can't find bundle for base name STVs\SageTV7\SageTV7_i18n, locale 
Fri 6/25 14:17:54.000 [AWTThreadWatcher-SAGETV_PROCESS_LOCAL_UI@1f10a67] EventThread-SAGETV_PROCESS_LOCAL_UI Hang Detected - hang time = 751
Fri 6/25 14:17:54.108 [AWT-EventQueue-0@1d1e730] UIMgr done loading UI from: C:\Program Files\SageTV\SageTV\STVs\SageTV7\SageTV7-1.14.xml
Fri 6/25 14:17:54.114 [AWT-EventQueue-0@1d1e730] Exception in thread "AWT-EventQueue-0" Fri 6/25 14:17:54.114 [AWT-EventQueue-0@1d1e730] java.lang.NullPointerException
Fri 6/25 14:17:54.115 [AWT-EventQueue-0@1d1e730] 	at tv.sage.b.j.q(Unknown Source)
Fri 6/25 14:17:54.115 [AWT-EventQueue-0@1d1e730] 	at tv.sage.b.j.b(Unknown Source)
Fri 6/25 14:17:54.116 [AWT-EventQueue-0@1d1e730] 	at tv.sage.b.k.a(Unknown Source)
Fri 6/25 14:17:54.117 [AWT-EventQueue-0@1d1e730] 	at tv.sage.c.a(Unknown Source)
Fri 6/25 14:17:54.117 [AWT-EventQueue-0@1d1e730] 	at sage.UIManager.F(Unknown Source)
Fri 6/25 14:17:54.118 [AWT-EventQueue-0@1d1e730] 	at sage.UIManager.run(Unknown Source)
Fri 6/25 14:17:54.118 [AWT-EventQueue-0@1d1e730] 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
Fri 6/25 14:17:54.119 [AWT-EventQueue-0@1d1e730] 	at java.awt.EventQueue.dispatchEvent(Unknown Source)
Fri 6/25 14:17:54.119 [AWT-EventQueue-0@1d1e730] 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
Fri 6/25 14:17:54.120 [AWT-EventQueue-0@1d1e730] 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
Fri 6/25 14:17:54.120 [AWT-EventQueue-0@1d1e730] 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
Fri 6/25 14:17:54.121 [AWT-EventQueue-0@1d1e730] 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
Fri 6/25 14:17:54.121 [AWT-EventQueue-0@1d1e730] 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
Fri 6/25 14:17:54.122 [AWT-EventQueue-0@1d1e730] 	at java.awt.EventDispatchThread.run(Unknown Source)
Fri 6/25 14:17:54.122 [VideoFrame-SAGETV_PROCESS_LOCAL_UI@a23610] VF processing job null nPlayin=false
Fri 6/25 14:17:54.123 [VideoFrame-SAGETV_PROCESS_LOCAL_UI@a23610] VF thread is now waiting for 0:00:00.000
seems to probably be the issue now the question how do I fix it....
Reply With Quote
  #4  
Old 06-25-2010, 01:26 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
http://forums.sagetv.com/forums/show...27&postcount=3
__________________
-- Greg
Reply With Quote
  #5  
Old 06-25-2010, 01:31 PM
PLUCKYHD PLUCKYHD is offline
SageTVaholic
 
Join Date: Dec 2007
Posts: 6,257
Quote:
Originally Posted by GKusnick View Post
Thanks greg it actually dawned on me to check for oprhans on the main menu panel in the xml itself and I found some got rid of those and all was right with the world again. Will keep you tips in mind

thanks again.
Reply With Quote
  #6  
Old 06-25-2010, 01:32 PM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
I take it you've already over written the auto backup file? These normally catch the error before they happen and if your lucky enough and copy the backup out and rename it before you try to load/overwrite the file again you only loose a small amount of work.

e.g Example.xml.bak

Cheers

Ben

EDIT

You fixed it as I was posting.
Oh, well....all's well that ends well
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders

Last edited by jaminben; 06-25-2010 at 01:35 PM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Point-to-Point wireless ethernet solutions Steerpike Hardware Support 3 03-26-2006 10:39 PM
Sagetv wont open MooG SageTV Software 4 05-30-2005 09:03 AM
null pointer exception on start geekraver SageTV Software 17 06-22-2004 03:29 AM
Java Null Pointer Exception in 1.3.8 rrussell SageTV Software 4 07-28-2003 07:23 AM
Beta V1.2.2 Java java.lang Null Pointer Exception hamptonhills SageTV Beta Test Software 1 03-27-2003 12:11 PM


All times are GMT -6. The time now is 06:08 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.