Questions tagged [wso2-as]
70 questions
0
votes
0 answers
WSO2 application server 5.3.0: java.lang.IllegalArgumentException: Negative time error when deploying app as ROOT context
When I try to run a simple test war file as the ROOT context of WSO2 Application Server version 5.3.0, I get the following error:
[2016-03-19 17:24:00,177] ERROR
{org.apache.catalina.core.StandardWrapperValve} - Servlet.service()
for servlet…

kmkale
- 115
- 10
0
votes
1 answer
WSO2 application server 5.0.1: How to run app as root context?
When I deploy a webapp war to WSO2 application server, it gets deployed to a context path such as /MyApp How do I deploy it to the root context so that MyApp runs at / ?
I have tried setting WebContextRoot in carbon.xml to /MyApp/ but doing that…

kmkale
- 115
- 10
0
votes
0 answers
WSO2 Carbon 404 Error Redirection for Webapp Deployment?
We are using WSO2 Carbon 4.2.0 through the WSO2 Application Server (AS) package. In replacing an older, highly customized Carbon installation (provided by a company that no longer supports the product, has abandoned it and refuses to work on it,…

db_
- 51
- 4
0
votes
1 answer
Passing end-user details from client to real backend endpoint via JWT token in WSO2 APIM
I am new to WSO2 API Manager using version 1.9.1. I am trying to implement the WSO2 APIM + JWT assertion looking at http://lalajisureshika.blogspot.in/2013/06/passing-end-user-details-from-client-to.html and…
user5707585
0
votes
1 answer
How to solve this error message "File "/web/xxx.jsp"" not found
I started implementing carbon component. So back-end runtime was implemented and tested. Now need to create front end UI component. So this is my component.xml file which is placed under resources/META-INF.

GPrathap
- 7,336
- 7
- 65
- 83
0
votes
1 answer
Spring Boot in WSO2AS
I have a project built with Spring Boot, and let me know if you can deploy WSO2AS.
Try deploy as war but fails, any ideas?
This is error since "WSO2AS-5.2.1"
TID: [0] [AS] [2015-08-06 14:23:11,242] INFO…

chvillamizar
- 11
- 3
0
votes
2 answers
How to setup and deploy WebSocket on WSO2 AS 5.2.1?
I have a working JAX-RS webapp that implement some RESTfull services. I have developed it under WSO2 Studio and deployed it with WSO2 AS Web interface, all very simple.
Now I want add on my WebApp the possibility to open a WebSocket. I don't have…

Elia
- 1,417
- 1
- 18
- 28
0
votes
1 answer
WSO2 P.PaaS : Accessing the AS and other WSO2 products
So I have got WSO2 P.PaaS installed and running. I want to deploy .war file to the Application Server. It seems the AS on P.PaaS does not accept .war file; but the stand-alone one does. See here. Also, I want to use the WSO2 products deployed into…

cogitoergosum
- 2,309
- 4
- 38
- 62
0
votes
2 answers
HTTP Status 500 - Servlet.init() for servlet cxf threw exception
I'm trying to Create RESTful web service using WSO2 Developer studio, I'm new to this, So i used this tutorial http://codeoncloud.blogspot.com/2015/02/build-simple-java-jax-rs-restful-web.html.
When i did Deploy the web service in WSO2 Application…

yk2
- 49
- 1
- 12
0
votes
1 answer
How to get WSO2 Application Server to use Activemq
I have wasted 2 days on this and now given up after trashing a working WSO system to go back to basics, just WSO2 AS + Activemq.
I just cannot get the jms transport to work.
I keep getting this error
TID: [0] [AS] [2015-06-01 13:20:12,179] ERROR…

Tuxxy_Thang
- 179
- 12
0
votes
1 answer
WSO2 classpath -- what is it and where is it?
Using WSO2 AS 5.2.1 been unable to read a xml file in the classpath. Here is the code and the accompanying error:
try {
InputStreamReader inputReader =new…

user2654788
- 181
- 2
- 14
0
votes
3 answers
How to use single `User Store` with multiple WSO2 products
I am planning to use WSO2 ESB, WSO2 IS and WSO2 AS for my project. My thought is to Use single JDBC userstore with IS for all user management.
Is it mandatory to have user store configured for other ESB and AS instance and what is the best approach…

Tapas Jena
- 1,069
- 4
- 14
- 23
0
votes
1 answer
Parameters not parsing to my batis mapper via a java.util.Map
I have following method,
public Project getProjectByUser(long userId)
throws IOException {
SqlSession sqlSession = null;
Project response = null;
Map projectParam = new HashMap();
…

Isuru Gunawardana
- 2,847
- 6
- 28
- 60
0
votes
1 answer
Can we install a FAB(Fuse Application Bundle) on the WSO2 application server
As the title says, I would like to know if I can deploy fab bundles on the WSO2 application server. One way I guess this is possible is to install the fab-bundle feature and then deploy the fab jar but would like a confirmation of the same.

Tapan Nallan
- 1,762
- 3
- 17
- 37
0
votes
1 answer
puppet matching multiple agent hostnames to params.pp data structure
I have a module called appserver in my puppet modules.
In that module manifests I have a params.pp file which is inherited by init.pp file.
In params.pp file I have the following data structure.
$servers = {
appserver-mgr => { axis2 …

Suhan Dharmasuriya
- 303
- 6
- 21