[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't start up JBoss

2009-01-16 Thread anupamkakade
Dear all, 
I deployed   session bean in jboss 4.2.3GA . It deployed  successfully. But It 
is giving the exception while running the client.. It is not showing any stack 
trace on Jboss Console. But showing on client console.

java.lang.NoSuchFieldError: TRACE
at 
org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
NamingContext.lookup(NamingContext.java:600))
 
Please help me in this regard.

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

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


[jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoSuchFieldError: TRACE :Log4jLoggerPlugin.ja

2009-01-16 Thread anupamkakade
Dear Jaikiran,

I am facing the same problem. I tried what you have suggested. But Still it is 
giving the same Exception.  Can you please help me. Its very urgent.

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

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


[jboss-user] [JBossWS] - WS On 4.0.4GA and 4.0.5GA

2008-12-03 Thread anupamkakade
Dear Vishal,

I created a SessionBean WS and Deployed it on jboss4.0.5GA .  Tested too . But 
when i am  deploying the same war file  on  jboss4.0.4GA  its giving warning 
messages and deploys. But when i am trying to call the WS its giving error that 

SOAP Fault Exception, UnSupportedOperation Exception...: Set 
Property Must Be Overidden In SubClasses of SOAPMessage

Please help me . 



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

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


[jboss-user] [EJB/JBoss] - Transaction Demarcation

2008-10-21 Thread anupamkakade
Hi all,

In my code a session bean(Bean Managed Txn) buisiness method is updating An 
Entity(CMP) Bean. I am using UserTransaction in session bean.  The problem is 
that session bean method is updating many rows of a Table (in for loop)
 After the for  loop completes then i am commiting the txn by txn.comit();
If i get any exception i will do roll back. But it is not working properly. The 
transaction is never rolled back. Please give me a idea. 

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

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


[jboss-user] [JCA/JBoss] - Reseting the connection with Database

2008-07-30 Thread anupamkakade
Hi all,

I am very new to jboss. I am using jboss 4.0.4ga and Mysql. I have configured 
datasource in mysql-ds.xml. But my problem is that if database connection is 
reset i will have to restart my jboss server. Is there any tag in xml file do i 
need to add in mysql-ds.xml by which if connection is reset to the database i 
will not have to restart the jboss.Or is there any xdoclet tag which i need to 
add in Entity Bean? Please help. 

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

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


[jboss-user] [JNDI/Naming/Network] - NameNotFoundException

2008-06-05 Thread anupamkakade
Dear All , 
I am very new to EJB 3.0. And trying to call a remote statefull sesssion bean. 
Will u please give me the sample code to lookup the bean. And necessary jars 
that i need to put in my client code classpath.




I have tried all the things to look up the bean that have been posted on jboss 
forum . Always i am getting the exception as a Name Not Found Exception . 

Even InitialContext ic ;
ic.list(ejb);

is giving the same exception.  By using the above method i am trying to get the 
JNDI names bound in JNDI tree. 


Please help me. I am using Jboss 4.2.0GA. 

Thanks in advance.

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

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


[jboss-user] [JBoss Messaging] - Re: Secure Queue implementation in JBoss 4.0.2.GA

2008-01-22 Thread anupamkakade
Dear Madhusudan,

Thanks a lot . This is the first time i got a reply on jboss.org. I will try to 
do the same and will let u know as soon as it happens . Once again thanks alot .

Anupam Kakade.
atom technologies ltd.
[EMAIL PROTECTED]

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

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


[jboss-user] [Messaging, JMS JBossMQ] - Re: Queue-Security

2008-01-22 Thread anupamkakade
Hi all,

Will u please help me to send a code for the Message sender and MDB for secure 
queues .
thanks in advance .

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

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


[jboss-user] [JBoss Messaging] - Secure Queue implementation in JBoss 4.0.2.GA

2008-01-21 Thread anupamkakade
Hi,

I am new to JBoss and using JBoss 4.0.2.GA. I am trying a lot to do a secure 
queue implementation . but not getting any usefull article for the same . 
Please help me.

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

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


[jboss-user] [Beginners Corner] - To use Log4j in .SAR

2008-01-01 Thread anupamkakade
HI,

I want my .sar file which is deployed on jboss should not print INFO messages 
on console . I downloded the necessary documents for how to 
use the log4j.properties file for  the application to use its own logging 
mechanism .  But dear guys, that documents are for .war file  only . I have 
searched a lot on net but unable to find the necessary steps for .sar file to 
use its own logging mechanism .  Will any one of u help me in this regard ? I 
am using jboss4.0.5 on windows xp .

Thanks a lot in advance .

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

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


[jboss-user] [Installation, Configuration DEPLOYMENT] - Log4j in .SAR FILE

2008-01-01 Thread anupamkakade
HI,

I want my .sar file which is deployed on jboss should not print INFO messages 
on console . I downloded the necessary documents for how to 
use the log4j.properties file for  the application to use its own logging 
mechanism .  But dear guys, that documents are for .war file  only . I have 
searched a lot on net but unable to find the necessary steps for .sar file to 
use its own logging mechanism . I know that all sysouts will be printed on 
console as INFO but i dont want the INFO messages which the LOGGER object will 
print on console .  Will any one of u help me in this regard ? I am using 
jboss4.0.5 on windows xp .

Thanks a lot in advance 

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

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


[jboss-user] [Security JAAS/JBoss] - NON JRMP Server at Remote End Point Port

2007-12-13 Thread anupamkakade
Hi, 
I am doing RMI/SSL. In that i have 2 applications deployed on 2 jboss servers 
on different machines. These applications should connect and make calls to each 
other thru RMIS . I have done all the necessary steps for Secure RMI
But the exception i am getting is java.rmi.ConnectIOException : non-JRMP server 
at remote end point This exception is when client tries to invoke method on 
server .

If i deploy the  same applications on one server it works fine . Please help me 
in this matter.

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

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


[jboss-user] [Beginners Corner] - Non JRMP Server at remote endpoint Exception

2007-12-13 Thread anupamkakade
Hi, 
I am doing RMI/SSL. In that i have 2 applications deployed on 2 jboss servers 
on different machines. These applications should connect and make calls to each 
other thru RMIS . I have done all the necessary steps for Secure RMI
But the exception i am getting is java.rmi.ConnectIOException : non-JRMP server 
at remote end point This exception is when client tries to invoke method on 
server .

If i deploy the  same applications on one server it works fine . Please help me 
in this matter.

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

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


[jboss-user] [JNDI/Naming/Network] - NOn JRMP Server at remote end point port

2007-12-13 Thread anupamkakade
Hi, 
I am doing RMI/SSL. In that i have 2 applications deployed on 2 jboss servers 
on different machines. These applications should connect and make calls to each 
other thru RMIS . I have done all the necessary steps for Secure RMI
But the exception i am getting is java.rmi.ConnectIOException : non-JRMP server 
at remote end point This exception is when client tries to invoke method on 
server .

If i deploy the  same applications on one server it works fine . Please help me 
in this matter.

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

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


[jboss-user] [EJB/JBoss] - non-JRMP server at remote end point

2007-12-09 Thread anupamkakade
Hi, 
I am doing RMIS. In that i have 2 applications deployed on 2 jboss servers on 
different machines. These applications should connect and make calls to each 
other thru RMIS . I have done all the necessary steps for Secure RMI
But the exception i am getting is java.rmi.ConnectIOException : non-JRMP server 
at remote end point

If i deploy the  same applications on one server it works fine . Please help me 
in this matter. Ur help will be appriciated.



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

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


[jboss-user] [Security JAAS/JBoss] - non-JRMP server at remote end point

2007-12-09 Thread anupamkakade
Hi, 
I am doing RMIS. In that i have 2 applications deployed on 2 jboss servers on 
different machines. These applications should connect and make calls to each 
other thru RMIS . I have done all the necessary steps for Secure RMI
But the exception i am getting is java.rmi.ConnectIOException : non-JRMP server 
at remote end point

If i deploy the  same applications on one server it works fine . Please help me 
in this matter. Ur help will be appriciated.



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

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


[jboss-user] [EJB/JBoss] - non-JRMP server at remote end point

2007-12-09 Thread anupamkakade
Hi, 
I am doing RMIS. In that i have 2 applications deployed on 2 jboss servers on 
different machines. These applications should connect and make calls to each 
other thru RMIS . I have done all the necessary steps for Secure RMI
But the exception i am getting is java.rmi.ConnectIOException : non-JRMP server 
at remote end point

If i deploy the  same applications on one server it works fine . Please help me 
in this matter. Ur help will be appriciated.



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

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


[jboss-user] [Remoting] - SSL Handshake Exception

2007-12-07 Thread anupamkakade

My rmi SSL server which is deployed in .sar file now runs fine in JBOSS 4.0.5

I can connect to server by command line client using SSL.

But now my client runs inside MDB . i.e. client is deployed .
Now when i am trying to connect to server (rmis) which is deployed in same 
server i am getting the exception as follows,

Please note that there is no SSLSocket in RMIS Server and RMIS client.


Please help me . I am new to JBOSS.
Thanks a lot in advance .


14:41:18,221 INFO  [STDOUT] javax.naming.CommunicationException [Root exception 
is java.rmi.Conn
ectIOException: error during JRMP connection establishment; nested exception is:
javax.net.ssl.SSLHandshakeException: Remote host closed connection 
during handshake]
14:41:18,221 ERROR [STDERR] javax.naming.CommunicationException [Root exception 
is java.rmi.Conn
ectIOException: error during JRMP connection establishment; nested exception is:
javax.net.ssl.SSLHandshakeException: Remote host closed connection 
during handshake]
14:41:18,236 ERROR [STDERR] at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:72
2)
14:41:18,236 ERROR [STDERR] at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:58
7)
14:41:18,236 ERROR [STDERR] at 
javax.naming.InitialContext.lookup(InitialContext.java:392)
14:41:18,236 ERROR [STDERR] at 
com.atom.mdb.MessageReceiver.onMessage(MessageReceiver.java:6
1)
14:41:18,236 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
14:41:18,236 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
sorImpl.java:39)
14:41:18,252 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
14:41:18,252 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:597)
14:41:18,268 ERROR [STDERR] at 
org.jboss.invocation.Invocation.performCall(Invocation.java:3
59)
14:41:18,268 ERROR [STDERR] at 
org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.inv
oke(MessageDrivenContainer.java:495)
14:41:18,268 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.CachedConnectionIntercep
tor.invoke(CachedConnectionInterceptor.java:158)
14:41:18,268 ERROR [STDERR] at 
org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke
(MessageDrivenInstanceInterceptor.java:116)
14:41:18,283 ERROR [STDERR] at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallVa
lidationInterceptor.java:63)
14:41:18,299 ERROR [STDERR] at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(Abstra
ctTxInterceptor.java:121)
14:41:18,299 ERROR [STDERR] at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(Tx
InterceptorCMT.java:350)
14:41:18,299 ERROR [STDERR] at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCM
T.java:181)
14:41:18,299 ERROR [STDERR] at 
org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSe
curityInterceptor.java:109)
14:41:18,299 ERROR [STDERR] at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.ja
va:205)
14:41:18,299 ERROR [STDERR] at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(Pr
oxyFactoryFinderInterceptor.java:136)
14:41:18,315 ERROR [STDERR] at 
org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDr
ivenContainer.java:402)
14:41:18,315 ERROR [STDERR] at 
org.jboss.ejb.Container.invoke(Container.java:954)
14:41:18,315 ERROR [STDERR] at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSConta
inerInvoker.java:987)
14:41:18,315 ERROR [STDERR] at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListener
Impl.onMessage(JMSContainerInvoker.java:1287)
14:41:18,315 ERROR [STDERR] at 
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession
.java:266)
14:41:18,330 ERROR [STDERR] at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage
(SpyMessageConsumer.java:905)
14:41:18,330 ERROR [STDERR] at 
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer
.java:170)
14:41:18,330 ERROR [STDERR] at 
org.jboss.mq.SpySession.run(SpySession.java:323)
14:41:18,330 ERROR [STDERR] at 
org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:
194)
14:41:18,330 ERROR [STDERR] at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Po
oledExecutor.java:743)
14:41:18,346 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
14:41:18,346 ERROR [STDERR] Caused by: java.rmi.ConnectIOException: error 
during JRMP connection
 establishment; nested exception is:
javax.net.ssl.SSLHandshakeException: Remote host closed connection 
during handshake
14:41:18,346 ERROR [STDERR] at 
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.
java:286)
14:41:18,346 ERROR [STDERR] at 
sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.jav
a:184)
14:41:18,377 ERROR [STDERR] at 
sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110)
14:41:18,377 ERROR [STDERR] at 

[jboss-user] [Remoting] - SSL Socket in .Sar file

2007-12-06 Thread anupamkakade
Hi ,
 I am jboss 4.0.5 . My intention  is to do rmis i.e. RMI SSL in .sar file.
I downloaded some code for the same. In that code i require SSLSocket to be 
created . But its giving exception java.net.connect connection refused .

Is there any way to create ssl socket in jboss. I have done all necessary steps 
required to set up SSL . Even i can connect to JBOSS console by HTTPS. But to 
create a SSL socket is there any xml file needs to be updated .  Please help me 
i am new to JBoss.


Thanks in Advance .

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

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


[jboss-user] [Remoting] - RMI SSL

2007-12-06 Thread anupamkakade
Hi,
I am using JBoss 4.0.5

Will u please help me to get a sample example for rmis to be deployed as .sar 
file . 


Thanks In Advance 

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

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