You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "yakup korkmaz (JIRA)" <ji...@apache.org> on 2009/09/03 09:33:32 UTC

[jira] Created: (DIRSERVER-1408) can not start Apache Directory Server as service

can not start Apache Directory Server as service
------------------------------------------------

                 Key: DIRSERVER-1408
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 1.5.5
         Environment: Microsoft XP and also Vista Home Premium
            Reporter: yakup korkmaz
            Priority: Critical


Hi community,

I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;

ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
INFO   | jvm 1    |
 2009/09/03 09:43:43 | or the build to have resulted in this exception.

i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?

thanks,

Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750965#action_12750965 ] 

Emmanuel Lecharny commented on DIRSERVER-1408:
----------------------------------------------

Did you installed the server from a downloaded binary, or did you built the server from trunk ?

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-1408.
----------------------------------------

    Resolution: Fixed

Seems to wok on our tests. Closed

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750863#action_12750863 ] 

Emmanuel Lecharny commented on DIRSERVER-1408:
----------------------------------------------

Which Java version are you using ?

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803313#action_12803313 ] 

Emmanuel Lecharny commented on DIRSERVER-1408:
----------------------------------------------

Any status for this issue ?

Is someone able to reproduce it on XP and Vista ?

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "yakup korkmaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751470#action_12751470 ] 

yakup korkmaz commented on DIRSERVER-1408:
------------------------------------------

You are right, it worked that way. I mean, i downloaded the Apacheds zip file, extract it and start the .bat file. Then checked the .log file, there were just 2 warning messages same as the log message above, but this time there were no error and exception messages, it means, it is started.

Actually, i first installed Apache Directory Suite and created a server inside it. But server, which was actually apacheDS, could not be started, after having this problem i installed the apacheDS as a standalone application to check. Then i realised it could not be started also a windows service. It was why i started a thread here.

So, is it possible to have the not the embedded apacheds but the one i extracted from zip file, working as a ldap server in apache directory suite? or is it possible to use other servers like openLDAP as a ldap server for the apache directory suite?

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "yakup korkmaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750960#action_12750960 ] 

yakup korkmaz commented on DIRSERVER-1408:
------------------------------------------

i checked the log directory and there is only one log file, apacheds-rolling.log, full error and exception messages in the log file are as seen below;


[11:37:31] WARN [org.apache.directory.server.schema.registries.DefaultOidRegistry] - OID for name 'ditContentRules' was not found within the OID registry
[11:37:31] WARN [org.apache.directory.server.schema.registries.DefaultOidRegistry] - OID for name 'ditContentRules' was not found within the OID registry
[11:37:31] ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
or the build to have resulted in this exception.
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
	at org.apache.xbean.spring.context.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:149)
	at org.apache.xbean.spring.context.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:48)
	at org.apache.directory.server.Service.initLdap(Service.java:113)
	at org.apache.directory.server.Service.init(Service.java:78)
	at org.apache.directory.daemon.Bootstrapper.callInit(Bootstrapper.java:154)
	at org.apache.directory.daemon.TanukiBootstrapper.start(TanukiBootstrapper.java:54)
	at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788)
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
or the build to have resulted in this exception.
	at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
	... 20 more
Caused by: java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
or the build to have resulted in this exception.
	at org.apache.directory.server.core.DefaultDirectoryService.<init>(DefaultDirectoryService.java:357)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
	... 22 more
Caused by: javax.naming.NamingException [Root exception is javax.naming.directory.NoSuchAttributeException: OID for name 'ditContentRules' was not found within the OID registry]
	at org.apache.directory.server.core.DefaultDirectoryService.<init>(DefaultDirectoryService.java:355)
	... 27 more
Caused by: javax.naming.directory.NoSuchAttributeException: OID for name 'ditContentRules' was not found within the OID registry
	at org.apache.directory.server.schema.registries.DefaultOidRegistry.getOid(DefaultOidRegistry.java:146)
	at org.apache.directory.server.schema.registries.DefaultAttributeTypeRegistry.lookup(DefaultAttributeTypeRegistry.java:186)
	at org.apache.directory.server.schema.bootstrap.AbstractBootstrapProducer$BootstrapObjectClass.getMayList(AbstractBootstrapProducer.java:583)
	at org.apache.directory.server.schema.registries.DefaultRegistries.resolve(DefaultRegistries.java:447)
	at org.apache.directory.server.schema.registries.DefaultRegistries.resolve(DefaultRegistries.java:440)
	at org.apache.directory.server.schema.registries.DefaultRegistries.checkRefInteg(DefaultRegistries.java:191)
	at org.apache.directory.server.core.DefaultDirectoryService.<init>(DefaultDirectoryService.java:351)
	... 27 more


> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750983#action_12750983 ] 

Emmanuel Lecharny commented on DIRSERVER-1408:
----------------------------------------------

You might have another JVM installed on your computer. Can you check that?

Otherwise, maybe a limited memory can also be the cause of your problem, or not enough rights to write on disk.

FYI, I have installed ADS 1.5.5 on a Vista computer, works like a charm.

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750938#action_12750938 ] 

Stefan Seelmann commented on DIRSERVER-1408:
--------------------------------------------

Are there more logs in C:\Program Files\Apache Directory Server\instances\default\log ?



> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750884#action_12750884 ] 

Stefan Seelmann commented on DIRSERVER-1408:
--------------------------------------------

I tested it here with Sun JDK 6 Update 12 on Windows XP SP 3 (all 32-bit) and it works.

Was there an older version of ApacheDS installed in C:/Program%20Files/Apache%20Directory%20Server? Maybe there is an old server.xml?


> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803710#action_12803710 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1408:
---------------------------------------------------

Hi Emmanuel,

I just installed it on Windows 7 and XP.
Both installations went fine and the server is running...

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "yakup korkmaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750869#action_12750869 ] 

yakup korkmaz commented on DIRSERVER-1408:
------------------------------------------

JRE 6 Update 15

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "yakup korkmaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750932#action_12750932 ] 

yakup korkmaz commented on DIRSERVER-1408:
------------------------------------------

actually i installed only latest version, i did not have any other apacheds installed in my computer. i am not sure if it is because our office's security configurations but i tried it in two different computers here in the office and i got the same error.

i installed also the latest jre which is java 6 update 16, but still have the same problem. Below is the related entries with the problem in apacheds.conf, is everything ok with them, may be there are some configuration changes needed to be applied?

# Application parameters.  Add parameters as needed starting from 1
wrapper.app.parameter.1="%APACHEDS_HOME%"
wrapper.app.parameter.2=org.apache.directory.server.Service
wrapper.app.parameter.3="%INSTANCE_HOME%/%INSTANCE%/conf/server.xml"

i have no clue and found also nothing in internet, i think i am the only one experiencing this problem:)? any help or suggestion will be appreciated,

thanks

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "yakup korkmaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750968#action_12750968 ] 

yakup korkmaz commented on DIRSERVER-1408:
------------------------------------------

i installed the server from the binary file, setup.exe

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751035#action_12751035 ] 

Stefan Seelmann commented on DIRSERVER-1408:
--------------------------------------------

This is really strange.

Maybe a pragmatic workaround: You could download ApacheDS as zip archive, just extract it and start apacheds.bat from command line.


> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1408) can not start Apache Directory Server as service

Posted by "yakup korkmaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751013#action_12751013 ] 

yakup korkmaz commented on DIRSERVER-1408:
------------------------------------------

if you mean jre's installed by JVM, i checked the java folder in program files and there were two folders inside, jre6 and jre_1.06. Then deleted the older one and left only jre6 folder there. but then again i tried to start the ADS but got the same problem.

actually, i have 2 gb memory and i checked it in the task manager and saw that there is 1,30 Gb physical memory available.

i have all the rights as far as i know in my computer, i didnot encounter any problems before related to the rights to write on disk. Could it be that a anti-virus or firewall software causes this problem by denying a write request on disk?

i am not sure if i could get a solution because it seems that i am the only one having this problem, but thanks for all your comments and suggestions so far.

> can not start Apache Directory Server as service
> ------------------------------------------------
>
>                 Key: DIRSERVER-1408
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1408
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>         Environment: Microsoft XP and also Vista Home Premium
>            Reporter: yakup korkmaz
>            Priority: Critical
>
> Hi community,
> I installed the Apache Directory Server 1.5.5, but after the installation i can not start the ApacheDS as a service in Windows. Below you can find the error message from the wrapper.log;
> ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on null.init(InstallationLayout, String[])
> INFO   | jvm 1    | 2009/09/03 09:43:43 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'directoryService' defined in URL [file:/C:/Program%20Files/Apache%20Directory%20Server/instances/default/conf/server.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.directory.server.core.DefaultDirectoryService]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Something has got to be severely wrong with the core packaging
> INFO   | jvm 1    |
>  2009/09/03 09:43:43 | or the build to have resulted in this exception.
> i have no idea what causes this exception but i tried to install it to another computer and got the same error message. My OS is Xp and other computer's is Vista, but i couldnot start it in both computers. But interesting thing is, i didn't see anything about it in forums, am i the first one having this problem or do i miss something?
> thanks,
> Yakup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.