Issues with basic configuration of Server.xml

View: New views
18 Messages — Rating Filter:   Alert me  

Issues with basic configuration of Server.xml

by jeffrey615 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am trying to configure the server with the basic configuration from the apache website and I can't get the server to restart after I added the new code. simple uid=admin,ou=system secret objectClass: top objectClass: organizationalUnit objectClass: extensibleObject ou: system objectClass: top objectClass: domain objectClass: extensibleObject dc: example ... objectClass: top objectClass: organization objectClass: extensibleObject dc: example

Re: Issues with basic configuration of Server.xml

by Alex Karasulu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Version? OS? You think your email is sufficient for us to help you?

And use the users list - not the dev list!

On 10/24/07, jeffrey615 <gjds12@...> wrote:
I am trying to configure the server with the basic configuration from the apache website and I can't get the server to restart after I added the new code. simple uid=admin,ou=system secret objectClass: top objectClass: organizationalUnit objectClass: extensibleObject ou: system objectClass: top objectClass: domain objectClass: extensibleObject dc: example ... objectClass: top objectClass: organization objectClass: extensibleObject dc: example

View this message in context: Issues with basic configuration of Server.xml
Sent from the Apache Directory Project mailing list archive at Nabble.com.


Re: Issues with basic configuration of Server.xml

by jeffrey615 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am using Apacheds 1.5 on Windows XP and editing the xml in Dreamweaver CS. Once I add a new partition in the server.xml, the server will not restart.  I also tried this code on Apacheds v1.0 and had the same kind of problem.   server.xml

Re: Issues with basic configuration of Server.xml

by Alex Karasulu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hmmm is this link to your server.xml below? My web browser kind of gave me a little hint when I opened up
the file:

     XML Parsing Error: mismatched tag. Expected: </property>.
Location: http://www.nabble.com/file/p13419865/server.xml
Line Number 399, Column 3:</bean>
--^

You might want to check to see if your XML is valid.  I'm seeing some ugliness here btw
in your sevenseasPartition configuration:

    <property name="contextEntry">
 <property name="contextEntry">
  <value>
      objectClass: top
      objectClass: organization
      objectClass: extensibleObject
      o: sevenSeas
  </value>
</property>
</bean>

HTH,
Alex

On 10/25/07, jeffrey615 <gjds12@...> wrote:

I am using Apacheds 1.5 on Windows XP and editing the xml in Dreamweaver CS.
Once I add a new partition in the server.xml, the server will not restart.
I also tried this code on Apacheds v1.0 and had the same kind of problem.
http://www.nabble.com/file/p13419865/server.xml server.xml
--
View this message in context: http://www.nabble.com/Issues-with-basic-configuration-of-Server.xml-tf4687708.html#a13419865
Sent from the Apache Directory Project mailing list archive at Nabble.com.



Re: Issues with basic configuration of Server.xml

by jeffrey615 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah that is the xml file that I am having issues with.  Do you see any code that is not right?


Alex Karasulu-2 wrote:
Hmmm is this link to your server.xml below? My web browser kind of gave me a
little hint when I opened up
the file:

     XML Parsing Error: mismatched tag. Expected: </property>.
Location: http://www.nabble.com/file/p13419865/server.xml
Line Number 399, Column 3:</bean>
--^

You might want to check to see if your XML is valid.  I'm seeing some
ugliness here btw
in your sevenseasPartition configuration:

    <property name="contextEntry">
 <property name="contextEntry">
  <value>
      objectClass: top
      objectClass: organization
      objectClass: extensibleObject
      o: sevenSeas
  </value>
</property>
</bean>

HTH,
Alex

On 10/25/07, jeffrey615 <gjds12@comcast.net> wrote:
>
>
> I am using Apacheds 1.5 on Windows XP and editing the xml in Dreamweaver
> CS.
> Once I add a new partition in the server.xml, the server will not restart.
> I also tried this code on Apacheds v1.0 and had the same kind of problem.
> http://www.nabble.com/file/p13419865/server.xml server.xml
> --
> View this message in context:
> http://www.nabble.com/Issues-with-basic-configuration-of-Server.xml-tf4687708.html#a13419865
> Sent from the Apache Directory Project mailing list archive at Nabble.com.
>
>

Re: Issues with basic configuration of Server.xml

by Emmanuel Lecharny-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jeffrey,

I see that Alex has answered your question.

FYI, we have a users mailing list, which is the best place to send
question related to ADS usage.

Thanks for using ADS !


jeffrey615 wrote:
> I am using Apacheds 1.5 on Windows XP and editing the xml in Dreamweaver CS.
> Once I add a new partition in the server.xml, the server will not restart.
> I also tried this code on Apacheds v1.0 and had the same kind of problem.  
> http://www.nabble.com/file/p13419865/server.xml server.xml
>  


Re: Issues with basic configuration of Server.xml

by Alex Karasulu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Read my reply. Stop wasting my time.  I told you what the problem was.

