[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error on Jboss 4.2.2

2008-07-03 Thread amitsh
Thanks a lot Peter !!!

I will take in jbossws forum 

Regards
Amit Sharma

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4162304#4162304

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162304
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error on Jboss 4.2.2

2008-07-02 Thread amitsh
HI Peter,

I have able to have my application running, thanks for your valuable 
suggestions.
I had missed to include jboss-hibernate.deployer which we had in jboss4.0.2 
into jboss-4.2.2 custom servers.

The only problem that remains is Web service. As Jboss 4.0.2 had 
jboss-ws4ee.sar  and this has been replaced with jbossws.sar in Jboss-4.2.2.
I have been looking for details as to do have to do some modification to use 
jbossws or we can still use jboss-ws4ee instead of jbossws.sar in jboss4.2.2.

Please let me know if have some details about this.

Thanking you in advance.

Regards
Amit Sharma


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4162012#4162012

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162012
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error on Jboss 4.2.2

2008-07-02 Thread PeterJ
I have only used the new JAX-WS based web services as offered in 4.2.x, I never 
used web services before that. I do not know if you can bring your web services 
forward, or if you will have to reimplement them. You will, at minimum, 
probably have to regenerate the stubs using wstools. You might ask about this 
in the Web Services forum: 
http://www.jboss.com/index.html?module=bbop=viewforumf=200

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4162122#4162122

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162122
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error on Jboss 4.2.2

2008-07-01 Thread jaikiran
anonymous wrote : Now just to start I just followed the build process which 
creates the servers for me inside jboss-4.2.2/server folder. 

Are you sure the server configurations are being created correctly? How do you 
do it through the build process? Just copy from default configuration?

anonymous wrote : Caused by: java.lang.NoClassDefFoundError: 
org/jboss/xml/binding/ObjectModelFactory

Looks like you are missing some jboss related jar file from the classpath of 
the server configuration you created ( D:\server\jboss-4.2.2\server\Business)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161724#4161724

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161724
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error on Jboss 4.2.2

2008-07-01 Thread amitsh
Hi Jaikiran,

Thanks for the prompt reply.

Before I try what you suggested ... I have some query.

Our application has jboss/deploy , jboss/conf etc as part of our codebase (that 
 is whatever minimal that is required is there, and as far as I have info it is 
from default jboss server only). Now using these files we have an ant script 
which creates the server for us inside Jboss/server folder. 

Now the query that I have does jboss-4.2.2 have any compatibility issue. (i.e. 
server created by my build process presently has default server setting from 
Jboss-4.0.2

If some one can give some direction on as what are changes in the Jboss 4.2.2 
architechture compared jboss-4.0.2

Regards
Amit 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161784#4161784

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161784
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error on Jboss 4.2.2

2008-07-01 Thread PeterJ
How are you creating the new server configuration? A straight copy from 
server/default to server/Business? What configuration files are you changing?

Use the windiff tool (one of the support tools provided with XP) to get a 
listing of the files that have been renamed or moved (there are many). Or it 
might be easier to look at your ant script to see what files it is attempting 
to modify, and look at where they are in 4.2.2. We can help you on specific 
files that you might have trouble finding.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161829#4161829

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161829
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error on Jboss 4.2.2

2008-07-01 Thread amitsh
Thanks Peter,

I already Did what you are suggesting :-). 
now this is what I did I manually created two server from Default server 
provided in jboss. Then as we do in for our application I did the modification 
to the jboss services xml file and pointed to the bindings.xml file. 

I was able to start both server simultaneously with some other minor changes.

But After success of this I deployed the application as we do in our 
application and have added the required libraries. Now when I start server I am 
unable run my application.
FYI we are using EJB 2 (Session Beans) and Hibernate 3 which is part of the 
business layer and this resides in one server. We then have struts 1.x and this 
is part of other server.

Please let me know if we have to some other configuration to work with ejb2 on 
jboss 4.2.2

I dont have stack trace with me at this moment.

Please let me know if you see some issue

Thanks
Amit

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161869#4161869

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161869
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error on Jboss 4.2.2

2008-07-01 Thread PeterJ
anonymous wrote :  Now when I start server I am unable run my application. 

We really need to see a stack trace or more info on what you mean by unable to 
run before we could even guess at what the issue is.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4161883#4161883

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161883
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error starting Jboss 4.2.2 GA on ubuntu 7.0.4 fiesty

2008-04-22 Thread jaikiran
anonymous wrote : Caused by: java.lang.RuntimeException: Exception creating 
identity: nisarg-desktop: nisarg-desktop 
Probably something wrong with the contents of your etc/hosts file. See these 
posts for details:

http://www.jboss.com/index.html?module=bbop=viewtopicp=4116927#4116927

http://www.jboss.com/index.html?module=bbop=viewtopicp=4099861#4099861 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4145694#4145694

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145694
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ERROR [URLDeploymentScanner] JBoss 4.2.2.GA and Netbeans

2007-11-23 Thread PeterJ
Let's try to eliminate three possible problem areas.

First, are you using NetBeans to start the server? If so, don't. Instead, start 
the server using the run.bat file from a command line. This will eliminate any 
weirdness introduced by NetBeans. 

Second, try copying C:\Program Files\Java\jdk1.5.0_14 to c:\jdk1.5.0_14 and 
change JAVA_HOME to c:\jdk1.5.0_14. (You do not have to re-install, copying the 
whole directory structure is fine.) This will eliminate any weirdness 
introduced by using Java stuff in directories with spaces in their names. 

Third, you are running the 'all' configuration which assumes clustering (hence 
the reference the JmsXA data source, it would help it I read the entire post). 
Try running the 'default' configuration instead (copy your ear file from the 
server/all/deploy directory to server/default/deploy).

Also, what is in your WEB-INF/jboss-web.xml file? Are there any references to 
your EJBs in the global namespace?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4107445#4107445

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107445
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ERROR [URLDeploymentScanner] JBoss 4.2.2.GA and Netbeans

2007-11-20 Thread PeterJ
It appears that either you removed the server/default/deploy/hsqldb-ds.xml 
file, or changed the datasource name in that file to JmsXA. This file 
declares the DefaultDS data source, the absence of which is what the first set 
of errors are about.

Regarding the JNDI problem, the name KMLEnterpriseApp does not appear 
anywhere in the JNDI tree. The text namespace of the 
KMLEnterpriseApp.ear/KMLEnterpriseApp-war.war application is a description of 
the owner of that particular namespace. It is the stuff after that that is in 
the namespace ('UserTransaction', 'ORB', etc).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106543#4106543

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106543
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ERROR [URLDeploymentScanner] JBoss 4.2.2.GA and Netbeans

2007-11-20 Thread nknize
Peter,

Thanks so much for the recommendation.  I checked all 3 directories (all, 
default, and minimal) for the hsqldb-ds.xml file, and it exists in all 3.  
Whats more, they're the same.  Below is the contents of that file.


  | ?xml version=1.0 encoding=UTF-8?
  | 
  | !-- The Hypersonic embedded database JCA connection factory config --
  | 
  | !-- $Id: hsqldb-ds.xml 63175 2007-05-21 16:26:06Z rrajesh $ --
  | 
  | datasources
  |local-tx-datasource
  | 
  |   !-- The jndi name of the DataSource, it is prefixed with java:/ --
  |   !-- Datasources are not available outside the virtual machine --
  |   jndi-nameDefaultDS/jndi-name
  | 
  |   !-- For server mode db, allowing other processes to use hsqldb over 
tcp.
  |   This requires the org.jboss.jdbc.HypersonicDatabase mbean.
  |   
connection-urljdbc:hsqldb:hsql://${jboss.bind.address}:1701/connection-url
  |   --
  |   !-- For totally in-memory db, not saved when jboss stops. 
  |   The org.jboss.jdbc.HypersonicDatabase mbean is required for proper db 
shutdown
  |   connection-urljdbc:hsqldb:./connection-url
  |   --
  |   !-- For in-process persistent db, saved when jboss stops.
  |   The org.jboss.jdbc.HypersonicDatabase mbean is required for proper db 
shutdown
  |   --
  |   
connection-urljdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}localDB/connection-url
  | 
  |   !-- The driver class --
  |   driver-classorg.hsqldb.jdbcDriver/driver-class
  | 
  |   !-- The login and password --
  |   user-namesa/user-name
  |   password/password
  | 
  |   !--example of how to specify class that determines if exception 
