RE: Re: Re: CustomNodeType on startup in Sling12

2024-03-07 Thread Rahul Rupani
f956b40c3c26c46ca9f9b/vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/registry/impl/JcrPackageRegistry.java#L168 > > > > Regards, > > Eric > > > > On Wed, Feb 7, 2024 at 4:29 AM Rahul Rupani > > wrote: > > > >> Hi Robert, Thanks for you r

Sling content distribution

2024-03-05 Thread Rahul Rupani
Hi, I am using the sling content distribution, in its configuration I need to pass a url for forward distribution where the content needs to be distributed. Now the problem is that I am using azure app services and whenever i scale up, i get multiple instances with the same urls but different heade

RE: Re: CustomNodeType on startup in Sling12

2024-02-07 Thread Rahul Rupani
15:13 Robert Munteanu wrote: > Hi Rahul, > > On Tue, 2024-02-06 at 12:29 +0530, Rahul Rupani wrote: > > I am using the sling12 kickstart jar with my custom feature.json file > > and a > > custom script, > > The problem is when i try to create a node in my bin b

CustomNodeType on startup in Sling12

2024-02-06 Thread Rahul Rupani
I am using the sling12 kickstart jar with my custom feature.json file and a custom script, The problem is when i try to create a node in my bin browser with the jcr:PrimaryType as vlt:PackageDefinition it gives me - Error - 400 javax.jcr.nodetype.NoSuchNodeTypeException: Node type vlt:PackageDefini

RE: Re: Re: Sling 12 issue

2023-04-18 Thread Rahul Rupani
gt; (export > JAVA_OPTS="-agentlib:jdwp=transport=dt_socket,address=5000,server=y,suspend=n" > && target/dependency/org.apache.sling.feature.launcher/bin/launcher *-D > org.osgi.service.http.port=* -f > target/slingfeature-tmp/feature-oak_tar.json) > > > > H

RE: Re: Sling 12 issue

2023-04-12 Thread Rahul Rupani
On 2023/04/05 08:14:59 Robert Munteanu wrote: > Hi Rahul, > > On Wed, 2023-04-05 at 08:56 +0530, rahul rupani wrote: > > Hi, can anyone help me with turning on or creating a debug port for > > sling > > 12 as I'm having trouble doing it, Thanks. > > How are

Sling 12 issue

2023-04-05 Thread rahul rupani
Hi, can anyone help me with turning on or creating a debug port for sling 12 as I'm having trouble doing it, Thanks.