When I try to deploy my web app, the deployment fails.. The following appears
to be the main cause of the failure. Does anybody have any idea what the
problem may be? It looks like it might have something to do with Namimg/JNDI. I
have also included the code that uses JNDI for rmi calls to EJBs
The context root did not work. It made me development set up go entirely nuts,
possibly because jboss-web tag contains multiple ejb-local-ref tags. What did
work nicely was replacing index.html in ROOT.war with a html file containing a
meta tag redirect.
View the original post :
http://www.jbo
Whoops. sorry. It's version 4.01, which has root.war under
jbossweb-tomcat50.sar. I assume the jboss-web.xml solution will work with that
version. I assume removing root.war from the location or doing the application
solution you suggest will work for 4.01. If those assumptions are incorrect,
p
What is the easiest way to direct a user who tries to get to our host away from
the "Welcome to JBoss" page?
It has been suggested that we use a virtual host, but I find the JBoss
documentation very confusing and lacking in details. Also it appears that we
would have to make changes to applicat
I'm trying to create a new entity bean for an existing application. When I
deploy I get the following error:
anonymous wrote : org.jboss.deployment.DeploymentException: Field changeDate in
prim-key-class must be of the same type.
New table sql
CREATE TABLE `projecthistory` (
| `ProjectId` i
I'm trying to create a new entity bean for an existing application. When I
deploy I get the following error:
anonymous wrote : org.jboss.deployment.DeploymentException: Field changeDate in
prim-key-class must be of the same type.
New table sql
CREATE TABLE `projecthistory` (
| `ProjectId` i
OK, I am trying to port an application from JBoss 4.0.1 to 4.2.3. I am now
getting the error:
java.lang.IllegalStateException: Cannot obtain target bean for: JuniperLNServlet
I have searched extensively for this error both on Google and the JBoss site
search function and cannot find anything. Any
I'm sure it is specific to our application. The thing is, this was working on
4.0.1 but not on 4.2.3. My guess is that there is some problem with the
configuration of the 4.2.3 server, because the application configuration files
are unchanged.
I am pretty much of a newbie with Web apps and ser
OK, I am trying to upgrade from 4.0.1 to 4.2.3. i am now getting the error:
java.lang.IllegalStateException: Cannot obtain target bean for: JuniperLNServlet
I have searched extensively for this error both on Google and the JBoss site
search function and cannot find anything. Any help would be app
When I try to deploy an application that I had running on 4.0.1 to 4.2.3 it
fails to deploy. This appears to be the root cause:
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:service=DataSourceBinding,name=MSSQLDS
State: NOTYETINSTALLED
Depends On Me:
jboss.mq:
Ok, I tried to search for the above error and the search engine for this site
just returned a ton of stuff that mostly seemed irrelevant. The anwer may have
been somwhere in the thousands of links returned, but I couldn't find it.
I am trying to bui9ld a nd deploy an application that is currentl
While setting up my jboss 4.2.3 with MySQL and testing the connection I found
an error in the code for client.jsp which is given in section 6.5 of the latest
"Getting Started" documentation. There is no closing "%>" for the tag
contianing the second scriptlet. You need to add a "%>" at the end o
update: I also tried setting the properties file as follows:
j2ee.home=C:\\jboss-4.2.3.GA
BUILD FAILED
C:\j2eetutorial14\examples\common\targets.xml:10: The j2ee.home property is not
properly set in /j2eetutorial14/examples/common/build.properties.
Set the j2ee.home property to the location of yo
I am trying to build the roster application to test my connection to MySQL and
am using this version of the getting started manual:
http://docs.jboss.org/jbossas/getting_started/v4/html/cmp.html
It gives me the following instruations:
7.1. Building the Example
The EJBs are packaged in two separ
Under conf in 6.0.1 my log4j configuration file is called log4j.xml, under the
new version the file name is jboss-log4j.xml. Is there any preference as to
which file name should be used to configure the log4j service under 4.2.3? I
assume that they should not both be in my new installation. Is t
We are having a problem with .NET clients being able to access our Web
services. This problem has been traced to a problem with the version of Axis
being usedin 4.0.1. Therefore we are looking to upgrade either to Jboss 4.2.3
or the most recent version of Glassfish.
The main reason we are cons
OK, I have a a jsf jsp pages js tag for my application that occurs in several
jsp pages:
|
|
|
|
|
|
footer.jsp has an image tag like this:
|
|
The jsp files are in a directory which is under the base directory like the
include and image files. For some r
It's the JBossAS services. I just created it as you suggested and everything is
working fine now. Thanks so much for your help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164293#4164293
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
Thanks Peter. I guess that I should have a little more specific in that I know
that it is telling me that the jboss database wasn't created. I just thought
that I might need something special in the way of tables or configuration of
the jboss database. Anyhow, i'll try just dreting the database
I'm trying to port an application that uses JBoss4.01 to my machine from my
boss's machine using the the directories my boss gave me for the IntelliJ
project and the Jboss installation that goes with it. While trying to run it I
found a a JMS problem that looks like it is related to SQL. It is d
I'm trying to port an application that uses JBoss4.01 to my machine from my
boss's machine using the the directories my boss gave me for the IntelliJ
project and the Jboss installation that goes with it. While trying to run it I
found a a JMS problem that looks like it is related to SQL. It is d
21 matches
Mail list logo