我使用Apache tomee,Java EE 6的,servlet的3,當我開始tomee我有這個errror服務器:JPA開發工具
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.
我使用Apache tomee,Java EE 6的,servlet的3,當我開始tomee我有這個errror服務器:JPA開發工具
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.
這種情況已經出現在SO不止一次。看看控制檯輸出,看看它是否告訴你任何有用的東西。閱讀其他人針對相同問題所做的工作,然後嘗試一下。如果你用盡了所有東西,你至少可以發佈控制檯結果,以便其他更好理解的人可能有機會看到你的問題。 (同時發佈你已經嘗試過的和結果是什麼,既提供進一步的信息,也顯示你已經投入了一些工作。)
未能啓動組件[StandardServer [8005]] \t在org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154) \t在org.apache.catalina.startup.Catalina.start(Catalina.java:675) \t在sun.reflect.NativeMethodAccessorImpl。 invoke0(本機方法) \t在sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) \t在sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) \t在java.lang.reflect.Me thod.invoke(Method.java:597) – user1528481
那麼,問題是什麼? –
本條目包含的內容略多於「我遇到了問題」,但只是稍微。如果你不尊重人,那麼不要驚訝別人排長隊幫你。 –
您可以添加以下信息;你是如何啓動TomEE的(startup.sh或IDE,如果IDE是IDE),應用程序是如何部署的,應用程序的近似大小,JDK版本是什麼 –