Mohammed Yousuff

Ranch Hand
+ Follow
since Apr 18, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mohammed Yousuff

Hi,
I like to know how to add TASK tags in JSP, as we have TASK TAGS in Java. IS there any way to keep track of things which we have do in the JSP pages. please let me know your inputs at the Earliest.
18 years ago
Hi guys,

As I want to use internet using my laptop. I like to use the internet in Night with unlimited download. So first I decided to go with Reliance Datacard OR Tata indicom DATACARD. I always hate when I have less option, because we can�t change after buying the data card from them which will cost around 5000/-.
So my friend referred me the Airtel mobile office, we can connect internet using Airtel mobile. I am not sure what will be the speed it will deliver.
So please let me know which the best option is. If you have any more inputs please let me know. As my requirement is to surf the Java related web sites, more on reading & downloading Java Software�s & servers for Learning. Let me know your inputs.

Thanks bye.
18 years ago
THANKS A LOT GUYS FOR YOUR COMMENT> ITS WORKING
18 years ago
JSP
Hi

I am using application when I tried to access a JSP page, it displays a compile error throwing that the try block is too long.

When I searched for the cause of the error I came to know there is a limitation in the JSP lines or JSP page size. Is there any other way to compile that page?. I have the instance which is working perfectly in the production server. Please let me know
18 years ago
JSP
Hi

I am using a RAD as my Application server. When I import the EAR file and run the project using the default server. The application starts fine however when the jsp pages are called, the include file inside the JSP page are not compiled or linked.

The same war works fine in WAS 5.1. Please let me know if you have any updates.

Thanks in Advance
18 years ago
Hi

I have a Application which was built on the RAD 6.0.As i was very new to the RAD 6.0,i was confused with running the project using the TEST server.

With the Knowledge which i had in WAS 5.1, i tried in the following step:


* Created a new Project using Java Perspective.

* Imported the war file using the import option

* right click on the Login.jsp file and select the 'Run on server' option

* After a few minutes it throws the following Error

The server named WebSphere v6.0 Server @ localhost did not start correctly. Check the Console for error messages. *


* But I can�t see any error in the Console.


I am not sure what i did is correct or not. Please let me have solution or any right step to setup my workspace.


Thanks a Lot


Mohammed Yousuff
18 years ago
Hi

Please let me know the reason for the follwoing error. This part of the application is based on the Quartz Component,which will run the Job which are scheduled. I am not sure why this error was thrown.


java.sql.SQLException: ORA-00001: unique constraint (SSP.SYS_C005540) violated

at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java(Inlined Compiled Code))
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java(Compiled Code))
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java(Compiled Code))
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:822)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1446)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1371)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1900)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:363)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:233)
at com.honeywell.sspglobal.task.dao.HbTaskDao.insertData(HbTaskDao.java:541)
at com.honeywell.sspglobal.task.dao.HbTaskDao.saveGBRData(HbTaskDao.java:519)
at com.honeywell.sspglobal.task.MonthEndFreezeTask.GBRSynchronize(MonthEndFreezeTask.java:146)
at com.honeywell.sspglobal.task.MonthEndFreezeTask.execute(MonthEndFreezeTask.java:67)
at com.honeywell.reuse.spring.service.task.HoneywellSchedulerJob.execute(HoneywellSchedulerJob.java:33)
at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)



Thanks in Advance
HI John,

I believe i not reinventing the wheel. I believe every one is aware of Hosting a normal HTML Website. However people with basic knowledge will not knowing how a web application has been deployed or what will be charged if we are hosting a J2ee Application. Please understand that I want to make this thread as much as useful to me and to all.

Please let me have your inputs guys.
18 years ago
HI John,

I believe i not reinventing the wheel. I believe every one is aware of Hosting a normal HTML Website. However people with basic knowledge will not knowing how a web application has been deployed or what will be charged if we are hosting a J2ee Application. Please understand that I want to make this thread as much as useful to me and to all.

Please let me have your inputs guys.
18 years ago
Hi,

I am Java Developer. I like to create my own Java Community web Site and I want to publish on the Net.

I have good knowledge in the creation of we application and deploying in the local Server, however I am not sure how it will deployed in the Internet. For that where we have to contact to deploy our application if want it on the net. What will be the cost factor?
Please let me know if you are aware of it.
18 years ago
Hi,

I am Java Developer. I like to create my own Java Community web Site and I want to publish on the Net.

I have good knowledge in the creation of we application and deploying in the local Server, however I am not sure how it will deployed in the Internet. For that where we have to contact to deploy our application if want it on the net. What will be the cost factor?
Please let me know if you are aware of it.
18 years ago
I have a Application which was Created in WASD 5.1. The Application is stable when it is running in windows machine. We have to deploy the application in AIX Box,so when we tried to deploy. We got this exception. I am not sure what is root cause for this Exception Error 500: sun/awt/X11GraphicsEnvironment . Things are working perfectly in Windows then why not AIX box?.Is there any Display variable has to be set(what is display variable)?.

Please let me know what is the cause of this Exception.
18 years ago
I have a Application which was Created in WASD 5.1. The Application is stable when it is running in windows machine. We have to deploy the application in AIX Box,so when we tried to deploy. We got this exception. I am not sure what is root cause for this Exception Error 500: sun/awt/X11GraphicsEnvironment . Things are working perfectly in Windows then why not AIX box?.Is there any Display variable has to be set(what is display variable)?.

Please let me know what is the cause of this Exception.
18 years ago
Hi,

I like to know How can i download file by flushing the data in the response. As i know how to that i tried by writing the data in the response and sent to the user. I am using struts Framework so i am returning null when i writing the response,However the file is opened in a new window so after saving/canceling the window is not closing. Please let me know how i close the window only if the user click the save button.
18 years ago
How can i load the property files smartly using struts Framework.As per my project requirement, i like to load any of the 3 property files based on the environment (like development,QA and production environment).Please let me know how it can be achieved . Thanks in advance.
18 years ago