Hello,

Someone have idea to help me... also if there is a simple guide ...

Many Thanks

Romeo

2008/3/7, Romeo Zitarosa <[EMAIL PROTECTED]>:
>
> Hello All,
>
> I'm a beginner of Longwell and I.m trying to extend it adding some
> features.
>
> Basically I have two questions:
>
> 1) How can I include all source files into an IDE (eg Eclipse) and built
> it??I tried this operation but there are some classes missing (eg
> edu.mit.simile.openid.OpenIdPrincipal,
> edu.mit.simile.banach.counter.Counter).
> Probably I miss something but I don't know well what.
>
> 2) I'm trying to include in the header template a (customized) graph
> visualizer.  I added into the common-scripts.vt and into
> common-stylesheets.vt the correct references but when I try to create a
> new object I have the following exception:
>
> 18:53:24.562 [...ell.Longwell] java.lang.IllegalArgumentException: Not a
> valid (absolute) URI: ▒���g��� (484936ms)
> 2008-03-07 18:53:24.130::WARN:  /GraphGear.swf
> java.lang.RuntimeException: Could not find profile with id: GraphGear.swf
>         at edu.mit.simile.longwell.Longwell.getProfile(Longwell.java:166)
>         at edu.mit.simile.longwell.Message.getProfile(Message.java:57)
>         at edu.mit.simile.longwell.command.StartCommand.execute(
> StartCommand.java:30)
>         at edu.mit.simile.longwell.LongwellServlet.doGet(
> LongwellServlet.java:576)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>         at org.mortbay.jetty.servlet.ServletHolder.handle(
> ServletHolder.java:487)
>         at org.mortbay.jetty.servlet.ServletHandler.handle(
> ServletHandler.java:362)
>         at org.mortbay.jetty.security.SecurityHandler.handle(
> SecurityHandler.java:216)
>         at org.mortbay.jetty.servlet.SessionHandler.handle(
> SessionHandler.java:181)
>         at org.mortbay.jetty.handler.ContextHandler.handle(
> ContextHandler.java:726)
>         at org.mortbay.jetty.webapp.WebAppContext.handle(
> WebAppContext.java:405)
>         at org.mortbay.jetty.handler.ContextHandlerCollection.handle(
> ContextHandlerCollection.java:206)
>         at org.mortbay.jetty.handler.HandlerCollection.handle(
> HandlerCollection.java:114)
>         at org.mortbay.jetty.handler.HandlerWrapper.handle(
> HandlerWrapper.java:139)
>         at org.mortbay.jetty.Server.handle(Server.java:324)
>         at org.mortbay.jetty.HttpConnection.handleRequest(
> HttpConnection.java:505)
>         at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(
> HttpConnection.java:828)
>         at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
>         at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java
> :211)
>         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java
> :380)
>         at org.mortbay.jetty.nio.BlockingChannelConnector$Connection.run(
> BlockingChannelConnector.java:163)
>         at org.mortbay.thread.BoundedThreadPool$PoolThread.run(
> BoundedThreadPool.java:450)
>
> I include also the little portion of code used to create che graph:
>
> var so = new SWFObject("GraphGear.swf", "gearspace" , "725", "400", "8");
> so.addVariable("graphXMLFile", "romeo-example/romeo_example.xml"); //
> rename to your xml file
> so.addParam("allowScriptAccess", "always");
> so.addParam("scale", "noborder");
> so.addParam("salign", "tl");
> so.write("gearspace");
>
> I thougth that something could be wrong in the path of "GraphGear" but I
> made a lot of tests but with no success.
> If someone have advices I would appreciate ...
>
> Thanks in advance.
>
> Romeo
>
>
>
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to