Jackrabbit-webapp-2.10.1 deploymnet error on WebLogic 12.1.3 domain

2016-01-11 Thread Setty, Uday
Hi All, I am not able to deploy jackrabbit-webapp-2.10.1 to my WebLogic 12.1.3 domain, getting following error while deploying. Questions: Anything changed related to jackrabbit-webapp deployment? Why I am started getting this error after 2.6.1? Any help or hint will be a big help. Note: 1

jackrabbit-webapp-2.10.1.war issue with tomcat7

2015-06-19 Thread lukasz wyspianski
Hi, I am having an issue deploying *jackrabbit-webapp-2.10.1.war on tomcat7* (pls see the trace below). I didn't have any problems deploying *jackrabbit-webapp-2.10.1.war on tomcat6* nor deploying *jackrabbit-webapp-2.8.1.war on tomcat7* (but probably because 2.8.1 does not co

ImportXML fatal bug with jackrabbit webapp 2.6+

2014-03-27 Thread crm6360
Has anyone else been able to confirm this because I'm seeing other developers reporting similar issues and don't know if the apache team is in fact aware. To reproduce simply deploy a jackrabbit-webapp-2.6.2 or greater (haven't tested on earlier versions). Attempt to im

jackrabbit-webapp-server is logging every POLL event by event listener

2014-03-14 Thread crm6360
We have an application that acts as an event listener by subscribing for events from the jackrabbit-webapp server (2.6.2). When the listener is registered, it apparently starts polling the server every 3 seconds. The problem, unfortunately, is the server is recording every "POLL" ev

Re: Indexing Binaries JackRabbit webapp-2.2.10 [SEC=UNCLASSIFIED]

2011-11-28 Thread Stephanp
.510166.n4.nabble.com/Indexing-Binaries-JackRabbit-webapp-2-2-10-tp4106625p4114836.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Re: Indexing Binaries JackRabbit webapp-2.2.10 [SEC=UNCLASSIFIED]

2011-11-27 Thread Ross . Dyson
: Indexing Binaries JackRabbit webapp-2.2.10 Additionally I tested everything against jackrabbit-webapp-2.1.6. With this release it works fine. I suppose there could be an dependency error in release 2.2.10. regards, stephan -- View this message in context: http://jackrabbit.510166.n4.nabble.com

Re: Indexing Binaries JackRabbit webapp-2.2.10

2011-11-27 Thread Stephanp
Additionally I tested everything against jackrabbit-webapp-2.1.6. With this release it works fine. I suppose there could be an dependency error in release 2.2.10. regards, stephan -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Indexing-Binaries-JackRabbit-webapp-2-2-10

Re: Indexing Binaries JackRabbit webapp-2.2.10

2011-11-27 Thread Stephanp
error? -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Indexing-Binaries-JackRabbit-webapp-2-2-10-tp4106625p4112987.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Re: Indexing Binaries JackRabbit webapp-2.2.10

2011-11-27 Thread Stephanp
Hello again, I finally found out that the problem is the indexing of .pdf files. E.g. .docx files are beeing indexed properly but the text of the .pdf files is not beeing index. Somebody had the same problem or has a soluting for this? I use the default configuration for the JackRabbit webapp and

Indexing Binaries JackRabbit webapp-2.2.10

2011-11-24 Thread Stephanp
: "//element(*,nt:file)[jcr:contains(jcr:content,'%"+word+"%')]" I would really appreciate some hints regarding this problem. Best regards, Stephan -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Indexing-Binaries-JackRabbi

Re: problems with jackrabbit-webapp after migration to 2.2.5

2011-04-27 Thread ChadDavis
My bad. Some stale jar files were in the path, hence the obvious method look up issue. On Wed, Apr 27, 2011 at 11:28 AM, ChadDavis wrote: > I just migrated my app to 2.2.5  I have a webapp that is a maven > overlay of the jackrabbit-webapp war.  It now throws an error at > initializati

problems with jackrabbit-webapp after migration to 2.2.5

2011-04-27 Thread ChadDavis
I just migrated my app to 2.2.5 I have a webapp that is a maven overlay of the jackrabbit-webapp war. It now throws an error at initialization. I've been using the bootstrap.properties method of initializing my repo. Perhaps this is not optimal? But it was working. Anyone know wha

Setting up jackrabbit-webapp on Tomcat/Debian

2010-09-28 Thread Patrick Maué
Hi all, i've spent quite some time trying to understand how to deploy jackrabbit 2.1.1 on a default tomcat installed via apt in debian/ubuntu. May be the following tips help others to avoid my mistakes: * When deployed, everything seems to run fine. But creating a new repository with the wizard (

Re: How to deploy jackrabbit-webapp-2.1.0.war

2010-07-26 Thread Ard Schrijvers
You should add the jcr-2.0.jar to your application container's global library folder Regards Ard On Fri, Jul 23, 2010 at 4:20 PM, Rencana Tarigan wrote: > Halo all, > I already download  jackrabbit-webapp-2.1.0.war, and when i deploy it at > GlassFish v3, i get error : > Except

How to deploy jackrabbit-webapp-2.1.0.war

2010-07-23 Thread Rencana Tarigan
Halo all, I already download jackrabbit-webapp-2.1.0.war, and when i deploy it at GlassFish v3, i get error : Exception while loading the app : java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException

My First Jackrabbit WebApp

2010-05-26 Thread Ista Pouss
hi, I'm trying to do my webapp jcr jackrabbit, to understand how work jackrabbit in this situation. I'am ok with jackrabbit in a standolone application. I just want a servlet, and process some get or put or rest events. I'm trying copy/paste the web.xml in jackrabbit distribution, with Reposito

Re: Program blocks on setProperty() in Jackrabbit-webapp-2.0.0

2010-03-03 Thread Robert Eichinger
Thank you very much for fixing. Regards, Robert 2010/3/3 Jukka Zitting : > Hi, > > On Tue, Mar 2, 2010 at 8:53 AM, Alexander Klimetschek > wrote: >> Or the jcr-rmi SerializableBinary implementation has a bug when >> serializing/deserializing larger objects (> 50kb as you say), but >> someone el

Re: Program blocks on setProperty() in Jackrabbit-webapp-2.0.0

2010-03-03 Thread Jukka Zitting
Hi, On Tue, Mar 2, 2010 at 8:53 AM, Alexander Klimetschek wrote: > Or the jcr-rmi SerializableBinary implementation has a bug when > serializing/deserializing larger objects (> 50kb as you say), but > someone else should take a look at it. This was indeed the case, see JCR-2531. I fixed this in

Re: problem with jackrabbit webapp 2.0.0 version

2010-03-03 Thread JOSE FELIX HERNANDEZ BARRIO
2010/3/3 Justin Edelson > This: > > 02.03.2010 21:15:00 *ERROR* RepositoryImpl: Unable to add vmgr: > java.lang. > > IllegalArgumentException: unknown type: 10 (RepositoryImpl.java, line > 2031) > > java.lang.IllegalArgumentException: unknown type: 10 > > at javax.jcr.PropertyType.nameFromValue(

Re: problem with jackrabbit webapp 2.0.0 version

2010-03-02 Thread Justin Edelson
This: > 02.03.2010 21:15:00 *ERROR* RepositoryImpl: Unable to add vmgr: java.lang. > IllegalArgumentException: unknown type: 10 (RepositoryImpl.java, line 2031) > java.lang.IllegalArgumentException: unknown type: 10 > at javax.jcr.PropertyType.nameFromValue(PropertyType.java:92) Looks like the JC

problem with jackrabbit webapp 2.0.0 version

2010-03-02 Thread JOSE FELIX HERNANDEZ BARRIO
I'm getting the same error always. the same if a create a new repository from the web page or configure an existing one. can anybody help me ? the full stacktrace (for a configured one) 02.03.2010 21:14:57 *INFO * root: Logging initialized. (LoggingServlet.java, line 87) 02.03.2010 21:14:57 *INF

Re: Program blocks on setProperty() in Jackrabbit-webapp-2.0.0

2010-03-01 Thread Alexander Klimetschek
On Tue, Mar 2, 2010 at 08:05, Robert Eichinger wrote: > i included the thread dump of glassfish below. Unfortunately its a bit > long, but I hope it helps. It happens with all files larger than ca. > 50 kb, the app then blocks forever. I tested the same configuration > with jackrabbit 1.6 and file

Re: Program blocks on setProperty() in Jackrabbit-webapp-2.0.0

2010-03-01 Thread Robert Eichinger
at java.lang.Thread.sleep(Native Method) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1813) at java.lang.Thread.run(Thread.java:619) "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].St

Re: Program blocks on setProperty() in Jackrabbit-webapp-2.0.0

2010-03-01 Thread Alexander Klimetschek
On Mon, Mar 1, 2010 at 17:42, Robert Eichinger wrote: > "main" prio=10 tid=0x40955800 nid=0x1276 runnable [0x7ffb40756000] >   java.lang.Thread.State: RUNNABLE >        at java.net.SocketInputStream.socketRead0(Native Method) >        at java.net.SocketInputStream.read(SocketInputStrea

Re: Program blocks on setProperty() in Jackrabbit-webapp-2.0.0

2010-03-01 Thread Robert Eichinger
Hi, below I have included the thread dump of the application. Thanks, Robert. 2010-03-01 17:30:23 Full thread dump Java HotSpot(TM) 64-Bit Server VM (14.1-b02 mixed mode): "Attach Listener" daemon prio=10 tid=0x40d28000 nid=0x12e9 waiting on condition [0x] java.lang.

Re: Program blocks on setProperty() in Jackrabbit-webapp-2.0.0

2010-03-01 Thread Thomas Müller
Hi, Could you create a full thread dump and post it? To create one, press Ctrl+Pause (Windows) or use jsp -l / jstack / kill -QUIT Regards, Thomas On Mon, Mar 1, 2010 at 3:52 PM, Robert Eichinger wrote: > Hi, > > I recently started developing an application that has to keep track of > a larg

Program blocks on setProperty() in Jackrabbit-webapp-2.0.0

2010-03-01 Thread Robert Eichinger
Hi, I recently started developing an application that has to keep track of a large amount of images. I started using Jackrabbit 2.0.0 (webapp) and I am using PostgreSQL as Database backend. The repository is being accessed via jackrabbit-rmi. For small images (<50 kb) the whole system works fine,

jackrabbit-webapp bootstrapping

2010-01-12 Thread ChadDavis
>From the documentation, I understand that the initial startup of the webapp, when the repository needs to be created for the first time, can use one of two choices: 1) bootstrap.properties 2) in the absence of this file, a repository setup wizard that is bundled with the webapp My intent is to u

