[JBoss-user] JBOss Site down ???

2001-08-01 Thread Naresh Sharma

Hello Everybody,

any problem with JBoss site(www.jboss.org). it gives this message.

HTTP ERROR: 404 Not Found
Could not find resource for /
RequestURI=/


Naresh


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Testing performance

2001-07-12 Thread Naresh Sharma

Hello Everybody,

I have wrote a small application having 2 CMP beans and 1 session bean
in it. Now i am testing the performance and resource consumption of
application servers using this application. so i have deployed this
application on JBoss 2.2.1 version and starting 25 client, each firing
1000 operations(like Add bean) concurrently on the server.

I did'nt modify any default setting in JBoss related to performance, Is
it ok ?? or should i change some settings for better performance ??

please let me know

Thanks
Naresh


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] [Connection Factory] No Resource Manager Found for

2001-04-06 Thread Naresh Sharma

Hello Everybody,


I am trying to deply a BMP entity bean.

Well i am facing problem in defining Resource Manager. the behaviour i
observed is like this

1) I put my app jar file in deploy folder and started JBoss server then
it throws this errormessage

 [J2EE Deployer Default] Create application myapp.jar
 [J2EE Deployer Default] install module myapp.jar
 [Container factory]
Deploying:file:/F:/jboss/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/myapp.jar

 [Verifier] Verifying
file:/F:/jboss/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/myapp.jar/e

 jb1002.jar
 [Container factory] Deploying abc
 [Container factory] Deploying xyz
 [Container factory] No resource manager found for myDB
 [Container factory] No resource manager found for myDBDB


fine.

now if i again put my application jar file in deploy folder(still jboss
is running) this error message does'nt appear and everything works fine.

my conclusion is if i am deploying the application using Auto deploy it
works perfect but does'nt
work if deploying it other way. and i think i am missing something in
mapping the Resource manager, datasource ...


any clue ?

Thanks
naresh


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Few doubts regarding container code??

2001-04-05 Thread Naresh Sharma

Hello Chris,

Thanks for the information.

BTW, can you please tell me where to find these kind of details ?

Like i look in to the docs but could'nt find it.. am i missing something?

Thanks
Naresh

"Kimpton,C (Chris)" wrote:

 Hi,

  -Original Message-
  From: Naresh Sharma [mailto:[EMAIL PROTECTED]]
 
  1) In weblogic developer has to provide a standard jar(which contains
  your bean code) to ejbc compiler, which generates another jar
  file(deployable, this jar contains all the code generated by
  container).
 
how this is done in JBoss???
where does container code resides and when it is being generated?
 
  2) When client calls any Remote method how does it gets the stubs??
 

 JBoss is way cooler!

 It uses the Dynamic Proxy facilities of Java to remove the need for
 application specific stubs.

 Thus on the client (in jboss-client.jar) the EJBObject dynamically looks
 like your remote interface, this then talks to the server which dynamically
 talks to your implementation.

 Thus there are no application specific stubs - just generic jboss ones that
 can handle any remote objects.

 So, with jboss, you can deploy your jar directly - no need to re-compile it
 to add any custom code.

 HTH,
 Chris

 

 This electronic message (email) and any attachments to it are subject to copyright 
and are sent for the personal attention of the addressee. Although you may be the 
named recipient, it may become apparent that this email and its contents are not 
intended for you and an addressing error has been made. This email may include 
information that is legally privileged and exempt from disclosure. If you have 
received this email in error, please advise us immediately and delete this email and 
any attachments from your computer system.Rabobank International is the trading name 
of Coperatieve Centrale Raiffeisen-Boerenleenbank B.A. which is incorporated in the 
Netherlands. Registered with the Registrar of Companies for England  Wales No. 
BR002630 and regulated by the SFA for the conduct of investment business in the UK.

 The presence of this footnote also confirms that this email has been automatically 
checked by Rabobank International for the presence of computer viruses prior to it 
being sent, however, no guarantee is given or implied that this email is virus free 
upon delivery.

 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-user


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] SQLException : table not found

2001-04-05 Thread Naresh Sharma


The very same problem i faced in my BMP entity bean that was due to datasource
and pool...and as a temporary solution i used 'DefaultDS'(in jboss.jcml)
instead of my own pool.

-Naresh

Jean-Francois Henrard wrote:

