You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by Andy Jefferson <an...@jpox.org> on 2007/09/25 07:56:04 UTC

TCK2 : JDO_Test.java prints out "tokenizer"

Hi,

can someone please fix "JDO_Test.java" line 1056 that is printing out some 
debug "tokenizer = BLAH".

Thx
-- 
Andy  (Java Persistent Objects - http://www.jpox.org)

Re: TCK2 : JDO_Test.java prints out "tokenizer"

Posted by Michael Bouschen <mb...@spree.de>.
Hi Andy,

I removed the line and checked in the change (see revision 579220).

Regards Michael

> Hi,
>
> can someone please fix "JDO_Test.java" line 1056 that is printing out some 
> debug "tokenizer = BLAH".
>
> Thx
>   


-- 
Tech@Spree Engineering GmbH  Tel.: +49/(0)30/235 520-33
Buelowstr. 66                Fax.: +49/(0)30/217 520-12
10783 Berlin                 mailto:mbo.tech@spree.de 
 
Geschaeftsfuehrung: Anna-Kristin Proefrock
Sitz Berlin, Amtsgericht Charlottenburg, HRB 564 52


Re: Enhancer error with spaces in path names

Posted by Andy Jefferson <an...@jpox.org>.
Hi Michelle,

> After downloading new jpox jars, I started getting the following error,

See
http://www.jpox.org/servlet/jira/browse/CORE-3392


-- 
Andy  (Java Persistent Objects - http://www.jpox.org)

RE: Enhancer error with spaces in path names

Posted by Erik Bengtson <er...@jpox.org>.
Should be fixed in CVS

-----Message d'origine-----
De : Michelle.Caisse@Sun.COM [mailto:Michelle.Caisse@Sun.COM] 
Envoyé : vendredi 28 septembre 2007 19:21
À : jdo-dev@db.apache.org
Objet : Enhancer error with spaces in path names

Hi Andy,

After downloading new jpox jars, I started getting the following error, 
which I successfully worked around by moving my maven repository to a 
location without spaces in the pathname:

enhance.prepare:

    [echo]  jpox.enhancer.jarfile is C:\Documents and 
Settings\michelle/.maven/repository\jpox\jars\jpox-enhancer-1.2-SNAPSHOT.jar
    [echo]  jpox.javafive.jarfile is C:\Documents and 
Settings\michelle/.maven/repository\jpox\jars\jpox-java5-1.2-SNAPSHOT.jar
    [echo] jdori.enhancer.classpath is
    [echo] enhance.classpath is
    [java] Exception in thread "main" Error reading manifest file
    [java] org.jpox.exceptions.JPOXException: Error reading manifest file
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerBundle(NonManagedPluginRegistry.java:327)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerExtensions(NonManagedPluginRegistry.java:212)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerExtensionPoints(NonManagedPluginRegistry.java:145)
    [java]      at 
org.jpox.plugin.PluginManager.registerExtensionPoints(PluginManager.java:83)
    [java]      at org.jpox.OMFContext.<init>(OMFContext.java:134)
    [java]      at 
org.jpox.enhancer.JPOXEnhancer.<init>(JPOXEnhancer.java:124)
    [java]      at 
org.jpox.enhancer.JPOXEnhancer.main(JPOXEnhancer.java:456)
    [java] Caused by: java.io.FileNotFoundException: 
C:\Documents%20and%20Settings\michelle\.maven\repository\jpox\jars\jpox-java5-1.2-SNAPSHOT.jar 
(The system
cannot find the path specified)
    [java]      at java.util.zip.ZipFile.open(Native Method)
    [java]      at java.util.zip.ZipFile.<init>(ZipFile.java:114)
    [java]      at java.util.jar.JarFile.<init>(JarFile.java:133)
    [java]      at java.util.jar.JarFile.<init>(JarFile.java:97)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerBundle(NonManagedPluginRegistry.java:299)
    [java]      ... 6 more
    [java] Nested Throwables StackTrace:
    [java] java.io.FileNotFoundException: 
C:\Documents%20and%20Settings\michelle\.maven\repository\jpox\jars\jpox-java5-1.2-SNAPSHOT.jar 
(The system cannot find
 the path specified)
    [java]      at java.util.zip.ZipFile.open(Native Method)
    [java]      at java.util.zip.ZipFile.<init>(ZipFile.java:114)
    [java]      at java.util.jar.JarFile.<init>(JarFile.java:133)
    [java]      at java.util.jar.JarFile.<init>(JarFile.java:97)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerBundle(NonManagedPluginRegistry.java:299)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerExtensions(NonManagedPluginRegistry.java:212)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerExtensionPoints(NonManagedPluginRegistry.java:145)
    [java]      at 
org.jpox.plugin.PluginManager.registerExtensionPoints(PluginManager.java:83)
    [java]      at org.jpox.OMFContext.<init>(OMFContext.java:134)
    [java]      at 
org.jpox.enhancer.JPOXEnhancer.<init>(JPOXEnhancer.java:124)
    [java]      at 
org.jpox.enhancer.JPOXEnhancer.main(JPOXEnhancer.java:456)

-- Michelle




Enhancer error with spaces in path names

Posted by Michelle Caisse <Mi...@Sun.COM>.
Hi Andy,

After downloading new jpox jars, I started getting the following error, 
which I successfully worked around by moving my maven repository to a 
location without spaces in the pathname:

enhance.prepare:

    [echo]  jpox.enhancer.jarfile is C:\Documents and 
Settings\michelle/.maven/repository\jpox\jars\jpox-enhancer-1.2-SNAPSHOT.jar
    [echo]  jpox.javafive.jarfile is C:\Documents and 
Settings\michelle/.maven/repository\jpox\jars\jpox-java5-1.2-SNAPSHOT.jar
    [echo] jdori.enhancer.classpath is
    [echo] enhance.classpath is
    [java] Exception in thread "main" Error reading manifest file
    [java] org.jpox.exceptions.JPOXException: Error reading manifest file
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerBundle(NonManagedPluginRegistry.java:327)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerExtensions(NonManagedPluginRegistry.java:212)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerExtensionPoints(NonManagedPluginRegistry.java:145)
    [java]      at 
org.jpox.plugin.PluginManager.registerExtensionPoints(PluginManager.java:83)
    [java]      at org.jpox.OMFContext.<init>(OMFContext.java:134)
    [java]      at 
org.jpox.enhancer.JPOXEnhancer.<init>(JPOXEnhancer.java:124)
    [java]      at 
org.jpox.enhancer.JPOXEnhancer.main(JPOXEnhancer.java:456)
    [java] Caused by: java.io.FileNotFoundException: 
C:\Documents%20and%20Settings\michelle\.maven\repository\jpox\jars\jpox-java5-1.2-SNAPSHOT.jar 
(The system
cannot find the path specified)
    [java]      at java.util.zip.ZipFile.open(Native Method)
    [java]      at java.util.zip.ZipFile.<init>(ZipFile.java:114)
    [java]      at java.util.jar.JarFile.<init>(JarFile.java:133)
    [java]      at java.util.jar.JarFile.<init>(JarFile.java:97)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerBundle(NonManagedPluginRegistry.java:299)
    [java]      ... 6 more
    [java] Nested Throwables StackTrace:
    [java] java.io.FileNotFoundException: 
C:\Documents%20and%20Settings\michelle\.maven\repository\jpox\jars\jpox-java5-1.2-SNAPSHOT.jar 
(The system cannot find
 the path specified)
    [java]      at java.util.zip.ZipFile.open(Native Method)
    [java]      at java.util.zip.ZipFile.<init>(ZipFile.java:114)
    [java]      at java.util.jar.JarFile.<init>(JarFile.java:133)
    [java]      at java.util.jar.JarFile.<init>(JarFile.java:97)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerBundle(NonManagedPluginRegistry.java:299)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerExtensions(NonManagedPluginRegistry.java:212)
    [java]      at 
org.jpox.plugin.NonManagedPluginRegistry.registerExtensionPoints(NonManagedPluginRegistry.java:145)
    [java]      at 
org.jpox.plugin.PluginManager.registerExtensionPoints(PluginManager.java:83)
    [java]      at org.jpox.OMFContext.<init>(OMFContext.java:134)
    [java]      at 
org.jpox.enhancer.JPOXEnhancer.<init>(JPOXEnhancer.java:124)
    [java]      at 
org.jpox.enhancer.JPOXEnhancer.main(JPOXEnhancer.java:456)

-- Michelle