saurabh dinesh

Greenhorn
+ Follow
since May 31, 2013
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 saurabh dinesh

Thanks Jeanne Boyarsky for your reply.I want to mention one thing here that this EAR is working properly on UAT environment and this problem is coming on my local server so do not know how to deal with it as I have already done my server configuration twice.
10 years ago
Hi All,

I am facing this problem when I am starting my server.I'm using IBM WebSphere Studio Application Developer 5.0.

Here is the problem:

[/code]
10 years ago
Hi,

When I am about to start my WSAD then this problem is coming so please help me out:



10 years ago
Dear Maneesh,

Here is the path:

ShareSessionServlet?uripath=%2fLendingMastersWeb&path=PopulateSessionInfo&filename=welcome.jsp&divisionid=ADMIN


Thanks.
10 years ago
Dear Manish,

Thanks for reply.I know that ctx1 is null but I want to know that why it is coming null I mean what could be the cause behind that.

Thanks.
10 years ago
Yes.The line is :

System.out.println(
"ctx1.getServletContextName1: " + ctx1.getServletContextName());

10 years ago
Hi all,

I am getting java.lang.NullPointerException while I am trying to open a tab.Whole error is :




Here is code:





Please give suggestions.

Thank you
10 years ago
Dear All;

Thank you very much for your reply as problem is solved now.The error was coming due to backend issue.Actually in one PDF wuery the function was missing in the database so it was giving error.But thanks again for your valuable feedback.


10 years ago


Thank you Matthew Brown for your instant reply,

Actually I tell you what the actual problem is.When I connected new DB schema to front end and I tried to open a file then it gave me error 500 that "The page can not be displayed".When I checked the log then it was showing what I posted here yesterday.So my question is what could be changes in front end after connecting to new DB schema as it was working fine at old schema.Please give more suggestions.

Thanks.
10 years ago


Hi everyone,
this is my 1st post as I am the new joinee...

I'm getting java.lang.IllegalArgumentException error while opening a PDF.Please help.

whole error is :



00000060 ServletWrappe E SRVE0068E: Could not invoke the service() method on servlet ReportServlet. Exception thrown : java.lang.IllegalArgumentException: /../common/errorPage.jsp
at com.ibm.ws.util.WSUtil.resolveURI(WSUtil.java:110)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.getConfig(JSPExtensionProcessor.java:365)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.findWrapper(JSPExtensionProcessor.java:237)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:228)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:250)
at com.icici.triton.servlet.common.ReportServlet.doGet(ReportServlet.java:314)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1173)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:69)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:626)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))

Awaiting your responses.
Thanks.
10 years ago