Hi,
I am trying to deploy the alfresco.war in tomcat server in a HPUX 11.23IA environment with Java 1.5.0.11. When i start the tomcat server, its giving following error messsages,
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedConstructorAccessor61.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.alfresco.repo.descriptor.DescriptorServiceImpl.initialiseLicenseService(DescriptorServiceImpl.java:352)
… 40 more
Caused by: java.lang.RuntimeException: Error during run with lock.
at org.alfresco.repo.search.impl.lucene.index.IndexInfo.doWithFileLock(IndexInfo.java:2083)
at org.alfresco.repo.search.impl.lucene.index.IndexInfo.<init>
……………..
Caused by: java.io.IOException: Not enough space (errno:12)
at sun.nio.ch.FileChannelImpl.map0(Native Method)
at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:913)
……………..
I tried with the increase of the java heap with the following java_opts, but no use.
JAVA_OPTS='-Xms512m -Xmx1024m -XX:MaxPermSize=512m'
Please can anyone help me regarding the same? Thanks in advance.
Regards,
Ambika