Resource Menu


posted by Sebastien Jourdain at Sep 10, 2007 10:43 PM
Quote
Why don't you install Jonas ?

You will get better performance…

posted by Sebastien Jourdain at Sep 10, 2007 10:42 PM
Quote
  • Could you give me all the stack trace ?
  • Did you set the target server to jboss in ls-config.properties ?
  • For the SVN, LibreSource won't understand your configuration due to the fact that libresource manage fine right to each repository. So basically, if you want 3 server, you will need 3 libresource
posted by Utopiaste at Sep 10, 2007 11:37 AM
Quote
The result of the new install of LS 2.3 :

javax.naming.NameNotFoundException: org.libresource.services.Kernel not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) at org.jnp.server.NamingServer.getObject(NamingServer.java:543) at org.jnp.server.NamingServer.lookup(NamingServer.java:296) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589) at javax.naming.InitialContext.lookup(InitialContext.java:351) at org.libresource.Libresource.getService(Libresource.java:193) at org.libresource.web.servlets.Browse.init(Unknown Source) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:806) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:613)

Can you help me for locate the problem ?

(I havn't any competance in Java & JBoss)

posted by Utopiaste at Sep 10, 2007 10:38 AM
Quote
Now I've a LibreSource version compatible with JBoss, a freind try to compil & install. But I've a question, on the ls-config.properties we must set the svn base path for repository, but we have 3 svn base path with differrent ACL (for exmeple /svn/a, /svn/b, /svn/c, and each was reserved for special groups on a LDAP server). I should be install 3 version of LS (one pear SVN) or I can set LS for understand this config ?
posted by Utopiaste at Sep 9, 2007 5:24 PM
Quote
Yeah, I've found the 2.3 version, thanks a lot !
posted by Sebastien Jourdain at Sep 9, 2007 3:07 PM
Quote
You were just lucky that I was on my computer this weekend…
posted by Sebastien Jourdain at Sep 9, 2007 3:05 PM
Quote
This will be the next release, which I've already done the packaging, but more testing and documentation should be made.

But if you are ready to test this pre-release which is not official yet, then search a bit more on this web site and you will find it…

posted by Utopiaste at Sep 9, 2007 2:59 PM
Quote
With LibreSource 2.2, the last version aviable on the downloads page !!

Where I can find the 2.3 version who can work with JBoss ?

Thanks for you very fast reply !!

posted by Sebastien Jourdain at Sep 9, 2007 2:57 PM
Quote
Yes I can help you, but which version of LibreSource are you trying to deploy under JBoss ?

Only LibreSource 2.3 could work on JBoss and only if the EAR was generated for JBoss.

Can you be more precise about "you MUST install LibreSource" ?

posted by Utopiaste at Sep 9, 2007 2:51 PM
Quote
Hello,

I must install a LibreSource system on a Mac OS X Server working with JBoss V 4.2.1.GA. When I load the ear distribution of LibreSource I take this :

javax.naming.NameNotFoundException: org.libresource.services.Kernel not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) at org.jnp.server.NamingServer.getObject(NamingServer.java:543) at org.jnp.server.NamingServer.lookup(NamingServer.java:296) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589) at javax.naming.InitialContext.lookup(InitialContext.java:351) at org.libresource.Libresource.getService(Libresource.java:183) at org.libresource.web.servlets.Browse.init(Unknown Source) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:806) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:613) 2007-09-09 14:50:20,505 INFO ! STDOUT ! ERROR ! http-0.0.0.0-8080-1 ! (StandardWrapperValve.java:147) - Allocate exception for servlet Browse javax.naming.NameNotFoundException: org.libresource.services.Kernel not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) at org.jnp.server.NamingServer.getObject(NamingServer.java:543) at org.jnp.server.NamingServer.lookup(NamingServer.java:296) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589) at javax.naming.InitialContext.lookup(InitialContext.java:351) at org.libresource.Libresource.getService(Libresource.java:183) at org.libresource.web.servlets.Browse.init(Unknown Source) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:806) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:613)

Can you help me ?