How do I determine which version of THREDDS Data Server I am using? - tomcat7

We are running THREDDS Data Server under Tomcat 7.0.76 and are trying to determine which version of TDS we are running. We're not seeing it in catalina.out or anywhere obvious in the config and were wondering if the version could be interrogated at the command line.

While I'd love to know if there was a command to determine the THREDDS Data Server version, I was able to figure it out by doing a catalog listing from the browser. Our THREDDS Data Server version is 4.6.16.1

Related

How to reside multi version of Oracle Client in DBD::Oracle on the same server

We have Oracle11gR1 and Oracle18c.
Perl clients(11.7.0.1) have to access to both version so far.
But Oracle client(11.7.0.1) were recommended to upgrade to new one(12.1.0.2)
according to Doc ID 207303.1 - 'Client / Server Interoperability Support Matrix '
I'd like to hava 2 version of DBD:Oracle on the same clinet.
one for 11.7.0.1.
another for 12.1.0.2.
Because We can back to stable one immediately if new one caused problems.
How can I do that?
or
Impossible? Why?
I was successfully to install the following,
oracle-instantclient12.1-devel-12.1.0.2.0-1.i386.rpm
oracle-instantclient12.1-basic-12.1.0.2.0-1.i386.rpm
After re-install DBD::Oracle,V$SESSION_CONNECT_INFO shows them to '12.1.0.2'.that's I expected.
My Question is
How to switch back and force between 2 version of Oracle clinet of DBD::Oracle for just in case.
Because We can back to stable one immediataly if new one caused problems.
Ideally, By changing $ORACLE_HOME or $LD_LIBRARY_PATH could be achieved I hope.
Otherwise, A lot of task will be needed like that changing $ORACLE_HOME or $LD_LIBRARY_PATH and re-complile DBD:Oracle to switch them in everytimes.
Does anyone have good advise?
Thanks in advance.

Oracle Instant Client 12 - How to disable 'Fault Diagnosability' (SIGTERM issue)

It seems I am suffering from this issue: Oracle Pro*C/OCI install handlers for SIGSEGV/SIGABRT and friends - why, and how to disable?
The answers in that question suggest that I create a sqlnet.ora file and put the following content into it (possibly only the second line would be enough - but I am not sure):
DIAG_ADR_ENABLED=OFF
DIAG_SIGHANDLER_ENABLED=FALSE
DIAG_DDE_ENABLED=FALSE
I am currently using the Oracle Instant Client Version 12.2.0.1.0 downloaded from Oracle.
Currently the Oracle Instant Client is installed under /usr/lib/oracle/12.2/client64/ (which contains the folders bin/, lib/ and network/). ORACLE_HOME is also set and points to /usr/lib/oracle/12.2/client64/.
When I place the above three lines into /usr/lib/oracle/12.2/client64/network/admin/sqlnet.ora they seem to have no effect. I tried starting my application additionally with TNS_ADMIN=/usr/lib/oracle/12.2/client64/network/admin which also had no effect. Finally I tried to put an sqlnet.ora into the local folder from where I start my application and then started it with TNS_ADMIN=. ./myapp, which also had no effect.
How can I disable the Fault Diagnosability of the Oracle Instant Client in order to get back control over Unix signals in my app.

Redis server log file rotation on Windows

We are using Redis 3.2 (64 bit) (https://github.com/MSOpenTech/redis/releases) on Windows Server 2012 R2 Standard, for in-memory data caching.
Have been able to write redis-server logs by setting the logfile parameter in redis.conf file but, could not specify log file max size & subsequent rollover.
Would want to know whether there is a way to specify log file rotation in Redis conf / probably pass that as a parameter when starting the Redis server daemon process.
It would really help to get any suggestions on this front.
Thanks & regards,
Surjit
Although this is an old question... MS Open Tech Redis project has been abandoned.
You can checkout Memurai, which derives from it link.
Disclaimer: I work in Memurai.

Oracle application server logging

Can somebody tell me where I can set the path for the application log files which are on the Oracle application server because I can't find nothing in the web.
For an example I have a web app which I have been deployed on the server and this one have redirect errors output log and my question is from where the file path of the log is set?
Thanks in advance.
I'm not sure what you're looking for, but sounds like you need the OPMN configurations.
These can be found usually (and depends on your version) in 'ORACLE_HOME/opmn/conf/'.
The file you probably want is 'opmn.xml'
Here is a link for some documentation

Can´t load a tomcat 5.5 application to production, and can´t find any errors

i have a server with a bunch of tomcat, springs applications, and i can´t load a particular one that uses quartz. The main problem is that i can´t find an error anywhere that tells me what went wrong. And the same application runs fine in the test server, which uses de samde 1.6 jdk, tomcat 5.5. The only difference is that the productions server is in debian lenny, the test server in Centos. I only get a HTTP Status 404: requested resource not available.
Nothing usefull in catalina.out, configured log4j using this tutorial: http://tomcat.apache.org/tomcat-5.5-doc/logging.html , but can´t find any error there either. So i was wondering where can i get a hint of the problem ? tomcat starts succesfully and the other applications load without any problem.
Thank you very much
tail -f the catalina.out when you load the application, even it fails you still should able to see the output of tomcat trying to load the classes.
You might want to adjust to log level to info to see that tho.
*with 404 error, you could also try check the apache log, if you are using mod jk or proxy linking them.

Resources