`
b612
  • 浏览: 6825 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

Cannot instantiate class: org.jnp.interfaces.Namin

阅读更多

 EJB异常:Cannot instantiate class: org.jnp.interfaces.NamingContextFactory 收藏
EJB异常:Cannot instantiate class:org.jnp.interfaces.NamingContextFactory
如出现以下异常:

Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]

请查看是否将JBOSS_Home下client文件夹中的所有jar包都导入到了项目工程中。

 

实际上,在classpath內,加上%JBoss Home%clientjbossall-client.jar就可以了

分享到:
评论

相关推荐

    myclipse+jboss+ejbStateless

    <br> 测试代码完成测试 <br> 报错:Cannot instantiate class: org.jnp.interfaces.NamingContextFactory <br> 添加 引用 <br>继续报错是因为JNDI访问名称错误,也是用了原来的那个了。哈哈。...

    解决SpringDataJPA报错:org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null w

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/...

    Tomcate移植到webLogic问题及解决方法

    org.springframework.orm.hibernate3.HibernateQueryException:ClassNotFoundException:org.hibernate.hql.ast.HqlToken [SELECT ztId,ztCname FROM AzyZtEntity WHERE ztEflg=0]; nested exception is org....

    解决MyEclipse下开发Struts异常:org.apache.struts.taglib.bean.CookieTei.doc 下载

    在本篇文章中,我们将深入探讨如何解决在MyEclipse环境下开发Struts应用时遇到的一个常见问题:“org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib...

    org.hibernate.HibernateException: No Hibernate Session bound to thread

    Hibernate Session 绑定线程解决方案 在 Java web 开发中, Hibernate 是一个非常流行的 ORM(Object-Relational Mapping)框架,用于将 Java 对象映射到关系数据库中。然而,在使用 Hibernate 进行数据库操作时,...

    Maven解决jar冲突调试步骤

    nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.topsec.tbm.web.auth.TbmRealm]: Constructor threw exception; nested exception is Java....

    FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeExcepti

    FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient 解决方法 ...

    HIbernate4.3.6整合c3p0所需jar

    Caused by: org.hibernate.HibernateException: Could not instantiate connection provider [org.hibernate.connection.C3P0ConnectionProvider] at org.hibernate.engine.jdbc.connections.internal....

    Hive中查看数据库,查看表的时候报错

    一、hive版本验证,FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata....解决方法 ...

    richfaces_erro

    richfaces_erro 正在建立中 调试当中 严重: Cant instantiate class: org.ajax4jsf.application.AjaxStateManager. java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl....

    spring-amqp-java-8:在 Java 8 上运行的示例项目

    Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.core.Queue]: Factory method 'clientQueue' threw exception; nested exception is org....

    wast-loader:将.wat.wast文件编译为可与WebAssembly.instantiate()一起使用的WebAssembly二进制文件的webpack加载器

    Webpack加载器,用于从.wat或.wast文件加载WebAssembly s表达式加载程序将编译后的.wasm作为缓冲区返回,可以传递给WebAssembly.compile()或WebAssembly.instantiate()安装 npm install --save-dev wast-loader...

    Android代码-WsManager

    WsManager A library that simplifies the use of OkHttp Websocket. ...Instantiate a WsManager object: OkHttpClient okHttpClient = new OkHttpClient().newBuilder() .pingInterval(15, TimeUnit.SECONDS)

    ar.com.tadp.xml.rinzo

    在软件开发领域,XML(Extensible Markup Language)作为一种数据交换格式,被广泛应用于配置文件、数据存储和网络通信等领域。Eclipse作为一款强大的开源集成开发环境(IDE),提供了丰富的插件支持,以增强其功能...

    jain sip 入门

    标题:"Jain SIP入门" 描述:"本文档旨在详细介绍Jain SIP的基础知识,为开发者提供一个全面的入门指南。" 标签:"SIP" 部分内容摘要:"Jain SIP是标准化的Java接口,用于实现桌面和服务器应用程序中的会话发起...

    最新二级缓存memcached,支持hibernate4

    解决目前memcached不支持hibernate4的缺陷,hibernate配置<property name="hibernate.cache.region.factory_class">com.googlecode.hibernate.memcached.MemcachedRegionFactory</property>

    java.lang.NoClassDefFoundError错误解决办法

    1. 对应的Class在java的classpath中不可用 2. 你可能用jar命令运行你的程序,但类并没有在jar文件的manifest文件中的classpath属性中定义 3. 可能程序的启动脚本覆盖了原来的classpath环境变量 4. 因为...

    springAOP demo 带错误解决文档

    nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator]: ...

    api-client-js:drush.ioJavaScript API客户端

    // Instantiate the API client using an API token from an environment variable. var DrushIOClient = require ( '@drush-io/api-client' ) , client = new DrushIOClient ( process . env . DRUSHIO_API_TOKEN ...

Global site tag (gtag.js) - Google Analytics