We are using pramati 5.0 server. We have included a jar file in our project which invokes the ejb. We have instantiated a class from .jar file. We have called a static method on the instantiated class which internally invokes the deployed ejb. We are getting the following exception. please suggest some pointers.
[Edited by Jaikiran - Changed subject line] [ November 25, 2008: Message edited by: Jaikiran Pai ]
java.io.FileNotFoundException: E:\PServer\server\nodes\TEST\archives\public_html\config\security.properties (The syst em cannot find the path specified) ......
java.io.FileNotFoundException: E:\PServer\server\nodes\TEST\archives\public_html\config\ejb.properties (The system ca nnot find the path specified) .... at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:133) at javax.naming.InitialContext.lookup(InitialContext.java:347)
Looks like the Pramati server expects these files while doing the lookup. I'll move this to an appropriate forum where you might be a better response.