configuring boostrap of jackrabbit-webapp

2010-01-12 Thread ChadDavis
I'm using the webapp and am having trouble finding documentation of how to manage the bootstrapping of the repository. Perhaps someone can advise me. I'm on Jackrabbit 2.0, BTW. Goals: 1) no RMI 2) no JDNI ( is this an option even ) 3) start up from a bootstrap.properties file with no existing

Re: standalone versus jackrabbit-webapp

2010-01-11 Thread Alexander Klimetschek
There is no difference feature or code-wise. The standalone is simply an all-in-one prebuilt convenience package including a servlet engine + the jackrabbit webapp for a quick start. If you have an existing servlet engine or app server environment, using the webapp distribution directly might make

Re: problems running jackrabbit-webapp

2010-01-10 Thread Anibal Sanchez - Oquma.com
matter if the WAR is not running in exploded directory format? > > On Sat, Jan 9, 2010 at 6:06 PM, ChadDavis wrote: > > Jackrabbit 2.0 > > > > I'm trying to run the jackrabbit-webapp application. I've reviewed > > the mailing list for related threads. A co

Re: problems running jackrabbit-webapp

2010-01-09 Thread ChadDavis
Does it matter if the WAR is not running in exploded directory format? On Sat, Jan 9, 2010 at 6:06 PM, ChadDavis wrote: > Jackrabbit 2.0 > > I'm trying to run the jackrabbit-webapp application.  I've reviewed > the mailing list for related threads.  A couple of threads dis

