You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(36) |
Aug
(8) |
Sep
(1) |
Oct
|
Nov
(14) |
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(13) |
Feb
(15) |
Mar
(3) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Michel D. <mic...@or...> - 2008-01-29 20:29:01
|
Hi! I would like to ask 3 questions: - I have started to make models with the very user-friendly Google Sketchup -- do you have any best practices or recommendations for importing Google Sketchup models (exported in OBJ format) into Ogoglio ? - The set of Ogoglio avatars is pretty limited today -- I'd like to create more of them-- do you have guidelines/tricks/sources for us making additional ones ? - "Spatial sound": what's the best way to get "spatial sound" in an Ogoglio space/world, ie sound whose volume depends on distance from sources (I guess one would need to javascript something or so) ? Thanks in advance ! -michel |
|
From: Kleiderman, M. <Mat...@xe...> - 2008-01-16 20:24:27
|
Ian, =20 My openGL is up-to-date, DISPLAY is set to :1, and so is xvfb - should be a non-issue. =20 I did use the base fedora core 4 image as my base, so, still a small image, but the fedora version might be an issue. =20 I think I'm going to put and try the tarball install, see how that works. =20 Thanks, =20 Matt |
|
From: Kleiderman, M. <Mat...@xe...> - 2008-01-14 23:08:27
|
Some progress - the "View" button on the space now briefly flashes the
monkey graphic before displaying an error message. From localhost.log:
=20
Jan 14, 2008 6:03:44 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet SimServlet threw exception
java.lang.IllegalArgumentException: Canvas3D: GraphicsConfiguration is
not compatible with Canvas3D
at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:1187)
at com.ogoglio.viewer.j3d.J3DCanvas.<init>(J3DCanvas.java:24)
at
com.ogoglio.viewer.j3d.J3DRenderer.<init>(J3DRenderer.java:135)
at
com.ogoglio.sim.SpaceSimulator.<init>(SpaceSimulator.java:100)
at com.ogoglio.sim.Sim.getOrCreateSpaceSimulator(Sim.java:342)
at
com.ogoglio.sim.site.SimServlet$SpaceResource.doGet(SimServlet.java:227)
at
com.ogoglio.appdev.servlet.AbstractResourceServlet.service(AbstractResou
rceServlet.java:164)
at com.ogoglio.sim.site.SimServlet.service(SimServlet.java:164)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.ogoglio.sim.site.FilterByPort.doFilter(FilterByPort.java:29)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
63)
at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.j
ava:852)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.proce
ss(Http11AprProtocol.java:584)
at
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1508)
at java.lang.Thread.run(Thread.java:595)
=20
- Matt
________________________________
From: Ian Smith [mailto:ia...@gm...] On Behalf Of Ian Smith
Sent: Monday, January 14, 2008 5:44 PM
To: Trevor F. Smith
Cc: Kleiderman, Matthew; ogo...@li...
Subject: Re: Ogoglio on EC2 question
Howdy, thanks for trying out ogoglio. I'm pretty sure that you can get
it going on EC2--that's where the transmutable.com cluster runs! :-)
I've seen that before...
It has a multi-part solution. First, you need to get library in
question. It's part of "mesa" I believe:
http://www.mesa3d.org/faq.html
You probably want to "yum" it or "apt-get" or whatever your particular
linux distribution does to install software. I think it pretty much
installs when you do a vanilla mesa install.
Also, you'll need to set the LD_PRELOAD environment variable so that
Xvfb links properly.... so, once you get /usr/lib/libGL.so.1 installed
properly try something like this in bash:
export LD_PRELOAD=3D"/usr/lib/libGL.so.1"
You can use "ldd" to make sure that all linkages get resolved (great for
debugging this problem). I'd guess that right now you have a problem
with libGL.so.1
[~/build] ldd /usr/bin/Xvfb
linux-gate.so.1 =3D> (0xbfffe000)
/usr/lib/libGL.so.1 (0xb7f41000)
libXfont.so.1 =3D> /usr/lib/libXfont.so.1 (0xb7eca000)
libXau.so.6 =3D> /usr/lib/libXau.so.6 (0xb7ec7000)
libfontenc.so.1 =3D> /usr/lib/libfontenc.so.1 (0xb7ec0000)
libXdmcp.so.6 =3D> /usr/lib/libXdmcp.so.6 (0xb7eb9000)
libselinux.so.1 =3D> /lib/libselinux.so.1 (0xb7ea2000)
libm.so.6 =3D> /lib/libm.so.6 (0xb7e7b000)
libc.so.6 =3D> /lib/libc.so.6 (0xb7d3e000)
libX11.so.6 =3D> /usr/lib/libX11.so.6 (0xb7c3c000)
libXext.so.6 =3D> /usr/lib/libXext.so.6 (0xb7c2c000)
libXxf86vm.so.1 =3D> /usr/lib/libXxf86vm.so.1 (0xb7c26000)
libpthread.so.0 =3D> /lib/libpthread.so.0 (0xb7c0f000)
libdl.so.2 =3D> /lib/libdl.so.2 (0xb7c0b000)
libdrm.so.2 =3D> /usr/lib/libdrm.so.2 (0xb7c00000)
libfreetype.so.6 =3D> /usr/lib/libfreetype.so.6 (0xb7b80000)
libz.so.1 =3D> /usr/lib/libz.so.1 (0xb7b6d000)
libsepol.so.1 =3D> /lib/libsepol.so.1 (0xb7b26000)
/lib/ld-linux.so.2 (0xb7fae000)
A caveat: For reasons I don't totally understand, I don't believe you
can run Xvfb correctly without running xfs (the X font server) also.
So, you'll need to "yum" or "apt-get" that as well if you don't have it.
The xfs process has be running before the Xvfb will boot up correctly.
You'd think that we were doing crazy things with fonts, but we
aren't....
Let me know how it goes,
ian
Trevor F. Smith wrote:=20
Hey, Matthew.
=09
I'm CC'ing Ian Smith on this because he has the most experience
with
EC2 and Ogoglio. He'll be able to give you the details of how
we're
using Xvfb.
=09
It's great to hear that you're giving Ogoglio a try,
=09
- Trevor
http://trevor.smith.name/
=09
On Jan 14, 2008 12:26 PM, Kleiderman, Matthew
<Mat...@xe...>
<mailto:Mat...@xe...> wrote:
=20
Trevor,
=09
I'm trying to get an image setup on EC2 with Ogoglio and
a few other things.
I think I'm about 95-odd% of the way there, but I'm
getting some
UnsatisfiedLinkErrors relating to libGL.s0.1 when I try
to view a space - Do
you have any material on the right way to use Xvfb? Or,
is there are
publicly useable image that I can clone to start working
with?
=09
Thanks a lot,
=09
Matthew Kleiderman
Xerox Global Services
Xerox Corporation
145 Federal St
Salem, MA 01970 USA
Phone: 978.979.8726
Fax: 585.422.0858
mat...@xe...
=09
XEROX GLOBAL SERVICES
Technology. Document Management. Consulting Services.
=09
www.xerox.com/globalservices
=09
=09
=20
=09
=20
--=20
/////////////////////////////////////////
Ian Smith, CTO, Transmutable Networks LLC
Emai: ian...@tr...
Mobi: +1.415.867.6532 =20
Blog: http://blog.iansmith.name
Phys: shores of puget sound
/////////////////////////////////////////
|
|
From: Michel D. <mic...@or...> - 2008-01-01 22:51:52
|
Hello ... I am now testing the OgoglioDemoServer on WinXP and I get the same behaviour and messages that Geetika Sharma mentioned in his post on the mailing list. Does anybody have the solution ? Thanks ... -michel |
|
From: Ian S. <ian...@tr...> - 2007-12-30 00:15:43
|
I'm not sure why you are getting that problem when starting tomcat about
JAVA_HOME. I have never seen it before.
Anyway the problem is that a full windows pathnames can't be blindly
converted to URIs because they contain a colon. The problem arises in
the method "testMediaDirectoryEmptiedByParentClass" in the file
PersistTest.java at line 201 (in
ogoglio-server/src/test/java/com/ogoglio/test). At about line 213 we
are constructing a URI from a string that is the media directory. This
is fine on linux or mac...
I don't have a windows box to test this on right now, but off the top of
my head you might see if java's File class is smart enough to solve this
problem. You can replace the entire
testMediaDirectoryEmptiedByParentClass function with this:
public void testMediaDirectoryEmptiedByParentClass() {
PropStorage ps = new PropStorage();
if (ps.loadPropertySet(PropStorage.BASIC_PROPS) == false) {
fail("couldn't load properties for test");
}
try {
String key = ps.getKeyFromSet(PropStorage.BASIC_PROPS,
"ogoglio.mediaDirectory");
if (key == null) {
fail("no test property ogoglio.mediaDirectory");
}
File f = new File(key);
MediaService svc = new MediaService(f.toURI());
if (svc == null) {
fail("can't create a media service:" + key);
}
assertEquals(0, svc.getAllNames().length);
} catch (IOException e) {
fail("IOException talking to media service:" + e.getMessage());
// } catch (URISyntaxException e) {
// fail("URISytaxException talking to media service:" +
e.getMessage());
}
}
Michel DENIS wrote:
>
>
>
>
>
> Ian,
>
> * JAVA_HOME:
> Executing Startup of OgoglioDemoServer gives this:
>
> /The JAVA_HOME environment variable is not defined correctly
> This environment variable is needed to run this program
> NB: JAVA_HOME should point to a JDK not a JRE
> Using CATALINA_BASE: C:\Ogoglio\OgoglioDemoServer
> Using CATALINA_HOME: C:\Ogoglio\OgoglioDemoServer
> Using CATALINA_TMPDIR: C:\Ogoglio\OgoglioDemoServer\temp
> Using JAVA_HOME: c:\Program Files\Java\jdk1.6.0_03\jre/
>
> There is also a post & responses on java.sun.com:
> http://forum.java.sun.com/thread.jspa?threadID=258769&messageID=970172
>
> * Problem:
>
>
> I enter the \\ for media dir in server.xml of tomcat
> As well I guess this should also be done for settings.xml in the maven
> .m2 directory, both for tomcat.home and also again for the media dir spec
> So .. that's what I also changed. Have I done right ??
>
> Now when restarting the maven install, I get the following failure
> message:
>
> /-------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running com.ogoglio.mail.test.MailTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
> Running com.ogoglio.sim.script.test.ScriptTest
> log4j:WARN No appenders could be found for logger (com.ogoglio.space).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.813 sec
> Running com.ogoglio.persist.test.PersistTest
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.218
> sec <<< F
> AILURE!
>
> Results :
>
> Failed tests:
>
> testMediaDirectoryEmptiedByParentClass(com.ogoglio.persist.test.PersistTest)
>
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0
> /
> I have attached the 2 related surefire reports files (txt and xml).
> Note: there's no log with errors in tomcat areas.
>
> Sorry again ..
>
> THANKS ALSO very much for your patience in responding so quickly and
> professionally to my requests!
>
> -michel
>
> > Message du 29/12/07 19:40
> > De : "Ian Smith"
> > A : "Michel DENIS" , ogo...@li...
> > Copie à :
> > Objet : Re: problems building on windows
> >
> > As for the buffer overrun, I sure hope that's an M$ problem not
> ours. document.write (BT_SUBMIT);envoyer
> <http://webmail16b.orange.fr/webmail/fr_FR/write.html?RELOAD=OK>
> > For now, let's try to fix the ones I know we can make progress
> on. If
> > that persists, we'll address it. That URL you sent was dated
> 2006, so
> > let's hope that specific problem has been fixed.
> >
> > The velocity.log you sent looks a lot like the one on my system.
> > Although we should correct things so that 1) the log is
> documented as a
> > potential place to look for problems and 2) we improve our use of
> > velocity to generate fewer scary looking log messages, I think it's
> > fine. It's definitely not the problem you describe below.
> >
> > I'd like to see the message that you get about pointing
> JAVA_HOME to the
> > JRE as opposed to the JDK. I think there are two environment
> variables,
> > JAVA_HOME and JDK_HOME, which are designed to be different.
> JAVA_HOME
> > should point to where the bin directory is that contains "java"
> as far
> > as I understand it. Thus, pointing it to the JRE seems correct. Is
> > there some difference I don't know about on windows?
> >
> > The problem with the media directory is definately a windows
> interaction
> > with java. Here's what you said you were using:
> >
> > type="java.lang.String"/>
> >
> > However, this gets interpreted by java code so the backslashes
> should be
> > escaped, like this:
> >
> >
> > value="C:\\Ogoglio\\tmp\\working\\media" type="java.lang.String"/>
> >
> > The reason you saw the weird output "C:Ogoglio mpworkingmedia" was
> > because the \O was interpreted by java as "O" the \t as a
> horizontal tab
> > (that's the space in the string!) the \w as a "w" and the \m as
> an "m".
> >
> > I hope that you can get things going now. I'll update the wiki to
> > explain this problem to windows users.
> >
> > Thanks VERY much for your patience here,
> > ian
> >
> > ps. St. Etienne 0 - 1 PSG!
> >
> > --
> > /////////////////////////////////////////
> > Ian Smith, CTO, Transmutable Networks LLC
> > Emai: ian...@tr...
> > Mobi: +1.415.867.6532
> > Blog: http://blog.iansmith.name
> > Phys: shores of puget sound
> > /////////////////////////////////////////
> >
> >
> >
> > [ iansmith.vcf (0.3 Ko) ]
>
--
/////////////////////////////////////////
Ian Smith, CTO, Transmutable Networks LLC
Emai: ian...@tr...
Mobi: +1.415.867.6532
Blog: http://blog.iansmith.name
Phys: shores of puget sound
/////////////////////////////////////////
|
|
From: Ian S. <ian...@tr...> - 2007-12-29 18:40:15
|
As for the buffer overrun, I sure hope that's an M$ problem not ours. For now, let's try to fix the ones I know we can make progress on. If that persists, we'll address it. That URL you sent was dated 2006, so let's hope that specific problem has been fixed. The velocity.log you sent looks a lot like the one on my system. Although we should correct things so that 1) the log is documented as a potential place to look for problems and 2) we improve our use of velocity to generate fewer scary looking log messages, I think it's fine. It's definitely not the problem you describe below. I'd like to see the message that you get about pointing JAVA_HOME to the JRE as opposed to the JDK. I think there are two environment variables, JAVA_HOME and JDK_HOME, which are designed to be different. JAVA_HOME should point to where the bin directory is that contains "java" as far as I understand it. Thus, pointing it to the JRE seems correct. Is there some difference I don't know about on windows? The problem with the media directory is definately a windows interaction with java. Here's what you said you were using: <Environment name="mediaDirectory" value="C:\Ogoglio\tmp\working\media" type="java.lang.String"/> However, this gets interpreted by java code so the backslashes should be escaped, like this: <Environment name="mediaDirectory" value="C:\\Ogoglio\\tmp\\working\\media" type="java.lang.String"/> The reason you saw the weird output "C:Ogoglio mpworkingmedia" was because the \O was interpreted by java as "O" the \t as a horizontal tab (that's the space in the string!) the \w as a "w" and the \m as an "m". I hope that you can get things going now. I'll update the wiki to explain this problem to windows users. Thanks VERY much for your patience here, ian ps. St. Etienne 0 - 1 PSG! -- ///////////////////////////////////////// Ian Smith, CTO, Transmutable Networks LLC Emai: ian...@tr... Mobi: +1.415.867.6532 Blog: http://blog.iansmith.name Phys: shores of puget sound ///////////////////////////////////////// |
|
From: Ian S. <ian...@tr...> - 2007-12-29 00:44:59
|
Thanks for your detailed report. the ODT version worked great. I'm not sure about the buffer overflow, but I have a pretty good idea how to find the problem with the tests that are failing. The error you can see is caused, I think, when a test cannot clear the database and media store. Tests clear all this data out so they can run from a "known state." An line 184 of the file MigrationSupport.java (in ogoglio-appdev/src/main/java/com/ogoglio/appdev/migrate) is the function destroyAllData. I believe that you are seeing the error because this method is returning false. When all the data can be cleared it returns true. So.... 1) Make sure you look to see if any log messages have been generated that could tell us if one of the errors in that function happened. That will narrow down the problem a great deal. Usually log messages go to catalina.out in your tomcat/logs directory. OR 2) You can introduce a bunch of System.out.println() messages in that function and figure out which of the various tests it is performing is failing. Again, that should be a big clue about what the problem is. Please advise when you get this information, I think we are close to getting it working on windows... thanks again ian Ian Smith, CTO, Transmutable Networks LLC Emai: ian...@tr... Mobi: +1.415.867.6532 Blog: http://blog.iansmith.name Phys: shores of puget sound ///////////////////////////////////////// |
|
From: Ian S. <ian...@tr...> - 2007-12-28 18:44:16
|
Argh, I'll fix the tutorial and sample server.xml right now. That's my
fault.
However, you should make the value of simFilter = "false" for a
development machine. You can use any value for simFilterPort, but I use
"0". When simFilter is false, the simFilterPort will not be used.
FYI: The only time you need simFilter turned on is when you are running
a production machine and you don't want "outside" connections to it's
sim port. That's why those configuration options are in there at all.
I believe that tomcat is smart enough to "fix" pathnames like
conf/users.xml when on a windows machine.
thanks for tracking this down on windows!
ian
<Environment name="simFilter" value="false" type="java.lang.String"/>
<!-- simFilterPortDoesn't matter unless simFilter is true and
developers don't want that-->
<!-- but you want to keep in here so that tools that examine
this file can find it -->
<Environment name="simFilterPort" value="0"
type="java.lang.String"/>
Michel DENIS wrote:
>
> Ian: yeh your theory seems correct: as a first step I changed the
> Windows regional settings to English/US, rebooted and it works. Later
> I will attempt the clean way .. but first I'd like to see the whole
> thing working...
> After that I maven'ed again, had to correct the tomcat.home, maven'ed
> again and broke on a mismatch between server.xml (from tomcat) and
> context.xml (from ogoglio-server): simFilter and simFilterPort are in
> context.xml but not in server.xml (the Ogoglio Developer Tutorial does
> not ask for these 2 lines to be added) .. the run suggests to add
> these to server.xml but I don't know the "values" to enter inline:
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Building Unnamed - com.ogoglio:ogoglio-server:war:0.0.1-SNAPSHOT
>
> [INFO] task-segment: [clean, install]
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] [clean:clean]
>
> [INFO] Deleting directory C:\tmp\trunk\ogoglio-server\target
>
> [INFO] [resources:resources]
>
> [INFO] Using default encoding to copy filtered resources.
>
> [INFO] [og:verifyEnvironment {execution: verifyXMLProperties}]
>
> [INFO] Verifying project context variables against server.xml config
> in tomcat.
>
> [ERROR] Bad tomcat config file server.xml. You seem to be missing:
>
> [ERROR] <Environment name="simFilterPort" value="someValue"
> type="java.lang.String"/>
>
> [ERROR] <Environment name="simFilter" value="someValue"
> type="java.lang.String"/>
>
> [INFO]
> ------------------------------------------------------------------------
>
> [ERROR] BUILD FAILURE
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Failed to verify that server.xml and context.xml are in sync!
>
> [INFO]
> ------------------------------------------------------------------------
>
>
> Do you know which values (for "someValue"'s) I should enter ?
>
> BTW i just see that I did not modify the pathname for UserDatabase in
> server.xml: I left it to "conf/tomcat-users.xml" and did not get an
> error (yet) .. for Windows I suspect that here too I should change the
> / into a \ .. ?
>
>
> Thanks,
> -michel
>
> > Message du 28/12/07 01:47
> > De : "Ian Smith"
> > A : "Michel DENIS" , ogo...@li...
> > Copie à :
> > Objet : Re: Ogoglio-developers post from
> mic...@or... requires approval
> >
> > Oh, ok, I have a theory: This may be a locale problem and a bug
> in the
> > parsing code. The immediate workaround would be to set your
> locale for
> > java (or perhaps the whole machine if that can't be done--use the
> > windows regional settings control panel) to be English (en) with
> the
> > region being US. The problem is that the french locale (probably
> set to
> > something like fr, FR_EURO) using "," as the separator for floating
> > point numbers and parts of our code must depend on "." being the
> > separator (which is the case with en, US).
> >
> > http://www.exampledepot.com/egs/java.util/SetDefLocale.html
> >
> >
> > If you want to try to actually fix the problem (to great
> applause from
> > Europe!) I'd look at the XMLElement.java file (in
> > ogoglio-common/src/main/java/nanoxml) around line 1114.
> > Float.parseFloat isn't interantionalized
> >
> > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4449157
> >
> > so I would figure that it could be changed to use DecimalFormat
> >
> > http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormat.html
> >
> > Please advise if you get this to work!
> > thanks
> > ian smith
> >
> >
> > [ iansmith.vcf (0.3 Ko) ]
>
--
/////////////////////////////////////////
Ian Smith, CTO, Transmutable Networks LLC
Emai: ian...@tr...
Mobi: +1.415.867.6532
Blog: http://blog.iansmith.name
Phys: shores of puget sound
/////////////////////////////////////////
|
|
From: Ian S. <ian...@tr...> - 2007-12-28 00:47:38
|
Oh, ok, I have a theory: This may be a locale problem and a bug in the parsing code. The immediate workaround would be to set your locale for java (or perhaps the whole machine if that can't be done--use the windows regional settings control panel) to be English (en) with the region being US. The problem is that the french locale (probably set to something like fr, FR_EURO) using "," as the separator for floating point numbers and parts of our code must depend on "." being the separator (which is the case with en, US). http://www.exampledepot.com/egs/java.util/SetDefLocale.html If you want to try to actually fix the problem (to great applause from Europe!) I'd look at the XMLElement.java file (in ogoglio-common/src/main/java/nanoxml) around line 1114. Float.parseFloat isn't interantionalized http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4449157 so I would figure that it could be changed to use DecimalFormat http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormat.html Please advise if you get this to work! thanks ian smith |
|
From: Michel D. <mic...@or...> - 2007-12-26 19:21:25
|
Hello,
I've started to work with Ogoglio -- building it as indicated in the notes, but on WinXP 5.1 SP2 on x86, NVIDIA Quadro NVS,
marven 2.0.8, JDK V1.6.0_03, Java3D 1.5.1, JTA 1.0.1B, JavaMail 1.4.1, JAF 1_1_1,
Tomcat 6.0.14, natives 1.1.10, Connector 5.0.8, MySql server 5.0
and I get errors in the testing phase of commons -- below are the logs.
Many thanks in advance for feedback/hints/updates,
-michel
---
[INFO] Surefire report directory: C:\tmp\trunk\ogoglio-common\target\surefire-re
ports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.ogoglio.viewer.j3d.body.test.MorphTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.156 sec <<< FA
ILURE!
Running com.ogoglio.xml.test.XMLTest
Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.312 sec <<< FA
ILURE!
Results :
Tests in error:
testMorphDeltaMapParse(com.ogoglio.viewer.j3d.body.test.MorphTest)
testSimDocuments(com.ogoglio.xml.test.XMLTest)
testSpaceDocuments(com.ogoglio.xml.test.XMLTest)
Tests run: 6, Failures: 0, Errors: 3, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to C:\tmp\trunk\ogoglio-common\target\surefire-reports for the indi
vidual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 22 seconds
[INFO] Finished at: Tue Dec 25 22:19:21 CET 2007
[INFO] Final Memory: 10M/26M
[INFO] ------------------------------------------------------------------------
C:\tmp\trunk\ogoglio>
-------------------------------------------------------------------------------
Test set: com.ogoglio.viewer.j3d.body.test.MorphTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.188 sec <<< FAILURE!
testMorphDeltaMapParse(com.ogoglio.viewer.j3d.body.test.MorphTest) Time elapsed: 0.125 sec <<< ERROR!
com.ogoglio.viewer.j3d.body.MorphDeltaMapParseException: Bad vector parse: 0,000000,0,000000,1,733333
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parseVector3f(MorphDeltaMapParser.java:101)
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parseRange(MorphDeltaMapParser.java:91)
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parse(MorphDeltaMapParser.java:55)
at com.ogoglio.viewer.j3d.body.test.MorphTest.testMorphDeltaMapParse(MorphTest.java:26)
at com.ogoglio.viewer.j3d.body.test.MorphTest.testMorphDeltaMapParse(MorphTest.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
-------------------------------------------------------------------------------
Test set: com.ogoglio.xml.test.XMLTest
-------------------------------------------------------------------------------
Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.312 sec <<< FAILURE!
testSimDocuments(com.ogoglio.xml.test.XMLTest) Time elapsed: 0.25 sec <<< ERROR!
nanoxml.XMLParseException: XML Parse Exception during parsing of a splinekeyframe element at line 0: Attribute "x" does not contain a valid value ("0,000000")
at nanoxml.XMLElement.invalidValue(XMLElement.java:2779)
at nanoxml.XMLElement.getFloatAttribute(XMLElement.java:1116)
at nanoxml.XMLElement.getFloatAttribute(XMLElement.java:1122)
at com.ogoglio.xml.SplinePathDocument$SplineKeyFrameElement.getSplineKeyFrame(SplinePathDocument.java:113)
at com.ogoglio.xml.SplinePathDocument.getSplinePath(SplinePathDocument.java:75)
at com.ogoglio.xml.PositionedDocument.getSplinePath(PositionedDocument.java:75)
at com.ogoglio.xml.test.XMLTest.testSimDocuments(XMLTest.java:193)
at com.ogoglio.xml.test.XMLTest.testSimDocuments(XMLTest.java:193)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
testSpaceDocuments(com.ogoglio.xml.test.XMLTest) Time elapsed: 0.015 sec <<< ERROR!
nanoxml.XMLParseException: XML Parse Exception during parsing of a space element at line 0: Attribute "sealevel" does not contain a valid value ("0,000000")
at nanoxml.XMLElement.invalidValue(XMLElement.java:2779)
at nanoxml.XMLElement.getDoubleAttribute(XMLElement.java:1388)
at com.ogoglio.xml.SpaceDocument.getSeaLevel(SpaceDocument.java:242)
at com.ogoglio.xml.test.XMLTest.testSpaceDocuments(XMLTest.java:239)
at com.ogoglio.xml.test.XMLTest.testSpaceDocuments(XMLTest.java:239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite failures="0" time="0.172" errors="1" skipped="0" tests="1" name="com.ogoglio.viewer.j3d.body.test.MorphTest">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\bin"/>
<property name="java.vm.version" value="1.6.0_03-b05"/>
<property name="java.vm.vendor" value="Sun Microsystems Inc."/>
<property name="java.vendor.url" value="http://java.sun.com/"/>
<property name="path.separator" value=";"/>
<property name="java.vm.name" value="Java HotSpot(TM) Client VM"/>
<property name="file.encoding.pkg" value="sun.io"/>
<property name="user.country" value="FR"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="sun.os.patch.level" value="Service Pack 2"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.dir" value="C:\tmp\trunk\ogoglio-common"/>
<property name="java.runtime.version" value="1.6.0_03-b05"/>
<property name="java.awt.graphicsenv" value="sun.awt.Win32GraphicsEnvironment"/>
<property name="basedir" value="C:\tmp\trunk\ogoglio-common"/>
<property name="java.endorsed.dirs" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\endorsed"/>
<property name="os.arch" value="x86"/>
<property name="java.io.tmpdir" value="C:\DOCUME~1\mdenis\LOCALS~1\Temp\"/>
<property name="line.separator" value="
"/>
<property name="java.vm.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.variant" value=""/>
<property name="os.name" value="Windows XP"/>
<property name="sun.jnu.encoding" value="Cp1252"/>
<property name="java.library.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\adabas\bin;C:\adabas\pgm;C:\Program Files\AbleFtp7\jre\bin;C:\Program Files\CollabNet Subversion;C:\Program Files\apache-maven-2.0.8\bin"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.class.version" value="50.0"/>
<property name="sun.management.compiler" value="HotSpot Client Compiler"/>
<property name="os.version" value="5.1"/>
<property name="user.home" value="C:\Documents and Settings\mdenis"/>
<property name="user.timezone" value=""/>
<property name="java.awt.printerjob" value="sun.awt.windows.WPrinterJob"/>
<property name="file.encoding" value="Cp1252"/>
<property name="java.specification.version" value="1.6"/>
<property name="user.name" value="mdenis"/>
<property name="java.class.path" value="C:\Documents and Settings\mdenis\.m2\repository\org\apache\maven\surefire\surefire-booter\2.3.1\surefire-booter-2.3.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\apache\maven\surefire\surefire-api\2.3.1\surefire-api-2.3.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\Documents and Settings\mdenis\.m2\repository\commons-lang\commons-lang\2.1\commons-lang-2.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-archiver\1.0-alpha-7\plexus-archiver-1.0-alpha-7.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-container-default\1.0-alpha-8\plexus-container-default-1.0-alpha-8.jar;C:\Documents and Settings\mdenis\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar;C:\Documents and Settings\mdenis\.m2\repository\classworlds\classworlds\1.1-alpha-2\classworlds-1.1-alpha-2.jar"/>
<property name="java.vm.specification.version" value="1.0"/>
<property name="sun.arch.data.model" value="32"/>
<property name="java.home" value="c:\Program Files\Java\jdk1.6.0_03\jre"/>
<property name="java.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.language" value="fr"/>
<property name="awt.toolkit" value="sun.awt.windows.WToolkit"/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="java.version" value="1.6.0_03"/>
<property name="java.ext.dirs" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext"/>
<property name="sun.boot.class.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\resources.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\sunrsasign.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\jsse.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\jce.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\charsets.jar;c:\Program Files\Java\jdk1.6.0_03\jre\classes"/>
<property name="java.vendor" value="Sun Microsystems Inc."/>
<property name="localRepository" value="C:\Documents and Settings\mdenis\.m2\repository"/>
<property name="file.separator" value="\"/>
<property name="java.vendor.url.bug" value="http://java.sun.com/cgi-bin/bugreport.cgi"/>
<property name="sun.cpu.endian" value="little"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="sun.desktop" value="windows"/>
<property name="sun.cpu.isalist" value="pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86"/>
</properties>
<testcase time="0.125" name="testMorphDeltaMapParse">
<error message="Bad vector parse: 0,000000,0,000000,1,733333" type="com.ogoglio.viewer.j3d.body.MorphDeltaMapParseException">com.ogoglio.viewer.j3d.body.MorphDeltaMapParseException: Bad vector parse: 0,000000,0,000000,1,733333
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parseVector3f(MorphDeltaMapParser.java:101)
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parseRange(MorphDeltaMapParser.java:91)
at com.ogoglio.viewer.j3d.body.MorphDeltaMapParser.parse(MorphDeltaMapParser.java:55)
at com.ogoglio.viewer.j3d.body.test.MorphTest.testMorphDeltaMapParse(MorphTest.java:26)
at com.ogoglio.viewer.j3d.body.test.MorphTest.testMorphDeltaMapParse(MorphTest.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
</error>
</testcase>
</testsuite>
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite failures="0" time="0.297" errors="2" skipped="0" tests="5" name="com.ogoglio.xml.test.XMLTest">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\bin"/>
<property name="java.vm.version" value="1.6.0_03-b05"/>
<property name="java.vm.vendor" value="Sun Microsystems Inc."/>
<property name="java.vendor.url" value="http://java.sun.com/"/>
<property name="path.separator" value=";"/>
<property name="java.vm.name" value="Java HotSpot(TM) Client VM"/>
<property name="file.encoding.pkg" value="sun.io"/>
<property name="user.country" value="FR"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="sun.os.patch.level" value="Service Pack 2"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.dir" value="C:\tmp\trunk\ogoglio-common"/>
<property name="java.runtime.version" value="1.6.0_03-b05"/>
<property name="java.awt.graphicsenv" value="sun.awt.Win32GraphicsEnvironment"/>
<property name="basedir" value="C:\tmp\trunk\ogoglio-common"/>
<property name="java.endorsed.dirs" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\endorsed"/>
<property name="os.arch" value="x86"/>
<property name="java.io.tmpdir" value="C:\DOCUME~1\mdenis\LOCALS~1\Temp\"/>
<property name="line.separator" value="
"/>
<property name="java.vm.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.variant" value=""/>
<property name="os.name" value="Windows XP"/>
<property name="sun.jnu.encoding" value="Cp1252"/>
<property name="java.library.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\adabas\bin;C:\adabas\pgm;C:\Program Files\AbleFtp7\jre\bin;C:\Program Files\CollabNet Subversion;C:\Program Files\apache-maven-2.0.8\bin"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.class.version" value="50.0"/>
<property name="sun.management.compiler" value="HotSpot Client Compiler"/>
<property name="os.version" value="5.1"/>
<property name="user.home" value="C:\Documents and Settings\mdenis"/>
<property name="user.timezone" value="Europe/Berlin"/>
<property name="java.awt.printerjob" value="sun.awt.windows.WPrinterJob"/>
<property name="file.encoding" value="Cp1252"/>
<property name="java.specification.version" value="1.6"/>
<property name="user.name" value="mdenis"/>
<property name="java.class.path" value="C:\Documents and Settings\mdenis\.m2\repository\org\apache\maven\surefire\surefire-booter\2.3.1\surefire-booter-2.3.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\apache\maven\surefire\surefire-api\2.3.1\surefire-api-2.3.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\Documents and Settings\mdenis\.m2\repository\commons-lang\commons-lang\2.1\commons-lang-2.1.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-archiver\1.0-alpha-7\plexus-archiver-1.0-alpha-7.jar;C:\Documents and Settings\mdenis\.m2\repository\org\codehaus\plexus\plexus-container-default\1.0-alpha-8\plexus-container-default-1.0-alpha-8.jar;C:\Documents and Settings\mdenis\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar;C:\Documents and Settings\mdenis\.m2\repository\classworlds\classworlds\1.1-alpha-2\classworlds-1.1-alpha-2.jar"/>
<property name="java.vm.specification.version" value="1.0"/>
<property name="sun.arch.data.model" value="32"/>
<property name="java.home" value="c:\Program Files\Java\jdk1.6.0_03\jre"/>
<property name="java.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.language" value="fr"/>
<property name="awt.toolkit" value="sun.awt.windows.WToolkit"/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="java.version" value="1.6.0_03"/>
<property name="java.ext.dirs" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext"/>
<property name="sun.boot.class.path" value="c:\Program Files\Java\jdk1.6.0_03\jre\lib\resources.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\sunrsasign.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\jsse.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\jce.jar;c:\Program Files\Java\jdk1.6.0_03\jre\lib\charsets.jar;c:\Program Files\Java\jdk1.6.0_03\jre\classes"/>
<property name="java.vendor" value="Sun Microsystems Inc."/>
<property name="localRepository" value="C:\Documents and Settings\mdenis\.m2\repository"/>
<property name="file.separator" value="\"/>
<property name="java.vendor.url.bug" value="http://java.sun.com/cgi-bin/bugreport.cgi"/>
<property name="sun.cpu.endian" value="little"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="sun.desktop" value="windows"/>
<property name="sun.cpu.isalist" value="pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86"/>
</properties>
<testcase time="0.016" name="testAccountDocument"/>
<testcase time="0" name="testAuthDocument"/>
<testcase time="0.25" name="testSimDocuments">
<error message="XML Parse Exception during parsing of a splinekeyframe element at line 0: Attribute "x" does not contain a valid value ("0,000000")" type="nanoxml.XMLParseException">nanoxml.XMLParseException: XML Parse Exception during parsing of a splinekeyframe element at line 0: Attribute "x" does not contain a valid value ("0,000000")
at nanoxml.XMLElement.invalidValue(XMLElement.java:2779)
at nanoxml.XMLElement.getFloatAttribute(XMLElement.java:1116)
at nanoxml.XMLElement.getFloatAttribute(XMLElement.java:1122)
at com.ogoglio.xml.SplinePathDocument$SplineKeyFrameElement.getSplineKeyFrame(SplinePathDocument.java:113)
at com.ogoglio.xml.SplinePathDocument.getSplinePath(SplinePathDocument.java:75)
at com.ogoglio.xml.PositionedDocument.getSplinePath(PositionedDocument.java:75)
at com.ogoglio.xml.test.XMLTest.testSimDocuments(XMLTest.java:193)
at com.ogoglio.xml.test.XMLTest.testSimDocuments(XMLTest.java:193)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
</error>
</testcase>
<testcase time="0.015" name="testSpaceDocuments">
<error message="XML Parse Exception during parsing of a space element at line 0: Attribute "sealevel" does not contain a valid value ("0,000000")" type="nanoxml.XMLParseException">nanoxml.XMLParseException: XML Parse Exception during parsing of a space element at line 0: Attribute "sealevel" does not contain a valid value ("0,000000")
at nanoxml.XMLElement.invalidValue(XMLElement.java:2779)
at nanoxml.XMLElement.getDoubleAttribute(XMLElement.java:1388)
at com.ogoglio.xml.SpaceDocument.getSeaLevel(SpaceDocument.java:242)
at com.ogoglio.xml.test.XMLTest.testSpaceDocuments(XMLTest.java:239)
at com.ogoglio.xml.test.XMLTest.testSpaceDocuments(XMLTest.java:239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
</error>
</testcase>
<testcase time="0" name="testPossessionDocument"/>
</testsuite>
|
|
From: Trevor F. S. <tr...@tr...> - 2007-11-09 04:05:00
|
Heads up! Ian just committed a major rewhack of our event messaging system which replaced my crufty old scaffolding service with a hot number based on Tomcat's new Comet implementation. The great thing is that now we can potentially support thousands of simultaneous space client connections without breaking a sweat and it's all over fast HTTP so even the strictest of corporate firewalls won't slow it down. However, nothing is free so this comes at the price of a bit of additional installation work on servers. Ian's updated the developer HOWTO on the wiki so check out the section on Tomcat to see what you need to do to get "native-tomcat" installed: http://ogoglio.wiki.sourceforge.net/Ogoglio+Development+Tutorial - Trevor p.s. Here's more information on Comet: http://tomcat.apache.org/tomcat-6.0-doc/aio.html |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 23:20:41
|
Verified connection to http://127.0.0.1:8080/og/sim/ Starting space 3 on sim 1: Test Space 1 Stopping space 3: Test Space 1 Nothing out of the ordinary at all. Very strange Ian Smith wrote: > Typically, this means means that your URLs aren't quite right in the > server.xml file. Maybe I did you wrong on the wiki? > > What's in the server logs at tomcat6/logs/catalina.out? > > ian > > > > Aaron Sarazan wrote: >> Any idea what's causing this error message? It shows inside the >> rendering window when entering a space, as well as editing my avatar's >> body. I'm guessing anything that calls java3d is doing it. >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Ogoglio-developers mailing list >> Ogo...@li... >> https://lists.sourceforge.net/lists/listinfo/ogoglio-developers >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > -- Aaron Sarazan Virtual Worlds Design Cisco Systems, Inc. http://www.cisco.com asa...@ci... aa...@sa... (317) 626-4807 |
|
From: Ian S. <ian...@tr...> - 2007-11-08 22:40:48
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="+1"><font face="MgOpen Moderna">Typically, this means means that your URLs aren't quite right in the server.xml file. Maybe I did you wrong on the wiki?<br> <br> What's in the server logs at tomcat6/logs/catalina.out?<br> <br> ian<br> <br> <br> </font></font><br> Aaron Sarazan wrote: <blockquote cite="mid:473...@sa..." type="cite"> <pre wrap="">Any idea what's causing this error message? It shows inside the rendering window when entering a space, as well as editing my avatar's body. I'm guessing anything that calls java3d is doing it. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a> _______________________________________________ Ogoglio-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ogo...@li...">Ogo...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ogoglio-developers">https://lists.sourceforge.net/lists/listinfo/ogoglio-developers</a> </pre> </blockquote> </body> </html> |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 21:56:01
|
Any idea what's causing this error message? It shows inside the rendering window when entering a space, as well as editing my avatar's body. I'm guessing anything that calls java3d is doing it. |
|
From: Paco N. <pa...@he...> - 2007-11-08 20:29:08
|
Yeah, I'll agree to that :) Gentoo seemed like a great approach, but after too many install+config gotchas for other software... well that was 2 companies ago, and here we're using FC7. paco On 11/8/07, Aaron Sarazan <aa...@sa...> wrote: > Alright, final update in this harrowing tale-- after installing vanilla > tomcat to the server, I was able to get the build to succeed. If anybody > ever needs help with Gentoo, talk to me-- but it's just not worth the > trouble, in my opinion :-P |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 20:23:45
|
Alright, final update in this harrowing tale-- after installing vanilla tomcat to the server, I was able to get the build to succeed. If anybody ever needs help with Gentoo, talk to me-- but it's just not worth the trouble, in my opinion :-P -----Original Message----- From: Aaron Sarazan [mailto:aa...@sa...] Sent: Thursday, November 08, 2007 1:19 PM To: 'ogo...@li...' Subject: RE: [Ogoglio-developers] No Context exists for og? Hmm, after searching gentoo's boards, I came across the "Gentoo Tomcat Guide": http://www.gentoo.org/proj/en/java/tomcat-guide.xml >From the guide: Missing Jar - naming-factory-dbcp.jar Currently the naming-factory-dbcp.jar is not build by default. To build that jar Tomcat robs .java source files from 3 other commons packages, collections, pool, and dbcp. There is no clean solution to compiling this jar at this time. Suggestions, patches, or any assistance on compiling that jar is greatly appreciated. There are alternatives to this jar. You can use commons-dbcp.jar, or use the factory provided by most all jdbc drivers. ---------- Just horrible. I think I'll just do a vanilla tomcat install instead >_< -----Original Message----- From: Aaron Sarazan [mailto:aa...@sa...] Sent: Thursday, November 08, 2007 1:02 PM To: 'ogo...@li...' Subject: RE: [Ogoglio-developers] No Context exists for og? This is really strange. The tomcat.home is set to /usr/share/tomcat-6, but I have to create og/index.html inside the /var/lib location to get it to show up. Either way, creating /var/lib/tomcat-6/webapps/og/ was enough to get that test to succeed. I now have three errors (although the war built): Tests in error: testWebAdmin(com.ogoglio.client.test.ClientTest) testWebAPIClient(com.ogoglio.client.test.ClientTest) testApplet(com.ogoglio.client.test.ClientTest) Tests run: 8, Failures: 0, Errors: 3, Skipped: 0 (From Surefire-Report): ---------------------------------------------------------------------------- --- Test set: com.ogoglio.client.test.ClientTest ---------------------------------------------------------------------------- --- Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.54 sec <<< FAILURE! testWebAdmin(com.ogoglio.client.test.ClientTest) Time elapsed: 0.229 sec <<< ERROR! com.ogoglio.client.AuthenticationFailedException: Could not auth via username (bootstrapuser1) and pass: java.io.IOException: Server returned HTTP response code: 500 for URL: http://127.0.0 .1:8080/og/auth/ If you want to view the error yourself from the site, check out http://scoplecopter.com:8080/og/auth/ -----Original Message----- From: ogo...@li... [mailto:ogo...@li...] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 12:10 PM To: ogo...@li... Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at http://127.0.0.1:8080/og/index.html . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <aa...@sa...> wrote: > To the best of my knowledge, I do. The thing is that Tomcat seems to > have two separate webapps directories on Gentoo: > /usr/share/tomcat-6/webapps/ > /var/lib/tomcat-6/webapps/ > > I did all the things mentioned on the tutorial inside the /usr/share > one, including `mkdir og' ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ogoglio-developers mailing list Ogo...@li... https://lists.sourceforge.net/lists/listinfo/ogoglio-developers |
|
From: Ian S. <ian...@ac...> - 2007-11-08 18:24:12
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="+1"><font face="MgOpen Moderna">Can you try just downloading the binary wad from :<br> <br> <a class="moz-txt-link-freetext" href="http://tomcat.apache.org/download-60.cgi">http://tomcat.apache.org/download-60.cgi</a><br> <br> and seeing if it includes everything one needs? If it does, then you can get things going on that until the compiling of tomcat on gentoo can be figured out...<br> <br> hope it helps,<br> ian<br> <br> </font></font><br> Aaron Sarazan wrote: <blockquote cite="mid:001c01c82233$dfc75c00$17d...@ci..." type="cite"> <pre wrap="">Hmm, after searching gentoo's boards, I came across the "Gentoo Tomcat Guide": <a class="moz-txt-link-freetext" href="http://www.gentoo.org/proj/en/java/tomcat-guide.xml">http://www.gentoo.org/proj/en/java/tomcat-guide.xml</a> >From the guide: Missing Jar - naming-factory-dbcp.jar Currently the naming-factory-dbcp.jar is not build by default. To build that jar Tomcat robs .java source files from 3 other commons packages, collections, pool, and dbcp. There is no clean solution to compiling this jar at this time. Suggestions, patches, or any assistance on compiling that jar is greatly appreciated. There are alternatives to this jar. You can use commons-dbcp.jar, or use the factory provided by most all jdbc drivers. ---------- Just horrible. I think I'll just do a vanilla tomcat install instead >_< -----Original Message----- From: Aaron Sarazan [<a class="moz-txt-link-freetext" href="mailto:aa...@sa...">mailto:aa...@sa...</a>] Sent: Thursday, November 08, 2007 1:02 PM To: '<a class="moz-txt-link-abbreviated" href="mailto:ogo...@li...">ogo...@li...</a>' Subject: RE: [Ogoglio-developers] No Context exists for og? This is really strange. The tomcat.home is set to /usr/share/tomcat-6, but I have to create og/index.html inside the /var/lib location to get it to show up. Either way, creating /var/lib/tomcat-6/webapps/og/ was enough to get that test to succeed. I now have three errors (although the war built): Tests in error: testWebAdmin(com.ogoglio.client.test.ClientTest) testWebAPIClient(com.ogoglio.client.test.ClientTest) testApplet(com.ogoglio.client.test.ClientTest) Tests run: 8, Failures: 0, Errors: 3, Skipped: 0 (From Surefire-Report): ---------------------------------------------------------------------------- --- Test set: com.ogoglio.client.test.ClientTest ---------------------------------------------------------------------------- --- Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.54 sec <<< FAILURE! testWebAdmin(com.ogoglio.client.test.ClientTest) Time elapsed: 0.229 sec <<< ERROR! com.ogoglio.client.AuthenticationFailedException: Could not auth via username (bootstrapuser1) and pass: java.io.IOException: Server returned HTTP response code: 500 for URL: <a class="moz-txt-link-freetext" href="http://127.0.0">http://127.0.0</a> .1:8080/og/auth/ If you want to view the error yourself from the site, check out <a class="moz-txt-link-freetext" href="http://scoplecopter.com:8080/og/auth/">http://scoplecopter.com:8080/og/auth/</a> -----Original Message----- From: <a class="moz-txt-link-abbreviated" href="mailto:ogo...@li...">ogo...@li...</a> [<a class="moz-txt-link-freetext" href="mailto:ogo...@li...">mailto:ogo...@li...</a>] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 12:10 PM To: <a class="moz-txt-link-abbreviated" href="mailto:ogo...@li...">ogo...@li...</a> Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at <a class="moz-txt-link-freetext" href="http://127.0.0.1:8080/og/index.html">http://127.0.0.1:8080/og/index.html</a> . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <a class="moz-txt-link-rfc2396E" href="mailto:aa...@sa..."><aa...@sa...></a> wrote: </pre> <blockquote type="cite"> <pre wrap="">To the best of my knowledge, I do. The thing is that Tomcat seems to have two separate webapps directories on Gentoo: /usr/share/tomcat-6/webapps/ /var/lib/tomcat-6/webapps/ I did all the things mentioned on the tutorial inside the /usr/share one, including `mkdir og' </pre> </blockquote> <pre wrap=""><!----> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a> _______________________________________________ Ogoglio-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ogo...@li...">Ogo...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ogoglio-developers">https://lists.sourceforge.net/lists/listinfo/ogoglio-developers</a> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a> _______________________________________________ Ogoglio-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ogo...@li...">Ogo...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ogoglio-developers">https://lists.sourceforge.net/lists/listinfo/ogoglio-developers</a> </pre> </blockquote> </body> </html> |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 18:18:49
|
Hmm, after searching gentoo's boards, I came across the "Gentoo Tomcat Guide": http://www.gentoo.org/proj/en/java/tomcat-guide.xml >From the guide: Missing Jar - naming-factory-dbcp.jar Currently the naming-factory-dbcp.jar is not build by default. To build that jar Tomcat robs .java source files from 3 other commons packages, collections, pool, and dbcp. There is no clean solution to compiling this jar at this time. Suggestions, patches, or any assistance on compiling that jar is greatly appreciated. There are alternatives to this jar. You can use commons-dbcp.jar, or use the factory provided by most all jdbc drivers. ---------- Just horrible. I think I'll just do a vanilla tomcat install instead >_< -----Original Message----- From: Aaron Sarazan [mailto:aa...@sa...] Sent: Thursday, November 08, 2007 1:02 PM To: 'ogo...@li...' Subject: RE: [Ogoglio-developers] No Context exists for og? This is really strange. The tomcat.home is set to /usr/share/tomcat-6, but I have to create og/index.html inside the /var/lib location to get it to show up. Either way, creating /var/lib/tomcat-6/webapps/og/ was enough to get that test to succeed. I now have three errors (although the war built): Tests in error: testWebAdmin(com.ogoglio.client.test.ClientTest) testWebAPIClient(com.ogoglio.client.test.ClientTest) testApplet(com.ogoglio.client.test.ClientTest) Tests run: 8, Failures: 0, Errors: 3, Skipped: 0 (From Surefire-Report): ---------------------------------------------------------------------------- --- Test set: com.ogoglio.client.test.ClientTest ---------------------------------------------------------------------------- --- Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.54 sec <<< FAILURE! testWebAdmin(com.ogoglio.client.test.ClientTest) Time elapsed: 0.229 sec <<< ERROR! com.ogoglio.client.AuthenticationFailedException: Could not auth via username (bootstrapuser1) and pass: java.io.IOException: Server returned HTTP response code: 500 for URL: http://127.0.0 .1:8080/og/auth/ If you want to view the error yourself from the site, check out http://scoplecopter.com:8080/og/auth/ -----Original Message----- From: ogo...@li... [mailto:ogo...@li...] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 12:10 PM To: ogo...@li... Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at http://127.0.0.1:8080/og/index.html . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <aa...@sa...> wrote: > To the best of my knowledge, I do. The thing is that Tomcat seems to > have two separate webapps directories on Gentoo: > /usr/share/tomcat-6/webapps/ > /var/lib/tomcat-6/webapps/ > > I did all the things mentioned on the tutorial inside the /usr/share > one, including `mkdir og' ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ogoglio-developers mailing list Ogo...@li... https://lists.sourceforge.net/lists/listinfo/ogoglio-developers |
|
From: Ian S. <ian...@ac...> - 2007-11-08 18:11:23
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="+1"><font face="MgOpen Moderna">Aaron: Thanks for bearing with us.<br> <br> I'd say that it looks to me like your tomcat is installed in /var/lib/tomcat-6 and thus your tomcat.home should point there ... hack the setting in the .m2/settings.xml to point to /var/lib/tomcat-6 and it should cure those errors. <br> <br> To check this try doing :<br> <br> ls /var/lib/tomcat-6/conf<br> <br> and make sure that server.xml is there and configured as specified in the wiki.... that should cure the problems like </font></font><br> <pre>org.hibernate.HibernateException: Could not find datasource </pre> <font size="+1"><font face="MgOpen Moderna">found in your error file since it should be specified in the server.xml and then everybody should be able to find the db (and other useful things).<br> <br> Thanks again,<br> ian smith, transmutable<br> </font></font><br> Aaron Sarazan wrote: <blockquote cite="mid:001b01c82231$727e4980$17d...@ci..." type="cite"> <pre wrap="">This is really strange. The tomcat.home is set to /usr/share/tomcat-6, but I have to create og/index.html inside the /var/lib location to get it to show up. Either way, creating /var/lib/tomcat-6/webapps/og/ was enough to get that test to succeed. I now have three errors (although the war built): Tests in error: testWebAdmin(com.ogoglio.client.test.ClientTest) testWebAPIClient(com.ogoglio.client.test.ClientTest) testApplet(com.ogoglio.client.test.ClientTest) Tests run: 8, Failures: 0, Errors: 3, Skipped: 0 (From Surefire-Report): ---------------------------------------------------------------------------- --- Test set: com.ogoglio.client.test.ClientTest ---------------------------------------------------------------------------- --- Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.54 sec <<< FAILURE! testWebAdmin(com.ogoglio.client.test.ClientTest) Time elapsed: 0.229 sec <<< ERROR! com.ogoglio.client.AuthenticationFailedException: Could not auth via username (bootstrapuser1) and pass: java.io.IOException: Server returned HTTP response code: 500 for URL: <a class="moz-txt-link-freetext" href="http://127.0.0">http://127.0.0</a> .1:8080/og/auth/ If you want to view the error yourself from the site, check out <a class="moz-txt-link-freetext" href="http://scoplecopter.com:8080/og/auth/">http://scoplecopter.com:8080/og/auth/</a> -----Original Message----- From: <a class="moz-txt-link-abbreviated" href="mailto:ogo...@li...">ogo...@li...</a> [<a class="moz-txt-link-freetext" href="mailto:ogo...@li...">mailto:ogo...@li...</a>] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 12:10 PM To: <a class="moz-txt-link-abbreviated" href="mailto:ogo...@li...">ogo...@li...</a> Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at <a class="moz-txt-link-freetext" href="http://127.0.0.1:8080/og/index.html">http://127.0.0.1:8080/og/index.html</a> . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <a class="moz-txt-link-rfc2396E" href="mailto:aa...@sa..."><aa...@sa...></a> wrote: </pre> <blockquote type="cite"> <pre wrap="">To the best of my knowledge, I do. The thing is that Tomcat seems to have two separate webapps directories on Gentoo: /usr/share/tomcat-6/webapps/ /var/lib/tomcat-6/webapps/ I did all the things mentioned on the tutorial inside the /usr/share one, including `mkdir og' </pre> </blockquote> <pre wrap=""><!----> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a> _______________________________________________ Ogoglio-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ogo...@li...">Ogo...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ogoglio-developers">https://lists.sourceforge.net/lists/listinfo/ogoglio-developers</a> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a> _______________________________________________ Ogoglio-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ogo...@li...">Ogo...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ogoglio-developers">https://lists.sourceforge.net/lists/listinfo/ogoglio-developers</a> </pre> </blockquote> </body> </html> |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 18:01:38
|
This is really strange. The tomcat.home is set to /usr/share/tomcat-6, but I have to create og/index.html inside the /var/lib location to get it to show up. Either way, creating /var/lib/tomcat-6/webapps/og/ was enough to get that test to succeed. I now have three errors (although the war built): Tests in error: testWebAdmin(com.ogoglio.client.test.ClientTest) testWebAPIClient(com.ogoglio.client.test.ClientTest) testApplet(com.ogoglio.client.test.ClientTest) Tests run: 8, Failures: 0, Errors: 3, Skipped: 0 (From Surefire-Report): ---------------------------------------------------------------------------- --- Test set: com.ogoglio.client.test.ClientTest ---------------------------------------------------------------------------- --- Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.54 sec <<< FAILURE! testWebAdmin(com.ogoglio.client.test.ClientTest) Time elapsed: 0.229 sec <<< ERROR! com.ogoglio.client.AuthenticationFailedException: Could not auth via username (bootstrapuser1) and pass: java.io.IOException: Server returned HTTP response code: 500 for URL: http://127.0.0 .1:8080/og/auth/ If you want to view the error yourself from the site, check out http://scoplecopter.com:8080/og/auth/ -----Original Message----- From: ogo...@li... [mailto:ogo...@li...] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 12:10 PM To: ogo...@li... Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at http://127.0.0.1:8080/og/index.html . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <aa...@sa...> wrote: > To the best of my knowledge, I do. The thing is that Tomcat seems to > have two separate webapps directories on Gentoo: > /usr/share/tomcat-6/webapps/ > /var/lib/tomcat-6/webapps/ > > I did all the things mentioned on the tutorial inside the /usr/share > one, including `mkdir og' ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ogoglio-developers mailing list Ogo...@li... https://lists.sourceforge.net/lists/listinfo/ogoglio-developers |
|
From: Trevor F. S. <tr...@tr...> - 2007-11-08 17:09:43
|
Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at http://127.0.0.1:8080/og/index.html . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <aa...@sa...> wrote: > To the best of my knowledge, I do. The thing is that Tomcat seems to have > two separate webapps directories on Gentoo: > /usr/share/tomcat-6/webapps/ > /var/lib/tomcat-6/webapps/ > > I did all the things mentioned on the tutorial inside the /usr/share one, > including `mkdir og' |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 15:54:17
|
To the best of my knowledge, I do. The thing is that Tomcat seems to have two separate webapps directories on Gentoo: /usr/share/tomcat-6/webapps/ /var/lib/tomcat-6/webapps/ I did all the things mentioned on the tutorial inside the /usr/share one, including `mkdir og' -----Original Message----- From: ogo...@li... [mailto:ogo...@li...] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 10:51 AM To: ogo...@li... Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron, welcome to the Ogoglio dev list. Do you have a directory called <TOMCAT_HOME>/webapps/og/ ? It's ok if it's empty, it just has to exist so that the tomcat manager doesn't freak when maven tries to undeploy, build, then redeploy the og web app. - Trevor On Nov 8, 2007 7:36 AM, Aaron Sarazan <aa...@sa...> wrote: > > > Hi everybody-- I'm still relatively new with Tomcat-- I'm assuming > this is probably just a quick fix in a config file somewhere, anybody got any ideas? > (Btw I'm running Gentoo, which has already caused a few quirks due to > non-standard paths). > > Thanks! > ----- > [INFO] Undeploying application at http://localhost:8080/og [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > -- [INFO] Cannot invoke Tomcat manager: FAIL - No context exists for > path /og > > [INFO] > ---------------------------------------------------------------------- > -- [INFO] For more information, run Maven with the -e switch [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Total time: 40 seconds > [INFO] Finished at: Thu Nov 08 10:24:35 EST 2007 [INFO] Final Memory: > 16M/34M [INFO] > ---------------------------------------------------------------------- > -- > > ---------------------------------------------------------------------- > --- This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ogoglio-developers mailing list Ogo...@li... https://lists.sourceforge.net/lists/listinfo/ogoglio-developers |
|
From: Trevor F. S. <tr...@tr...> - 2007-11-08 15:50:47
|
Hey, Aaron, welcome to the Ogoglio dev list. Do you have a directory called <TOMCAT_HOME>/webapps/og/ ? It's ok if it's empty, it just has to exist so that the tomcat manager doesn't freak when maven tries to undeploy, build, then redeploy the og web app. - Trevor On Nov 8, 2007 7:36 AM, Aaron Sarazan <aa...@sa...> wrote: > > > Hi everybody-- I'm still relatively new with Tomcat-- I'm assuming this is > probably just a quick fix in a config file somewhere, anybody got any ideas? > (Btw I'm running Gentoo, which has already caused a few quirks due to > non-standard paths). > > Thanks! > ----- > [INFO] Undeploying application at http://localhost:8080/og > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Cannot invoke Tomcat manager: FAIL - No context exists for path /og > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 40 seconds > [INFO] Finished at: Thu Nov 08 10:24:35 EST 2007 > [INFO] Final Memory: 16M/34M > [INFO] > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > > |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 15:36:03
|
Hi everybody-- I'm still relatively new with Tomcat-- I'm assuming this is probably just a quick fix in a config file somewhere, anybody got any ideas? (Btw I'm running Gentoo, which has already caused a few quirks due to non-standard paths). Thanks! ----- [INFO] Undeploying application at http://localhost:8080/og [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot invoke Tomcat manager: FAIL - No context exists for path /og [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40 seconds [INFO] Finished at: Thu Nov 08 10:24:35 EST 2007 [INFO] Final Memory: 16M/34M [INFO] ------------------------------------------------------------------------ |
|
From: Ian S. <ian...@ac...> - 2007-09-14 17:54:50
|
Howdy! I thought it was time I introduced myself on this list... I'm Ian Smith, the new CTO of Transmutable Networks, the company that brings you ogoglio. Trevor Smith (the CEO, no relation) I go back aways--like to the 20th century in a distant galaxy called San Francisco. Anyway, I'm on-board at Transmutable full time now and a bunch of my time is spent hacking ogoglio and trying to make it better serve the needs of developers that need a web-friendly 3-D infrastructure. To that end, ogoglio has been "rewhacked" to have a more friendly build framework. It's now built using maven 2 and should be a lot easier to work with. I've written a bit of a tutorial about how to do development with ogoglio <http://blog.ogoglio.com/2007/09/buildingtesting.html> (including but not limited to building and testing) and posted on the (new) blog, http://blog.ogoglio.com There is also an article on that blog called the Technical Aesthetics of Ogoglio <http://blog.ogoglio.com/2007/09/technical-aesth.html> where Trevor & I try to explain both how ogoglio works and why it works the way it does. I don't think that article is finished yet, it's probably never "finished" in some sense, but it does attempt to articulate some things about the design that may have been hidden or unclear. Of course, we'd love your feedback on either of these articles. Also feel free to post questions/comments about the articles or ogoglio in general to this developer list; we monitor it pretty carefully and other developers are likely to have the same questions you do! thanks for supporting ogoglio ian smith |