Ya initially i thought that could be the reason and installed the JDK 1.5 but
still no luck.

I have changed the classpath in environment variable to refer to refer to
JDK 1.5



Pascal Voitot wrote:
> 
> It looks like your JavaClassLoader is not able to load the class...
> 
> What JDK version do you have? (it works for sure with JDK1.5)
> 
> regards
> Pascal
> 
> On Thu, Jul 17, 2008 at 3:52 AM, Nishiii <[EMAIL PROTECTED]> wrote:
> 
>>
>> @pascal Voitot
>>
>> This is the complete warning and exception
>>
>> 18:25:37.343 INFO   [main] org.mortbay.log.LogImpl.add(LogImpl.java:109)
>> >16> ad
>> ded [EMAIL PROTECTED]
>> 18:25:37.296 INFO   [main]
>> org.mortbay.util.FileResource.<clinit>(FileResource.j
>> ava:60) >11> Checking Resource aliases
>> 18:25:37.375 WARN!! [main]
>> org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >
>> 13> Schema validation may not be supported
>> 18:25:37.546 INFO   [main]
>> org.mortbay.http.HttpServer.doStart(HttpServer.java:7
>> 29) >10> Version Jetty/5.1.5
>> 18:25:37.562 INFO   [main]
>> org.mortbay.util.Container.start(Container.java:74) >
>> 14> Started [EMAIL PROTECTED]
>> 18:25:37.562 INFO   [main]
>> org.mortbay.util.Container.start(Container.java:74) >
>> 11> Started ServletHttpContext[/,/]
>> 18:25:37.562 INFO   [main]
>> org.mortbay.http.SocketListener.start(SocketListener.
>> java:204) >11> Started SocketListener on 127.0.0.1:8081
>> 18:25:37.562 INFO   [main]
>> org.mortbay.util.Container.start(Container.java:74) >
>> 09> Started [EMAIL PROTECTED]
>> 18:25:37.609 INFO   [main]
>> org.mortbay.http.HttpServer.setStatsOn(HttpServer.jav
>> a:1133) >18> Statistics on = false for [EMAIL PROTECTED]
>> 18:25:37.609 INFO   [main]
>> org.mortbay.http.HttpServer.doStart(HttpServer.java:7
>> 29) >10> Version Jetty/5.1.5
>> 18:25:37.625 WARN!! [main]
>> org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >
>> 20> Schema validation may not be supported
>> java.lang.reflect.InvocationTargetException
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
>> java:39)
>>        at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> sorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:324)
>>        at org.mortbay.start.Main.invokeMain(Main.java:151)
>>        at org.mortbay.start.Main.start(Main.java:476)
>>        at org.mortbay.start.Main.main(Main.java:94)
>> Caused by: java.lang.UnsupportedClassVersionError:
>> org/xwiki/plexus/XWikiPlexusS
>> ervletContextListener (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:12
>> 3)
>>        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
>> org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:225)
>>        at
>> org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:193)
>>        at org.mortbay.http.HttpContext.loadClass(HttpContext.java:1262)
>>        at
>> org.mortbay.jetty.servlet.XMLConfiguration.initListener(XMLConfigurat
>> ion.java:449)
>>        at
>> org.mortbay.jetty.servlet.XMLConfiguration.initWebXmlElement(XMLConfi
>> guration.java:275)
>>        at
>> org.mortbay.jetty.servlet.XMLConfiguration.initialize(XMLConfiguratio
>> n.java:210)
>>        at
>> org.mortbay.jetty.servlet.XMLConfiguration.configureWebApp(XMLConfigu
>> ration.java:190)
>>        at
>> org.mortbay.jetty.servlet.WebApplicationContext.configureWebApp(WebAp
>> plicationContext.java:425)
>>        at
>> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicatio
>> nContext.java:478)
>>        at org.mortbay.util.Container.start(Container.java:72)
>>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:753)
>>        at org.mortbay.util.Container.start(Container.java:72)
>>        at org.mortbay.jetty.Server.main(Server.java:460)
>>        ... 7 more
>>
>>
>>
>> Nishiii wrote:
>> >
>> > @prathap
>> >
>> > I need to change the port in start_xwiki.bat and jetty.xml. its still
>> not
>> > working
>> >
>> > @pascal Voitot
>> >
>> > I will post the complete exception tonight. Meanwhile the short version
>> of
>> > exception
>> > WARN![main] org.mortbay.xml.XmlParser.<init><xmlParser.java.81> >
>> > 20> Schema Validation may not be supported
>> >
>> > java.lang.reflect.InvocationTargetException
>> >          at sun.reflect . ............
>> >          at sun. .........
>> > (I have the wiki installed on my other laptop on which i dont have any
>> > internet connection so i cannot copy the exception)
>> > Thanks,
>> > Nishii
>> >
>> > Pascal Voitot wrote:
>> >>
>> >> don't you have the full exception?
>> >>
>> >> On Tue, Jul 15, 2008 at 9:17 PM, Nishiii <[EMAIL PROTECTED]>
>> wrote:
>> >>
>> >>>
>> >>> Hi ,
>> >>>
>> >>> I am new to xwiki so i installed the Standalone installation to learn
>> >>> more
>> >>> on xwiki, but when i follow the instructions give for standalone
>> >>> installation and enter the URL
>> >>> "http://localhost:8080/xwiki/bin/view/Main/WebHome"; in my browser to
>> >>> open
>> >>> the xwiki page, it says the page cannot be displayed. I have run the
>> >>> start_xwiki.bat file to start the xwiki. But i am getting few
>> warnings
>> >>> and
>> >>> exception and i think that may be the reason.
>> >>>
>> >>> Warning: Schema Validation may not be supported
>> >>>
>> >>> Exception : InvocationTargetException
>> >>>
>> >>> Can anyone please help out here.
>> >>> --
>> >>> View this message in context:
>> >>> http://n2.nabble.com/Standalone-installation-tp529605p529605.html
>> >>> Sent from the XWiki- Dev mailing list archive at Nabble.com.
>> >>>
>> >>> _______________________________________________
>> >>> devs mailing list
>> >>> [email protected]
>> >>> http://lists.xwiki.org/mailman/listinfo/devs
>> >>>
>> >> _______________________________________________
>> >> devs mailing list
>> >> [email protected]
>> >> http://lists.xwiki.org/mailman/listinfo/devs
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://n2.nabble.com/Standalone-installation-tp529605p532526.html
>> Sent from the XWiki- Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> devs mailing list
>> [email protected]
>> http://lists.xwiki.org/mailman/listinfo/devs
>>
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
> 
> 
:-(:-(:-(
-- 
View this message in context: 
http://n2.nabble.com/Standalone-installation-tp529605p533733.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to