新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     计算机科学论坛     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> 本版讨论Semantic Web(语义Web,语义网或语义万维网, Web 3.0)及相关理论,如:Ontology(本体,本体论), OWL(Web Ontology Langauge,Web本体语言), Description Logic(DL, 描述逻辑),RDFa,Ontology Engineering等。
    [返回] 中文XML论坛 - 专业的XML技术讨论区W3CHINA.ORG讨论区 - Web新技术讨论『 Semantic Web(语义Web)/描述逻辑/本体 』 → protege-owl api 连接数据库问题 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 3354 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: protege-owl api 连接数据库问题 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     lafille 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究C++)
      文章:29
      积分:210
      门派:XML.ORG.CN
      注册:2007/5/6

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给lafille发送一个短消息 把lafille加入好友 查看lafille的个人资料 搜索lafille在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看lafille的博客楼主
    发贴心情 protege-owl api 连接数据库问题

    用protege-owl api 封装了数据,做了一个applet图形化嵌入jsp页面中,产生以下错误,不知如何解决,网上搜索了权限问题,都和这个错误不一样,高手们指点一下,谢谢!
    WARNING: Unable to load knowledgebase jdbc:mysql://localhost/protege_db
    java.security.AccessControlException: access denied (java.util.PropertyPermission transaction.level read)
     at java.security.AccessControlContext.checkPermission(Unknown Source)
     at java.security.AccessController.checkPermission(Unknown Source)
     at java.lang.SecurityManager.checkPermission(Unknown Source)
     at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
     at java.lang.System.getProperty(Unknown Source)
     at edu.stanford.smi.protege.server.ServerProperties.getDefaultTransactionIsolationLevel(Unknown Source)
     at edu.stanford.smi.protege.storage.database.RobustConnection.setupConnection(Unknown Source)
     at edu.stanford.smi.protege.storage.database.RobustConnection.<init>(Unknown Source)
     at edu.stanford.smi.protege.storage.database.DatabaseFrameDb.createConnection(Unknown Source)
     at edu.stanford.smi.protege.storage.database.DatabaseFrameDb.initialize(Unknown Source)
     at edu.stanford.smi.protegex.owl.database.OWLDatabaseKnowledgeBaseFactory.initializeKB(Unknown Source)
     at edu.stanford.smi.protege.storage.database.DatabaseKnowledgeBaseFactory.loadKnowledgeBase(Unknown Source)
     at edu.stanford.smi.protege.storage.database.DatabaseKnowledgeBaseFactory.loadKnowledgeBase(Unknown Source)
     at edu.stanford.smi.protegex.owl.database.OWLDatabaseKnowledgeBaseFactory.loadKnowledgeBase(Unknown Source)
     at edu.stanford.smi.protege.model.Project.loadDomainKB(Unknown Source)
     at edu.stanford.smi.protege.model.Project.createDomainKnowledgeBase(Unknown Source)
     at owl.OWLClassmodel.getOWLModel(OWLClassmodel.java:62)
     at prefuse.demos.TreeView.demo(TreeView.java:310)
     at prefuse.demos.applets.TreeView.init(TreeView.java:10)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
    java.security.AccessControlException: access denied (java.util.PropertyPermission transaction.level read)
     at java.security.AccessControlContext.checkPermission(Unknown Source)
     at java.security.AccessController.checkPermission(Unknown Source)
     at java.lang.SecurityManager.checkPermission(Unknown Source)
     at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
     at java.lang.System.getProperty(Unknown Source)
     at edu.stanford.smi.protege.server.ServerProperties.getDefaultTransactionIsolationLevel(Unknown Source)
     at edu.stanford.smi.protege.storage.database.RobustConnection.setupConnection(Unknown Source)
     at edu.stanford.smi.protege.storage.database.RobustConnection.<init>(Unknown Source)
     at edu.stanford.smi.protege.storage.database.DatabaseFrameDb.createConnection(Unknown Source)
     at edu.stanford.smi.protege.storage.database.DatabaseFrameDb.getCurrentConnection(Unknown Source)
     at edu.stanford.smi.protege.storage.database.DatabaseFrameDb.getFrameValuesSQL(Unknown Source)
     at edu.stanford.smi.protege.storage.database.DatabaseFrameDb.getFrameValues(Unknown Source)
     at edu.stanford.smi.protege.storage.database.ValueCachingNarrowFrameStore.loadFrameIntoCache(Unknown Source)
     at edu.stanford.smi.protege.storage.database.ValueCachingNarrowFrameStore.getValues(Unknown Source)
     at edu.stanford.smi.protegex.owl.database.DatabaseFactoryUtils.getOwlOntologyPointerInstance(Unknown Source)
     at edu.stanford.smi.protegex.owl.database.DatabaseFactoryUtils.readOWLOntologyFromDatabase(Unknown Source)
     at edu.stanford.smi.protegex.owl.database.OWLDatabaseKnowledgeBaseFactory.loadKnowledgeBase(Unknown Source)
     at edu.stanford.smi.protege.model.Project.loadDomainKB(Unknown Source)
     at edu.stanford.smi.protege.model.Project.createDomainKnowledgeBase(Unknown Source)
     at owl.OWLClassmodel.getOWLModel(OWLClassmodel.java:62)
     at prefuse.demos.TreeView.demo(TreeView.java:310)
     at prefuse.demos.applets.TreeView.init(TreeView.java:10)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
    java.security.AccessControlException: access denied (java.lang.RuntimePermission exitVM)
     at java.security.AccessControlContext.checkPermission(Unknown Source)
     at java.security.AccessController.checkPermission(Unknown Source)
     at java.lang.SecurityManager.checkPermission(Unknown Source)
     at java.lang.SecurityManager.checkExit(Unknown Source)
     at java.lang.Runtime.exit(Unknown Source)
     at java.lang.System.exit(Unknown Source)
     at prefuse.demos.TreeView.demo(TreeView.java:320)
     at prefuse.demos.applets.TreeView.init(TreeView.java:10)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)

       收藏   分享  
    顶(0)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2008/7/24 15:57:00
     
     jpz6311whu 帅哥哟,离线,有人找我吗?
      
      
      
      威望:9
      等级:研三(收到微软亚洲研究院的Offer了)(版主)
      文章:1718
      积分:10610
      门派:W3CHINA.ORG
      注册:2005/4/12

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给jpz6311whu发送一个短消息 把jpz6311whu加入好友 查看jpz6311whu的个人资料 搜索jpz6311whu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看jpz6311whu的博客2
    发贴心情 
    请楼主把程序源代码贴出来看看
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2008/7/27 13:59:00
     
     lafille 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究C++)
      文章:29
      积分:210
      门派:XML.ORG.CN
      注册:2007/5/6

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给lafille发送一个短消息 把lafille加入好友 查看lafille的个人资料 搜索lafille在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看lafille的博客3
    发贴心情 
    已经解决,使java policy的问题,斑竹jpz6311whu很热心阿,
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2008/7/28 22:41:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/10/4 17:06:00

    本主题贴数3,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    93.750ms