RE: Error on Websphere 6.1 for Wicket Application

2009-11-13 Thread sharief Mohammed
Vinay,
  is the code working in WAS v6.1 even the sample hello world doesn't work 
on Websphere v6.1

--- On Fri, 11/13/09, Alex Rass  wrote:


From: Alex Rass 
Subject: RE: Error on Websphere 6.1 for Wicket Application
To: users@wicket.apache.org
Date: Friday, November 13, 2009, 3:22 AM


It's not a problem. It's a warning.
Just means that it's not optimized for production and you will see an ajax
debug message in the UI.
Everything will run perfectly fine.

It's a setting to turn production mode on and off.
By the time you write ANYTHING, you would have figured out how to turn it
on/off ;)

Usually you can do it through a setting in web.ini

Google: wicket setting development production

- Alex.


-Original Message-
From: vinay.karmar...@wipro.com [mailto:vinay.karmar...@wipro.com] 
Sent: Friday, November 13, 2009 1:26 AM
To: users@wicket.apache.org
Subject: Error on Websphere 6.1 for Wicket Application

Hi,



I am using Websphere 6.1 as App Server & Rational Application Developer
environment for development of Wicket Application.

I am getting the following error while trying to access the application.



[11/12/09 10:34:24:033 IST] 0031 SystemErr     R


*** WARNING: Wicket is running in DEVELOPMENT mode.              ***

***                               ^^^                    ***

*** Do NOT deploy to your live server(s) without changing this.  ***

*** See Application#getConfigurationType() for more information. ***



[11/12/09 10:34:24:065 IST] 0031 ServiceLogger I
com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened
incident stream file C:\Program
Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv09\logs\ffdc\server1_1b
381b38_09.11.12_10.34.24_0.txt

[11/12/09 10:34:24:393 IST] 0031 ServiceLogger I
com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC
closed incident stream file C:\Program
Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv09\logs\ffdc\server1_1b
381b38_09.11.12_10.34.24_0.txt

[11/12/09 10:34:24:424 IST] 0031 SRTServletRes W   WARNING: Cannot
set status. Response already committed.

[11/12/09 10:34:24:487 IST] 0031 SRTServletRes W   WARNING: Cannot
set header. Response already committed.



Can anyone suggest any solution for this problem?





Regards,



Vinay Karmarkar


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not
the intended recipient, you should not disseminate, distribute or copy this
e-mail. Please notify the sender immediately and destroy all copies of this
message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should
check this email and any attachments for the presence of viruses. The
company accepts no liability for any damage caused by any virus transmitted
by this email. 

www.wipro.com


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




  

Re: Fw: new to wicket

2009-10-28 Thread sharief Mohammed
As of now i am getting below error
 
"
10/28/09 22:43:26:894 EDT] 001d WebApp    E   [Servlet Error]-[Filter 
[WebApplication]: could not be initialized]: java.lang.LinkageError: 
LinkageError while defining class: HelloWorldApplication
Could not be defined due to: (HelloWorldApplication) bad major version at 
offset=6
This is often caused by having a class defined at multiple
locations within the classloader hierarchy.  Other potential causes
include compiling against an older or newer version of the class
that has an incompatible method signature.
Dumping the current context classloader hierarchy:
    ==> indicates defining classloader
==>[0] 
com.ibm.ws.classloader.compoundclassloa...@74e674e6
   Local ClassPath: 
C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\classes;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\lib\log4j-1.2.15.jar;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\lib\slf4j-api-1.5.6.jar;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\lib\slf4j-log4j12-1.5.6.jar;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\lib\wicket-1.4.3.jar;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war
   Delegation Mode: PARENT_FIRST
   [1] 
com.ibm.ws.classloader.compoundclassloa...@59ce59ce
   Local ClassPath: 
 
"
 
issue with websphere is resolved by the custom property 
com.ibm.ws.webcontainer.invokefilterscompatibility
 
http://www-01.ibm.com/support/docview.wss?uid=swg21328168
 
Any help would be appreciated 
 
 


--- On Wed, 10/28/09, rpraveen  wrote:


From: rpraveen 
Subject: Re: Fw: new to wicket
To: users@wicket.apache.org
Date: Wednesday, October 28, 2009, 6:24 PM



Hi Khadeer,

    You have to copy your wicket.jar into WEB-INF\lib and deploy it.  



