-3

i use apache tomee, Java EE 6, servlet 3 and when i start the server tomee i have this errror:

Server TomEE Server at localhost at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
user1528481
  • 45
  • 1
  • 4
  • 4
    So? What's the question? – Edwin Dalorzo May 29 '12 at 15:33
  • This entry contained slightly more than "I've got a problem", but only slightly. If you don't respect people on SO then don't be surprised people will not stand in long queues to help you. – Lajos Arpad May 29 '12 at 16:54
  • Can you add the following information; how did you start TomEE (startup.sh or an IDE, if an IDE which IDE), how was the application deployed, what is the approximate size of the application, what JDK version – David Blevins Jun 02 '12 at 00:40

1 Answers1

2

This sort of situation has appeared in SO more than once. Take a look at the console output, see if it tells you anything useful. Read up on what others have done in response to the same issue, and try that. If you run out of things to try, you can at least post the console results, so that others who understand better might have a chance of seeing what your problem is. (Also post what you've tried and what the results were, both to give further information and to make it obvious that you've put some work into it.)

Ben Barden
  • 2,001
  • 2
  • 20
  • 28
  • Failed to start component [StandardServer[8005]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154) at org.apache.catalina.startup.Catalina.start(Catalina.java:675) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) – user1528481 May 29 '12 at 15:53