Hello, could someone help me?
I will explain my problem :
I'm using JBoss 2.0 final on Windows
2000 service pack 1 with Mysql 3.23.33 on a pentium III with 390 MB RAM.
OS : Windows 2000
Service Pack 1
JBoss : JBoss 2.0 final
JDK : java 2 sdk 1.3
J2EE : java 2 sdk enterprise
edition 1.2.1
DBMS : MySQL 3.23.33
JDBC : mm.mysql-2.0.4-bin.jar
I have created a database "RailTrackerDB"
and I'd like to use it in my EJB's.
When I start JBoss, I can see that
it connects to mysql and to the right database.
In that database, there is a table
"CL".
I have an EJB "Customer" that access
to the table "CL".
When I use this EJB on the sun J2EE
reference implementation, it's all right;
but when I try on JBoss, it tells
me that it can't find the table "CL".
What can I do to make him find this
table ??? Is is a security problem ???
here is the error message :
Erreur : java.sql.SQLException: Table
not found: CL in statement [SELECT CLUID, CLID, SYNWID, CLNM, CLNMAB, CLALIA,
CLBAI FROM CL WHERE CLID = '0211' AND SYNWID = 'ZR' ]
java.sql.SQLException: Table not found:
CL in statement [SELECT CLUID, CLID, SYNWID, CLNM, CLNMAB, CLALIA, CLBAI
FROM CL WHERE CLID = '0211' AND SYNWID = 'ZR' ]

at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)

at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)

at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)

at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(Unknown
Source)

at org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy.invoke(StatelessSessionProxy.java:175)

at $Proxy1.getMinimumDetail(Unknown Source)

at com.RailTracker.Client.CL.init>(CL.java:27)

at com.RailTracker.Client.CL.main(CL.java:41)
thanks to help me.
Jean-Franois



[JBoss-user] java.lang.SecurityException: sealing violation

2001-03-30 Thread Naresh Sharma


Hello Everybody,

I am new to the JBoss, and recently downloaded jboss-tomcat-2.1-beta.zip
from http://www.jboss.org/business/binary.html
As per the instructions from http://www.jboss.org/documentation/jboss_win32_1.html,
unzipped the file and run "run.bat" in the bin directory. I got the following
error message after issuing this command.
Any clue what's happening???
"CLASSPATH=.;C:\j2sdkee1.2.1\lib\j2ee.jar;f:\jdk1.3\lib\tools.jar;c:\classes12_01.zip;d:\JMF2.1.1\lib\
jmf.jar;run.jar;../lib/crimson.jar
jboss.home = F:\jboss\jboss-tomcat-2.1-beta\jboss-2.1
Using configuration "default"
Please make sure the following is intended (check your CLASSPATH):
jndi.properties is read from file:/F:/jboss/jboss-tomcat-2.1-beta/jboss-2.1/bin/jndi.properties
[Info] Java version: 1.3.0,Sun Microsystems Inc.
[Info] Java VM: Java HotSpot(TM) Client VM 1.3.0-C,Sun Microsystems
Inc.
[Info] System: Windows NT 4.0,x86
[Shutdown] Shutdown hook added
[Service Control] Registered with server
[Default] java.lang.SecurityException: sealing violation
[Default] at java.net.URLClassLoader.defineClass(Unknown
Source)
[Default] at java.net.URLClassLoader.access$100(Unknown
Source)
[Default] at java.net.URLClassLoader$1.run(Unknown
Source)
[Default] at java.security.AccessController.doPrivileged(Native
Method)
[Default] at java.net.URLClassLoader.findClass(Unknown
Source)
[Default] at java.lang.ClassLoader.loadClass(Unknown
Source)
[Default] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
Source)
[Default] at java.lang.ClassLoader.loadClass(Unknown
Source)
[Default] at java.lang.ClassLoader.loadClassInternal(Unknown
Source)
[Default] at java.lang.ClassLoader.defineClass0(Native
Method)
[Default] at java.lang.ClassLoader.defineClass(Unknown
Source)
[Default] at java.security.SecureClassLoader.defineClass(Unknown
Source)
[Default] at java.net.URLClassLoader.defineClass(Unknown
Source)
[Default] at java.net.URLClassLoader.access$100(Unknown
Source)
[Default] at java.net.URLClassLoader$1.run(Unknown
Source)
[Default] at java.security.AccessController.doPrivileged(Native
Method)
[Default] at java.net.URLClassLoader.findClass(Unknown
Source)
[Default] at java.lang.ClassLoader.loadClass(Unknown
Source)
[Default] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown
Source)
[Default] at java.lang.ClassLoader.loadClass(Unknown
Source)
[Default] at java.lang.ClassLoader.loadClassInternal(Unknown
Source)
[Default] at org.apache.crimson.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(DocumentBuil
derFactoryImpl.java:82)
[Default] at org.jboss.configuration.ConfigurationService.loadConfiguration(ConfigurationServic
e.java:258)
[Default] at java.lang.reflect.Method.invoke(Native
Method)
[Default] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Default] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Default] at org.jboss.Main.init>(Main.java:195)
[Default] at org.jboss.Main$1.run(Main.java:107)
[Default] at java.security.AccessController.doPrivileged(Native
Method)
[Default] at org.jboss.Main.main(Main.java:103)
[Default] JBoss 2.1-BETA-Mar-26-2001 Started in 30m:0s
[Default] Shutting down
[Service Control] Stopping 0 MBeans
[Service Control] Stopped 0 services
[Service Control] Destroying 0 MBeans
[Service Control] Destroyed 0 services
[Default] Shutdown complete
Press any key to continue . . ."

Any clue what's happening???
Thanks
Naresh