![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Connecting to DOORSXT Server Topic Summary: Created On: 14-Apr-2005 16:47 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Using the XT API I am trying to connect to the server thus:
Telelogic.DOORS.Data.Server server = new Telelogic.DOORS.Data.Server(); Telelogic.DOORS.Data.Database database = new Telelogic.DOORS.Data.Database(server);server.Connect(@"http://10.191.0.1:7001/doors/IMServelet","osmith","password", false);however it would appear that despite the weblogic server running on my server machine, I get an exception thrown telling me that it could not connect. Anyone have any ideas? I'm pretty sure that the problem might lay firmly with the URI that I'm using but I can't be sure??? |
|
![]() |
|
![]() |
|
Looks like a typo. Try "IMServlet" instead of "IMServelet".
-Judith |
|
![]() |
|
![]() |
|
yes a bit of a oops there, still doesn't work, I recieve the same error. when I log on to the servlet in a browser I get:
<Status status="Error" statID="1110-001" exceptionName="com.telelogic.doors.exceptions.MissingParameterException"> <Context name="ParameterName" value="DRX-RequestType" /> <Context name="stackTrace" value="com.telelogic.doors.exceptions.MissingParameterException at com.telelogic.doors.util.ValidateUtil.getRequestType(ValidateUtil.java:356) at com.telelogic.doors.servlets.BaseClientCommunicationsServlet.doPost(BaseClientCommunicationsServlet.java:128) at com.telelogic.doors.servlets.BaseClientCommunicationsServlet.doGet(BaseClientCommunicationsServlet.java:347) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5517) at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:685) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3156) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2506) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)" /> </Status> </ResultSet>
which is a little odd too. I have 'osmith' registered as a doors user and in LDAP, but for some reason it just wont connect. O |
|
![]() |
Telelogic DOORS
» General Discussion
»
Connecting to DOORSXT Server
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.