I tried under Linux to run :

./run.sh (there is not a nxshell.sh file)

 

And I have this error :

Exception in thread "main" java.lang.UnsupportedClassVersionError: Launcher (Unsupported major.minor version 49.0)
       at java.lang.ClassLoader.defineClass0(Native Method)
       at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
       at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
       at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
       at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
       at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
       at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

 
[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
13/12/2007 12:41

To   [email protected]
cc  
bcc  
Subject   Re: [Ecm] Nuxeo Shell
 

Thank you.

I tried to use it on Windows. I run "java Launcher launcher.properties"

But I have this result :

Failed to load components for bundle - org.nuxeo.ecm.core.schema
java.lang.NoClassDefFoundError: com/sun/xml/xsom/XSType
        at org.nuxeo.ecm.core.schema.TypeService.activate(TypeService.java:84)
        at org.nuxeo.runtime.model.impl.ComponentInstanceImpl.activate(ComponentInstanceImpl.java:107)
        at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:229)
        at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:295)
        at org.nuxeo.runtime.model.impl.ComponentManagerImpl._register(ComponentManagerImpl.java:168)
        at org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:134)
        at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:88)
        at org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
        at org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:104)
        at org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:54)
        at org.nuxeo.runtime.osgi.OSGiComponentLoader.<init>(OSGiComponentLoader.java:39)
        at org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:59)
        at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:192)
        at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:165)
        at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:120)
        at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:81)
        at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
        at org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
        at org.nuxeo.runtime.launcher.ApplicationLoader.installAll(ApplicationLoader.java:125)
        at org.nuxeo.runtime.launcher.RuntimeLoader.loadRuntime(RuntimeLoader.java:159)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at Launcher.main(Launcher.java:129)
Usage java <classname> <cmd> [options]




Florent Guillaume <[EMAIL PROTECTED]>  

13/12/2007 11:35

To

[EMAIL PROTECTED]

cc

[email protected]

Subject

Re: [Ecm] Nuxeo Shell
The code of the shell currently lives in
http://svn.nuxeo.org/nuxeo/org.nuxeo.ecm.client/trunk
(and will probably be refactored into another location in the future).

Florent

On 13 Dec 2007, at 10:33, [EMAIL PROTECTED] wrote:

>
> Hello,
>
> I want to try the Nuxeo Sheel described here : http://doc.nuxeo.org/current/reference/html/nuxeo-shell.html
>
> Could you tell me where I can find it ?
>
> Thank you_______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm

--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87





_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to