khadeer wrote:
> 
> 
> 
> 
> 
> 
> 
> Hi,
>    i am resending this message .i thought question would be missed
> since iam not subscribed to the list .since i sent the message for
> subscription i hope the subscription is complete now.
>  
> "this is first time i am trying to learn or trying to write code through
> the wicket.i know iam asking very basic question and i look stupid asking
> this question
>  
> i went to  http://wicket.apache.org/examplehelloworld.html
> i created a project in eclipse and added the 2 java and html file and
> web.xml and created a war ( placed wicket-1.4.3 as external library) and
> deployed in websphere it doesn't work.
> i did use the maven example even then it is more confusing for me with
> jetty i couldn't come to conculsion about the exact jar files used by
> jetty and one used by maven and jars exactly required for the simple hello
> world example to work.
>  
> and one more observation in web.xml
> 
>   applicationClassName
>  
> org.apache.wicket.examples.helloworld.HelloWorldApplication
>     
> 
> no where earlier java files package name org.apache.wicket.examples is
> mentioned  
>   ---or ---
> do i need any other jar file needed for the example to run since iam
> getting 
>  
> --Start of DE processing-- = [10/25/09 23:39:58:425 EDT] , key =
> java.lang.ClassNotFoundException
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter 298
> Exception = java.lang.ClassNotFoundException
> Source = com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter
>  
> after i deployed the war into the websphere
>  
>  Thanks in advance for your help."
>  
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Fw%3A-new-to-wicket-tp26061968p26103254.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




  

Re: Fw: new to wicket

2009-10-26 Thread sharief Mohammed
no luck with helloworld example.if you have any war file .if you can send me 
war file with wicket 1.4.3  that would be great .i will try to run on websphere 
Application server.

--- On Mon, 10/26/09, Ralf Eichinger  wrote:


From: Ralf Eichinger 
Subject: Re: Fw: new to wicket
To: users@wicket.apache.org
Date: Monday, October 26, 2009, 3:12 PM


have a look at http://cwiki.apache.org/WICKET/newuserguide.html
perhaps it helps...

sharief Mohammed wrote:
> 
> 
> 
> 
> Hi,
>        i am resending this message .i thought question would be missed since 
>iam not subscribed to the list .since i sent the message for subscription i 
>hope the subscription is complete now.
>  "this is first time i am trying to learn or trying to write code through the 
>wicket.i know iam asking very basic question and i look stupid asking this 
>question
>  i went to  http://wicket.apache.org/examplehelloworld.html
> i created a project in eclipse and added the 2 java and html file and web.xml 
> and created a war ( placed wicket-1.4.3 as external library) and deployed in 
> websphere it doesn't work.
> i did use the maven example even then it is more confusing for me with jetty 
> i couldn't come to conculsion about the exact jar files used by jetty and one 
> used by maven and jars exactly required for the simple hello world example to 
> work.
>  and one more observation in web.xml
> 
>           applicationClassName
>           
>org.apache.wicket.examples.helloworld.HelloWorldApplication
>         
> 
> no where earlier java files package name org.apache.wicket.examples is 
> mentioned    ---or ---
> do i need any other jar file needed for the example to run since iam getting  
> --Start of DE processing-- = [10/25/09 23:39:58:425 EDT] , key = 
> java.lang.ClassNotFoundException 
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter 298
> Exception = java.lang.ClassNotFoundException
> Source = com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter
>  after i deployed the war into the websphere
>   Thanks in advance for your help."
>   

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




  

Fw: new to wicket

2009-10-26 Thread sharief Mohammed






Hi,
   i am resending this message .i thought question would be missed 
since iam not subscribed to the list .since i sent the message for subscription 
i hope the subscription is complete now.
 
"this is first time i am trying to learn or trying to write code through the 
wicket.i know iam asking very basic question and i look stupid asking this 
question
 
i went to  http://wicket.apache.org/examplehelloworld.html
i created a project in eclipse and added the 2 java and html file and web.xml 
and created a war ( placed wicket-1.4.3 as external library) and deployed in 
websphere it doesn't work.
i did use the maven example even then it is more confusing for me with jetty i 
couldn't come to conculsion about the exact jar files used by jetty and one 
used by maven and jars exactly required for the simple hello world example to 
work.
 
and one more observation in web.xml

  applicationClassName
  
org.apache.wicket.examples.helloworld.HelloWorldApplication
    

no where earlier java files package name org.apache.wicket.examples is 
mentioned  
  ---or ---
do i need any other jar file needed for the example to run since iam getting 
 
--Start of DE processing-- = [10/25/09 23:39:58:425 EDT] , key = 
java.lang.ClassNotFoundException 
com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter 298
Exception = java.lang.ClassNotFoundException
Source = com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter
 
after i deployed the war into the websphere
 
 Thanks in advance for your help."