Chrome - Application Cache Error event: Invalid or missing manifest origin trial token

L'errore "Application Cache Error event: Invalid or missing manifest origin trial token" rilevato nell'ultima versione di Google Chrome 85, è causato da parte dell'utilizzo della vostra applicazione web della Application Cache, rimossa dalla nuova versione di Chrome in favore di altri meccanismi. Per mantenerla attiva con tale meccanismo sarà necessario richiedere un token a Google e aggiungere un tag contenente tale token o un riferimento allo stesso nel cache manifest. Approfondite tramite la lettura di questo articolo:  https://web.dev/appcache-removal/

NetBeans IDE 7.2.1 PHP in Windows XP non si riavvia

Ho avuto qualche problema in Windows XP, non alla prima apertura ma alla seconda apertura,
ho spulciato qua e la ed ho trovato i file di log del programma,

C:\Documents and Settings\Utente\Dati applicazioni\NetBeans\7.2.1\var\log\messages.log
[...]
    com.jcraft.jzlib [1.0.7 1.0.7]
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.7.1.R37x_v20110808-1106 started
WARNING [org.openide.awt.Toolbar]: Error in AWT task
java.lang.StackOverflowError
    at java.lang.Exception.<init>(Exception.java:29)
    at java.io.IOException.<init>(IOException.java:30)
    at java.nio.channels.ClosedChannelException.<init>(ClosedChannelException.java:33)
[...]
[catch] at sun.font.TrueTypeFont.getTableBuffer(TrueTypeFont.java:747)
INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1.312 ms for org.openide.awt.MenuBar$MenuBarFolder@10c69(FolderList{MultiFileObject@76b359[Menu]})
SEVERE [global]
java.lang.StackOverflowError
    at java.nio.Buffer.<init>(Buffer.java:176)
    at java.nio.ByteBuffer.<init>(ByteBuffer.java:259)
    at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:39)
    at java.nio.ByteBuffer.allocate(ByteBuffer.java:312)
    at sun.font.TrueTypeFont.getTableBuffer(TrueTypeFont.java:733)
[...]


Nel mio pc netbeans deve avere qualche problema con i fonts di sistema (Fonte: http://forums.netbeans.org/post-137896.html).

Spulciando ulteriormente ho trovato i file che non permettono al programma di ripartire quindi ho creato un file bat "netbeanstart.bat" contenente dei comandi per eliminare i file bloccanti ed avviare NetBeans:
@echo off
taskkill /IM netbeans.exe
del "C:\Documents and Settings\Utente\Dati applicazioni\NetBeans\7.2.1\var\imported"
del "C:\Documents and Settings\Utente\Dati applicazioni\NetBeans\7.2.1\lock"
"C:\NetBeans 7.2.1 PHP\bin\netbeans.exe" --console suppress
exit

Commenti

Post popolari in questo blog

Chrome - Application Cache Error event: Invalid or missing manifest origin trial token

Nano - PHP, HTML e CSS syntax highlighting

Bash Bug - CVE-2014-6271