Thanks a lot for this much love to this video😍💕. Please subscribe 👍 to our channel for more such interesting project. Also don't forget to write down✍✍ how this video helped you in your learning journey in the comment section..📝📝. Thank you❤❤
sir Iam getting the error as cannot find symbol [ERROR] symbol: method isBlank() [ERROR] location: variable bName of type java.lang.String [ERROR] /C:/Users/alekh/OneDrive/Desktop/Gitjava/onlinebookstore/src/main/java/servlets/RemoveBookServlet.java:[38,41] cannot find symbol [ERROR] symbol: method isBlank() [ERROR] location: variable bookId of type java.lang.String Can u look into this once sir?
please check if database is installed in your system correctly, if not please check other videos available to install it. Also make sure you have executed the db queries mentioned and updated the db credentials as shown in the video.
Sir it is showing like that Please could you please give me solutions Port 8080 required by Tomcat v10.1 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
You can change the port and try to start the project at that port. To change the port in eclipse tomcat, Go to servers, right click on tomcat and click "open". Go to Ports section, Change the Port Number for port named "HTTP/1.1". Done!
Sir Im getting this error Exception Processing ErrorPage[exceptionType=java.lang.Throwable, location=/error] jakarta.servlet.ServletException: Class [servlets.ErrorHandlerServlet] is not a Servlet
hello bro, I successfully run the project, I add new book and Login from Customer side and add that new book to proceed for payment it does not shows in the cart section.
2 project try kiya fir bhi database ki vajah se error aa raha he cmd me to sab thik ja raha he but jab run karu to na img aa rahi he na database me data store ho raha he 🙃🙃🙃
The welcome page does not the same as you show in the video. It shows only home , login and register there is no contact or available books menu in the page
Hi Rupa, the website has been updated now, and it will allow only LoggedIn users to view books and order it. So Once your login is succes, you will be able to see other menu options also.
Hi, you can follow any other model like add book and update the database query and integrate similarly for the review model. If you are getting stuck at any point, please let me know.
Hi, The live url may not be working for now, as it was earlier hosted using the free hosting platform, but now it seems they have stopped free services. Once it gets deployed onto paid hosting platform. It wills start working. Thanks for A2A, please don't forget to subscribe our channel.
hello bro, I successfully run the project, but admin side I add new book and Login from Customer side and add that new book to proceed for payment it does not shows in the cart section. and Also can make a video on code flow for this project??
Sir Tomcat has been connected to the server as soon as the interface of Welcome to Online Bookstore is opening. When I am entering user name and password, the server is crashing.
Hi Mayank, have you updated the mysql databse username password in application properties. Also make sure that you have executed the mentioned SQL Query successfully
Hi, the about us section is being rendered from a different site, if you want to change it, you can modify the related file and comment out the used and then write your own code.
@everyone.. Can any one help i didn't get option..run on server after right on project -->Run As-->.... instead of run on server i get option Java application 😢 Can any one help in this.
check if the db connection is proper and you have updated the database connection username and password correctly. If you are still facing any issue please let us know the console log details.
Is there any way to contact with you? I need some urgent help. Whenever I register, it doesnot enter in database user section and showing errors. Can you do me this favour please?
You just need to take a new image with larger size and replace it inside WebContent folder with name "Photo.jpg" Similar like below: github.com/shashirajraja/onlinebookstore/blob/master/WebContent/Photo.jpg
you need to integrate with some third party payment gateway and support the drop-in ui for loading payment screen and call the payment related methods like auth capture and refund accordingly
Hi, i would not be able to help personally, but if you have any query regarding approach, design, or technical. you can mail us on thebittercode@gmail.com
The Website has been updated now, so you will be able to see other icons for view books, order books, and so on only after successfully login to the website.
Entire Database is provided which is required for minimal setup, please check it properly. If you still need extra books to be shown then login as admin and add some books there
Thanks a lot for this much love to this video😍💕.
Please subscribe 👍 to our channel for more such interesting project.
Also don't forget to write down✍✍ how this video helped you in your learning journey in the comment section..📝📝.
Thank you❤❤
thank you sooooo much....did all same and working in 2023...i love you
Glad it helped
Please provide your feedback in the comment section!!
I could connect it but it only shows the home page, no book information, login and registration tab, but logon doesn't work
Do you get the solution??
I also get the same problem 😕
@@sagarverma7929 no
Same thing
Did your issue resolved??
Thanku so much for uploading video of this project🙂🙂
Welcome ❤
Can you please send the documentation of this project
sir Iam getting the error as
cannot find symbol
[ERROR] symbol: method isBlank()
[ERROR] location: variable bName of type java.lang.String
[ERROR] /C:/Users/alekh/OneDrive/Desktop/Gitjava/onlinebookstore/src/main/java/servlets/RemoveBookServlet.java:[38,41] cannot find symbol
[ERROR] symbol: method isBlank()
[ERROR] location: variable bookId of type java.lang.String
Can u look into this once sir?
Thank you so much for java application source code and this video . Very helpfull
Welcome ❤
Hi
After entering all login details it shows blank page why?
I think he deleted all that file that can login or viewbook
Thank you so much sir, appreciate for taking the time to make and share this project. It's helping us a lot😊
It's my pleasure
Hey I still can't connect the db, I did run the project it opens the home page, admin and login page only.
please check if database is installed in your system correctly, if not please check other videos available to install it. Also make sure you have executed the db queries mentioned and updated the db credentials as shown in the video.
I am unable to find how to change the details in about us page....... wonderful project though, KEEP IT UP😇
First of all thanks for your Amazing project and i have doubt on how we connected the frontend with the backend in this project
Sir it is showing like that Please could you please give me solutions
Port 8080 required by Tomcat v10.1 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
Sir i have mysql in my system but whenever I try to see it on command prompt it shows " Mysql is not recognize as external or internal command"..
MySQL ka path environment variable me add karo
Very helpful vedio. Thank you so much sir.
Most welcome
Hello . I can execute this project but I am facing some issue to change the background image
Sir tomcat server madhe already used port aara hai to kya kare use nahi ho raha re setup
You can change the port and try to start the project at that port.
To change the port in eclipse tomcat, Go to servers, right click on tomcat and click "open". Go to Ports section, Change the Port Number for port named "HTTP/1.1". Done!
Hello sir when i will do Add to cart my book list can't show. Any solution sir
I am using MySQL version 8.0.38 it's not connecting my database to the server
Please tell some suggestions to solve the error
Great project for learning🎉
Thank you😋
i dont have available books option can you help me
Hello sir, while configuring build path I found an error like build path entry is missing...in order and export tab what should have to do?
delete it, force update and try again
have you solve the probem.....?
hi sir,
can u tell me how to edit about us in this project and where
because there is no about.html file present in this link
Hi, the about us section is currently being rendered from the AboutServlet java controller. Please check that file and modify as per your requirement.
i'm facing a problem
This page isn’t working
localhost is currently unable to handle this request.
HTTP ERROR 503
please solve this
check if your tomcat and git configurations are proper as shown in the video
Why you did not run this project with Tomcat Server?
How many tables we need to create in thia project
hi there sir! thank you very much for this video!! also, does this work on Intellij too sir?
yes, it will work there too
@@bittercode thanks
This page isn't working.Localhost is currently unable to handle this request.HTTP ERROR 503
please make sure the tomcat is running properly and db details are updated.
Same problem
sir, whenever i login it says incorrect username or password...please reply
Sir spring boot security jwt use karke ye project banao. Job ready
Ok, Sure👍
We are getting only home page ,login and register and other options are not available what yo do sir
Hi Sanjana, once you login successfully. You will get other options on the dashboard page.
We can't able to login sir @bittercode
After the home page I'm unable to go to next page ⁉️ please help me out
Sir Im getting this error
Exception Processing ErrorPage[exceptionType=java.lang.Throwable, location=/error]
jakarta.servlet.ServletException: Class [servlets.ErrorHandlerServlet] is not a Servlet
ErrorHandlerServlet is already available in the code, please try to pull the code, maven clean install, force update and then try again
After logging in as Admin it shows like
This page isn’t working right now
localhost can't currently handle this request.
HTTP ERROR 503
please check if the tomcat is running and db connections are proper
@@bittercode how to check that? please reply
Thank You so much bro❤❤
Welcome bro❤
hello bro, I successfully run the project, I add new book and Login from Customer side and add that new book to proceed for payment it does not shows in the cart section.
please allow cookies and try
2 project try kiya fir bhi database ki vajah se error aa raha he cmd me to sab thik ja raha he but jab run karu to na img aa rahi he na database me data store ho raha he 🙃🙃🙃
How to connect to the database corectly, i Did same as in video but database connections is not done
Anyone help
Hlo sir, how to create reports of this project
The welcome page does not the same as you show in the video. It shows only home , login and register there is no contact or available books menu in the page
Hi Rupa, the website has been updated now, and it will allow only LoggedIn users to view books and order it. So Once your login is succes, you will be able to see other menu options also.
Hy , thank you for your sharing of code and for video also ...can you help me with the "review" module for the same project " online Book store"
Hi, you can follow any other model like add book and update the database query and integrate similarly for the review model. If you are getting stuck at any point, please let me know.
May I ask, why cant i open the website? i tried open it from github but it says application error
Hi, The live url may not be working for now, as it was earlier hosted using the free hosting platform, but now it seems they have stopped free services. Once it gets deployed onto paid hosting platform. It wills start working.
Thanks for A2A, please don't forget to subscribe our channel.
Can we do this project in Apache NetBeans sir??
yes, you can try there
Thankyou so much sir❤
welcome😊
sir what to do if it showsselection cannot be run on any server while changing the port number
try to run on default port or change it to some different port, maybe the port you are trying to use is already used by another application
Hello bro thank you for this project how can i change the online book store to something else like online medicine store like that please help
Hi thanks for your feedback, please open the web content folder and edit in the html and jsp files there
blank page after login, please help
sir if we add the books to the cart it is not shown in the cart section what to do for this issue
oh then try to debug it
how to fix the java build path?
again bro no cancellation is available
hello bro, I successfully run the project, but admin side I add new book and Login from Customer side and add that new book to proceed for payment it does not shows in the cart section. and Also can make a video on code flow for this project??
Hi Swapnil, thanks for pointing out the bug, will try to recheck it sometime. Also i will try to make a video on the code flow
I'm getting internal server error can you please help
Sir Tomcat has been connected to the server as soon as the interface of Welcome to Online Bookstore is opening. When I am entering user name and password, the server is crashing.
And I have also tried changing the port number.
Hi Mayank, have you updated the mysql databse username password in application properties. Also make sure that you have executed the mentioned SQL Query successfully
Hey I did all of this but still the db is not getting connected@@bittercode
sir my question is how to change the "about us" information in this project?
Hi, the about us section is being rendered from a different site, if you want to change it, you can modify the related file and comment out the used and then write your own code.
@everyone..
Can any one help i didn't get option..run on server after right on project -->Run As-->.... instead of run on server i get option Java application 😢
Can any one help in this.
Please try the following solutions one by one: stackoverflow.com/questions/4166882/run-on-server-option-not-appearing-in-eclipse
We cant get authorisation help even changing port numbers of http/1
Sorry, didn't get it. Are you facing port already in use issue?
I cant go to local host to open this tomcat server
You may be missing tomcat configuration, please check the video and follow the procedure correctly.
how to remove about us page
you can comment the particular button link from all the html pages
HTTP status 404 Not Found has occured. How can I resolve this?
the url maybe wrong please recheck it
How to edit about us (info)in web page could u please tell me
go to the about page inside web content and edit the value whatever you want
sir is these a management project
Hi, this is a online book store project for purchasing and selling books.
I had fallow all the step successful run but after login the page it is showing blank page
check if the db connection is proper and you have updated the database connection username and password correctly. If you are still facing any issue please let us know the console log details.
Is there any way to contact with you? I need some urgent help. Whenever I register, it doesnot enter in database user section and showing errors.
Can you do me this favour please?
Sorry for the inconvenience, you can share your error details and thebittercode@gmail.com and we will checkout
Thank you sir👍
Most welcome
Hi sir getting error while building after importing.. plz help me
can you share the error details
bro i tried to import your code from GIT ,but its showing permission denied
please try to clone.. its public repository and should not give any issue
I want to see the database of the project
is this sample completely free to use?
yes, for learning purpose!!
Installing apache-tomcat has encountered a problem coming like this si
try with any other version
Sir how to change background image plz help
You just need to take a new image with larger size and replace it inside WebContent folder with name "Photo.jpg"
Similar like below:
github.com/shashirajraja/onlinebookstore/blob/master/WebContent/Photo.jpg
It was not working sir
Sir This page isn't working right now aise aara hai after new user registration
Check your tomcat is running on same port you are checking
local host cant handle this request is coming after login page
please share the error log at thebittercode@gmail.com, we will check
After I do login to user then it says internal server error.Try again
please check if the database is connected correctly, it may be due to db issues
i don't have run on server option
can you check if you are using eclipse enterprise edition not normal edition. Also try installing tomcat server and updating the project
@@bittercode thank you i got it😊 ,but iam getting internal server error after login . Is it database connectivity issue??
Very nice😊
Thanks 😊
Really thanks a lot
Most welcome
How to add payment gateway in project
you need to integrate with some third party payment gateway and support the drop-in ui for loading payment screen and call the payment related methods like auth capture and refund accordingly
Bhai iska SRS bhi de de na please usme DFD or ER diagram bhi include kar dena
sorry i don't have it ready, will try to create sometime and will share it
Showing java problem on eclipse
please check the other video on java configuration on eclipse and then try again
hi i want hospital management system software application project can you help me how to do
Hi, i would not be able to help personally, but if you have any query regarding approach, design, or technical. you can mail us on thebittercode@gmail.com
We are getting "Localhost cannot handle the request error"
Please check the database credentials, connection may not pe proper
have you corrected the error
how to connect with DB
already explained in the video
hii 500 error aa rha hai jab bhi register ya login kr rhe tab
Can you share the error message from console log in eclipse
Thanks a lot.
Most welcome!
bro please make one more video with new e-commerce project 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
Sure bro, will surely make a video on that. Thanks for Your appreciation.
There is only home login register iocon
Oh, so, do you want it after login success also?
@@bittercode yes
The Website has been updated now, so you will be able to see other icons for view books, order books, and so on only after successfully login to the website.
Thanku ❤️
welcome
Internal server error occurs
please check the logs, there may be setup issues, check if database connections are proper or not..
getting error
need help
What error r u getting?
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
This error getting sir please solveit
@bitter code
SLF4J is not implemented in this project, this error may be from eclipse side, you can disable this check
Need all the software compulsory
yes
There is only home ,login, register icon
Hi Pratiksha, once you login to the website, you will be able to see the other icons too.
SQL query execute nhi ho rahi hain
@@pratikshashinde427 Kya error aa rahe?
Error handle servlet is currently unavailable aisa aa raha hai
Aur jo SQL query copy ki o as it is paste ki to run nhi ho rahi hai
Hi
Send me code
its already shared with the github link, check the description
Entire database is not given....
Entire Database is provided which is required for minimal setup, please check it properly. If you still need extra books to be shown then login as admin and add some books there
Am getting internal server error how to clear it
Sir my sql programming showing Error
Sir its showing deployment error in apache netbeans how can i fix it
try to run in eclipse
when i try to login im getting a 500 or 503 error, how do i fix this
your setup may not be correct, please follow all the steps or try to check if db connections are proper