Alex

On 10/26/07, jeffrey615 <gjds12@...> wrote:

Yeah that is the xml file that I am having issues with.  Do you see any code
that is not right?



Alex Karasulu-2 wrote:

>
> Hmmm is this link to your server.xml below? My web browser kind of gave me
> a
> little hint when I opened up
> the file:
>
>      XML Parsing Error: mismatched tag. Expected: </property>.
> Location: http://www.nabble.com/file/p13419865/server.xml
> Line Number 399, Column 3:</bean>
> --^
>
> You might want to check to see if your XML is valid.  I'm seeing some
> ugliness here btw
> in your sevenseasPartition configuration:
>
>     <property name="contextEntry">
>  <property name="contextEntry">
>   <value>
>       objectClass: top
>       objectClass: organization
>       objectClass: extensibleObject
>       o: sevenSeas
>   </value>
> </property>
> </bean>
>
> HTH,
> Alex
>
> On 10/25/07, jeffrey615 <gjds12@...> wrote:
>>
>>
>> I am using Apacheds 1.5 on Windows XP and editing the xml in Dreamweaver
>> CS.
>> Once I add a new partition in the server.xml, the server will not
>> restart.
>> I also tried this code on Apacheds v1.0 and had the same kind of problem.
>> http://www.nabble.com/file/p13419865/server.xml server.xml
>> --
>> View this message in context:
>> http://www.nabble.com/Issues-with-basic-configuration-of-Server.xml-tf4687708.html#a13419865
>> Sent from the Apache Directory Project mailing list archive at
>> Nabble.com.
>>
>>
>
>

--
View this message in context: http://www.nabble.com/Issues-with-basic-configuration-of-Server.xml-tf4687708.html#a13421588
Sent from the Apache Directory Project mailing list archive at Nabble.com.



Re: Issues with basic configuration of Server.xml

by Stefan Zoerner-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

jeffrey615 wrote:
> Yeah that is the xml file that I am having issues with.  Do you see any code
> that is not right?

How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html

Greetings from Hamburg,
     Stefan


Re: Issues with basic configuration of Server.xml

by Alex Karasulu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is an awesome paper - I'd love to put it on our site with a How to Ask Questions link.  Should we do that?

Alex

On 10/26/07, Stefan Zoerner <stefan@...> wrote:
jeffrey615 wrote:
> Yeah that is the xml file that I am having issues with.  Do you see any code
> that is not right?

How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html

Greetings from Hamburg,
     Stefan



Re: Issues with basic configuration of Server.xml

by Chris Custine (Apache) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

These entries are duplicated.

    <property name="contextEntry">
 <property name="contextEntry">

Chris

On 10/26/07, jeffrey615 <gjds12@...> wrote:

Yeah that is the xml file that I am having issues with.  Do you see any code
that is not right?



Alex Karasulu-2 wrote:

>
> Hmmm is this link to your server.xml below? My web browser kind of gave me
> a
> little hint when I opened up
> the file:
>
>      XML Parsing Error: mismatched tag. Expected: </property>.
> Location: http://www.nabble.com/file/p13419865/server.xml
> Line Number 399, Column 3:</bean>
> --^
>
> You might want to check to see if your XML is valid.  I'm seeing some
> ugliness here btw
> in your sevenseasPartition configuration:
>
>     <property name="contextEntry">
>  <property name="contextEntry">
>   <value>
>       objectClass: top
>       objectClass: organization
>       objectClass: extensibleObject
>       o: sevenSeas
>   </value>
> </property>
> </bean>
>
> HTH,
> Alex
>
> On 10/25/07, jeffrey615 <gjds12@...> wrote:
>>
>>
>> I am using Apacheds 1.5 on Windows XP and editing the xml in Dreamweaver
>> CS.

>> Once I add a new partition in the server.xml, the server will not
>> restart.
>> I also tried this code on Apacheds v1.0 and had the same kind of problem.
>> http://www.nabble.com/file/p13419865/server.xml server.xml
>> --
>> View this message in context:
>> http://www.nabble.com/Issues-with-basic-configuration-of-Server.xml-tf4687708.html#a13419865
>> Sent from the Apache Directory Project mailing list archive at
>> Nabble.com .
>>
>>
>
>

--
View this message in context: http://www.nabble.com/Issues-with-basic-configuration-of-Server.xml-tf4687708.html#a13421588
Sent from the Apache Directory Project mailing list archive at Nabble.com.



Re: Issues with basic configuration of Server.xml

by Stefan Zoerner-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Alex Karasulu wrote:
> This is an awesome paper - I'd love to put it on our site with a How to
> Ask Questions link.  Should we do that?

I think we should. It will hopefully reduce E-Mail traffic like this
one. I have added it here

http://directory.apache.org/community%26resources/mailing-lists-and-irc.html

Greetings,
     Stefan


Re: Issues with basic configuration of Server.xml

by Chris Custine (Apache) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
We should also have a section for "politely answering silly questions".