problems running jackrabbit-webapp

2010-01-09 Thread ChadDavis
Jackrabbit 2.0 I'm trying to run the jackrabbit-webapp application. I've reviewed the mailing list for related threads. A couple of threads discuss this topic but do not resolve it, and I can find no documentation. I've explicitly documented my failed attempts. Please

jackrabbit-webapp configuration

2010-01-09 Thread ChadDavis
I'm trying to figure out how to configure the jackrabbit-webapp web application and the enclosed repository. In the javadoc for org.apache.jackrabbit.j2ee.RepositoryStartupServlet, it says: "When using the first time, the configuraition can miss the relevant repository parameters in t

Re: jackrabbit-webapp dependency on jasper

2010-01-07 Thread ChadDavis
I fixed this myself. Jetty needs to be configured to use the JSP engine. By default, it does not include JSP support. On Thu, Jan 7, 2010 at 5:56 PM, ChadDavis wrote: > Running in Tomcat, everything is good.  But when I try to run the > jackrabbit-webapp in Jetty, I get the following

jackrabbit-webapp dependency on jasper

2010-01-07 Thread ChadDavis
Running in Tomcat, everything is good. But when I try to run the jackrabbit-webapp in Jetty, I get the following error complaining about the lack of jasper. What's going on here? Do I need to get the jasper dependency myself if I'm running in Jetty? 2010-01-07 17:55:25.944:INFO::NO J