means connection should be destroyed--
  |   
!--exception-sorter-class-nameorg.jboss.resource.adapter.jdbc.vendor.DummyExceptionSorter/exception-sorter-class-name--
  | 
  |   !-- this will be run before a managed connection is removed from the 
pool for use by a client--
  |   !--check-valid-connection-sqlselect * from 
something/check-valid-connection-sql --
  | 
  |   !-- The minimum connections in a pool/sub-pool. Pools are lazily 
constructed on first use --
  |   min-pool-size5/min-pool-size
  | 
  |   !-- The maximum connections in a pool/sub-pool --
  |   max-pool-size20/max-pool-size
  | 
  |   !-- The time before an unused connection is destroyed --
  |   !-- NOTE: This is the check period. It will be destroyed somewhere 
between 1x and 2x this timeout after last use --
  |   !-- TEMPORARY FIX! - Disable idle connection removal, HSQLDB has a 
problem with not reaping threads on closed connections --
  |   idle-timeout-minutes0/idle-timeout-minutes
  | 
  |   !-- sql to call when connection is created
  | new-connection-sqlsome arbitrary sql/new-connection-sql
  |   --
  | 
  |   !-- sql to call on an existing pooled connection when it is obtained 
from pool 
  |  check-valid-connection-sqlsome arbitrary 
