bump. maybe the lib author can comment?
Yes
No
bump. maybe the lib author can comment?
Hi!
I'm maintaining the library, and plan to do so in the future. Last version of DJN is 3.0.
What you are experiening is a problem with the servers in which I have located DJN -problems of being a one-man shop. Need to work that out, but I'm way too busy.
As a temporary workaround, If you need it, send me an email to pagullo.soft.dev at gmail.com, and I'll send DJN to you
Pedro
Hi, guys
I'm the creator and maintainer of DirectJNgine, and just wanted to tell you that you should be able to download DirectJNgine 3.0 as well as older versions from softwarementors.com/directjngine/downloads/. Yes, finally, I found the time to set up a new web server.
Hopefully, the new server will be able to be up and running for a long time.
Best regards,
Pedro
thanks a lot.
BTW, is there an update user guide somewhere?
seems that its not a part of the distribution.
No User Guide updates, though most of the new functionality has been discused in one way or the other in my blog, at https://softdevbuilttolast.wordpress.../directjngine/.
Additionally, you might want to take a look at the test code (both javascript and Java).
Regards,
Pedro
Has anyone been able to figure out a solution to this below error when deploying applications as a war file in weblogic. Been at this since past 4 days. If i unpack the war to a folder and dpeloy it works fine which I do not wish to. I want to deploy the application from a war file instead of folder. I know this is a very very very old thread, hope someone can point me in the right direction.
Code:####<Aug 8, 2018 4:00:33 AM MDT> <Error> <Deployer> <lxdenvmtc151> <JavaAdminServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <161b716646985aa7:-5b88bfc6:16518bc83fa:-8000-0000000000000e44> <1533722433531> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1533722432911' for task '7'. Error is: 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "DjnServlet" failed to preload on startup in Web application: "coPid-0.0.1-SNAPSHOT.war". java.lang.NullPointerException at com.softwarementors.extjs.djn.jscodegen.CodeFileGenerator.getDebugFileName(CodeFileGenerator.java:171) at com.softwarementors.extjs.djn.jscodegen.CodeFileGenerator.generateCode(CodeFileGenerator.java:106) at com.softwarementors.extjs.djn.jscodegen.CodeFileGenerator.updateSource(CodeFileGenerator.java:64) at com.softwarementors.extjs.djn.servlet.DirectJNgineServlet.createDirectJNgineRouter(DirectJNgineServlet.java:195)
This looks a lot like the api file can't be created.
If that's the issue, read the documentation. From the doc:
"Alternative API handlingDirectJNgine generates javascript files containing the API used to access the Java code,but there is in alternative way to access the API. Please, check the chapter explaininghow to support Google’s AppEngine for details on how to access the API in anenvironment in which it is not possible to create/update files in the server."
Regards