Opened 12 years ago
Closed 12 years ago
#23 closed defect (invalid)
Can't deploy EDIS from svn - Revision 1528: /EDIS/trunk
Reported by: | Jason Huang | Owned by: | George Lilly |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | CCD-CCR | Version: | |
Keywords: | EDIS | Cc: |
Description
Hello,
I am trying to deploy EDIS in a test environment. I downloaded the version from svn - Revision 1528: /EDIS/trunk. We used xinetd to set up a TCP/IP listener and verified that VistaLink worked correctly. The deployment is done with weblogic 10.3 with tracking-server-main/target/main.war
I then modified the tracking-server-main/src/main/webapp/WEB-INF/config/vistalink-config.xml to use our primary station #, access code and verify code. However, I am not able to login after entering the access code / verify code. I got the following error on the webpage:
This page contains the following errors:
error on line 7 at column 23: Extra content at the end of the document
Below is a rendering of the page up to the first error.
500 null /main/j_spring_security_check
And in the web logic server we got the following error from the log:
<Sep 12, 2012 4:49:10 PM EDT> <Error> <HTTP> <BEA-101020>
<[ServletContext@2061219303[app:main module:main.war path:/main
spec-version:null]] Servlet failed with Exception
java.lang.ClassCastException:
weblogic.jndi.internal.WLEventContextImpl cannot be cast to
gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory
at gov.va.med.vistalink.adapter.cci.JndiVerificationStrategyWeblogic81.checkJndiMismatch(JndiVerificationStrategyWeblogic81.java:35)
at gov.va.med.vistalink.adapter.cci.VistaLinkConnectionFactory.getConnection(VistaLinkConnectionFactory.java:216)
at org.springframework.jca.cci.connection.ConnectionFactoryUtils.getConnection(ConnectionFactoryUtils.java:95)
at org.springframework.jca.cci.core.CciTemplate.execute(CciTemplate.java:194)
at gov.va.med.edp.vistalink.VistaLinkTemplate.rpc(VistaLinkTemplate.java:84)
Truncated. see log file for complete stacktrace
<Sep 12, 2012 4:49:10 PM EDT> <Error> <Kernel> <BEA-000802>
<ExecuteRequest failed
java.lang.NullPointerException.
java.lang.NullPointerException
at jsp_servlet.error500._jspService(error500.java:92)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
Truncated. see log file for complete stack trace
This appears to be a java code error? Do you know if anyone had successfully deploy EDIS from svn - Revision 1528: /EDIS/trunk? Do you have any other "better" version?
thanks!
Jason
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Not a bug with WorldVistA.
You need to check with EHS who have deployed EDIS in production on WorldVistA. If there are specific code that needs to be changed, open another bug.
The other thing that I just realized is that this package /EDIS/trunk is set up with VistAlink 1.5 and is not compatible with VistAlink 1.6... Do you know if there is a way to fix that? Or do you have any version for VistALink 1.6? thanks!