sql/check-valid-connection-sql
  |   --
  | 
  |   !-- example of how to specify a class that determines a connection 
is valid before it is handed out from the pool
  |  
valid-connection-checker-class-nameorg.jboss.resource.adapter.jdbc.vendor.DummyValidConnectionChecker/valid-connection-checker-class-name
  |   --
  | 
  |   !-- Whether to check all statements are closed when the connection 
is returned to the pool,
  |this is a debugging feature that should be turned off in 
production --
  |   track-statements/
  | 
  |   !-- Use the getConnection(user, pw) for logins
  | application-managed-security/
  |   --
  | 
  |   !-- Use the security domain defined in conf/login-config.xml --
  |   security-domainHsqlDbRealm/security-domain
  | 
  |   !-- Use the security domain defined in conf/login-config.xml or the
  |getConnection(user, pw) for logins. The security domain takes 
precedence.
  | 
security-domain-and-applicationHsqlDbRealm/security-domain-and-application
  |   --
  | 
  |   !-- HSQL DB benefits from prepared statement caching --
  |   prepared-statement-cache-size32/prepared-statement-cache-size
  | 
  |   !-- corresponding type-mapping in the standardjbosscmp-jdbc.xml --
  |   metadata
  |  type-mappingHypersonic SQL/type-mapping
  |   /metadata
  | 
  |   !-- When using in-process (standalone) mode --
  |   !--dependsjboss:service=Hypersonic,database=localDB/depends--
  |   !-- Uncomment when using hsqldb in server mode--
  |   dependsjboss:service=Hypersonic/depends
  |/local-tx-datasource
  | 
  |!-- Uncomment if you want hsqldb accessed over tcp (server mode)
  |mbean code=org.jboss.jdbc.HypersonicDatabase 
  |  name=jboss:service=Hypersonic
  |  attribute name=Port1701/attribute
  |  attribute name=BindAddress${jboss.bind.address}/attribute 
  |  attribute