Thanks. Shouldn't this be included in the JBoss distribution's classpath?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075071#4075071
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075071
___
While deploying, I'm getting this error.
Caused by: javax.management.InstanceNotFoundException:
jboss.aop:service=AspectManager is not registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:527)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.jav
Thank you. The runtime exception no longer occurs.
I am seeing a new error, but this may be a NetBeans plugin issue:
Caused by: javax.management.InstanceNotFoundException:
jboss.aop:service=AspectManager is not registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMB
When deploying a web application that has a data source, there is a
runtime error:
java.lang.RuntimeException: mapped-name is required for jdbc/TRAVEL_ApacheDerby
of deployment WebApplication374.war
Is mapped-name supposed to be declared in jms-ds.xml ?
My jms-ds.xml file contains
-
-
When I open the JBoss console the left pane is blank.
This happens with JBoss 5 beta2 or JBoss 4.04.
There's an error message at the bottom of the console - class
not found error.
When I view the Java console the exception (see below)
What's wrong, an installation problem?
I'm using JDK 1.5.0_12
When I open the JBoss console the left pane is blank.
This happens with JBoss 5 beta2 or JBoss 4.04.
There's an error message at the bottom of the console - class
not found error.
When I view the Java console the exception (see below)
What's wrong, an installation problem?
I'm using JDK 1.5.0_12
In my J2EE application, I'm unable to create a datasource.
The JNDI name I provide is APP_ApacheDerby
but creating this fails.
Could this be syntax problem in that the "_" underscore character
is invalid ?
Thanks,
John
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
Any exceptions in the $userdir/var/log/messages.log?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040720#4040720
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040720
___
Make sure you copy the postgresql-8.2-504.jdbc3.jar to the
server\default\lib folder
John
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025176#4025176
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025176
__
Works for me using the following:
* Driver location:
o http://jdbc.postgresql.org/
* Driver version:
o 8.2-504.jdbc3
* Driver jar files:
o postgresql-8.2-504.jdbc3.jar
* Driver classname:
o org.postgresql.Driver
* URL format:
10 matches
Mail list logo