Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Java problem

Old Oct 15, 2005 | 10:09 PM
  #1  
AndyMoody's Avatar
AndyMoody
Thread Starter
Scooby Regular
iTrader: (2)
 
Joined: Apr 2002
Posts: 1,818
Likes: 0
From: Buckinghamshire
Question Java problem

I've tried and successfully installed Limewire and it installed Java at the same time. Now when I reboot I get a warning message come up saying something about Java SataRaid then it goes to BSOD and reboots and does the same thing every time. I uninstalled Limewire and did restore point to before I installed Limewire and Java and everything was OK.

I then tried installing Java from Sun site and had same problem. Any ideas how I can get over this problem as I really want to be able to use Limewire.

Thanks,

Andy.
Reply
Old Oct 16, 2005 | 08:56 AM
  #2  
molko's Avatar
molko
Scooby Regular
 
Joined: Jun 2004
Posts: 638
Likes: 0
From: UK
Default

Originally Posted by AndyMoody
I've tried and successfully installed Limewire and it installed Java at the same time. Now when I reboot I get a warning message come up saying something about Java SataRaid then it goes to BSOD and reboots and does the same thing every time. I uninstalled Limewire and did restore point to before I installed Limewire and Java and everything was OK.

I then tried installing Java from Sun site and had same problem. Any ideas how I can get over this problem as I really want to be able to use Limewire.

Thanks,

Andy.
I think JavaSataRaid.exe is spyware, you'll need to run Adaware, Spybot or one of the other good anti-spyware programs to remove it. You may need to start your PC in safe mode (tap f8 as the computer is booting up)

HTH
Reply
Old Oct 16, 2005 | 10:11 AM
  #3  
AndyMoody's Avatar
AndyMoody
Thread Starter
Scooby Regular
iTrader: (2)
 
Joined: Apr 2002
Posts: 1,818
Likes: 0
From: Buckinghamshire
Default

I run Spybot, Adaware, Microsoft Spyware etc at least once a week and never found that. It is something to do with the Silicon Image SATA controller on my DFI Lanparty SLI-DR motherboard from what I understand and I don't want to uninstall it as I think it will cause major problems with my HDD working.

Andy
Reply
Old Jul 1, 2006 | 08:21 AM
  #4  
popejohn2's Avatar
popejohn2
Scooby Newbie
 
Joined: Jul 2006
Posts: 2
Likes: 0
Default java problem

andymoody
did you ever solve this problem? i have the same problem.

i loaded "J2SE Runtime Environment 5.0 Update" and when i startup i get the sataraid eror message and then the bsod. its completely frustrating. searched web and could only find your message.

hoping you have a solution.
Reply
Old Jul 1, 2006 | 11:32 AM
  #5  
Boro's Avatar
Boro
Scooby Regular
iTrader: (1)
 
Joined: Jul 2003
Posts: 7,222
Likes: 0
From: Cornwall
Default

Might be worth trying the castle cops forum
Reply
Old Jul 31, 2006 | 08:49 PM
  #6  
Sonic Blue Type R's Avatar
Sonic Blue Type R
Scooby Regular
iTrader: (3)
 
Joined: Oct 2003
Posts: 188
Likes: 0
Unhappy

Hi had the exact same problem, noticed first of all that a lot of java applications were not executing, so downloaded J2SE Runtime Environment 5.0. Next time I booted up the computer it says there is a debugging error with JavaSataRaid.exe and kept on rebooting after 30 secs or so.

I also have the DFI LanParty SLI DR motherboard, I did not really look into what the problem was, could try contacting
http://java.sun.com/

OR DFI

Can any of you run java applets for example, if you are given a link to a video site, like google.video.com, or any such similar site, nothing happens when I go onto these sites, even though Java is activated on the advanced internet options.

I honestly feel that this is a problem for DFI techs to sort out, we should go to the forums @ DFI and find out if this is a common problem and take it from there. Hopefully can sort this out cause it aint exactly a cheep motherboard.
Reply
Old Jul 31, 2006 | 09:00 PM
  #7  
