Nimishaa Garg

Greenhorn
+ Follow
since Oct 19, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Nimishaa Garg

Hi All,
When I call a method I am getting this error

AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (405)Method Not Allowed
faultActor:
faultNode:
faultDetail:
{}string: return code: 405



(405)Method Not Allowed
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:128)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at com.csc.pt.surround.util.medmgt.ServiceAppSoapStub.MMSearchAlt(ServiceAppSoapStub.java:369)
at com.csc.pt.servlet.common.MVDocServlet.callProgram(MVDocServlet.java:808)
at com.csc.pt.servlet.common.MVDocServlet.doGet(MVDocServlet.java:458)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Unknown Source)



Does Anybody has idea about this issue.
Also The call works fine If axis 1.4 is used but not working with axis.jar
What should I do to get the code working

I need to resolve this issue asap.
Thanks in advance

Regards
Nimisha
13 years ago
Hi AndreI Sljusar ,
Were you able to fidn solution for this ??
I am getting the same error.

Regards
13 years ago
Hi All,
The issue got resolved . I copied contents of the myapp.xml placed at location "C:\Tomcat5.5\conf\Catalina\localhost" in to context.xml at location "C:\Tomcat5.5\conf".

The application is working fine. I guess there is some issue in my tomcat installation or configuration as earlier context was not getting loaded.
Let me know If anybody has any idea about this.

For the time being this issue got resolved.

Thanks
13 years ago
Hi All,
I deployed an ear in tomcat. it is working fine if i start the tomcat from services but when I run through eclipse by making a tomcat project and running the tomcat through eclipse plugin it is giving database error s like


javax.servlet.ServletException: Cannot create JDBC driver of class '' for connect URL 'null'


Can nybdy help me in this
13 years ago
Hi All,
finally the issue resolved I took the below mentioned steps
1. Copied the code again
2. There was an extra slash like C:\Tomcat5.5\ in TOMCAT home setting in eclipse . I changed it to C:\Tomcat5.5
3. Set Tomcat base to C:\Tomcat5.5
4. All the above Tomcat home and base setting was done in Eclipse /window/preference/ tomcat settings.

Thanks
13 years ago
Hi all,
I copied a project from websphere in to tomcat directory, whiel i start the tomcat I am getting the below error.
Any Idea , please help me on this

I have checked the context file and replaced catalina.properties file also.

Oct 24, 2011 12:30:41 PM org.apache.catalina.startup.Bootstrap initClassLoaders
SEVERE: Class loader creation threw exception
java.io.IOException: The filename, directory name, or volume label syntax is incorrect
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.Win32FileSystem.canonicalize(Unknown Source)
at java.io.File.getCanonicalPath(Unknown Source)
at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:200)
at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:180)
at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:98)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:213)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:410)
13 years ago
Hi Surbjeeet Dutta
were you able to find the resolution for this issue .
I am also getting the same error

rg.apache.axis.Message setup InvocationTargetException:
java.lang.reflect.InvocationTargetExceptionCaused by: java.io.IOException: DIME version received "7" greater than current supported
version "1".
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.attachments.AttachmentsImpl.<init>(AttachmentsImpl.java:149)
... 14 more
Caused by: java.io.IOException: DIME version received "7" greater than current supported version "1".
at org.apache.axis.attachments.DimeDelimitedInputStream.readHeader(DimeDelimitedInputStream.java:329)
at org.apache.axis.attachments.DimeDelimitedInputStream.<init>(DimeDelimitedInputStream.java:123)
at org.apache.axis.attachments.MultiPartDimeInputStream.<init>(MultiPartDimeInputStream.java:60)
at org.apache.axis.attachments.AttachmentsImpl.<init>(AttachmentsImpl.java:146)


Plesae let me knwo If any 1 has idea about this issue
13 years ago