Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > While deploying application on AIX I got this error. while it's working fine on windows

Reply
Thread Tools

While deploying application on AIX I got this error. while it's working fine on windows

 
 
Sam
Guest
Posts: n/a
 
      06-21-2006
/software/BEA81/user_projects/domains/mydomain/./myserver/.wlnotdelete/extract/myserver_acsap_acsap/jsp_servlet/__index.java:219:
getInstance() in com.filenet.acsap.util.ACI18NTextProvider cannot be
applied to (java.util.Locale)
probably occurred due to an error in /Index.jsp line 59:
textProvider = ACI18NTextProvider.getInstance(request.getLocale() );

/software/BEA81/user_projects/domains/mydomain/./myserver/.wlnotdelete/extract/myserver_acsap_acsap/jsp_servlet/__index.java:226:
getSupportedLanguage(javax.servlet.ServletContext) in
com.filenet.acsap.cts.ACCTSUtil cannot be applied to
(javax.servlet.ServletContext,java.util.Locale)
probably occurred due to an error in /Index.jsp line 66:
language =
ctsUtil.getSupportedLanguage(getServletConfig().ge tServletContext(),request.getLocale());


--------------------------------------------------------------------------------
Full compiler error(s):
/software/BEA81/user_projects/domains/mydomain/./myserver/.wlnotdelete/extract/myserver_acsap_acsap/jsp_servlet/__index.java:219:
getInstance() in com.filenet.acsap.util.ACI18NTextProvider cannot be
applied to (java.util.Locale)
textProvider =
ACI18NTextProvider.getInstance(request.getLocale() ); //[ /Index.jsp;
Line: 59]
^
/software/BEA81/user_projects/domains/mydomain/./myserver/.wlnotdelete/extract/myserver_acsap_acsap/jsp_servlet/__index.java:226:
getSupportedLanguage(javax.servlet.ServletContext) in
com.filenet.acsap.cts.ACCTSUtil cannot be applied to
(javax.servlet.ServletContext,java.util.Locale)
language =
ctsUtil.getSupportedLanguage(getServletConfig().ge tServletContext(),request.getLocale());
//[ /Index.jsp; Line: 66]
^
2 errors


I have already import java.util.Locale..........

Thanks
Samit

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
putenv for AIX and ifdef for AIX ClownPleco C Programming 5 08-24-2007 02:15 PM
Problem with BEA WLS 81.sp5 while deploying application on AIX Sam Java 0 06-19-2006 11:22 AM
error while deploying a windows application Dsquare ASP .Net 0 12-28-2005 05:16 AM
Looking for AIX 5.2 binaries, IS anyone running Ruby on AIX 5.2 ?? bww00amdahl@yahoo.com Ruby 5 07-08-2005 11:54 AM
File replacement while deploying .NET windows application Youhanna Mounir ASP .Net 3 02-01-2005 04:15 PM



Advertisments