[Users] Soapfaultexception on client side
Sasidharan Sambasivam
ssasidharan at novell.com
Fri May 9 08:54:43 CDT 2008
Thanks brett.
After giving rwx permission to ziptie installation directory, it worked.
Thanks again,
Sasi
>>> Brett Wooldridge <bwooldridge at alterpoint.com> 5/9/2008 1:47 PM >>>
This seems like either a permissions problem or an installation problem. My guess is that it's a permissions problem, because of the error:
Caused by: java.sql.SQLException: The exception 'java.sql.SQLException: Container was opened in read-only mode.' was thrown while evaluating an expression.
Are you on linux? Ensure there is a ziptie user/group and that that user has read/write/execute permissions on everything in the ziptie installation directory:
chmod -R +rwx <ziptie_dir>
Make sure the server is stopped when you do this. Then restart the server.
-Brett
On 5/9/08 2:03 PM, "Sasidharan Sambasivam" <ssasidharan at novell.com> wrote:
Thanks Brett. Please find the server log below.
08-05-09 10:15:42,921 [HibernateActivator ] [Start Level Event Dispatcher] FATAL - Hibernate failed to start.
org.hibernate.exception.GenericJDBCException: could not get table metadata: address_set
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata(DatabaseMetadata.java:105)
at org.hibernate.cfg.Configuration.validateSchema(Configuration.java:1074)
at org.hibernate.tool.hbm2ddl.SchemaValidator.validate(SchemaValidator.java:116)
at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:317)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:915)
at org.ziptie.zap.hibernate.internal.HibernateActivator.configureHibernate(HibernateActivator.java:246)
at org.ziptie.zap.hibernate.internal.HibernateActivator.configureHibernate(HibernateActivator.java:185)
at org.ziptie.zap.hibernate.internal.HibernateActivator.start(HibernateActivator.java:96)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:252)
at org.ziptie.crates.CrateStarterElf.start(CrateStarterElf.java:270)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:181)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:207)
at org.ziptie.zap.bootstrap.internal.Activator.start(Activator.java:90)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
Caused by: java.sql.SQLException: The exception 'java.sql.SQLException: Container was opened in read-only mode.' was thrown while evaluating an expression.
at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source)
at org.apache.derby.client.am.DatabaseMetaData.getMetaDataInfoBoolean(Unknown Source)
at org.apache.derby.client.am.DatabaseMetaData.storesUpperCaseIdentifiers(Unknown Source)
at org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata(DatabaseMetadata.java:65)
... 32 more
Caused by: org.apache.derby.client.am.SqlException: The exception 'java.sql.SQLException: Container was opened in read-only mode.' was thrown while evaluating an expression.
at org.apache.derby.client.am.Statement.completeExecute(Unknown Source)
at org.apache.derby.client.net.NetStatementReply.parseEXCSQLSTTreply(Unknown Source)
at org.apache.derby.client.net.NetStatementReply.readExecuteCall(Unknown Source)
at org.apache.derby.client.net.StatementReply.readExecuteCall(Unknown Source)
at org.apache.derby.client.net.NetStatement.readExecuteCall_(Unknown Source)
at org.apache.derby.client.am.Statement.readExecuteCall(Unknown Source)
at org.apache.derby.client.am.PreparedStatement.flowExecute(Unknown Source)
at org.apache.derby.client.am.PreparedStatement.executeQueryX(Unknown Source)
at org.apache.derby.client.am.DatabaseMetaData.metaDataInfoCall(Unknown Source)
... 35 more
Caused by: org.apache.derby.client.am.SqlException: Container was opened in read-only mode.
... 44 more
08-05-09 10:15:42,925 [CrateStarterElf ] [Start Level Event Dispatcher] WARN - Error starting bundle: org.ziptie.zap.hibernate
org.osgi.framework.BundleException: Exception in org.ziptie.zap.hibernate.internal.HibernateActivator.start() of bundle org.ziptie.zap.hibernate.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:252)
at org.ziptie.crates.CrateStarterElf.start(CrateStarterElf.java:270)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:181)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:207)
at org.ziptie.zap.bootstrap.internal.Activator.start(Activator.java:90)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
Caused by: org.hibernate.exception.GenericJDBCException: could not get table metadata: address_set
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata(DatabaseMetadata.java:105)
at org.hibernate.cfg.Configuration.validateSchema(Configuration.java:1074)
at org.hibernate.tool.hbm2ddl.SchemaValidator.validate(SchemaValidator.java:116)
at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:317)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:915)
at org.ziptie.zap.hibernate.internal.HibernateActivator.configureHibernate(HibernateActivator.java:246)
at org.ziptie.zap.hibernate.internal.HibernateActivator.configureHibernate(HibernateActivator.java:185)
at org.ziptie.zap.hibernate.internal.HibernateActivator.start(HibernateActivator.java:96)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
... 21 more
Caused by: java.sql.SQLException: The exception 'java.sql.SQLException: Container was opened in read-only mode.' was thrown while evaluating an expression.
at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source)
at org.apache.derby.client.am.DatabaseMetaData.getMetaDataInfoBoolean(Unknown Source)
at org.apache.derby.client.am.DatabaseMetaData.storesUpperCaseIdentifiers(Unknown Source)
at org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata(DatabaseMetadata.java:65)
... 32 more
Caused by: org.apache.derby.client.am.SqlException: The exception 'java.sql.SQLException: Container was opened in read-only mode.' was thrown while evaluating an expression.
at org.apache.derby.client.am.Statement.completeExecute(Unknown Source)
at org.apache.derby.client.net.NetStatementReply.parseEXCSQLSTTreply(Unknown Source)
at org.apache.derby.client.net.NetStatementReply.readExecuteCall(Unknown Source)
at org.apache.derby.client.net.StatementReply.readExecuteCall(Unknown Source)
at org.apache.derby.client.net.NetStatement.readExecuteCall_(Unknown Source)
at org.apache.derby.client.am.Statement.readExecuteCall(Unknown Source)
at org.apache.derby.client.am.PreparedStatement.flowExecute(Unknown Source)
at org.apache.derby.client.am.PreparedStatement.executeQueryX(Unknown Source)
at org.apache.derby.client.am.DatabaseMetaData.metaDataInfoCall(Unknown Source)
... 35 more
Caused by: org.apache.derby.client.am.SqlException: Container was opened in read-only mode.
... 44 more
08-05-09 10:15:42,926 [CrateStarterElf ] [Start Level Event Dispatcher] DEBUG - start bundle: org.ziptie.zap.metro
08-05-09 10:15:42,926 [CrateStarterElf ] [Start Level Event Dispatcher] DEBUG - start bundle: org.ziptie.zap.pax-web
08-05-09 10:15:42,928 [PaxActivator ] [Start Level Event Dispatcher] INFO - ZipTie-PAX deployer starting...
08-05-09 10:15:42,972 [PaxActivator ] [Start Level Event Dispatcher] INFO - Discovered filter org.ziptie.zap.metro.ZThreadContextFilter
08-05-09 10:15:42,981 [ZwsServlet ] [Start Level Event Dispatcher] DEBUG - ZwsServlet initializing.
08-05-09 10:15:43,882 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'nilsettings'
08-05-09 10:15:43,954 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'update'
08-05-09 10:15:43,998 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'adapters'
08-05-09 10:15:44,079 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'configstore'
08-05-09 10:15:44,079 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'configsearch'
08-05-09 10:15:44,144 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'networks'
08-05-09 10:15:44,411 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'devices'
08-05-09 10:15:44,411 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'devicetags'
08-05-09 10:15:44,411 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'devicesearch'
08-05-09 10:15:44,556 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'credentials'
08-05-09 10:15:44,607 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'plugins'
08-05-09 10:15:44,777 [ZwsServlet ] [Start Level Event Dispatcher] INFO - Discovered web service 'scheduler'
08-05-09 10:15:44,778 [PaxActivator ] [Start Level Event Dispatcher] INFO - Discovered servlet org.ziptie.zap.metro.ZwsServlet
08-05-09 10:15:44,781 [PaxActivator ] [Start Level Event Dispatcher] INFO - Discovered filter org.ziptie.zap.security.ZHttpContext
08-05-09 10:15:44,793 [PaxActivator ] [Start Level Event Dispatcher] INFO - Discovered servlet org.ziptie.zap.atom.internal.AtomFeedServlet
08-05-09 10:15:44,795 [PaxActivator ] [Start Level Event Dispatcher] INFO - Discovered servlet org.ziptie.adapters.ws.AdapterServlet
08-05-09 10:15:44,797 [PaxActivator ] [Start Level Event Dispatcher] INFO - Discovered servlet org.ziptie.provider.update.internal.UpdateServlet
08-05-09 10:15:44,799 [PaxActivator ] [Start Level Event Dispatcher] INFO - Discovered servlet org.ziptie.provider.tools.ScriptToolResourceServlet
08-05-09 10:15:44,801 [PaxActivator ] [Start Level Event Dispatcher] INFO - Discovered servlet org.ziptie.provider.tools.PluginDetailServlet
08-05-09 10:15:44,801 [PaxActivator ] [Start Level Event Dispatcher] INFO - ZipTie-PAX deployer startup complete.
08-05-09 10:15:44,802 [CrateStarterElf ] [Start Level Event Dispatcher] DEBUG - start bundle: org.ziptie.zap.security
08-05-09 10:15:44,804 [CrateStarterElf ] [Start Level Event Dispatcher] DEBUG - start bundle: org.ziptie.net
08-05-09 10:15:45,193 [CrateStarterElf ] [Start Level Event Dispatcher] DEBUG - start bundle: org.ziptie.net.servers
08-05-09 10:15:45,204 [TFTPServer ] [Start Level Event Dispatcher] INFO - TFTP server listening at address: 0.0.0.0, port: 11069.
08-05-09 10:15:45,208 [TFTPServer ] [Start Level Event Dispatcher] DEBUG - Opened selector.
08-05-09 10:15:45,212 [NetServerActivator ] [Start Level Event Dispatcher] INFO - TFTP server started.
08-05-09 10:15:45,236 [PropertiesUserManager ] [Start Level Event Dispatcher] FATAL - PropertiesUserManager.configure()
java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at org.apache.ftpserver.usermanager.PropertiesUserManager.configure(PropertiesUserManager.java:76)
at org.apache.ftpserver.FtpConfigImpl.createComponent(FtpConfigImpl.java:116)
at org.apache.ftpserver.FtpConfigImpl.<init>(FtpConfigImpl.java:81)
at org.ziptie.net.servers.NetServerActivator.startFtpd(NetServerActivator.java:95)
at org.ziptie.net.servers.NetServerActivator.start(NetServerActivator.java:47)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:252)
at org.ziptie.crates.CrateStarterElf.start(CrateStarterElf.java:270)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:181)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:207)
at org.ziptie.zap.bootstrap.internal.Activator.start(Activator.java:90)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
08-05-09 10:15:45,237 [NetServerActivator ] [Start Level Event Dispatcher] ERROR - FTP start failed.
java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at org.apache.ftpserver.usermanager.PropertiesUserManager.configure(PropertiesUserManager.java:76)
at org.apache.ftpserver.FtpConfigImpl.createComponent(FtpConfigImpl.java:116)
at org.apache.ftpserver.FtpConfigImpl.<init>(FtpConfigImpl.java:81)
at org.ziptie.net.servers.NetServerActivator.startFtpd(NetServerActivator.java:95)
at org.ziptie.net.servers.NetServerActivator.start(NetServerActivator.java:47)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:252)
at org.ziptie.crates.CrateStarterElf.start(CrateStarterElf.java:270)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:181)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:207)
at org.ziptie.zap.bootstrap.internal.Activator.start(Activator.java:90)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
08-05-09 10:15:45,237 [CrateStarterElf ] [Start Level Event Dispatcher] DEBUG - start bundle: org.ziptie.adapters
08-05-09 10:15:46,148 [Activator ] [Start Level Event Dispatcher] WARN - chmod of plink executable returned 1
08-05-09 10:15:46,150 [CrateStarterElf ] [Start Level Event Dispatcher] DEBUG - start bundle: org.ziptie.adapters.ws
08-05-09 10:15:46,154 [AdaptersWsActivator ] [Start Level Event Dispatcher] INFO - Adapters Web Service Provider starting...
08-05-09 10:15:46,155 [NilSettingsProvider ] [Start Level Event Dispatcher] DEBUG - Properties file for storing NIL-specific settings '/home/ziptie/ziptie-server/osgi-config/network/nilSettings.properties' does not exist ... creating it.
08-05-09 10:15:46,155 [NilSettingsProvider ] [Start Level Event Dispatcher] DEBUG - IOException while attempting to create the NIL-specific properties file located at'/home/ziptie/ziptie-server/osgi-config/network/nilSettings.properties'!
java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at org.ziptie.adapters.ws.NilSettingsProvider.<init>(NilSettingsProvider.java:106)
at org.ziptie.adapters.ws.internal.AdaptersWsActivator.start(AdaptersWsActivator.java:76)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:252)
at org.ziptie.crates.CrateStarterElf.start(CrateStarterElf.java:270)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:181)
at org.ziptie.crates.CrateStarterElf.activateBundles(CrateStarterElf.java:207)
at org.ziptie.zap.bootstrap.internal.Activator.start(Activator.java:90)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
Thanks,
sasi
>>> Brett Wooldridge <bwooldridge at alterpoint.com> 5/8/2008 8:26 PM >>>
There should be errors in the server log as well (ziptieServer.log in your server installation directory). I can tell from this error that our database provider failed to start for some reason. If you can check the server log and post the first occurrences of exceptions you find there, it will help us narrow down where the problem is. There is probably a whole string of exceptions following the first few, you don't need to post all of them.
-Brett
_______________________________________________
Users mailing list
Users at ziptie.org
http://mailman.ziptie.org/listinfo/users
More information about the Users
mailing list