Hello, Thierry;  Make sure your password has been saved by going to the TopBraid EVN Configuration Parameters page, enter the SDB password. and click 'Save'.

-- Scott

On 4/8/2014, 7:52 AM, Thierry VEBR wrote:

Hello,

I run TBL 4.3.0 et I have a small problem when deploying some of my projects on this server.

When I try to deploy a project importing a graph located in another project of the server, the project works fine.

BUT I noticed that when I restart Tomcat services, I’ve got the following error message in TBL Log :

----------------------------------------------------------------------------------

ENTRY org.topbraidlive.server 2 0 2014-04-08 14:38:45.857

!MESSAGE Secure storage unlock password requested before initialization

 

!ENTRY org.topbraid.core 2 0 2014-04-08 14:38:45.872

!MESSAGE Failed to import urn:x-evn-master:KIM_model

!STACK 0

java.io.IOException: org.topbraid.spin.sparqlmotion.modules.SMException: Failed to retrieve password for the database from secure storage

        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.topbraid.spin.util.ExceptionUtil.throwDeepCauseChecked(ExceptionUtil.java:94)

        at org.topbraid.core.registry.IFileGraphSource.loadSpecialGraph(IFileGraphSource.java:52)

        at org.topbraid.core.registry.GraphSource.loadGraph(GraphSource.java:77)

        at org.topbraid.core.io.IO.loadAndRegister(IO.java:320)

        at org.topbraid.core.io.IO.load(IO.java:292)

        at org.topbraid.core.io.IO.loadImports(IO.java:694)

        at org.topbraid.core.io.IO.loadImports(IO.java:365)

        at org.topbraid.sparqlmotion.services.Services.inspectFile(Services.java:122)

        at org.topbraid.sparqlmotion.services.Services.access$1(Services.java:108)

        at org.topbraid.sparqlmotion.services.Services$1.visit(Services.java:305)

        at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:106)

        at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:65)

        at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:82)

        at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:86)

        at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:120)

        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:75)

        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:104)

        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:88)

        at org.topbraid.sparqlmotion.services.Services.populate(Services.java:297)

        at org.topbraid.sparqlmotion.services.ServiceRegistry.ensureInited(ServiceRegistry.java:45)

        at org.topbraid.sparqlmotion.services.ServiceRegistry.init(ServiceRegistry.java:84)

        at org.topbraid.sparqlmotion.PluginActivator.activate(PluginActivator.java:26)

        at org.topbraid.core.activator.PluginActivators.activateAll(PluginActivators.java:73)

        at org.topbraid.core.TBPersonality.callPluginActivators(TBPersonality.java:332)

        at org.topbraid.core.TBPersonality.init(TBPersonality.java:325)

        at org.topbraidlive.admin.AbstractTBLPersonality.init(AbstractTBLPersonality.java:54)

        at org.topbraidlive.servletbridge.osgi.TBLorEVNPersonality.init(TBLorEVNPersonality.java:150)

        at org.topbraid.core.TB.<clinit>(TB.java:137)

        at org.topbraidlive.servletbridge.osgi.TBLBridgePlugin.start(TBLBridgePlugin.java:20)

        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)

        at java.security.AccessController.doPrivileged(Native Method)

        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389)

        at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1130)

        at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.resumeBundles(PackageAdminImpl.java:316)

        at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta(PackageAdminImpl.java:555)

        at org.eclipse.osgi.framework.internal.core.PackageAdminImpl.doResolveBundles(PackageAdminImpl.java:251)

        at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run(PackageAdminImpl.java:173)

        at java.lang.Thread.run(Unknown Source)

Caused by: org.topbraid.spin.sparqlmotion.modules.SMException: Failed to retrieve password for the database from secure storage

        at org.topbraid.sparqlmotion.securestorage.AbstractAuthenticationSMModule.getPassword(AbstractAuthenticationSMModule.java:21)

        at org.topbraid.sdb.graph.AbstractSDBModule.getSDBDescriptionFromConfig(AbstractSDBModule.java:33)

        at org.topbraid.sdb.graph.ImportSDBModule.createGraph(ImportSDBModule.java:24)

        at org.topbraid.spin.sparqlmotion.modules.AbstractSMModule.getRDFOutput(AbstractSMModule.java:863)

        at org.topbraid.spin.sparqlmotion.engine.impl.ExecutionEngineImpl.executeModule(ExecutionEngineImpl.java:178)

        at org.topbraid.spin.sparqlmotion.engine.impl.ExecutionEngineImpl.execute(ExecutionEngineImpl.java:120)

        at org.topbraid.sparqlmotion.util.AbstractSMGraphStore.getGraph(AbstractSMGraphStore.java:246)

        at org.topbraid.sparqlmotion.database.DatabaseGraphStore.getDelegateGraphFromFile(DatabaseGraphStore.java:69)

        at org.topbraid.sparqlmotion.database.DatabaseRegistry$1.create(DatabaseRegistry.java:29)

        at org.topbraid.sparqlmotion.database.DatabaseRegistry$1.create(DatabaseRegistry.java:1)

        at org.topbraid.javax.util.ConcurrentCreateWeakValueMapEx.getOrCreate(ConcurrentCreateWeakValueMapEx.java:71)

        at org.topbraid.sparqlmotion.database.DatabaseGraphStore.getGraph(DatabaseGraphStore.java:85)

        at org.topbraid.sparqlmotion.util.AbstractSMGraphStore.load(AbstractSMGraphStore.java:276)

        at org.topbraid.core.registry.IFileGraphSource.graphStoreLoad(IFileGraphSource.java:78)

        at org.topbraid.core.registry.IFileGraphSource.loadSpecialGraph(IFileGraphSource.java:46)

        ... 39 more

Caused by: org.topbraid.securestorage.SecureStorageAccessException: Password not found for EVN_DEV_SQL@jdbc:sqlserver://VS-KIM-SQL-DEV1.main.oecd.org:1433;databaseName=KIMstore

        at org.topbraid.securestorage.impl.SecureStorageImpl.retrieveFromPrompt(SecureStorageImpl.java:158)

        at org.topbraid.securestorage.impl.SecureStorageImpl.retrieve(SecureStorageImpl.java:128)

        at org.topbraid.securestorage.impl.SecureStorageImpl.retrieve(SecureStorageImpl.java:102)

        at org.topbraid.sparqlmotion.securestorage.AbstractAuthenticationSMModule.getPassword(AbstractAuthenticationSMModule.java:19)

        ... 53 more

----------------------------------------------------------------------------------

Once again it does not prevent me to use my project, but I would like to know why the message shows up.

The secure storage located in C:\.eclipse\org.eclipse.equinox.security seems OK, as all my TBL projects are using it.

Anybody has any idea ?

Thanks for your help.

Thierry Vebr

OECD.

--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to