Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Anuruddha Liyanarachchi
Hi Vithulan, What is the ESB version and Java version you are using? On Mon, Nov 16, 2015 at 4:55 PM, Vithulan Vijayanandan wrote: > Hi Pubudu, > > The error came right after I opened custom proxy link in ESB Management > console. > > Regards, > Vithulan > > On Mon, Nov 16,

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi Anuruddha, Java - 1.8 ESB - 4.8.1 On Mon, Nov 16, 2015 at 5:06 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Vithulan, > > What is the ESB version and Java version you are using? > > On Mon, Nov 16, 2015 at 4:55 PM, Vithulan Vijayanandan > wrote: > >> Hi

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Anuruddha Liyanarachchi
Hi Vithulan, ESB 4.8.1 is not compatible with java 1.8. Please use java 1.7.* On Mon, Nov 16, 2015 at 5:09 PM, Vithulan Vijayanandan wrote: > Hi Anuruddha, > > Java - 1.8 > ESB - 4.8.1 > > > On Mon, Nov 16, 2015 at 5:06 PM, Anuruddha Liyanarachchi < > anurudd...@wso2.com>

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Rajjaz Mohammed
Hi Vithulan, try using Java 7 and why don't you try on ESB 4.9.0 On Mon, Nov 16, 2015 at 5:09 PM, Vithulan Vijayanandan wrote: > Hi Anuruddha, > > Java - 1.8 > ESB - 4.8.1 > > > On Mon, Nov 16, 2015 at 5:06 PM,

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi Anuruddha, Oh, Thankyou. does ESB 4.9.0 support Java 1.8 ? On Mon, Nov 16, 2015 at 5:11 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Vithulan, > > ESB 4.8.1 is not compatible with java 1.8. Please use java 1.7.* > > On Mon, Nov 16, 2015 at 5:09 PM, Vithulan Vijayanandan

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Anuruddha Liyanarachchi
Hi Vithulan, As per [1] it supports java 1.8.* . [1] https://docs.wso2.com/display/ESB490/Installation+Prerequisites On Mon, Nov 16, 2015 at 5:13 PM, Vithulan Vijayanandan wrote: > Hi Anuruddha, > > Oh, Thankyou. does ESB 4.9.0 support Java 1.8 ? > > On Mon, Nov 16, 2015

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Rajjaz Mohammed
Hi Look ESB 4.8.1 Doc[1] its support for Java 1.7 and look ESB 4.9.0 Doc[2] its support for 1.7/1.8 [1] https://docs.wso2.com/display/ESB481/Installation+Prerequisites [2] https://docs.wso2.com/display/ESB490/Installation+Prerequisites On Mon, Nov 16, 2015 at 5:13 PM, Vithulan Vijayanandan

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi Rajjaz,Anuruddha, It works in ESB 4.9. Thankyou. On Mon, Nov 16, 2015 at 5:16 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Vithulan, > > As per [1] it supports java 1.8.* . > > > [1] https://docs.wso2.com/display/ESB490/Installation+Prerequisites > > On Mon, Nov 16, 2015

[Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi, I got the following error while I was trying to create a custom proxy service. What could be the root-course of this error? ERROR - ApplicationDispatcher Servlet.service() for servlet bridgeservlet threw exception org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Pubudu Fernando
Hi, "The method replace(char, char) in the type String is not applicable for the arguments (String, String)" Note that line. It looks like you are passing the wrong type of parameters to this method replace() you are using. *Pubudu Fernando* Software Engineering Intern WSO2 Inc. mobile: +94 77

Re: [Dev] [ESB] Could not create custom proxy server

2015-11-16 Thread Vithulan Vijayanandan
Hi Pubudu, The error came right after I opened custom proxy link in ESB Management console. Regards, Vithulan On Mon, Nov 16, 2015 at 4:51 PM, Pubudu Fernando wrote: > Hi, > > "The method replace(char, char) in the type String is not applicable for > the arguments (String,