jQuery in Action, 2nd edition
The moose likes Web Services and the fly likes Exception while Deploying Axis2 on weblogic 8.1 SP3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Exception while Deploying Axis2 on weblogic 8.1 SP3" Watch "Exception while Deploying Axis2 on weblogic 8.1 SP3" New topic
Author

Exception while Deploying Axis2 on weblogic 8.1 SP3

Randhir Yadav
Greenhorn

Joined: May 03, 2006
Posts: 2
Hello,

I am receiving the below exception while deploying Axis2 application on Weblogic 8.1 SP3.

Exception:weblogic.management.ApplicationException: prepare failed for axis2
Module: axis2 Error: Could not load axis2: java.lang.StringIndexOutOfBoundsException: String index out of range: -1

I have already tried the below options:
a) setting prefer-web-inf-classes to true in weblogic.xml
b) updated the classpath: added few Axis2 jars before webservices.jar in startweblogic.cmd

But nothing helps!
Am i missing something here?

Thanks,
Randhir
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Exception while Deploying Axis2 on weblogic 8.1 SP3
 
Similar Threads
Converting BigDecimal to double
WebLogic Form Based Authentication
Doubt in Weblogic Oracle Driver.?
Oracle 10g driver throws java.sql.SQLException: OALL8 is in an inconsistent state Web
Axis2 and WL8.1 (deploy problem)