-
Migrate dependancies NPE
TS 7.2.1 Linux running the migrate dependencies (workarea) as root, no log generated, getting an NPE, not certain how to proceed. Starting migration tool ...... no custom props for system property factory.config.file Processing item: /iwadmin/main/livesite Processing item: /iwadmin/main/livesite/component Processing item:…
-
Multi-file tag not reading current metadata
7.2.1 Linux Tag blah.xml (save) - change Title Tag a second time you see it (submit if desired) Select 2 files and click tag. Select Title and the fields are all blank. Can someone else check that out for me. I will file a bug. Andy
-
reading forms from other branches
OK, I have a project with a Corp branch and 5 business unit branches. Each BU branch has a (different) site. All deploy to the same location. What I want to do is have a component read a DCR (either a common DCR or a site specific DCR based on the component). The common DCR would live on the Corp branch. My question is how…
-
TS Install DB issue
7.2.1 Linux new install. SQL Server DB, GUI fails with failed to update DB (doing common services), check user permissions. The user has DBO permissions and the table in question is created by the installer. Here is the error: 2011-02-17 12:52:40,327 DEBUG org.hibernate.util.JDBCExceptionReporter - could not execute update…
-
Adding/Removing JS & CSS from Templates
OK, I have a template & am trying to change the default JS/CSS included. I can change the page settings for each individual page generated but that is a pain. When I try to edit the template settings, it will not let me change that. I am using the Site Default (Freestyle Div) layout. Tips/Pointers/RTFMs appreciated. Andy
-
PLC hates me......
OK, A Linux server, upgraded from 6.7.2 to 7.2.1 Using the stock 7.2.1 PLC workflow. Will not deploy. OD is running on 9273, CSF is running on 12973. I verified the Java Bean is pointing to 9273 content_center log says failure on 8080, I am concerned about the 0.0.0.0:8080 referenced in the log, but no idea where that came…
-
Permissions to modify the sitemap ?
OK, it looks like you need to be a Master to modify the sitemap. Is there a way to delegate this ? I have not found anything in the admin gui. I hate to make a generic account for testing. Any other options ? Andy
-
Creating a new Invalidate Runtime Cache menu item
It seems that the Invalidate Runtime Cache menu item only goes to the production java bean. My implementation has multiple production environments (different projects) and thus different production beans. How can I write a new invalidate cache comment for the different environments ?
-
7.2.1 PLC Deploy issues
7.2.1 upgraded from 6.7.2. Linux Customized PLC workflow in prod (6.7.2) saw a thread about the OD URI changing, which prevents 6.7.2 WFs from running on 7.2.1 So I loaded the OOTB PLC workflow and still get this: Error during task execution: Could not invoke method: deployFiles, Tips, pointers, RTFMs greatly appreciated.…
-
Integrating with WPS
OK I have LSDS installed on a Webshere server. We will use WPS instead of TomCat. I assume that normal SP/LS development goes on here, i.e. everything is in a .page file and LSDS basically manages everything, Any WPS code would have to be made into a component. Are there any other options ? The customer wants WPS to manage…
-
Getting the imported file name
OK, I have a DCR with a browse button that also has a callout to the import URL. So I can import a file and then browse to it. I was hoping to get rid of the 2nd step. But I cannot seem to get the file name that was imported. I have the popup working but it does not seem to return to a callback from what I can tell Anyone…
-
7.2.1 WFM issues
OK, maybe I missed some documentation. Loaded the Configurable_Default_Submit model and am working on it, Linux server. 2 issues. 1st it appears that the whole odSubst_ variable functionality has changed. Now my OD config has $odSubst_targetArea^ to properly run. Bigger issue is that no files are getting attached to my WF…
-
PLC not deploying production (or any)
TS 7.2.1, OD 7.2.1 Just doing asset deployments now (not LS/SP pages yet) Configured PLC and changed opendeploy.properties: opendeploy.webServicePort=12973 opendeploy.runtimeHome=/data/www/ Get this as status: Error while executing task: Production Deployment And these errors in content_center.log: 2011-01-11 16:44:47,119…
-
TS 7.2.1 login/cookie lifetime ?
Linux, TS 7.2.1. I changed application.xml for the cookie to be infinite (and since it says it expires in 2074 I think that works). I also have the following in the correct iw.cfg (/etc/iw.cfg verified with iwlocation): [authentication] authenticate_by=file local cookie_lifetime=5D ui_login_lifetime=5D I am still getting…
-
How does the installer find existing (LiveSite) installs ?
Linux LS 3.1 - iwinstall is still in the original location Trying to run the upgrade to 7.1, running without common services (do not need them for runtime). The installer does not recognize the current LS install and wants to install fresh. LS is installed, operational and live. Zero logs created (that I can find)…
-
solutions emails in 7.2 ?
I am trying to show the iw_solutions_email.ipl on 7.2. Has anyone used this on 7.2 ? I copied the code from other working servers (6.7.2) Simple workflow but I am getting errors when it runs. This is all out of the box config (not changing the tpls at all) Log: ############################################# Leaving Generate…
-
Console install still doesn't work on Unix ?
OK tried an upgrade from 6.7.2 to 7.2.1 on Linux this weekend. The installer bit the dust after about 20 seconds and nothing in the logs of note. When I set the DISPLAY variable and loaded my X-Windows server on my PC (which is a serious pain to do over VPN when you do not know the IP address), I was able to run the…
-
PLC WF Dependencies
OK really strange. Got a overall project with several sites (on several branches) deploy to the same docroot. Share templates and components. We have noticed some site specific files (.js etc) are being deleted. When I submit branch1/site1/pagea.page, for some reason it thinks some asset from branch2 js/branch2.js is a…
-
URL for workflow ?
OK, I have a custom button, instant submit. Been running for a bunch of years. It runs: iw.ccpro.new_job?iw_file=path/to/wft Was great until I tried to add another new_job choice to the branch. All of a sudden it is asking me what WFT to use. I know these URLs are defined somewhere, but I cannot find them. TS 6.7.1 Windows…
-
VFE inserts BOM ?
TS 6.5 SP2 on Windows. Moved servers from an old box to a new one. Moved all configurations (including http/iw/visualformat.xml - which was unchanged since 2005). One (or more) DCTs with a VFE are inserting a BOM (byte order mark) in the DCR XML. THe DCT has no configuration: textarea required="f" rows="26" cols="73"…
-
OR container name before add
OK, I have an OR container, 5 choices, but I can only allow 1 of each. So I use BeforeReplicantAdd to run this function checkNumberModules(item, index) { var xpath = item.getName()+"["+index+"]"; alert(xpath); var newItem = IWDatacapture.getItem(xpath); var newPath=newItem.getChildren()[0].getName() But the getChildren…
-
Non-OS users with TPL ?
Linux 6.7.2 converting a site from DOS. The users are LDAP, non-OS users, but we have some TPLs. I know i can generate the page in the WF as another user, is there any way I can execute a preview or generate as another user ? I am thinking I have to add a separate button to generate/preview and have that run the…
-
Search and failover...
OK, Windows server, upgrading from 6.7 to 7.1 We have ServerA and ServerB, both loaded with TS and a shared backingstore on T: There is an app that prevents both servers from being live and the DNS entry maps to the live server. Been working for a number of years. Now I am upgrading to 7 and they would like search. Easy…
-
Build iw-mount without tspostreboot ?
TS 6.5 SP2, Windows 2003. There is a bug I read in the release notes:Windows 2003 server with IIS 6.0 only: Previewing of ASP pages does not work. Workaround: Remove Default Web Site or IIS completely and manually add iw-mount back into IIS without running tspostreboot.pl . So, where are the instructions for building…
-
Invalidate cache custom menu item & multiple branches
OK, I have 3 sites, BR1, BR2 and BR3, deploying to production, BR2 and BR3 java beans. Deploys work great, when items are pushed the pages are invalidated. However if I use the custom menu item, the invalidate cache is sent to the production bean regardless of the branch I send it from. Am I missing something ? TS 6.7.2 LS…
-
Linux JDBC/DD install
OK, I know I am missing something simple, but I cannot figure it out. OD 6.2 on Linux deploying to MySQL. I loaded the proper jar file. DD wants a URL to the driver, not a path 'com.mysql.jdbc.Driver' Typically you set the CLASSPATH, but this is DD in a workflow, so I cannot set the CLASSPATH in a shell and it does not…