Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Owner Reporter Resolution Summary
#61 herziga@… fixed rasdaman v8.2 compile error: rasmgr_config.cc
Description

error compiling rasdaman v8.2 (05/07/11) on Kubuntu 11.04 2.6.38-10-generic i686 i386 GNU/Linux

error message:

rasmgr_config.cc: In member function ‘const char* Configuration::makeLogFileName(const char*)’: rasmgr_config.cc:555:64: error: ‘mkdir’ was not declared in this scope

proposed fix: add include directive: #include <sys/stat.h>

#98 beccati@… fixed Transient transfer failed errors upon write transaction
Description

While performing data ingestion tests I've detected a possibly bogus error condition that presents before a write transaction but signas a generic transfer failed instead.

I have a script that performs data load of several files and retries upon error every 30 seconds, here follows the output indicating the issue:

output is: ERROR - rimport::main, l. 1200: Exception: Transfer Failed output is: ERROR - rimport::main, l. 1200: RasManager Error: Write transaction in progress, please retry again later. output is: ERROR - rimport::main, l. 1200: RasManager Error: Write transaction in progress, please retry again later.

At fourth attempt data is loaded.

I suggest finding a way to have the first occurrence of the error to detect the write transaction, giving consistent messages to the error cause, if it is the write transaction as it would seem

#109 Peter Baumann beccati@… fixed Rasdaman v8.3 does not install correctly (SL6.0)
Description

Hi, I am trying to compile and install the new release of rasdaman but I get the following error when make install (excerpt):

if test -e db/settings.properties; then cp -r db/settings.properties build/web/WEB-INF/classes; fi mkdir -p build/dist cd build/web; jar cf ../../build/dist/petascope.war . cp -r build/dist/petascope.war /usr/local/rasdaman-8.3/share/rasdaman/war cp: cannot create regular file `/usr/local/rasdaman-8.3/share/rasdaman/war': No such file or directory make[2]: * [install] Error 1

Manually creating the target directory before installing seem to allow installation process to complete: mkdir -p /usr/local/rasdaman-8.3/share/rasdaman

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.