GaryK's Avatar
GaryK
Scooby Regular
 
Joined: Sep 1999
Posts: 4,037
Likes: 0
From: Bedfordshire
Default

effin java, its supposed to be sandboxed so this doesnt happen, the sooner it dies the better, poorly architected, slow and write once run somewhere, it really is total garbage.

Gary
Reply
Old Jul 31, 2006 | 10:21 PM
  #8  
dharbige's Avatar
dharbige
Scooby Regular
 
Joined: Feb 2001
Posts: 845
Likes: 0
Default

Originally Posted by GaryK
effin java, its supposed to be sandboxed so this doesnt happen, the sooner it dies the better, poorly architected, slow and write once run somewhere, it really is total garbage.

Gary
Java is NOT slow. A modern JVM is comparable to native code in execution speed, and under certain circumstances it can even be faster.
Reply
Old Jul 31, 2006 | 10:40 PM
  #9  
NotoriousREV's Avatar
NotoriousREV
Scooby Regular
 
Joined: Jan 2002
Posts: 11,581
Likes: 0
Default

Aah Java. I love how Java means your code is totally portable: it runs just as poorly whatever the platform. I also love how the 3 main apps I use at work are Java based and recommend 3 different versions of the JRE to run correctly
Reply
Old Aug 1, 2006 | 09:04 AM
  #10  
GaryK's Avatar
GaryK
Scooby Regular
 
Joined: Sep 1999
Posts: 4,037
Likes: 0
From: Bedfordshire
Default

Originally Posted by dharbige
Java is NOT slow. A modern JVM is comparable to native code in execution speed, and under certain circumstances it can even be faster.
utter bollocks! Java is slow! The only thing it does well is black box stuff (server side) where again you could write native compiled code targetted for the platform that would run faster. Ive seen the benchmarks and yes it has improved over time, mind you its had ten years now to do it but its a frickin joke. The AWT and Swing have two many layers of abstraction which is why IBM developed SWT so for GUI dev work Java is a non starter.

Gary
Reply
Old Aug 1, 2006 | 06:39 PM
  #11  
molko's Avatar
molko
Scooby Regular
 
Joined: Jun 2004
Posts: 638
Likes: 0
From: UK
Default

Originally Posted by GaryK
utter bollocks! Java is slow! The only thing it does well is black box stuff (server side) where again you could write native compiled code targetted for the platform that would run faster. Ive seen the benchmarks and yes it has improved over time, mind you its had ten years now to do it but its a frickin joke. The AWT and Swing have two many layers of abstraction which is why IBM developed SWT so for GUI dev work Java is a non starter.

Gary
Benchmarks can prove anything
Reply
Old Aug 1, 2006 | 10:10 PM
  #12  
Alas's Avatar
Alas
Scooby Regular
 
Joined: Jan 2001
Posts: 3,439
Likes: 0
From: Location: Location.
Default

I had the same problems as I needed it for a rating program and it would'nt install without getting error messages. Went to another site and downloaded it from there and all works fine.
Try this one. I do not take responsibility if it goes wrong.
http://www.download.com/Java-2-Platf...-10495818.html
Reply
Old Aug 8, 2006 | 04:46 AM
  #13  
popejohn2's Avatar
popejohn2
Scooby Newbie
 
Joined: Jul 2006
Posts: 2
Likes: 0
Default Java SATARAID problem solved

I solved this problem by simply removing Java SataRaid from my startup program folder. Computer seems to be working just fine without it.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Abx
Subaru
22
Jan 9, 2016 05:42 PM
PetrolHeadKid
Driving Dynamics
10
Oct 5, 2015 05:19 PM
T.K
General Technical
10
Oct 2, 2015 11:35 AM
the shreksta
Other Marques
26
Oct 1, 2015 02:30 PM
minguela
Wheels And Tyres For Sale
0
Sep 29, 2015 11:28 AM


Thread Tools
Search this Thread

All times are GMT +1. The time now is 03:26 PM.