Hi Dario,
I solved the error that i listed first now in the logs there is a error for the server initialization. It says-
22.May.23 17:48:31,379 < WARN> Lightstreamer Server is running with a...
Type: Posts; User: vinayak singh
Hi Dario,
I solved the error that i listed first now in the logs there is a error for the server initialization. It says-
22.May.23 17:48:31,379 < WARN> Lightstreamer Server is running with a...
Hi Dario,
I solved the previous error and the lightstreamer server almost started but while configuring the adapters of this project it went wrong. I am sharing the logs for you
22.May.23...
Hi Dario,
Can u list the properties and the jar files needed for the JVM platform setup to start the lightstreamer. Also include the paths as well.
Thank you!
Hi Dario,
With continuation to my last message i want to add the other related errors i got while executing the code
java.lang.NoClassDefFoundError: ch/qos/logback/core/Context
at...
Hi Giuseppe,
I am encountering an error while trying to run this code in the IntelliJ. The error is
No com.lightstreamer.kernel_lib_path defined; using a unique ClassLoader; ignoring any other...
Hi Giuseppe,
Thank you for the reply, I just wanted to confirm with the adapters.xml file that i wrote and want you to check it for this above code.
<?xml version="1.0" encoding="UTF-8"?>
...
Hi alessandro,
If i want to write the adapters.xml file for this project how will it be like? Can u provide a reference for it? Will i be needing <metadataprovider> for this code as...
Do u have any reference for the configuration to start the lightstreamer server via the project! Like a simple helloworld project would also do.It will be very useful for writing script.
Hi Dario,
I want to start lightstreamer as a server in my project. For that i need the dependency of lightstreamer in our project built on maven. How do i start lightstreamer as a...
Hi everyone,
I want to add lightstreamer server dependency in maven, previously i was using ant where i can keep the jar file of lightstreamer but not while building the project in maven. Can...
Hi Giuseppe,
Thank you for your response. I was just wondering if you have a specific script or any reference to that creation of script that can guide me to the maven goal?
Regards
Vinayak
Hi Giuseppe
Is there any application/project in java having the probability of running as a stand-alone application.?
Just willing to explore the stand-alone applications running remotely on...
Hi Giuseppe,
Is there any application or project in java that can be launched as a stand-alone application using maven without initiating the lightstreamer server manually?
I just want to test...
Hi Giuseppe,
On the Helloworld Java lightstreamer project when i am building it using maven by typing "mvn package".It is building the target folder. But on running the jar fil created in it.It...
Hi Giuseppe
I just wanted to know that the HelloWorld java project of lightstreamer, can i use maven and build it and if so then how is it possible to directly
build it and run it without...
Hi Giuseppe
I just wanted to make things clear to you that I want to run my project using lightstreamer where I want to use maven to build my project and upon building i want use the lightstreamer...
Thank you for your reply giuseppe, i have already done that. Now i want to run the server directly thorough local host or through the java file like setting up a remote server without using the...
please provide an update on how to start the lightstreamer server locally and also help in configuring it!