standalone versus jackrabbit-webapp

2010-01-07 Thread ChadDavis
The website says that the standalone server [1] is a convenience package, and it recommends using the jackrabbit-webapp package instead. From what I can tell, the standalone server is using the jackrabbit-webapp itself. I'm remoting the repository with the jcr2spi + spi2davex packages. It

AW: jackrabbit-webapp local access from webapp in same tomcat container

2009-11-09 Thread Florian Roth
Good morning, I solved one of the problems. Now I can access via crossContext the jackrabbit-webapp. Problem was, that I had two jcr-1.0.jar. One in my WEB-INF/lib and one in tomcat/lib. So I got an classCast exception. With Maven2 and eclipse simply delete the dependency to jcr-1.0 and to

jackrabbit-webapp local access from webapp in same tomcat container

2009-11-09 Thread Florian Roth
Hi, I could not access jackrabbit webapp repeository from another webapp on the same container. I have deployed jackrabbit webapp and the accessing webapp at same tomcat 6. Access via JNDI I have the following bootstrap.properties: #bootstrap properties for the repository startup servlet

Help for jackrabbit-webapp startup

2009-08-26 Thread iqong ou
hi,      i have downloaded the jackrabbit-webapp-1.5.5.war,and also put jcr-1.0.jar into  lib . After i create a new content repository , I met the following error when i get http://localhost/jackrabbit/repository/default/.    " java.io.IOException: No such file or dire

Re: Jackrabbit webapp not working

2009-07-27 Thread Alexander Klimetschek
On Sun, Jul 26, 2009 at 11:10 PM, Ronak Patel wrote: > What does this file do? How do I create it? What is the jsp page supposed to > do? > > I couldn't find any documentation anywhere that says what to doam I > looking in the wrong places?? Did you go to config/index.jsp with a browser? The

Re: Jackrabbit webapp not working

2009-07-26 Thread Ronak Patel
unday, July 26, 2009 12:33:16 PM Subject: Re: Jackrabbit webapp not working On Sun, Jul 26, 2009 at 4:06 PM, Ronak Patel wrote: > Yes sir. Otherwise, I wouldn't be seeing the stack trace: > > 4.03.2008 10:22:24 *ERROR* RepositoryStartupServlet: Repository startup > configuration is not

