Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
how to see the exploded status of my app?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mert Caliskan  
View profile  
 More options Apr 9, 4:53 am
From: Mert Caliskan <mcalis...@gmail.com>
Date: Thu, 9 Apr 2009 01:53:13 -0700 (PDT)
Local: Thurs, Apr 9 2009 4:53 am
Subject: how to see the exploded status of my app?
I deployed a JSF based webapp on the engine at appspot.com. I'm
getting

java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at org.apache.myfaces.webapp.filter.ExtensionsFilter.<init>
(ExtensionsFilter.java:144)

I think eclipse uploaded the commons-logging.jar for me (no hassle
while doing the deploy inside eclipse). How can I check that this jar
resides on the appspot.com

Thanks,

Mert


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Briccetti  
View profile  
 More options Apr 9, 5:16 am
From: Dave Briccetti <da...@davebsoft.com>
Date: Thu, 9 Apr 2009 02:16:51 -0700 (PDT)
Local: Thurs, Apr 9 2009 5:16 am
Subject: Re: how to see the exploded status of my app?
This may help, or I may misunderstand your problem.

I had to copy the jar I was using to the lib directory, so that
Eclipse would put it in the war file.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
martiner  
View profile  
(4 users)  More options Apr 9, 7:29 am
From: martiner <mcaslav...@gmail.com>
Date: Thu, 9 Apr 2009 04:29:32 -0700 (PDT)
Local: Thurs, Apr 9 2009 7:29 am
Subject: Re: how to see the exploded status of my app?
I had exactly the same problem with Spring based application -
ClassNotFoundException: org.apache.commons.logging.LogFactory, with
commons-logging-1.1.1.jar in war/WEB-INF/lib directory

The problem is, that App Engine SDK also contains commons-
logging-1.1.1.jar with cripled Commons Logging: the package
org.apache.commons.logging.* is empty and everything is put under
com.google.appengine.repackaged.org.apache.commons.logging.* and
custom jar from WEB-INF/lib got overwritten with the SDK version.
(Leaving the same name I found extremely stupid from Google
developers.)

Solution is simple: put commongs logging into WEB-INF/lib with
different name (commons-logging.jar).

Eclipse plugin creates war which is going to be uploaded to App Engine
in temp directory with name appcfg*.tmp (like C:\Users\martin\AppData
\Local\Temp\appcfg1993864804685917941.tmp).

Martin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mert Çalışkan  
View profile  
 More options Apr 9, 7:40 am
From: Mert Çalışkan <mcalis...@gmail.com>
Date: Thu, 9 Apr 2009 14:40:33 +0300
Local: Thurs, Apr 9 2009 7:40 am
Subject: Re: [appengine-java] Re: how to see the exploded status of my app?
thanks martin!

that did the trick...

Mert.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Diego Pettisani  
View profile  
 More options Apr 13, 2:07 am
From: Diego Pettisani <die...@gmail.com>
Date: Sun, 12 Apr 2009 23:07:52 -0700 (PDT)
Local: Mon, Apr 13 2009 2:07 am
Subject: Re: how to see the exploded status of my app?
Thanks Martiner, I had the same problem. It's all ok after reading
your post.

Thanks again.

On 9 Apr, 13:29, martiner <mcaslav...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mats  
View profile  
 More options Apr 25, 6:14 am
From: Mats <mats.kars...@gmail.com>
Date: Sat, 25 Apr 2009 03:14:30 -0700 (PDT)
Local: Sat, Apr 25 2009 6:14 am
Subject: Re: how to see the exploded status of my app?
I am on a mac and renamed the jar, also verified that it was included
in the build being sent to the cloud (on mac /private/tmp/appcfg*) but
still getting the NoClassDefFoundError.

Anybody got this working from a mac?

Mats

On Apr 13, 8:07 am, Diego Pettisani <die...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mats  
View profile  
 More options Apr 25, 6:22 am
From: Mats <mats.kars...@gmail.com>
Date: Sat, 25 Apr 2009 03:22:17 -0700 (PDT)
Local: Sat, Apr 25 2009 6:22 am
Subject: Re: how to see the exploded status of my app?
Changing to commons-logging-1.1.jar worked, but simply renaming 1.1.1
did not.

Thanks for help on tracking this issue down.

On Apr 25, 12:14 pm, Mats <mats.kars...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jas0n  
View profile  
 More options Apr 28, 7:32 am
From: Jas0n <jhar...@gmail.com>
Date: Tue, 28 Apr 2009 04:32:27 -0700 (PDT)
Local: Tues, Apr 28 2009 7:32 am
Subject: Re: how to see the exploded status of my app?
Yes, as Mats reported, I found changing to commons-logging-1.1.jar
worked, but neither renaming 1.1.1
not replacing it with the -api jar worked.

I had no trouble with commons-logging until I added a JSP.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Puran  
View profile  
 More options Apr 28, 10:38 pm
From: Puran <mailtopu...@gmail.com>
Date: Tue, 28 Apr 2009 19:38:34 -0700 (PDT)
Local: Tues, Apr 28 2009 10:38 pm
Subject: Re: how to see the exploded status of my app?
Hell All,

I am getting the same error

java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at org.springframework.web.context.ContextLoader.<clinit>
(ContextLoader.java:146)
        at
org.springframework.web.context.ContextLoaderListener.createContextLoader
(ContextLoaderListener.java:53)
        at
org.springframework.web.context.ContextLoaderListener.contextInitialized
(ContextLoaderListener.java:44)

 even if i change the commons-logging-1.1.1.jar to commons-
logging-1.1.jar or commons-logging.jar i get the same exception. it
works locally fine, anyone please help me what am i doing wrong

On Apr 28, 4:32 am, Jas0n <jhar...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Puran  
View profile  
 More options Apr 28, 11:01 pm
From: Puran <mailtopu...@gmail.com>
Date: Tue, 28 Apr 2009 20:01:38 -0700 (PDT)
Local: Tues, Apr 28 2009 11:01 pm
Subject: Re: how to see the exploded status of my app?
sorry guys, my bad i was renaming commons-logging-1.1.1.jar to commons-
logging-1.1.jar, now i just used commons-logging-1.1.jar and works

On Apr 28, 7:38 pm, Puran <mailtopu...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google