Home Answers Viewqa Development-process i got an exception while accept to a jsp

 
 


prasadpathakamuri
i got an exception while accept to a jsp
2 Answer(s)      a year and 3 months ago
Posted in : Development process

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 Pages:
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
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
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
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
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
button to accept user input
button to accept user input  private void jButton1ActionPerformed... Studentinfoview(this)); connectDB(); } i cant figure how i am going to declare...(String[] args) throws Exception{ SwingExample sf=new SwingExample(); } public
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
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
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
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
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
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
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
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
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 m Getting an following exception while... SoftWare Engg 10000 javax.mail.MessagingException: IOException while sending message; nested exception is: java.io.FileNotFoundException
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
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
Jfree exception
..but while running the program i got this message..what is this.  Have... void main(String arg[])throws Exception{ Class.forName..."); XYSeries series = new XYSeries(""); while(rs.next()){ series.add
Jfree exception
..but while running the program i got this message..what is this.  Have... void main(String arg[])throws Exception{ Class.forName..."); XYSeries series = new XYSeries(""); while(rs.next()){ series.add
exception - Struts
exception  Hi, While try to upload the example given by you in struts I am getting the exception javax.servlet.jsp.JspException: Cannot...: Exception in JSP: /FileUpload.jsp:10 7: 8: 9: 10: 11: 12: 13
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
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
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
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); %> <
j2me exception - MobileApplications
j2me exception  hai while creating an image i am getting an exception in the below line: public ImageItemMIDlet(){ try{ //for this line i got an exception image = Image.createImage("/Sunset.jpeg
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
Can ArrayList accept an ImageIcon >>????
Can ArrayList accept an ImageIcon >>????  haw can create ArrayList witch can accept Image ..mean when i use add() method, instead item let me add image to the ArrayList in run time .{should be the program using GUI
Error with Maven while deploying the war file
Error with Maven while deploying the war file  Hi, I am new... web.xml and inside the pages folder i kept all jsp pages... After this using... in localhost 8080. then I got the index page of my application.. then after clicking
Java Mail exception - JavaMail
) program using JSP technology. Till now i dont have any problem. From last 3 days while i am connecting to the Gmail, I am getting the following exception... Whats wrong... I dont know.. How to avoid this exception. The exception
exception at runtime - JDBC
exception at runtime  while i executing this source code:- import... (Exception e) { e.printStackTrace(); } } } i got an exception that exception in thread main java.lang.noclassdeffounderror :class_name. how can i
Erron while
Erron while   Hi, i'm doing a project regarding xml. I want to extract all nodes from body of existing xml doc to make another xml...[] args) throws Exception { String xml = "<?xml version=\"1.0
java runtime exception - JDBC
(); } } } i got an exception that classnotfoundexception . how can i remove this exception. i am executing my prgm on command prompt in window 7...java runtime exception  while i executing this source code:- import
i have installed oracle 10g (both ee and xe) editions... while am installing i found port num as 1521 for ee, 1522 for xe
i have installed oracle 10g (both ee and xe) editions... while am installing i... 10g (both ee and xe) editions... while am installing i found port num as 1521... name=rs.getString("name"); System.out.println(name); } } }...... while i
In tag files,does attribute values accept expressions or not? If not please explain the reason
In tag files,does attribute values accept expressions or not? If not please explain the reason  **Actually when i do manually in tomcat server with out eclipse it's working,but in eclipse it is raising the following exception
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
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
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
Exception Spring framework - java.io.FileNotFoundException - Spring
Exception Spring framework - java.io.FileNotFoundException  HI , while i am running spring application. I got following exception during deploying. I have spring-config-my-ui.xml & stored in the src folder & in WEB
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
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
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
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
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
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
Exception in Thread
Exception in Thread    i am developing a rmi application in eclipse use genady rmi plugin and server side code run effeciently but when i run client and generate connection with server i have following exception
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
Just Got An iPad? - The Range Of Protective Cases You Can Choose From
Just Got An iPad? - The Range Of Protective Cases You Can Choose From... making waves all around the globe, and if you have just got yourself one... while. Protective cases are specially designed to fit the iPad, helping to prevent

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.