0

Cloud Foundry Grails プラグインと cf-push を使用して grails 2.0.3 アプリをクラウドにデプロイでき、すべて正常に動作します。

ここで、sts/eclipse クラウド ファウンドリー拡張機能を使用して eclipse (grails コマンド cf-push ではありません!) でデプロイし、サーバー ビューなどでサーバー インスタンスを表示したいと考えています。

Eclipse プラグインを使用して新しい cloudfoundry インスタンスを作成すると、デプロイされますが、エラー メッセージが表示されて中止されます。

May 14, 2012 10:39:21 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-19036
May 14, 2012 10:39:21 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 377 ms
May 14, 2012 10:39:21 AM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name Catalina
May 14, 2012 10:39:21 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 14, 2012 10:39:21 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
May 14, 2012 10:39:21 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT

Configuring Spring Security Core ...
... finished configuring Spring Security Core

May 14, 2012 10:39:32 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 14, 2012 10:39:32 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [] startup failed due to previous errors
May 14, 2012 10:39:32 AM org.apache.catalina.loader.WebappClassLoader         clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named    [net.sf.ehcache.CacheManager@1edb587] but has failed to stop it. This is very likely to create   a memory leak.
May 14, 2012 10:39:32 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [projectBee.Requestmap.data] but has failed to stop it. This is very likely to create a memory leak.
May 14, 2012 10:39:32 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [projectBee.Role.data] but has failed to stop it. This is very likely to create a memory leak.
May 14, 2012 10:39:32 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [org.hibernate.cache.UpdateTimestampsCache.data] but has failed to stop it. This is very likely to create a memory leak.
May 14, 2012 10:39:32 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [org.hibernate.cache.StandardQueryCache.data] but has failed to stop it. This is very likely to create a memory leak.

Stopping Tomcat because the context stopped.

この問題の解決策を知っている人はいますか? ありがとうございました!

4

1 に答える 1

1

スタック トレースと詳細なエラー メッセージを含む実際のログ ファイルを確認する必要があります。vmc コマンドライン クライアントまたは STS を使用します。おそらくあなたが望むものを持っていない /logs フォルダがありますが、おそらく持っている /tomcat/logs もあります。また、stacktrace.log も確認してください。

于 2012-05-14T03:16:35.027 に答える