Andriy; Thanks for the detailed procedure.  It seems that we have a
bad URI in ensemble-debugger/html-template/index.template.html.  The
default application is specified as 
http://ensemble.topbraid.org/2008/12/configurable,
but should be http://server.topbraid.org/dynamic/configurable.  The
error message then occurs because of the incorrect URI.

At about line 116 change:
  queryString = appendPair(queryString, "applicationURI",  "http://
ensemble.topbraid.org/2008/12/configurable");

...to:
  queryString = appendPair(queryString, "applicationURI", "http://
server.topbraid.org/dynamic/configurable");

That should fix the problem.  We have corrected the error for the next
release.

-- Scott

On Jul 5, 8:56 am, Andriy Sokolov <[email protected]> wrote:
> Hello Scott!
>
> Here is what I do:
> 1) start Flash Builder version 4.0.1.277662 (with Flex SDK 3.2
> manually installed)
> 2) import ensemble-debugger and ensemble-plugin-example-helloworld
> projects into the workspace
> 3) uncomment line nr. 110 in index.template.html from ensemble-
> debugger -->
> become "queryString = appendPair(queryString,
> "Helloworld.swf","ensemble-plugin-example-helloworld/bin-debug/
> HWActivator.swf");"
> 4) save
> 5) start TopBraid Composer ME
> 6) upload athttp://localhost:8083/tbl/the swf and xml of from
> "ensemble-plugin-example-helloworld/bin-debug" and call this swf-
> component "Helloworld"
> 7) restart TBC ME. Answer prompt "save changes at server.rdf" with
> "yes"
> 8) debug ensemble-debugger/src/TBEPage.mxml
>
> I become an error message "We cannot process your request because we
> couldn't create the user application file. Please refresh your
> browser." + an above titled error message of TBC. Refresh/ restart of
> the browser/ TBC changes nothing.
>
> I hope it helps.
> Regards,
> Andriy
>
> On 30 Jun., 16:28, Scott Henninger <[email protected]> wrote:
>
> > Andriy; It appears something happened to your session data.  Possibly
> > the session file was removed in TBC-ME?  Refreshing the browser should
> > correct the situation, however changed made in Ensemble may be lost.
> > If this isn't sounding right, please provide a detailed account of the
> > actions taken (and software version) so we can try to reproduce.
>
> > -- Scott
>
> > On Jun 30, 5:16 am, Andriy Sokolov <[email protected]> wrote:
>
> > > Hello!
>
> > > I'm trying to debug my TopBraidLive component and become a message "We
> > > cannot process your request because we couldn't create the user
> > > application file. Please refresh your browser." in firefox and
> > > "TBLException. Message: we couldn't create the user application file".
> > > What could be a reason?
>
> > > Thanks,
> > > Andriy

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to