This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-06-16 17:21:47

rgames
Scratcher
Registered: 2007-11-02
Posts: 14

What happened?

I can't view any project
(it just appears as a white box with a piece of paper with an x on the midde)
and my project Scratch Penguin 2 was flagged?
I can't view it, but the project icon is just a little Scratch Cat in a corner saying something.....
There was NOTHING wrong with it..
(it was this: https://scratch.mit.edu/projects/rgames/190109)
Move this if it's in the wrong place..

Last edited by rgames (2008-06-16 17:22:36)


My site: http://www.freewebs.com/roxysdoodle
Toontown, Scratch,VMK,Pirates, Pokemon! ^_^

Offline

 

#2 2008-06-16 17:28:40

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: What happened?

You have a mac, right?

Offline

 

#3 2008-06-16 17:31:43

rgames
Scratcher
Registered: 2007-11-02
Posts: 14

Re: What happened?

coolstuff wrote:

You have a mac, right?

No, I don't..


My site: http://www.freewebs.com/roxysdoodle
Toontown, Scratch,VMK,Pirates, Pokemon! ^_^

Offline

 

#4 2008-06-16 18:03:36

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: What happened?

Try restarting your computer. We changed the network configuration on our server and it could be that your computer is using the old IP. address. Please let us know if this helps.


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#5 2008-06-16 19:35:19

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: What happened?

I am getting the same behavior from my Windows Vista PC.  I thought it was just that I was running it through a hotel network...but now I'm not sure.  I have restarted my PC a couple of times but still am getting the red X.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#6 2008-06-16 19:49:01

demosthenes
Retired Community Moderator
Registered: 2008-02-19
Posts: 1000+

Re: What happened?

I just checked on my Intel Mac Laptop (running leopard) the projects are just red Xs.

Last edited by demosthenes (2008-06-16 21:52:41)


I've taken a long hiatus, but I still visit sometimes. Give me some time to answer any messages you post on my projects!

Offline

 

#7 2008-06-16 19:53:28

chalkmarrow
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: What happened?

Yeah. Just rebooted a Mac Leopard and PC XP sitting side by side and both show the red X of death within scratch...

Offline

 

#8 2008-06-16 20:16:32

Rurigok
Scratcher
Registered: 2008-01-24
Posts: 93

Re: What happened?

same for my windows vista pc, i cant upload anything either


Creator of Imperion Online(a MMO)
ImperionOnline/Cyclone103's forums.

Offline

 

#9 2008-06-16 20:17:35

Rurigok
Scratcher
Registered: 2008-01-24
Posts: 93

Re: What happened?

My Java Console says it cannot find "Class Scratch Applet" I cant veiw any projects either. Just a red X


Creator of Imperion Online(a MMO)
ImperionOnline/Cyclone103's forums.

Offline

 

#10 2008-06-16 20:37:44

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: What happened?

Yeah, now it's all red X's for me...

Offline

 

#11 2008-06-16 20:52:55

chalkmarrow
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: What happened?

Here's the console log:

Java Plug-in 1.6.0_05
Using JRE version 1.6.0_05 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Dan


----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

load: class ScratchApplet not found.
java.lang.ClassNotFoundException: ScratchApplet
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
load: class ScratchApplet not found.
java.lang.ClassNotFoundException: ScratchApplet
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Offline

 

#12 2008-06-16 20:53:23

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: What happened?

I think what is happening is that your Java Virtual Machine has cached the IP resolution of scratch.mit.edu to the old IP (18.85.13.74). Last we had we the same problem and we had to turn on TCP/IP redirection from 18.85.13.74 port 80 to 18.85.13.67. Today we decided it was time to turn off the redirection and let browsers follow the DNS change and go to the new IP. However seems like JVM doesn't update its DNS cache even after rebooting.

I'm trying to figure out how to best solve this issue...


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#13 2008-06-16 20:55:08

Rurigok
Scratcher
Registered: 2008-01-24
Posts: 93

Re: What happened?

Maybe you have to clear the Java control console.


Creator of Imperion Online(a MMO)
ImperionOnline/Cyclone103's forums.

Offline

 

#14 2008-06-16 20:55:33

Half-Wolf-Leader
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: What happened?

Yeah, only a red X on every project...

Offline

 

#15 2008-06-16 20:57:07

geckofreak
Scratcher
Registered: 2007-12-20
Posts: 100+

Re: What happened?

All the newest projects are being removed as if they were flagged. The webpage is being very wierd


http://img361.imageshack.us/img361/645/supersmashbroscharacterzg7.gif
cool  My Wii Friend Code 5069-3634-2461  cool

Offline

 

#16 2008-06-16 21:16:31

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: What happened?

|o|, now they have the message (Currently experiencing some technical difficulties displaying projects.)


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#17 2008-06-16 21:18:14

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: What happened?

Yep. I can't figure out how to tell JVM to clear its DNS cache. We might have to turn on the redirection on again.


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#18 2008-06-16 21:18:43

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: What happened?

Bluestribute wrote:

lol, now they have the message (Currently experiencing some technical difficulties displaying projects.)

yuppie  big_smile   lol  funny. Well, now everyone's on the forums because the projects aren't working

Offline

 

#19 2008-06-16 21:24:44

Fireicedude
Scratcher
Registered: 2007-10-24
Posts: 43

Re: What happened?

I wonder when it will be fixed.

Offline

 

#20 2008-06-16 21:27:04

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: What happened?

Fireicedude wrote:

I wonder when it will be fixed.

Probably pretty soon. There is one advantage to this, though: It doesn't keep logging you out!

Offline

 

#21 2008-06-16 21:32:25

funkymonkey
Scratcher
Registered: 2007-06-03
Posts: 1000+

Re: What happened?

its fine right now for me. i have a mac


http://i243.photobucket.com/albums/ff67/hprules_photos/banner2.jpg
Kuzimu: Dawn of a New Age                                                                                                  Coming May 2010

Offline

 

#22 2008-06-16 21:37:54

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: What happened?

funkymonkey wrote:

its fine right now for me. i have a mac

It's not working on a mac for me... lemme check again.

Offline

 

#23 2008-06-16 21:38:58

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: What happened?

Yay! 'Tis working again!

Offline

 

#24 2008-06-16 21:39:03

Rurigok
Scratcher
Registered: 2008-01-24
Posts: 93

Re: What happened?

At least forums still work...


Creator of Imperion Online(a MMO)
ImperionOnline/Cyclone103's forums.

Offline

 

#25 2008-06-16 21:40:27

geckofreak
Scratcher
Registered: 2007-12-20
Posts: 100+

Re: What happened?

It's working but Andresmh hasn't removed the weird message yet.


http://img361.imageshack.us/img361/645/supersmashbroscharacterzg7.gif
cool  My Wii Friend Code 5069-3634-2461  cool

Offline

 

Board footer