On 10/26/07, Alex Karasulu <akarasulu@...> wrote:
This is an awesome paper - I'd love to put it on our site with a How to Ask Questions link.  Should we do that?

Alex


On 10/26/07, Stefan Zoerner <stefan@...> wrote:
jeffrey615 wrote:
> Yeah that is the xml file that I am having issues with.  Do you see any code
> that is not right?

How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html

Greetings from Hamburg,
     Stefan




Re: Issues with basic configuration of Server.xml

by Emmanuel Lecharny-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Chris Custine wrote:
> We should also have a section for "politely answering silly questions".

After having burnt myself by answering stupidely to "stupid questions"
(or questions I thought were stupid ;), I usually don't answer them
anymore. A polite silence is much better IMHO than a blatant answer ...
But this is my own strategy, based on : "Don't try to play fool with
fools : they have a lot experience you don't have ..."

E.

Re: Issues with basic configuration of Server.xml

by Alex Karasulu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oh thanks Stefan I should of added instead of waiting for you.  Just was wondering
where to put it however you put it in the perfect place. 

Thanks again,
Alex

On 10/26/07, Stefan Zoerner <stefan@...> wrote:
Alex Karasulu wrote:
> This is an awesome paper - I'd love to put it on our site with a How to
> Ask Questions link.  Should we do that?

I think we should. It will hopefully reduce E-Mail traffic like this
one. I have added it here

http://directory.apache.org/community%26resources/mailing-lists-and-irc.html

Greetings,
     Stefan



Re: Issues with basic configuration of Server.xml

by Alex Karasulu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1 I agree with Emmanuel then we waste less time, energy and bytes in the archives.

Alex

On 10/26/07, Emmanuel Lecharny <elecharny@...> wrote:
Chris Custine wrote:
> We should also have a section for "politely answering silly questions".

After having burnt myself by answering stupidely to "stupid questions"
(or questions I thought were stupid ;), I usually don't answer them
anymore. A polite silence is much better IMHO than a blatant answer ...
But this is my own strategy, based on : "Don't try to play fool with
fools : they have a lot experience you don't have ..."

E.


Re: Issues with basic configuration of Server.xml

by jeffrey615 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry if you all think this question was stupid.  I am a medical doctor that don't have much experience with computers.  My head is wired for medicine not computers!!!  
Stefan Zoerner-2 wrote:
jeffrey615 wrote:
> Yeah that is the xml file that I am having issues with.  Do you see any code
> that is not right?

How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html

Greetings from Hamburg,
     Stefan

Re: Issues with basic configuration of Server.xml

by Alex Karasulu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/27/07, jeffrey615 <gjds12@...> wrote:

Sorry if you all think this question was stupid.  I am a medical doctor that
don't have much experience with computers.  My head is wired for medicine
not computers!!!

No it was not stupid.  It simply showed that you wanted us to do everything for you
to help you.  I spent 5-10 minutes looking at your XML (server.xml) file to give you
the answer in a reply but you totally missed it and kept asking what I think is the problem.
That's when people put their hands up and go "how much more can I help this guy."
That was 10 minutes of time I could have given to my kids instead of trying to help you
for free without any benefit.  Would you be so patient or generous?

The best advice I can give you is to hire a contractor who can do the work for you so you
can treat your patients instead of wasting time here.

Thanks,
Alex



Re: Issues with basic configuration of Server.xml

by Emmanuel Lecharny-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

jeffrey615 wrote:
> Sorry if you all think this question was stupid.  I am a medical doctor that
> don't have much experience with computers.  My head is wired for medicine
> not computers!!!  
>  
"Doctor, my leg hurts..."
"Hmmm, I think it's broken, you should go to the next hospital"
'Oh, Doctor, do you think something is wrong with my leg ?"

Pretty sure that you will ask your patient if he has also some kind of
Alzeihmer ...

This is what your mails and our answers looks like, when you read them
again.

People are pretty patient, but they don't like to be asked twice the
same thing. We work on this server for fun, on extra hours, and you can
bet that those extra hours are numerous (it's a 500 000 lines of code
beast, something you just don't write in a couple of weeks). Sometime
you will also get an harsh answer just because it's 3 am, and we are
tired trying to fix an obscure bug instead of having some rest.

The link Stefan pointed to contains many reasons why 'hackers' don't
like what they consider as 'stupid questions'. Of course, it's a
semi-humorous test, and you should not consider that hackers are always
right. We are all volunteers, and we are sometime very vocal, that's it.

Emmanuel.

> Stefan Zoerner-2 wrote:
>  
>> jeffrey615 wrote:
>>    
>>> Yeah that is the xml file that I am having issues with.  Do you see any
>>> code
>>> that is not right?
>>>      
>> How To Ask Questions The Smart Way
>> http://www.catb.org/~esr/faqs/smart-questions.html
>>
>> Greetings from Hamburg,
>>      Stefan
>>
>>
>>
>>    
> :-p:-p
>