Re: Jackrabbit webapp not working

2009-07-26 Thread Alexander Klimetschek
On Sun, Jul 26, 2009 at 4:06 PM, Ronak Patel wrote: > Yes sir. Otherwise, I wouldn't be seeing the stack trace: > > 4.03.2008 10:22:24 *ERROR* RepositoryStartupServlet: Repository startup > configuration is not valid but a bootstrap config i > s specified. (RepositoryStartupServlet.java, line 366)

Re: Jackrabbit webapp not working

2009-07-26 Thread Ronak Patel
211) at javax.servlet.GenericServlet.init(GenericServlet.java:212) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161) From: Fernando Cabredo To: users@jackrabbit.apache.org Sent: Sunday, July 26, 2009 7:01:32 AM Subject: Re: Jackrabbit webapp

Re: Jackrabbit webapp not working

2009-07-26 Thread Fernando Cabredo
Hi Ronak, Did you add the jcr-1.0.jar file into your webapplib folder? Pando Cabredo From: Ronak Patel To: users@jackrabbit.apache.org Sent: Sunday, July 26, 2009 9:55:11 PM Subject: Jackrabbit webapp not working Hi, I'm new to Apache Jackrabbi

Jackrabbit webapp not working

2009-07-26 Thread Ronak Patel
Hi, I'm new to Apache Jackrabbit and trying to set up my repository to use my mySQL database. As such, I tried to set up Apache Jackrabbit as a webapp following the instructions from: http://wiki.apache.org/jackrabbit/JackRabbitOnTomcat6 However, I couldn't get Jackrabbit to turn on successfu

Re: jackrabbit webapp

2009-01-20 Thread Alexander Klimetschek
On Fri, Jan 16, 2009 at 2:42 PM, Alessandro Cosenza wrote: > hi, when i use jackrabbit webapp for creating for the first > time > a repository where does it take the repository.xml? The org.apache.jackrabbit.j2ee.RepositoryStartupServlet in the web.xml [1] starts the repository

jackrabbit webapp

2009-01-16 Thread Alessandro Cosenza
hi, when i use jackrabbit webapp for creating for the first time a repository where does it take the repository.xml? thanks

Re: Installation problem with jackrabbit webapp and oc4j

2008-09-17 Thread Jukka Zitting
Hi, On Wed, Sep 17, 2008 at 1:53 PM, John Eaton <[EMAIL PROTECTED]> wrote: > I don't think it is a credentials issue as the same repository.xml file > deploys on Tomcat ok. Can you try it with a version from Jackrabbit trunk? It may not fix the issue entirely, but at least it'll give a more accu

RE: Installation problem with jackrabbit webapp and oc4j

2008-09-17 Thread John Eaton
I don't think it is a credentials issue as the same repository.xml file deploys on Tomcat ok. -Original Message- From: Jukka Zitting [mailto:[EMAIL PROTECTED] Sent: 17 September 2008 10:55 To: users@jackrabbit.apache.org Subject: Re: Installation problem with jackrabbit webapp and

Re: Installation problem with jackrabbit webapp and oc4j

2008-09-17 Thread Jukka Zitting
Hi, On Wed, Sep 17, 2008 at 10:12 AM, John Eaton <[EMAIL PROTECTED]> wrote: > I get the following exception when I try to browse the repository using the > following link > http://localhost:8888/jackrabbit-webapp-1.4/repository/default/ > > java.lang.NullPointer

Installation problem with jackrabbit webapp and oc4j

2008-09-17 Thread John Eaton
When I try to deploy jackrabbit-webapp-1.4.war using Oracle Containers for J2EE 10g (10.1.3.1) I get the following exception when I try to browse the repository using the following link http://localhost:/jackrabbit-webapp-1.4/repository/default/ java.lang.NullPointerException at

Jackrabbit webapp

