-
TS/LS/OD reliance on JAVA_HOME
16.6.1 suite you must set JAVA_HOME to 11.0.4 Oracle/AdoptOpenJDK. On a TS server, no big deal, though we have a different group that manages system wide changes and even if we own the server it is problematic. However on OD receivers. we do not own or control those boxes, they are owned by the application team. Those…
-
Linux OD 16.6 cannot find JAVA
Did a test install. TS/LS/Reports all working well. OD install went fine, zero errors anywhere. But when I try to start OD or use a CLT, I see errors like this: Starting OpenDeploy server. It may take a few moments. Please wait.... /opt/interwoven/OpenDeployNG/lib/iwodclt: line 145: /bin/java: No such file or directory…
-
TS 16.6 JBoss requires internet access to deploy
Working with support. TS 16.6 on Linux, iw-cc.war and eventsubsystem.war fail to deploy if they do not have external (port 80) access. That is the norm here There seems to be 2 issues, one is trying to download XSD from www.springframework.org - that was a know issue and a jar update took care of it. Still on my system…
-
TS Licensing change in 16.4
Reported as a bug, support is looking into it. If you do a new install, you should get a 48 grace period for a license (enough time for the install to complete and for you to request a license). However if you have a valid iwstore (i.e. you are upgrading and copied over a store from an old server), no grace period is…
-
LSDS cache clear fails in the cloud
It is as if OT does not understand cloud computing. I suspect they do not. So before (LSDS 7/8) there was a java bean that said how long the cache clear file would stay (typically about 20 minutes). This is great in a cloud deployment, because you push to a location that is read by some random number of servers (depending…
-
LSCS 16.4 Query changes
I doubt this will effect anyone's runtime code, but certainly will mess you up when you are testing. q=* (or just * in debugpanel) returns no data. Use : instead. This really only effects people during setup. Two other points. If you use curl to test, then you need to use curl -L (follow redirects) to get the data from…
-
Hot deploy of jars in TS
Curious if anyone has tried the hot deploy of jars ? In 8.2, I can copy a jar into the war, rename the .deployed to .dodeploy and JBOSS will reload, the UI be down for a minute or so, or at least the war you changed. I was hoping for no downtime (esp if it is a WF and iw-cc is down) Has anyone tried on 16.3 ?
-
LSCS deployment bug (lscs-authoring.xml)
Reported this today. We use <branchinfo a lot in lscs-authoring.xml: <branchinfo branch="//teamsite/data/main/someproject" project="someproject"> <runtime mode="production" lscsContext="lscs" lscsRuntimeTransport="http" lscsRuntimeHostname="localhost" lscsRuntimePort="1876" destinationArea="/opt/interwoven/LSCSRT_store/"…
-
LSCS 8.2 unable to drop project
New install on Linux 7 Deployed some stuff (component guide and other sample) but I forgot to update the projects (so they are still in the branch form) Turned tunneling on, also tried curl to localhost Using this URL: curl http://localhost:1876/lscs/v1/projects///teamsite/default/main/component-guide?method=DELETE <?xml…
-
TS 8.1/2 install Linux - Console mode only
I noticed that on 8.1 and 8.2 Linux will go to console mode only (and then fail). Previous versions would work with either Cygwin or the Gnome desktop. Here is what I have tried: Centos 6.5 and Centos 7 Gnome Desktop with xhost + Xauthority set to ~/.ICEauthority (there is no .Xauthority file) Also remote to PC running…
-
Don't deploy TeamSite/LiveSite/DeploymentAudit to LSCS
Linux & TS/LSCS 7.3.2 I am 99% certain this can be filtered but I cannot find it. Have some DCRs imported from another server. Used to use the PLC so there is a large EA called the DeploymentAudit. Sometimes it is too big and crashes the LSCS import. I know I can remove the EA, but I would prefer to filter it out. Anyone…
-
PLC Deploy task customization
Where can one find how to customize the PLC? If you use startdeploy.sh, there are a number of parameters that you can set to choose different options: usage: startdeploy [-help][-option1Key option1Value] [-option2Key option2Value] -StartDeploy_CustomDeploymentConfigOptions Deployment configuration custom options - n…
-
Trying to externalize Messages, LSDS in TS preview
Using this bean for a messages file (messages_en.properties ans messages_es.properties) <bean id="messageSourceWrapper" class="com.tms.bat.livesite.runtime.page.MessageSourceWrapper"> <property name="messageSource"> <ref bean="messageSource"/> </property> </bean> <bean id="messageSource"…
-
Virtualizing Service SIde Includes
Linux 6, Apache 2.2, TS 732 Notice a problem with the SSI redirector. If you have a mapped docroot, [iwproxy_remap] global_default_map=/ SOMETHING=/main/mybranch [global_default_map] _docroot=/ [SOMETHING] _docroot=/web_docs/pub CSS/JS load properlly from /webdocs/pub/js, etc. But if there is an include folder, and…
-
TS 8.1 open thread
This thread is for Q/A about TS 8.1. A few comments: UI install was easy. I took a 8.0 server and wiped it, Then ran the UI install (silent installer was giving me grief) no issues. A couple peeves: One would think that after how many years theinstaller would not croak if HTTPD is running. Every time I run it (GUI or…
-
TS 8.1 Silent install
I am pretty good at the silent install, however getting an NPE pretty early. Not certain why. I took my 8.0 install script and merged it with the 8.1 sample. I re-encoded passwords. THinking I will wipe the system and try a GUI install to narrow it down if is my system missing somehting (though it ran 8.0 without problems)…
-
TS 8 silent install error
OK, usually pretty good with the silent installer. But this one has me confused. Linux 6.6 (CentOS) Can't find bundle for base name com.interwoven.wcm.livesite.install.resource.liveSiteInstallDisplayStrings, locale en_US I cannot find this anywhere. Any ideas ? STEP 7: Install URL alias for Apache Content Web Server…
-
How can I tell if a file is in a workflow?
Custom unlock. Want to allow unlock if the file is not in a workflow. Cannot find a CLT that tells me if the file is in a WF, am I missing something? I thought iwrlog would but don't see anything I can query all active jobs and then list the files, but that is a serious pain. Any better approaches ? TIA
-
Status of 8.0.1 ?
Haven't seen any notice of 8.0.1, is it out yet ? Due soon ? Lost support access. Andy
-
Funky custom instantiation screen
Simple comment request. Works fine on FF. IE10 is messed up (see image). TS 7.5.01 on Win2008 https://www.dropbox.com/s/c1q40gvi7rq7ix0/comment.jpg?dl=0 Anyone see this before ? Any ideas ?
-
Component cache
OK trying to correlate component cache time to what I see in JCS Admin. I edited a page and changed the cache for all components to 1 hour, saved and pushed it out. When I look at the page data in JCS Admin I see Max Life = -1 TillExpirations = -1938 What gives ? Shouldn't I see 3600 or something less, until expiration? I…
-
Insert delay into areadiff LSCS deployment
OK, have an issue where we are pushing content out to LSCS but the FS it is on is a fraction of a second too slow and the LSCS datais not there before the LSCS delivery adapter is executed and the manifest if not found. Seems like the manifest is the last thing written and the 1st thing required. Since this is an OD…
-
Playing with 8.0
OK, loaded up a Centos VM with 6.6 Ran the installer, was quite clean, no failures. HP seems to have improved some of the annoying issues with the old installer (having to reenter the DB info all the time, etc). My current biggest issue is that the backing store is not writable from the filesystem. I used the only uvfs I…
-
8.0 is on the support site
I think Smitty ought to move to it.
-
OD caching IP address for LSCS deployments?
OK really strange, OD/TS/LSCS 732 on Linux We push to localhost and OD does and LSCS import to the LSCS server. However we are in the cloud, so the LSCS server(s) do not have fixed IPs and they will change, depending on load. When it does happen. OD fails. I see errors like this: 2015-06-22 07:33:03,681 DEBUG…
-
viewport not being displayed
OK, pulling my hair out on this one. LSDS 732, on Linux/Tomcat Updated the only fixed-layout.page.xsl one the system to have a viewport: <xsl:element name="meta"> <xsl:attribute name="name">keywords</xsl:attribute> <xsl:attribute name="content">$PAGE_SCOPE[keywords]</xsl:attribute> </xsl:element> <xsl:element name="meta">…
-
Multi-languages, rewrites vs locale determner
LSDS 732, Linux, Apache. Assume we have a primary site and localized sites (off the same branch per the SP manual),. blah.com/en/ and blah.com/es/ Normally I would just use Apache redirects to /en/ to the main site and /es/ to the localized site. Our SAs are fairly proficient in Apache and that may be easier to maintain.…
-
PageScopeData delay?
Trying some performance testing on LSDS, runnign on TC and Linux. TC screams. 5 ms per jsp. I built a hello work LSDS page. No JS/CSS being loaded. No Java externals.. When I look at the log, with debug I see a significant gap in time here: 2015-03-17 16:28:10,909 DEBUG…
-
Anyone dig into OD internals?
One of my co workers put odng.jar & baseadapter.jar into a Java decompiler. Found a couple interesting things we would like to know a little more about. There is a target called <targetCustom> no clue how to use it. Also we noticed some extra debugging, would like to turn it on. Looked like it was controlled with a…