-
HTTP delivery adapter?
Has anyone written an HTTP delivery adapter? I may try to write one for S3 (Amazon's cloud FS) instead of using a mounted drive. Just curious if anyone has tried it. APIs on both sides make this seem like a fairly straight forward task.
-
LiveSite 7.5 open thread
This thread is an open thread for comments, simple questions, etc about LSCS/LSDS 7.5. Post any feedback on this thread when you start to play with 7.5.
-
OpenDeploy 7.5 open thread
This thread is an open thread for comments, simple questions, etc about OD 7.5. Post any feedback on this thread when you start to play with 7.5.
-
TeamSite 7.5 open thread
This thread is an open thread for comments, simple questions, etc about TeamSite 7.5. Post any feedback on this thread when you start to play with 7.5.
-
I spy 7.5
On the support site:
-
GetParentAssociations kills our server
TS 7.3.1, Solaris. We have narrowed it down to when a specific WFT finishes, (we get the job complete email) a specific command is running in iwserver.sol. This runs for 1000 seconds or so and queues up everything behind it. iwstat output (when it starts): 2832: Thu Dec 4 14:49:17 2014 Store Status default Running iwadmin…
-
Renaming a project in LSCS
OK, moving TS servers. LSCS was set up to have the project to be the branch, //server/..... Dropping the project and redeploying is a really sucky option. I tried changing the values in the LSCS DB, the Project table. Using the debugpanel, I see the renamed project, but I do not get any data back from the queries. Any…
-
FormAPI, Get Attribute ?
OK, have some legacy DCRs that place values in the XML attributes. I am afraid there is no FormAPI way to get the data from the XML and I need to use some JS parsing. Am I missing something? Data looks like <root> <some-node attr-1="0" another="this" and="that"/> </root> How can I get the attribute another from node…
-
Trouble with FormAPI auotname/save
TS 732 on Windows 2008 I have a DCR, using code i have used many times before. On finish/save, it should name the DCR, create sub directories and save. It does that but hte Save As popup shows up and I cannot get rid of it. I tried a few didderent save DCR methods, including timeouts, and no luck. I use this to catch the…
-
XSL Whitespace and $URL_PREFIX ?
When I format an attribute, I get garbage in the generated HTML <xsl:attribute name="src"> $URL_PREFIX[<xsl:value-of select="Path"/>] </xsl:attribute> Gives src="%0A%09%09%09%09/resources/img/quicklinks/security.png%0A%09%09%09"> Removing all the whitespace and we are good. Pain in the A$$ but now I know the cause. To me…
-
At a loss as to why the page fails to render
TS/LSDS 7.4.1 on Linux Got a set of pages using standard compononents and XSL that we have been using for a bit. Sent out some new pages to a new runtime. There are no externals on this site. All pages render correctly on the Staging server, but some give us the "An error has occured please go back" message. I have…
-
Unable to use template
OK, this is really strange. We have 20 identical branches with a site on each. They use the same components/templates/DCRs. Users all use the same roles. we have 2 branches (at least) where a set of users cannot use a LiveSite template, either create a page with that template or add it to a blank page. I can do it fine.…
-
where are Local beans defined ?
OK, in my LSDS resource-config.xml I have these beans defined for determining Locale, how do I find out what each one means ? I cannot find anything in the docs (though I certainly may be looking at the wrong doc). I assume LocaleFromRequest means it looks at the browser setting ? <bean id="runtime.LocaleDeterminer"…
-
For those curious about LSCS performance
FYI, I have seen a number of posts about the performance. It certainly can be improved, including turning on ehcache. Here is some benchmarking from a Dev VM (running on a shared server). The VM has 8 CPUs (shared) allocated and 6 GB of RAM. The query is basically if ((A or B) and C and D and E and ((start date < today)…
-
DB Failover for LSCS
Has anyone set up LSCS for a failover DB ? We have 732 on Linux working with MySQL, want to try something like this: jdbcUrl=jdbc:mysql://localhost:3306,backupdb.something.com:3306/dbname LSCS will not start up is server 1 is down, it will reconnect when it comes back. Any ideas ?
-
LSCS DB Pooling ?
LSCS RT 732 on Linux Running some load testing and it appears that LSCS opens and closes the DB on every query, it is not reusing the DB connections. Am I reading this correctly ? LSCS uses the Apache BasicDataSource which looks like it should support pooling, but it does not seem to work. What options do I have ? I can…
-
Launchpad 7.4.1 jar on 7.3.2 ?
Curious if anyone was stupid enough to try this. We have 7.3.2 on Solaris. Customers all over the world with corporate restrictions on Java. Many cannot use 1.6 (which is supported by 732). 1.7 JRE *mostly* works, except when you import sometime the scrollbar takes up the complete scroll window and thus you can only get a…
-
Complex queries in LSCS ?
OK, running some benchmarks with complex queries. Playing with the query to improve as I can. Thing is, I am getting it down to 100ms per complex query (querying multiple EAs - within a Date range, and specific model) That seems to be pretty slow. Queries for specific DCR values are 4-5 msec. Am I jaded ? Does this seem…
-
LSCS 1 source to 2 projects ?
We want to use 1 LSCS server, and have two projects (both coming from the same TS source. One will be for Preview and the other Production. Since the project is //server/default/main/path/to/branch I am looking for some ideas how to do this. I could probably do it with EAs but that would mean code changes. Is it possible…
-
Image browser in TinyMCE with FF fails
I have 732, Linux (also tested on Solaris). Using the component guide implementation, if I edit a .page that uses a WYSIWYG component, I can browse to an image and it works fine. However if I use the OOTB Forms Publisher config and browse to an image, I get a JS error: TypeError: opener.setImage is not a function whenever…
-
LSCS/AT returns no data
OK, hitting my head against the wall there. TS 741, with LSCS & Search and sample content. Also have a LSCS/LSDS runtime on a Linux server. I pushed out all content to the runtime. All my DCRs show up in LSCS RT debug panel, but I find no data in the LSCS AT debug panel. Search works on the TS server, Idol gets the query…
-
XSL String functions on query parameters
OK, I am hitting my head against the wall on the piece that should have been easy. I have an XSL that checks for a query string, and if it contains the value of a DCR. I am trying contains as well as substring on the variable I set but they return no value. When I hardcode the data it works fine, so this is not a string,…
-
Strange warning after 731->732
From our server.log, Solaris 10 server upgraded 731 to 732. 2014-03-01 15:40:24,017 ERROR [STDERR] Mar 1, 2014 3:40:24 PM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode WARNING: Could not lock User prefs. Unix error code 2. 2014-03-01 15:40:24,018 ERROR [STDERR] Mar 1, 2014 3:40:24 PM…
-
properties for bean teamsite.DependencyService.DependencyProcessors.As setDependency ?
Anyone know the other properties we can include for this bean ? TS 74 PLC is deploying pages to link to. If I push index.page which links to a few child pages, they are deployed as well. They do show up as associated files [php] [/php]
-
locating inlines
OK, customer is upgrading TS from 6.7.2 to 7.3.1, of course they were in /opt/iw-home and now will be /opt/interwoven/TeamSite. We are creating a symlink from old to new, so I do not need to make this work, however I was trying to see if I could make it generic I use this as my shebang line in perl: #!/bin/sh eval 'exec…
-
IF_MODEL not working ?
I have a simple HTML component, Windows & TS/LS/SP 732 Drop this into the HTML section, it references a node that does not exist in the DCR, but the H2 tag shows in preview: [html] $IF_MODEL{/Properties/Data/Datum[@Name='Generic DCR']/DCR/Root/this/node/does/not/exist, THIS SHOULD NEVER SHOW } [/html] I assume I hit a…
-
LSCS/AT oddities
OK, at a customer site, two things we noticed. Their app queries LSCS for a bunch of data. Works perfectly on LSCS/RT but one 732 and 731, AT returns the same query for each hidden edition. So if there are 5 versions of a file that match the query, all 5 are returned. Not certain of a good way to filter that out. We ran…
-
where to find getPendingContext
OK, have an issue where LSCS/AT on our prod server hangs for 20+ minutes during a deploy (LSCS import). I have chased it down to being between a few lines of Java in reserver.jar, UtilCommandRequestHandler Basically it posts to the log Getting context, then either immediately or 20+ minutes later, it posts No Pending…