2008-06-26 Thread Esteban Franqueiro
Hi all. To use the webapp I built the source, and dropped the war into Tomcat's /webapps/. After starting Tomcat, I go to the page where you enter the path to the repository, complete the 2nd textbox, click the button, and then I get an error and the following log entry: 26.06.2008 16:36:45 *I

Problem during Jackrabbit-webapp startup - NoSuchItemStateException

2008-04-23 Thread James Abley
Hi, I'm trying to install 1.4.2 locally. This is a fresh install, using Tomcat 5.5.26 on Ubuntu 7.10, using MySQL 5.0.5. I want to make the javax.jcr.Repository available through JNDI to all of my webapps for this container, so I've created the ${CATALINA_HOME}/conf/server.xml entry. The onl

Issue :- Access jackrabbit-webapp-1.4.war through JNDI

2008-03-13 Thread jain . sudhanshu
Hi All, I have deployed "jackrabbit-webapp-1.4.war" in tomcat server at runtime its create repository at tomcat/bin directory with the name of jackrabbit at tomcat/bin directory.I have two option to get this repository object by my java client program . Scenerio 1 is working fi

Re: Errors installing jackrabbit-webapp-1.4.war. Need basic help

2008-02-09 Thread Alex Lukin
Saturday 09 February 2008 02:46:18 Garey Mills написав: > Hi - > > I am downloading the war and dropping it into Tomcat. After that it > doesn't find a repository, and can't seem to create one. I don't know if > I am doing things right. Is there some guide to getting the simple > webDav servlet

Errors installing jackrabbit-webapp-1.4.war. Need basic help

2008-02-08 Thread Garey Mills
Hi - I am downloading the war and dropping it into Tomcat. After that it doesn't find a repository, and can't seem to create one. I don't know if I am doing things right. Is there some guide to getting the simple webDav servlet to work, just for testing? Thanks; Garey Mills

Re: Opening an existing repository with jackrabbit-webapp-1.3.1

2007-10-08 Thread Kilian Evang
Hi, still the same error, I'm afraid. I had already commented out the bootstrap configuration. No difference when I try your web.xml. :-( Best Kilian "Jukka Zitting" <[EMAIL PROTECTED]> wrote on 05.10.2007 09:49:06: > Hi, > > On 10/4/07, Kilian Evang <[EMAIL PROTECTED]> wrote: > > "Jukka Zittin

Re: Opening an existing repository with jackrabbit-webapp-1.3.1

2007-10-05 Thread Jukka Zitting
Hi, On 10/4/07, Kilian Evang <[EMAIL PROTECTED]> wrote: > "Jukka Zitting" <[EMAIL PROTECTED]> wrote on 03.10.2007 01:31:10: > > If you have an existing repository home and configuration, then it's > > best to set the relevant configuration options the /WEB-INF/web.xml > > file within the webapp be

Re: Opening an existing repository with jackrabbit-webapp-1.3.1

2007-10-04 Thread Kilian Evang
"Jukka Zitting" <[EMAIL PROTECTED]> wrote on 03.10.2007 01:31:10: > If you have an existing repository home and configuration, then it's > best to set the relevant configuration options the /WEB-INF/web.xml > file within the webapp before deploying it instead of relying on the > setup wizard. Tha

Re: Opening an existing repository with jackrabbit-webapp-1.3.1

2007-10-02 Thread Jukka Zitting
Hi, On 10/1/07, Kilian Evang <[EMAIL PROTECTED]> wrote: > I have an existing Jackrabbit repository that I want to make accessible > using jackrabbit-webapp-1.3.1. I deployed the webapp and tried to use the > "easy setup" wizard. If you have an existing repository hom

Opening an existing repository with jackrabbit-webapp-1.3.1

2007-10-01 Thread Kilian Evang
Hi all, I have an existing Jackrabbit repository that I want to make accessible using jackrabbit-webapp-1.3.1. I deployed the webapp and tried to use the "easy setup" wizard. First thing I noticed: The wizard only asks for the repository home, not for the repository config file. It