Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » 'Animation Start' has encountered a problem (on launch)(launching a project in the debugger fails with NPE)
'Animation Start' has encountered a problem (on launch) [message #759925] Wed, 30 November 2011 10:21 Go to next message
Eclipse UserFriend
user domc posts in the newcomer forum (message #757625)
the gist is:

-------------------------------------
when i run or try to debug a file, I get the following pop-up error message.

PROBLEM OCCURRED

'Animation start' has encountered a problem.
An internal error has occurred.
-------------------------------------

seems a couple of others are having this issue, and was hoping to hear from someone who has made it past it, thx.
Re: 'Animation Start' has encountered a problem (on launch) [message #759926 is a reply to message #759925] Wed, 30 November 2011 10:23 Go to previous messageGo to next message
Eclipse UserFriend
using version 3.0.2 on OSX 10.7.2
Re: 'Animation Start' has encountered a problem (on launch) [message #761536 is a reply to message #759926] Tue, 06 December 2011 11:01 Go to previous messageGo to next message
Eclipse UserFriend
RESOLUTION (for me, anyhow):

seems unchecking the "Launch in Background" checkbox in the COMMON tab on the run configuration made this problem go away for me.

[Updated on: Tue, 06 December 2011 11:02] by Moderator

Re: 'Animation Start' has encountered a problem (on launch) [message #793767 is a reply to message #759925] Wed, 08 February 2012 09:40 Go to previous messageGo to next message
Eclipse UserFriend
I'm having the same problem.

Disabling "Launch in Background" is indeed a workaround, but no solution for me (I need the background launch when running phpunit tests using an external tool config).

Occurs in PDT 3.0.2 on MacOSX 10.6.8

Edit: I filled a bug on this: bugs.eclipse.org/bugs/show_bug.cgi?id=370959

[Updated on: Wed, 08 February 2012 09:49] by Moderator

Re: 'Animation Start' has encountered a problem (on launch) [message #882380 is a reply to message #793767] Wed, 06 June 2012 06:44 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

I recently ran into this same problem with my own custom eclipse product distribution (custom name, custom .app folder, etc). The problem I had was this setting in the .ini file:
-Xdock:icon=../Resources/Eclipse.icns
was pointing to a non-existent file (there was no ../Resources/Eclipse.icns in my custom product, the .icns file had another custom name.

So in your PDT installation on OSX open up the .app folder and then dig down into MacOS/Contents and look at the .ini file. make sure that the -Xdock:icon property is pointing to a valid/existing file. If you don't have that property then add it. Then relaunch Eclipse/PDT and try again.

Hope this helps.
Re: 'Animation Start' has encountered a problem (on launch) [message #897156 is a reply to message #759925] Sun, 22 July 2012 13:47 Go to previous messageGo to next message
Eclipse UserFriend
Deselecting "Launch in background" works for me.

Adding an icon does not.

Sandip
Re: 'Animation Start' has encountered a problem (on launch) [message #972573 is a reply to message #882380] Mon, 05 November 2012 13:37 Go to previous messageGo to next message
Eclipse UserFriend
Greg Amerson wrote on Wed, 06 June 2012 06:44
Hello,

I recently ran into this same problem with my own custom eclipse product distribution (custom name, custom .app folder, etc). The problem I had was this setting in the .ini file:
-Xdock:icon=../Resources/Eclipse.icns
was pointing to a non-existent file (there was no ../Resources/Eclipse.icns in my custom product, the .icns file had another custom name.

So in your PDT installation on OSX open up the .app folder and then dig down into MacOS/Contents and look at the .ini file. make sure that the -Xdock:icon property is pointing to a valid/existing file. If you don't have that property then add it. Then relaunch Eclipse/PDT and try again.

Hope this helps.



This worked for me. Just make sure that you dig into the actual application to get to the Resources folder
icon7.gif  Re: 'Animation Start' has encountered a problem (on launch) [message #1043343 is a reply to message #759925] Wed, 17 April 2013 11:29 Go to previous messageGo to next message
Eclipse UserFriend
The icon solution works perfectly for Mountain Lion and latest PDT at this time:

Eclipse for PHP Developers

Version: 3.0.2

Thank you!
Re: 'Animation Start' has encountered a problem (on launch) [message #1060699 is a reply to message #882380] Tue, 28 May 2013 00:33 Go to previous messageGo to next message
Eclipse UserFriend
Hi I have arrived to this forum googling "Eclipse Animation Start problems" and I really home I can get your advice. I have installed Eclipse on my Mac following the instructions of a book : PHP for Absolute Beginners that explains you right away what I am : an absolute beginner ... Smile Be patient with me!!!
My problem is the software seems not to work properly giving me the following alert:
"Animation start" has encountered a problem. An internal error has occurred.
Details:
An internal error has occurred. Java.lang.NullPointerException.

As a result nothing runs on the browser when it test to the local url created through xampp.

In attachment you can see some screenshots of what I mean. Can you kindly help?
Re: 'Animation Start' has encountered a problem (on launch) [message #1062084 is a reply to message #1060699] Wed, 05 June 2013 15:43 Go to previous messageGo to next message
Eclipse UserFriend
Roberto, could you attach your error log file so we can have a deeper look where this NullPointerException is generated?

The error log file is located at <your_workspace>/.metadata/.log, where <your_workspace> is the directory you have selected when starting Eclipse.
Re: 'Animation Start' has encountered a problem (on launch) [message #1062103 is a reply to message #1062084] Wed, 05 June 2013 22:29 Go to previous messageGo to next message
Eclipse UserFriend
Hi and thanks a lot for your reply!
I have tried to follow your directions but unfortunately I cannot find any metadata folders with log files inside my generated Contents Workspace. Pls. see as follows my attachments and tell me if I made something wrong.
Re: 'Animation Start' has encountered a problem (on launch) [message #1062112 is a reply to message #1062103] Thu, 06 June 2013 01:40 Go to previous messageGo to next message
Eclipse UserFriend
The dot in front of folder and file names indicates that they are hidden on Unix-based operating systems like Linux and MacOS.

Find a way to configure your file browser to show the hidden files.

Or, as an alternative, use a terminal to copy to .log file to another name without leading dot, so it is not hidden anymore.
Re: 'Animation Start' has encountered a problem (on launch) [message #1062155 is a reply to message #1062112] Thu, 06 June 2013 05:59 Go to previous messageGo to next message
Eclipse UserFriend
In attachment the log file requested.

Roberto
  • Attachment: log.zip
    (Size: 1.54KB, Downloaded 294 times)
Re: 'Animation Start' has encountered a problem (on launch) [message #1062159 is a reply to message #1062112] Thu, 06 June 2013 06:06 Go to previous messageGo to next message
Eclipse UserFriend
In the previous email I have sent you the zipped ".log". Hope it will be visible in your computer.
Robert
Re: 'Animation Start' has encountered a problem (on launch) [message #1062167 is a reply to message #1062159] Thu, 06 June 2013 06:51 Go to previous messageGo to next message
Eclipse UserFriend
Yes, I am able to download the file, but the NullPointerException is not there. However, in the log file it says that it is a continuation from a previous one.

Could you do the following:
1. Start Eclipse in a fresh new workspace.
2. Reproduce the problem.
3. Attach to this post the .log file from this new workspace.

This way it will be possible to take a look only at the logs relevant to this problem and hopefully they will fit in a single .log file.
Re: 'Animation Start' has encountered a problem (on launch) [message #1062175 is a reply to message #1062167] Thu, 06 June 2013 07:58 Go to previous messageGo to next message
Eclipse UserFriend
Really hope this works! Eventually should you feel comfortable I can share my screen for further support ...
Robert
  • Attachment: log.zip
    (Size: 9.42KB, Downloaded 268 times)
Re: 'Animation Start' has encountered a problem (on launch) [message #1062184 is a reply to message #1062175] Thu, 06 June 2013 08:21 Go to previous messageGo to next message
Eclipse UserFriend
Yes, now I see the NullPointerException.

So, your case is exactly as in https://bugs.eclipse.org/bugs/show_bug.cgi?id=320089

Have you tried the suggested solution earlier in this post? Click here to see it: http://www.eclipse.org/forums/index.php/mv/msg/263016/972573/#msg_972573

[Updated on: Thu, 06 June 2013 08:21] by Moderator

Re: 'Animation Start' has encountered a problem (on launch) [message #1062221 is a reply to message #1062184] Thu, 06 June 2013 10:48 Go to previous messageGo to next message
Eclipse UserFriend
Yes I have tried and modified also the file ini: -Xdock:icon=../Resources/Eclipse.icns. The poblem is that by digging in the resources folder there is nothing. By the way it is not working!
Re: 'Animation Start' has encountered a problem (on launch) [message #1062235 is a reply to message #1062184] Thu, 06 June 2013 12:05 Go to previous message
Eclipse UserFriend
Seems I have solved the problem of the error message. Now however I have another problem. i am following the steps to learn programming of a book on php and I wrote a simple coding to test by simulating a publish in the local host through xampp. No matter how the url has not be found. I am sorry to be overwhelming but I hope you can understand the problems of a beginner. Here is what I did and what I got. Would you be so kind to explain why I cannot get a positive results? Thank you in advance for your patience
Previous Topic:BUG: HTML5 select does have required attribute
Next Topic:xDebug does not stop on break point
Goto Forum:
  


Current Time: Fri Apr 25 01:45:54 EDT 2025

Powered by FUDForum. Page generated in 0.06501 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top