kalyan mohan

Greenhorn
+ Follow
since Jan 31, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by kalyan mohan

Hello
Iam new to struts and want to learn & practise.
Please can anyone let me know what is the best way to go about this. ie.. which app/web server I have to install and try this.
Also please let me know if there is any other framework which is widely used compared to struts as of today and is it worthwhile learning...

Thanks
18 years ago
Thanks very much.Can you elaborate please as I am new to webservices.Does this mean I have to check axis.jar present in my ear file or somewhere else.and then regenerate all the stubs used to access the services.Please clarify

Thanks in advance
18 years ago
Any ideas on this please? it is urgent
18 years ago
Hi
Thanks for that...
Iam getting the following error when I try this ..any suggestions please

WASX7023E: Error creating "SOAP" connection to host "localhost"; exception infor
mation: com.ibm.websphere.management.exception.ConnectorNotAvailableException
WASX7213I: This scripting client is not connected to a server process; please re
fer to the log file C:\websphere\Dev\logs\wsadmin.traceout for additional informat
ion.
WASX7029I: For help, enter: "$Help help"
wsadmin>WASX7015E: Exception running command: "set asn [$AdminControl queryNames
type=ApplicationManager,process=server1,*]"; exception information:
com.ibm.ws.scripting.ScriptingException: AdminControl service not available

wsadmin>WASX7015E: Exception running command: "$AdminControl invoke $asn stopApp
lication myapp"; exception information:
com.ibm.bsf.BSFException: error while eval'ing Jacl expression: can't read "asn
": no such variable
wsadmin>WASX7015E: Exception running command: "$AdminApp uninstall WCG - Catalys
t 4.5"; exception information:
com.ibm.bsf.BSFException: error while eval'ing Jacl expression: can't find meth
od "uninstall" with 4 argument(s) for class "com.ibm.ws.scripting.AdminAppClient
"
wsadmin>WASX7015E: Exception running command: "$AdminConfig save"; exception inf
ormation:
com.ibm.ws.scripting.ScriptingException: WASX7070E: The configuration service i
s not available.

wsadmin>WASX7015E: Exception running command: "$AdminApp install C:/websphere/Dev/
installableApps/app.ear {-preCompileJSPs true}"; exception information:
com.ibm.ws.scripting.ScriptingException: WASX7206W: The application management
service is not running. Application management commands will not run.

wsadmin>WASX7015E: Exception running command: "$AdminConfig save"; exception inf
ormation:
com.ibm.ws.scripting.ScriptingException: WASX7070E: The configuration service i
s not available.

wsadmin>WASX7015E: Exception running command: "$AdminControl invoke $asn startAp
plication myapp"; exception information:
com.ibm.bsf.BSFException: error while eval'ing Jacl expression: can't read "asn
": no such variable
18 years ago
Hi Friends
I am deploying the application ear many times in a day and it is time consuming to deploy each time.Can anyone please suggest if there is any script/automated process using which I can deploy very quickly and avoid restarting the server each time.

Thanks
18 years ago
Hello Friends
Iam preparing for scjp 1.4 using KHalid and Mughal which I thought as good book but there are some obejctives like
assertions,hashcode and equals which are part of the objectives but are not covered in this book.I found some material on sun's ite which is useful.Please can you tell me any site which gives good questions(at par with exam) on these sections so that I can get good practice.

Thanks in advance
18 years ago
Hi friends,
Iam getting the following error when deploying my app in jboss error.Iam new to axis .can you please help..
2006-01-31 10:04:04,685 WARN [org.jboss.jbossweb] WARNING: Exception for /proweb/QasController
java.lang.NoSuchMethodError: org.apache.axis.description.ElementDesc.setNillable(Z)V
at com.qas.proweb.soap.QASearch.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at com.qas.proweb.soap.QASoapBindingStub.class$(Unknown Source)
at com.qas.proweb.soap.QASoapBindingStub._initOperationDesc1(Unknown Source)
at com.qas.proweb.soap.QASoapBindingStub.<clinit>(Unknown Source)
at com.qas.proweb.soap.ProWebLocator.getQAPortType(Unknown Source)
at com.qas.proweb.QuickAddress.<init>(Unknown Source)
at com.qas.proweb.servlet.FlatPromptEntry.execute(Unknown Source)
at com.qas.proweb.servlet.Controller.processRequest(Unknown Source)
at com.qas.proweb.servlet.Controller.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:507)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
at org.mortbay.http.HttpServer.service(HttpServer.java:863)
at org.jboss.jetty.Jetty.service(Jetty.java:460)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:775)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)
18 years ago