Error Parsing JSP page

2008-06-05 Thread Chung Foo Shyn
Hi All,

 

Tried to install Axis2-1.4 onto WebLogic 8.1 sp6 instead, and facing some
problems:

 

1)Failed to parse the JSP pages for my web service when accessing the page.
I  came across this solution 

http://archives.devshed.com/forums/apache-92/solution-weblogic-8-1-jsp-parse
-error-2418386.html

but I can't seems to find the antlr.jar file from my axis lib folder. Anyone
face the same problem before?

 

2) Also when I start up my services the servlet throws a NullPointer
Exception from the Logging part as well. Is it due to the log4j package?

 

Any feedbacks or suggestions are welcomed.

 

Thanx

FooShyn



RE: Error Parsing JSP page

2008-06-05 Thread Chung Foo Shyn
Hi,

 

I'd tried removing the jalopy-1.5rc3.jar in the axis2 lib folder after
getting your mail and it did get rid of the antlr problem,  perhaps you can
have a try. However when I try to engage the test service, an exception was
thrown as below:

 

java.lang.NoClassDefFoundError

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)

 

at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct

orAccessorImpl.java:39)

 

Seems like getting the Axis2 onto WebLogic is a bit fussy, I tried Axis1.4
and it worked perfectly. Anyone out there have any successful installation
on WebLogic with Axis2?

 

BTW the Axis2 I'm using is Axis2-1.4 and WebLogic 8.1 sp6

 

Thanx

FooShyn

 

From: Karunanidhi, Meena [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 05, 2008 7:29 PM
To: axis-user@ws.apache.org
Subject: RE: Error Parsing JSP page

 

Hi

 

Removing antlr.jar and jalopy.jar did solve the JSP Parse error for
AXIS2-1.3. 

But I face the same problem with Axis2-1.4 onto WebLogic 8.1 sp6???

 

Any other suggestions?

Thanks

Meena

  _  

From: Chung Foo Shyn [mailto:[EMAIL PROTECTED] 
Sent: 05 June 2008 11:55
To: axis-user@ws.apache.org
Subject: Error Parsing JSP page

 

Hi All,

 

Tried to install Axis2-1.4 onto WebLogic 8.1 sp6 instead, and facing some
problems:

 

1)Failed to parse the JSP pages for my web service when accessing the page.
I  came across this solution 

http://archives.devshed.com/forums/apache-92/solution-weblogic-8-1-jsp-parse
-error-2418386.html

but I can't seems to find the antlr.jar file from my axis lib folder. Anyone
face the same problem before?

 

2) Also when I start up my services the servlet throws a NullPointer
Exception from the Logging part as well. Is it due to the log4j package?

 

Any feedbacks or suggestions are welcomed.

 

Thanx

FooShyn

--
 
This is a confidential communication and is intended only for the addressee
indicated in the message (or duly authorised to be responsible for the
delivery of the message to such  person). You are specifically prohibited
from copying this message or delivering the same, or any part thereof, to
any other person, whomsoever or howsoever, unless you receive written
authorisation from us to do. 
 
If you are anyone other than the intended addressee, or person duly
authorised and responsible for the delivery of this message to the intended
addressee, you should destroy this message and notify us immediately. 
 
Please note that we accept no responsibility whatsoever in the event that
this message or any other email message or any part thereof becomes known or
is communicated to anyone other than the intended recipient or other person
authorised in writing by us to receive it, howsoever arising and disclaim
all liability for any losses or damage which may be sustained by any person
as a result thereof.
 
permanent tsb is a trading name of Irish Life  Permanent plc which is
regulated by the Financial Regulator and is a tied insurance agent for Irish
Life Assurance plc.
 
Irish Life  Permanent plc is a limited liability company registered in
Dublin under No. 222332. The company's registered office is: Irish Life
Centre, Lower Abbey Street, Dublin 1.
 
 

==


Getting error when trying to install axis2 to Tomcat 4.1

2008-06-04 Thread Chung Foo Shyn
Hi guys,

 

I'm trying to install an axis2 app into Tomcat 4.1 with the binary source as
mentioned in the installation instruction. However I get the following error
when I try to startup the app:

 

org.apache.commons.logging.LogConfigurationException: User-specified log
class 'org.apache.commons.logging.impl.Log4JLogger' cannot be found or is
not useable.

at
org.apache.commons.digester.Digester.createSAXException(Digester.java:3181)

at
org.apache.commons.digester.Digester.createSAXException(Digester.java:3207)

...

 

I'm using Tomcat 4.1 and JDK 1.4

 

Anyone facing the same problem before?

 

Thanx

FooShyn