You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Adam Jeżewski <je...@poczta.fm> on 2006/01/15 23:05:23 UTC

[axis2-0.94] logging to console - javax.servlet.ServletException: Invalid logging

Hi,

I installed tomact 5.5.12 and deployed axis2-0.94.war,
Happiness Page is OK but:

1. Available services shows:
There seems to be no services listed! Try hitting refresh
(even though there is Version service)

2. After logging to administering console I get this:

javax.servlet.ServletException: Invalid logging
	org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848)
	org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
	org.apache.jsp.admin_jsp._jspService(org.apache.jsp.admin_jsp:92)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

java.lang.Exception: Invalid logging
	org.apache.jsp.admin_jsp._jspService(org.apache.jsp.admin_jsp:75)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
I guess this is about some 'tomcat library'

thanks for help

Adam

P.S.
Is there any place where I can find list of librarys required by axis2 with
security module?

----------------------------------------------------------------------
Kliknij po wiecej! >>> http://link.interia.pl/f18ed


Re: [axis2] logging to console - javax.servlet.ServletException: Invalid logging

Posted by Eran Chinthaka <ch...@opensource.lk>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 

>
> P.S. Is there any place where I can find list of librarys required
> by axis2 with security module?

Get the security-0.94.mar from
http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/modules/wss4j/0_94/security-0.94.mar.
It has all what you want in it.
Just drop that in to Axis2 war, and the war contains all the other
libs that are required for the security module to run.

Our goal is to make all the modules as self contained as possible,
except for the jars already included in Axis2 war.

- -- Chinthaka

>
> ----------------------------------------------------------------------
> Kliknij po wiecej! >>> http://link.interia.pl/f18ed
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
 
iD8DBQFDyv8VjON2uBzUhh8RArrSAKCjtstvCPZzMuvNvZ+3eFv0VTEBCgCfSIX8
n6LxMgHlrJ7AefV661jfw4w=
=2Ixx
-----END PGP SIGNATURE-----


Re: [axis2-0.94] logging to console - javax.servlet.ServletException: Invalid logging

Posted by Adam Jeżewski <je...@poczta.fm>.
hi

this was the first thing which I tried (userneme and password) :).
when login or password is wrong I don't get any errors - except
images url is http://127.0.0.1:8080/images/asf-logo.gif.
I suppose it should be http://127.0.0.1:8080/axis2/images/asf-logo.gif.

Before I reinstalled tomcat everything was ok, maybe this is about
tomcat settings, libs?

Thanks for help

Adam


Dnia Tue, 17 Jan 2006 16:57:54 +0100, Deepal Jayasinghe  
<de...@opensource.lk> napisał:

> Hi Adam;
>
> I am sorry for late reply :(
>
> btw what did you type for username and password in axis2 web interface ,  
> pls type
>  username : admin
>  password : axis2
>
> those are the default username and password for the system and , you can  
> change them by changing axis2.xml.
>
> Thanks,
>  Deepal
> ................................................................
> ~Future is Open~
>
> ----- Original Message ----- From: "Adam Jeżewski" <je...@poczta.fm>
> To: <ax...@ws.apache.org>
> Sent: Monday, January 16, 2006 4:05 AM
> Subject: [axis2-0.94] logging to console -  
> javax.servlet.ServletException: Invalid logging
>
>
>> Hi,
>>
>> I installed tomact 5.5.12 and deployed axis2-0.94.war,
>> Happiness Page is OK but:
>>
>> 1. Available services shows:
>> There seems to be no services listed! Try hitting refresh
>> (even though there is Version service)
>>
>> 2. After logging to administering console I get this:
>>
>> javax.servlet.ServletException: Invalid logging
>> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848)
>> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
>> org.apache.jsp.admin_jsp._jspService(org.apache.jsp.admin_jsp:92)
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>
>> root cause
>>
>> java.lang.Exception: Invalid logging
>> org.apache.jsp.admin_jsp._jspService(org.apache.jsp.admin_jsp:75)
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>> I guess this is about some 'tomcat library'
>>
>> thanks for help
>>
>> Adam
>>
>> P.S.
>> Is there any place where I can find list of librarys required by axis2  
>> with
>> security module?
>>

-------------------------------------------------------------------
Zmyslowa czerwien... >>> http://link.interia.pl/f18f0


Re: [axis2-0.94] logging to console - javax.servlet.ServletException: Invalid logging

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Hi Adam;

I am sorry for late reply :(

btw what did you type for username and password in axis2 web interface , pls 
type
 username : admin
 password : axis2

those are the default username and password for the system and , you can 
change them by changing axis2.xml.

Thanks,
 Deepal
................................................................
~Future is Open~

----- Original Message ----- 
From: "Adam Jeżewski" <je...@poczta.fm>
To: <ax...@ws.apache.org>
Sent: Monday, January 16, 2006 4:05 AM
Subject: [axis2-0.94] logging to console - javax.servlet.ServletException: 
Invalid logging


> Hi,
>
> I installed tomact 5.5.12 and deployed axis2-0.94.war,
> Happiness Page is OK but:
>
> 1. Available services shows:
> There seems to be no services listed! Try hitting refresh
> (even though there is Version service)
>
> 2. After logging to administering console I get this:
>
> javax.servlet.ServletException: Invalid logging
> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848)
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
> org.apache.jsp.admin_jsp._jspService(org.apache.jsp.admin_jsp:92)
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
> root cause
>
> java.lang.Exception: Invalid logging
> org.apache.jsp.admin_jsp._jspService(org.apache.jsp.admin_jsp:75)
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> I guess this is about some 'tomcat library'
>
> thanks for help
>
> Adam
>
> P.S.
> Is there any place where I can find list of librarys required by axis2 
> with
> security module?
>
> ----------------------------------------------------------------------
> Kliknij po wiecej! >>> http://link.interia.pl/f18ed
>
>