Opened 10 years ago

Closed 10 years ago

#780 closed defect (fixed)

rasj falls when returning single structure

Reported by: Veranika Liaukevich Owned by: Veranika Liaukevich
Priority: major Milestone:
Component: java Version: development
Keywords: Cc:
Complexity: Easy

Description

Query "select x[0,0] from rgb as x" should return a single structure object, but falls with NullPointerException:

java.lang.NullPointerException
	at rasj.rnp.RasRNPImplementation.getElement(RasRNPImplementation.java:1227)
	at rasj.RasStructure.<init>(RasStructure.java:64)
	at rasj.rnp.RasRNPImplementation.getElement(RasRNPImplementation.java:1268)
	at rasj.rnp.RasRNPImplementation.getResponse(RasRNPImplementation.java:1136)
	at rasj.rnp.RasRNPImplementation.executeQueryRequest(RasRNPImplementation.java:887)
	at rasj.rnp.RasRNPImplementation.queryRequest(RasRNPImplementation.java:403)
	at rasj.odmg.RasOQLQuery.execute(RasOQLQuery.java:254)
	at rrasdaman.RasConnection.executeQuery(RasConnection.java:85)
	at rrasdaman.RasConnection.executeQuery(RasConnection.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at RJavaTools.invokeMethod(RJavaTools.java:386)

Change History (1)

comment:1 by Veranika Liaukevich, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.