Environment[indent]TS/OD/LS 7.2.1 Patch 1[/indent]
Problem[indent]I am trying to create a new site (microsite) within a pre-existing branch on our DEV box, whenever I do - the process seems to loop / hang after I've added all the information and clicked
OK to start the process of creating the site. I'd post an image, but it would probably be "too big" for DevNet - so I'll try to describe it:[indent]Window pop-over "New Site: Step 3 of 3 - Optimization and Analytics Details (Optional)"
Nothing selected / filled in (not doing optimization / analytics)
Clicked "OK" button
Little status dialog pop-over shows up saying "Creating
sitename..."
It's looked the same for more than two hours[/indent]It takes a long time before I can find any error in the server.log (the first time I looked I didn't see anything informative, I just looked again and found something) - which I've attached. What bothers me about the above (before the exception output) is that it looks like it's trying to create the default.site file directly in the root of the workarea, instead of within a sites/microsite2/ directory:
...
mApplicationType [java]
mSiteVPath []
site file vpath [//ts_server/default/main/MyBranch/WORKAREA/Content/default.site]
mBatchPages [[about]]
]
------------------------------------------------
2013-01-22 10:29:48,368 INFO [STDOUT] [ERROR] 10:29:48 DispatchAction - Dispatch[/Site] to method 'createSite' returned an exception
java.lang.reflect.InvocationTargetException
...
[/indent]
Note: The process appears to work just fine on our PROD box - which is running 7.2.1 (vanilla) - so I'm a bit concerned that this might be a jar issue - but not sure what to look at.