Stripes 1.5 examples .war not working on Weblogic 9.2

View: New views
4 Messages — Rating Filter:   Alert me  

Stripes 1.5 examples .war not working on Weblogic 9.2

by Dhanda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

We are trying to run Stripes 1.5 examples.war on Weblogic 9.2. But it is giving us following error.

*****************
index.jsp:3:1: The qualifier of this name is a package, which cannot contain fields.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">

---^
index.jsp:3:1: Expression expected (found '?' instead)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

^------------------------------------------------------------------------------------------------------------
    <stripes:form action="/examples/quickstart/Calculator.action" focus="">

---^
index.jsp:3:1: Expression expected (found '>' instead)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org
*****************
Any help or inputs on the same will be highly appreciated.

Re: Stripes 1.5 examples .war not working on Weblogic 9.2

by Annie Lane :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We're also getting that problem with Weblogic which is why I've been  
trying to get things going with Tomcat first...

On 30/10/2009, at 16:01, Dhanda <ramandeep_kaur01@...> wrote:

>
> Hi All,
>
> We are trying to run Stripes 1.5 examples.war on Weblogic 9.2. But  
> it is
> giving us following error.
>
> *****************
> index.jsp:3:1: The qualifier of this name is a package, which cannot  
> contain
> fields.
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>
> ^--
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ----------------------------------------------------------------------
>    <stripes:form action="/examples/quickstart/Calculator.action"  
> focus="">
>
> ---^
> index.jsp:3:1: Expression expected (found '?' instead)
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>
> ^--
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ----------------------------------------------------------------------
>    <stripes:form action="/examples/quickstart/Calculator.action"  
> focus="">
>
> ---^
> index.jsp:3:1: Expression expected (found '>' instead)
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org
> *****************
> Any help or inputs on the same will be highly appreciated.
> --
> View this message in context: http://old.nabble.com/Stripes-1.5-examples-.war-not-working-on-Weblogic-9.2-tp26125064p26125064.html
> Sent from the stripes-users mailing list archive at Nabble.com.
>
>
> ---
> ---
> ---
> ---------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart  
> your
> developing skills, take BlackBerry mobile applications to market and  
> stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@...
> https://lists.sourceforge.net/lists/listinfo/stripes-users

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-users mailing list
Stripes-users@...
https://lists.sourceforge.net/lists/listinfo/stripes-users

Re: Stripes 1.5 examples .war not working on Weblogic 9.2

by Dhanda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We have run the example.war on tomcat 5.5 successfully. But we have to migrate our existing application developed on stripes1.4 to stripes 1.5 using weblogic 9.2. So we need to run this example.war on weblogic 9.2 just to check if weblogic supports stripes 1.5. But it seems from the error logs that problem is with Stripes 1.5 not able to load stripes.tld in weblogic environment.

Annie Lane wrote:
We're also getting that problem with Weblogic which is why I've been  
trying to get things going with Tomcat first...

On 30/10/2009, at 16:01, Dhanda <ramandeep_kaur01@infosys.com> wrote:

>
> Hi All,
>
> We are trying to run Stripes 1.5 examples.war on Weblogic 9.2. But  
> it is
> giving us following error.
>
> *****************
> index.jsp:3:1: The qualifier of this name is a package, which cannot  
> contain
> fields.
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>
> ^--
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ----------------------------------------------------------------------
>    <stripes:form action="/examples/quickstart/Calculator.action"  
> focus="">
>
> ---^
> index.jsp:3:1: Expression expected (found '?' instead)
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>
> ^--
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ---
> ----------------------------------------------------------------------
>    <stripes:form action="/examples/quickstart/Calculator.action"  
> focus="">
>
> ---^
> index.jsp:3:1: Expression expected (found '>' instead)
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org
> *****************
> Any help or inputs on the same will be highly appreciated.
> --
> View this message in context: http://old.nabble.com/Stripes-1.5-examples-.war-not-working-on-Weblogic-9.2-tp26125064p26125064.html
> Sent from the stripes-users mailing list archive at Nabble.com.
>
>
> ---
> ---
> ---
> ---------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart  
> your
> developing skills, take BlackBerry mobile applications to market and  
> stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Re: Stripes 1.5 examples .war not working on Weblogic 9.2

by thatguy1177 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm not sure why, but I got it working on WL 9.2 by commenting out the
two functions at the bottom of stripes.tld. I haven't needed to use
them yet, so this has not been a big deal.

On Fri, Oct 30, 2009 at 1:19 AM, Dhanda <ramandeep_kaur01@...> wrote:

>
> We have run the example.war on tomcat 5.5 successfully. But we have to
> migrate our existing application developed on stripes1.4 to stripes 1.5
> using weblogic 9.2. So we need to run this example.war on weblogic 9.2 just
> to check if weblogic supports stripes 1.5. But it seems from the error logs
> that problem is with Stripes 1.5 not able to load stripes.tld in weblogic
> environment.
>
>
> Annie Lane wrote:
>>
>> We're also getting that problem with Weblogic which is why I've been
>> trying to get things going with Tomcat first...
>>
>> On 30/10/2009, at 16:01, Dhanda <ramandeep_kaur01@...> wrote:
>>
>>>
>>> Hi All,
>>>
>>> We are trying to run Stripes 1.5 examples.war on Weblogic 9.2. But
>>> it is
>>> giving us following error.
>>>
>>> *****************
>>> index.jsp:3:1: The qualifier of this name is a package, which cannot
>>> contain
>>> fields.
>>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>>>
>>> ^--
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ----------------------------------------------------------------------
>>>    <stripes:form action="/examples/quickstart/Calculator.action"
>>> focus="">
>>>
>>> ---^
>>> index.jsp:3:1: Expression expected (found '?' instead)
>>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>>>
>>> ^--
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ---
>>> ----------------------------------------------------------------------
>>>    <stripes:form action="/examples/quickstart/Calculator.action"
>>> focus="">
>>>
>>> ---^
>>> index.jsp:3:1: Expression expected (found '>' instead)
>>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>>> "http://www.w3.org
>>> *****************
>>> Any help or inputs on the same will be highly appreciated.
>>> --
>>> View this message in context:
>>> http://old.nabble.com/Stripes-1.5-examples-.war-not-working-on-Weblogic-9.2-tp26125064p26125064.html
>>> Sent from the stripes-users mailing list archive at Nabble.com.
>>>
>>>
>>> ---
>>> ---
>>> ---
>>> ---------------------------------------------------------------------
>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>>> is the only developer event you need to attend this year. Jumpstart
>>> your
>>> developing skills, take BlackBerry mobile applications to market and
>>> stay
>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>>> http://p.sf.net/sfu/devconference
>>> _______________________________________________
>>> Stripes-users mailing list
>>> Stripes-users@...
>>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> Stripes-users mailing list
>> Stripes-users@...
>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Stripes-1.5-examples-.war-not-working-on-Weblogic-9.2-tp26125064p26125168.html
> Sent from the stripes-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@...
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-users mailing list
Stripes-users@...
https://lists.sourceforge.net/lists/listinfo/stripes-users