i got an exception while accept to a jsp

i got an exception while accept to a jsp

type Exception report

message 

description The server encountered an internal error () that prevented it from fulfilling this request.

exception 

org.apache.jasper.JasperException: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key name
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:549)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:470)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)


root cause 

java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key name
    java.util.ResourceBundle.getObject(Unknown Source)
    java.util.ResourceBundle.getString(Unknown Source)
    org.apache.jsp.index_jsp._jspService(index_jsp.java:74)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722
View Answers

February 17, 2012 at 1:23 PM

It seems that server is unable to find your properties file. Keep properties file in appropriate location and specify the correct path in your jsp page or you can place properties file in c drive.

Have a look at the following link:

Visit Here


February 17, 2012 at 3:53 PM

thanks for your answer,

exception comes through unicode format in a file.later i changed it to ANSII problem is resolved.









Related Tutorials/Questions & Answers:
i got an exception while accept to a jsp
i got an exception while accept to a jsp  type Exception report... () that prevented it from fulfilling this request. exception...) java.util.ResourceBundle.getString(Unknown Source) org.apache.jsp.index_jsp._jspService
i got an error while compile this program manually.
i got an error while compile this program manually.  import...,struts jar files and i got an error in saveErrors() error Heading cannot find... Exception{ ActionErrors aes = new ActionErrors(); ActionMessage am1 = new
Advertisements
i have got error while compiling simple tag handler
i have got error while compiling simple tag handler   javac.servlet.jsp not found! tell me what are the jar files required to run simple tag handler class   The package you have used javac.servlet.jsp does not exist
I GOT ERROR FOR MY PROJECT
I GOT ERROR FOR MY PROJECT  Dear Friend/ RoseIndia Team, Firstly I would to thank u Guys help me so many time.. I got error on my little project when running at server. please correctly my error Guys... ERROR CODE: "LOGIN
JSP view detail page on accept button click
JSP view detail page on accept button click  i Have 1 jsp page in that there r 2 button accept and view details when we click on aceept button it will submit to next page and when click on view details page it will shown the data
exception in thread main while running servlet
exception in thread main while running servlet  I got exception in thread main no such method error while running servlet. I have added servlet.api.jar file in classpath.my classpath is C:\Program Files\Apache Software Foundation
exception in jsp - JSP-Servlet
exception in jsp  hi my code is given below.while running that code i got exception like given below.plz any body help me HTTP Status 500... Exception report message description The server encountered
when I run exiting project that time I got error, I want solution on it?
when I run exiting project that time I got error, I want solution on it?  Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start
How do I change the while loop in this code to the range with range list style display page for a resultSet() in jsp?
How do I change the while loop in this code to the range with range list style display page for a resultSet() in jsp?  this is count record code...); while (rs.next()) { rows =rs.getInt(1); %> <
Handle Null Pointer Exception while text file upload
Handle Null Pointer Exception while text file upload  I want the code for handling null pointer exception in jsp page. That is I need an error page for null pointer exception. The cause for null pointer exception is while
what are the jar files should i add to resolve the Exception(Class org.apache.jsp.index_jsp Not Found) ?
what are the jar files should i add to resolve the Exception(Class org.apache.jsp.index_jsp Not Found) ?  what are the jar files should i add to resolve the following Exception HTTP Status 500 - type Exception report
Getting an exception - JSP-Servlet
Getting an exception  Dear sir,while executing this code i am getting a following error ,i am sending my code also please help me sir... //following... org.apache.jasper.JasperException: An exception occurred processing JSP page /jsp/newTestMES3.jsp at line
Handling exception in jsp - JSP-Servlet
=DBGrantOrRevoke.getLpoInfo(loginpersionId); suppose List is null i am sending this exception to jsp. (this is ok) Now i need to handle this exception in my jsp...Handling exception in jsp  Hi Here is the sample code of servlet
getting classnotfound exception while running login application
getting classnotfound exception while running login application  hi, I am getting Error creating bean with name 'urlMapping' defined... to bean 'loginController' while setting bean property 'urlMap' with key
Handling exception in jsp - JSP-Servlet
Handling exception in jsp  In my servlet i have an exception object. I am passing that object to jsp error page, But i am unable to handle that exception in my jsp page. Server is showing some error other than my error page
JasperException: Exception in JSP
JasperException: Exception in JSP  Hi, I am facing below problem while getting paramater as int from jsp. Same code is working fine for string... org.apache.jasper.JasperException: Exception in JSP: /UserMonitor.jsp:23 20: <input type="submit" value
I am getting this exception
I am getting this exception   Exception in thread "main" org.hibernate.exception.GenericJDBCException: Cannot open connection at org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java
Exception - JSP-Servlet
Exception  Hi team, This is Ragavendran.R. I am getting java.lang.StringIndexOutOfBoundsException: String out of range : 6 error while compiling the following program in JSP charting application: Plz reply
Jsp.jasper exception - JSP-Servlet
Jsp.jasper exception   Thank for u answer for yesterday question I am geeting an exception while running the code exception... Source) org.apache.jsp.add3_jsp._jspService(org.apache.jsp.add3_jsp:89
Getting an exception - JSP-Servlet
Getting an exception  sir i changed to that ie InputStream myInput1...(myInput1); but when i click on a browse button and attached a file... of showing a what i have attached(file), in server console i m gtting a following
Exception handling in super and subclass while implementing inheritance,,?
Exception handling in super and subclass while implementing inheritance,,?  How to implement Superclass Exceptions with SubClass while implementing Inheritance concept in core java.? Please answer for this with sample code
While running jsp
While running jsp  I found this error when i run the client.jsp can anyone help me javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://localhost:8080/WebService1/MyWebService?wsdl. It failed with: http
Getting an exception - JSP-Servlet
Getting an exception  sir i m Getting an following exception while... SoftWare Engg 10000 javax.mail.MessagingException: IOException while sending message; nested exception is: java.io.FileNotFoundException
i got illegal start of expression error , plese tell me the mistake where i did...
i got illegal start of expression error , plese tell me the mistake where i did...   import org.springframework.context.*; import java.util....(String[] args) throws Exception { long sttime,endtime; public void
Getting an exception - JSP-Servlet
Getting an exception   sir i am Getting following exception when.../apache/poi/poifs/filesystem/POIFSFileSystem I have used ur code import...(0); Iterator rowIter = mySheet.rowIterator(); while (rowIter.hasNext
Handling exception in jsp - JSP-Servlet
Handling exception in jsp  Hai..... Could you please tell me "How to handle Servlet Exception object in jsp pages?"  Hi friend, For solving the problem visit to : http://www.roseindia.net/jsp
how to display output on jsp from while loop of action class....actually i am retreiving the post from posts column from my sql.plz help.thnkss
how to display output on jsp from while loop of action class....actually i am retreiving the post from posts column from my sql.plz help.thnkss  how to display output on jsp from while loop of action class....actually i am
Exception while inserting image in oracle using java
Exception while inserting image in oracle using java  import java.sql.*; import java.io.*; class Oracle2 { public static void main(String args[])throws Exception { DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver
I got build failed when deploying enterprise application - EJB
I got build failed when deploying enterprise application  I created web application with ejb moduless and stateless session beans. However, i am getting th errros:...please help pre-init: init-private: init-userdir: init
Exception handling - JSP-Servlet
Exception handling  I have added DSN 'online_exam' in Administrative..." and then try the JSP. I hope that this will help you in solving your problem... the following exception type Exception report message description The server
hi, Everyone ,i'm learning jdbc, i got an nullpointerexception when execute this program.
hi, Everyone ,i'm learning jdbc, i got an nullpointerexception when execute...("db.Properties")); }catch(Exception e) { System.out.println(e...")); }catch(Exception e) { System.out.println(e); } return con
null pointer exception in jsp
null pointer exception in jsp  index.html <html> <...(Exception e) { System.out.println(e); } } %>...="select * from Login"; ResultSet rs=st.executeQuery(view); while(rs.next
Getting an exception - JSP-Servlet
Getting an exception  Dear Sir , While sending a mail am getting an following exception javax.mail.MessagingException: 554 mail server permanently rejected message (#5. 3.0)so how to over come from this please help
String Exception Program - JSP-Servlet
String Exception Program  Respected Sir/Madam, I am R.Ragavendran.. I got your coding for file upload and download in JSP.. Thank you very... the JasperException StringIndexOutOfBound Exception- 54164.. I am sending
error got minus one from read call - JSP-Servlet
error got minus one from read call  hiiii while connecting my servlet to database im getting error called java.sql.SQLException: Io exception: Got... "); // displaying records while(rs.next()){ out.print(rs.getObject(1
Exception - JSP-Servlet
Exception  Hi, I am Ragavendran.R.. I am using swiftchart for my chart application.. For this purpose, I am using ServletOutputStream sos=response.getOutputStream(); in my JSP Page. But, I am getting
Nullpointer Exception - JSP-Servlet
of the servlet program? how can i solve this exception ? HTTP Status 500... Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception
Getting an exception - JSP-Servlet
Getting an exception  thanks sir for u r reply ,but i already added that jar file sir even though i m getting an exception sir please help me sir ... thanks in advance..  Hi Friend, You can do one thing, replace
problem while hosting application - JSP-Servlet
problem while hosting application  hi , when i upload track.war file... privLabel = this.initPrivateLabelProperties(request); when i used my local tomcat, privLabel has got some value whereas used catracking.com,got null value
Exception - JSP-Servlet
Exception  I m executing the jsp code to upload file n store in mysql database. It is working fine for text file but the same program if i do with doc file its gives java.lang.StringIndexOutOfBoundException: String index out
I want this jsp answers
I want this jsp answers    How can we declare third party classes and interfaces inside our jsp page? How can we declare and definr global variables... are the different types of directives in jsp? While developing any jsp page
I want this jsp answers
I want this jsp answers    How can we declare third party classes and interfaces inside our jsp page? How can we declare and definr global variables... are the different types of directives in jsp? While developing any jsp page
sql exception - JSP-Servlet
sql exception  Dear sir , I am working in a web-based project, In my system it is working fine but at client side getting the following exception so how to resolve this help me... java.sql.SQLException: ORA-28231
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO FOR THIS CODING
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO.... Print the list"); System.out.println("| i. Print the list from..."); System.out.println("| q. Quit"); question = console.next().charAt(0
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO FOR THIS CODING
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO.... Print the list"); System.out.println("| i. Print the list from..."); System.out.println("| q. Quit"); question = console.next().charAt(0
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO FOR THIS CODING
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO.... Print the list"); System.out.println("| i. Print the list from..."); System.out.println("| q. Quit"); question = console.next().charAt(0
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO FOR THIS CODING
HOW TO I CHANGE THE SWITCH TO IF ELSE OR DO WHILE OR WHILE DO.... Print the list"); System.out.println("| i. Print the list from..."); System.out.println("| q. Quit"); question = console.next().charAt(0
Getting an exception - JSP-Servlet
Getting an exception  sir i used u r code for sending a mass email by reading an excel sheet,but i am getting a following error so please help me...(HSSFWorkbook.java:2 98) at org.apache.jsp.jsp.TestMailApproval_jsp._jspService
Getting an exception - JSP-Servlet
Getting an exception  sir i used u r code for sending a mass email by reading an excel sheet,but i am getting a following error so please help me...) at org.apache.jsp.jsp.TestMailApproval_jsp._jspService(TestMailApproval_ jsp.java:94
NullPointer Exception - JSP-Servlet
NullPointer Exception  It is in jsp - mysql database program... into the try statement. I found this by checking out.println("test"); statement... rajkumar  Hi friend, I think, problem in your database connection code

Ads