-
Proper replacement for RequestContext.getParameterString()
Since upgrading to 7.3, I am getting warnings on my livesite tookit build: [exec] [javac] D: \Interwoven\TeamSite\local\config\lib\content_center\livesite_customer_src\src\com\MYSITE\livesite\component\external\ContactUtils.java:66: warning: [deprecation] getParameterString(java.lang.String,java.lang.String) in…
-
TeamSite services are not coming up
Hi Geeks, TeamSite service is not coming up suddenly, have not done any configurations before that, it stalled then went down and never came up. Below are the details of logs: I have rebooted the machine also. iwserver.log: [Fri Sep 14 06:50:22 2012] ERROR: iwserver did not come up in 600 seconds [Fri Sep 14 06:50:22 2012]…
-
TS Preview Error
Hello All, Am a newbie to TS/LS/OD, doing a POC and getting the below issue. Am not able to preview(images, css, js) from the TS as its getting redirected to port 8080 and throwing an error resource not available. Ex: When i click on a component,images, css, ...the URL is…
-
Setting class in OD home for mysql jar
Hi Folks, We are stuck in DD from TeamSite 7.2.1 on linux box to mysql DB. We have set all the values in database.xml copied the mysql jar in ODhome/drivers/ but still getting error: DBD: ERROR:ERROR: Loading drivers : com.mysql.jdbc.Driver DBD: ERROR:ClassNotFoundException: com.mysql.jdbc.Driver DBD: ERROR:…
-
Can custom workflow code be aware of how WF was initiated? (submit, tt_data, ...)
Is there a variable accessible by the workflow custom code that I can check to see what initiated the workflow (submit, tt_data, new job, ...) ? I recently discovered that our files marked "private" were being deployed to production when using "tt_data" and had to implement custom logic in our workflows to remove the…
-
Editing live JSPs on Dev Box
Hey guys, I'm doing a lot of jsp development, and as I'm new to some of the technologies (and can't use EL), I'm restarting, alot. Each restart is pretty lengthy, as we all know. What I'm wondering is how I might go about editing the live JSP so that it's picked up and changes without a full rebuild. I know that I'll have…
-
Resetting UI Services incredibly slow
Hey guys, I'm moving slowly from a lead dev role into some system administration, and as such I'm a bit out of my depth on my current issue. I've got a copy of 7.3.1 set up on a virtual Win7 box, and my rebuilds are really dragging. The main culprit seems to be the resetting of Interwoven UI. I'm not really sure why, and…
-
Event Registry for dynamically placed callouts?
Hey guys, got a bit of a tough one (though I could just be missing something obvious). I have need to provide my own internal linking interface which uses the sitemap rather than physical .page files. I've created the necessary JSP/Servlet and integrated it with tinyMCE (hair pulling notwithstanding). My problem is in…
-
Best Practices for 'changing' config files?
DevNetters - We've got a couple of file types that need a different version for each environment that they are deployed to, and we're looking for some advice on how to best handle them in a TeamSite / OpenDeploy environment. For example: There's a file named config.xml. This config.xml file needs to be deployed with each…
-
IWserver Share
I need to limit the number of people that can access the iwserver share over our network. Anybody have any idea? Everytime I change the permissions they reset when I restart teamsite.
-
generate/iwproxy help
I'm having a problem with images not showing up when the user generates and the preview window pops up. Because the image paths are relative to the document (and I can't change this), they work fine in VisualFormat and when the user Previews. The code in the generated file is correct, but the popup window shows X's for the…
-
How to get all workflow jobs in the Workflow subsytem using cssdk?
Hi, I need to author java code within Teamsite using CSSDK that can: 1) Get all workflow jobs 2) Check if they are active 3) Perform some opeartion on them. Use of CSSDK is a mandate here and i cannot use any system command or perl code here. I however am stuck at a point wherein, i fetch the csclient and get the workflow…
-
Returning error code from DNR script (in Unix)
I know this has been discussed here: thread but I need to implement this in Unix shell rather than Perl and I'm no Unix shell expert. Does anyone have any shell script interpretation of this Perl code for a DNR script to return a response code of -2? Also, in Unix, how does one determine if a DNR DD deployment has failed?…
-
Returning error code from DNR script (in Unix)
I know this has been discussed here: thread but I need to implement this in Unix shell rather than Perl and I'm no Unix shell expert. Does anyone have any shell script interpretation of this Perl code for a DNR script to return a response code of -2? Also, in Unix, how does one determine if a DNR DD deployment has failed?…
-
How to use LSCS debugpanel to test Rules
I'm playing with 'Rules Engine request/response test' function at http://lscs server//lscs/admin/debugpanel/. A few questions were raised. Can anybody help me out? Thanks in advance. 1. How to generate request XML? I suppose I don't need to create them manually. On teamsite, I can View Source of rules, actions, or…
-
SitePublisher
We have TeamSite and OpenDeploy. We are considering adding SitePublisher. Or sales rep will not give me a straight answer as to wether I can actually add just SitePublisher or a price. Can someone tell me if in fact it can be purchased alone and added to what we already have? Any ballpark price?
-
Explicitly set component cache variable
Hey all, We are trying to create a navigation component which references the sitemap and highlights the currently-active path. Since that active path could change for each page, we need the component to cache on a per-page level. This is the problem. We've tried using prefixes, externals, and component controllers, but we…
-
MediaBin cannot validate trusted user LDAP
When I am trying to import an asset from MediaBin to TeamSite or when I click on MediaBin button on a DCT, I am getting the below metioned error: "MediaBin cannot validate trusted user LDAP\". Can Someone help Me fix it.
-
Modify ccstd to remove a toolbar button
Hello, We have TeamSite 7.3.1 on windows 2008 R2 x64 and in the standard view, I'm attempting to remove the "Publish Workarea" button(Part of the Global toolbar). I can't find the process or method for accomplishing this in the TeamSite 7.2 User Interface Customization Guide. I've even tried to use css to hide the button,…
-
Teamsite running as non-root
Hello everyone, Here are the system configurations, on the environment I work. OS - Solaris10 TS - 7.2.1 OD - 7.2.1 I am opening this thread to understand more if we run Teamsite to run as non-root user on solaris or linux machine. Few of the pointers, I already have based on TS admin guide and from the KB articles…
-
MediaBin Deployment Agent CopyFile Error
I am running 4.6 Build 25 of the Deployment Agent and have started getting the message: CopyFile: Connect: Error logging on to share \\servername\Target. Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or…
-
Why document() couldn't fetch an xml file with $URL_PREFIX?
I defined a File datum pointing to a xml on TeamSite: Its value turns to $URL_PREFIX/path_to_xml_file Then in the component xsl, using the below code to fetch this file, document('$URL_PREFIX/path_to_xml_file') It's resolved to the below path during transformation, but couldn't fetch back the file successfully.…
-
Questions concerning component caching
Hello all, I have a situation where I have multiple 'biography' DCRs. I would like to have only one index.page file, where the biography component sits. I'm halfway to a solution, which involves using a java pre-controller on any url with the pattern: mysite.com/biographies/* So, for instance, the pre-controller would…
-
Error while installing UVFS on Centos 2.6
Has anyone ran into this: Getting an error while trying to compile UVFS: [root@AnsslerLab uvfs_2.0.3]# gmake /usr/bin/gcc -g -O3 -Wall -I. -c -o uvfs_signal.o uvfs_signal.cc /usr/bin/gcc -g -O3 -Wall -I. -o uvfs_signal uvfs_signal.o -lpthread -lc -lstdc++ -lm gmake -C /lib/modules/2.6.32-71.29.1.el6.x86_64/build…