Opened 9 years ago

Closed 9 years ago

#929 closed defect (wontfix)

Tomcat could not load ZMQ class

Reported by: Veranika Liaukevich Owned by: George Merticariu
Priority: major Milestone: 9.2
Component: undecided Version: development
Keywords: Cc:
Complexity: Medium

Description

Petascope does not start when rasdaman is compiled with rasnet protocol, because Tomcat could not load ZMQ library.

Error description from http://localhost:8080/rasdaman/ows/wcps:

message Servlet.init() for servlet wcpsServlet threw exception

description The server encountered an internal error that prevented it from fulfilling this request.

root cause

java.lang.NoClassDefFoundError: Could not initialize class org.zeromq.ZMQ
	org.rasdaman.rasnet.client.Channel.<init>(Channel.java:58)
	org.rasdaman.rasnet.communication.RasRasnetImplementation.getRasmgService(RasRasnetImplementation.java:434)
	org.rasdaman.rasnet.communication.RasRasnetImplementation.connectClient(RasRasnetImplementation.java:369)
	org.rasdaman.rasnet.communication.RasRasnetImplementation.setUserIdentification(RasRasnetImplementation.java:359)
...

Change History (2)

comment:1 by Dimitar Misev, 9 years ago

Milestone: 9.2
Owner: changed from Dimitar Misev to George Merticariu
Status: newassigned

comment:2 by George Merticariu, 9 years ago

Resolution: wontfix
Status: assignedclosed

With the updated to ranset, the zmq library is not used anymore.

Note: See TracTickets for help on using tickets.