Re: App Server Deployment Help

2014-07-15 Thread Oliver Lietz
On Monday 14 July 2014 23:03:03 Alex Renger wrote: Whew -- good catch Oliver! I'm not using said war file because somewhere in my wanderings through sling directories I came to confuse base with builder. They both contain target directories, each with similar wars and jars that are refreshed

Re: App Server Deployment Help

2014-07-14 Thread Alex Renger
Good Morning Oliver, I gave it another try this morning, just for good measure. $ rm -fr sling $ svn co http://svn.apache.org/repos/asf/sling/trunk sling $ mvn -DskipTests clean install # this fails, so I had to revert to r1609744 $ svn update -r r1609744 $ mvn -DskipTests clean install # BUILD

Re: App Server Deployment Help

2014-07-14 Thread Robert Munteanu
On Mon, Jul 14, 2014 at 2:30 PM, Alex Renger aren...@gmail.com wrote: $ rm -fr sling $ svn co http://svn.apache.org/repos/asf/sling/trunk sling $ mvn -DskipTests clean install # this fails, so I had to revert to r1609744 If the failure that you got was related to the list.xml syntax error, it

Re: App Server Deployment Help

2014-07-14 Thread Oliver Lietz
On Monday 14 July 2014 13:30:36 Alex Renger wrote: Good Morning Oliver, hi Alex, I gave it another try this morning, just for good measure. $ rm -fr sling $ svn co http://svn.apache.org/repos/asf/sling/trunk sling $ mvn -DskipTests clean install # this fails, so I had to revert to

Re: App Server Deployment Help

2014-07-14 Thread Alex Renger
Whew -- good catch Oliver! I'm not using said war file because somewhere in my wanderings through sling directories I came to confuse base with builder. They both contain target directories, each with similar wars and jars that are refreshed during maven clean install... and this whole deal is

Re: App Server Deployment Help

2014-07-13 Thread Oliver Lietz
On Friday 11 July 2014 14:17:29 Alex Renger wrote: Hello Oliver, hello Alex, Thank you for your attempt to help and for the suggestion. However, you'll note from earlier in this thread that I referenced those same instructions. Unless there were recent changes to the sling baseline (i.e.,

Re: App Server Deployment Help

2014-07-11 Thread Alex Renger
Hello Carsten, I get the same 404 error when I try to access the base URL (http://localhost:8080/sling). For clarification/confirmation, here's how to reproduce what I'm seeing: 1. Get the latest source from subversion 2. rm -fr ~/.m2/repository #just to be sure i'm working with the latest

Re: App Server Deployment Help

2014-07-11 Thread Oliver Lietz
On Friday 11 July 2014 12:54:49 Alex Renger wrote: Hello Carsten, hello Alex, I get the same 404 error when I try to access the base URL (http://localhost:8080/sling). For clarification/confirmation, here's how to reproduce what I'm seeing: 1. Get the latest source from subversion 2. rm

Re: App Server Deployment Help

2014-07-11 Thread Alex Renger
Hello Oliver, Thank you for your attempt to help and for the suggestion. However, you'll note from earlier in this thread that I referenced those same instructions. Unless there were recent changes to the sling baseline (i.e., within the past 24 hours) related to webapp deployment, then I would

Re: App Server Deployment Help

2014-07-10 Thread Carsten Ziegeler
Hi, thanks for reporting! This looks like a bug to me, I've just committed a potential fix. Could you please checkout the latest from svn and test with that version? Regards Carsten 2014-07-09 16:36 GMT+02:00 Alex Renger aren...@gmail.com: Hello, I have encountered a problem while trying

Re: App Server Deployment Help

2014-07-10 Thread Alex Renger
Hello Carsten, Thank you for your quick response! I tested your change and it does indeed resolve the ClassNotFoundException. The server.log file is now free of any errors upon deployment. However, I receive a 404 error when attempting to add content using the example curl command provided on

App Server Deployment Help

2014-07-09 Thread Alex Renger
Hello, I have encountered a problem while trying to follow the instructions provided here: https://cwiki.apache.org/confluence/display/SLING/App+Server+Deployment I posted my question on stackoverflow, here: