Asadullah Timiri

Greenhorn
+ Follow
since Jul 31, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Asadullah Timiri

Folks, You all may view the below site, it has complete walk thro how to configure Jboss+Eclipse+Lomboz.
http://www.tusc.com.au/tutorial/html/chap1.html
It works out fine with me.
20 years ago
Sonyia,
What is the port that you have set to JBOSS startup. Sometimes, It got stuck with port. By default, I think Jboss-3.2.3 has a port 8043. If you have tomcat or any other server configured in the same system with the same port. It may collide each other server port and thus, would not able to start perfectly.
Pls check and get back to me. Iam using Jboss-3.2.3. Its fine.
Asadullah

Originally posted by sonyia nandan:
I have installed,java1.4,J2ee and tomcat.My application (JMS related) runs fine when i run it with J2EE.I have to run the same application in JBOSS3.2.3.
I installed JBOSS and let the server run by the run.sh command.I got 23,000 lines of info+warnings.The server starts and then shutdowns towars the end.I am unable to figure out the problem:
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/starksm/JBoss/Releases/jboss-3.2/build/output/jboss-3.2.3
JAVA: /usr/java/j2sdk1.4.1_06/bin/java
JAVA_OPTS: -server -Dprogram.name=run.sh
CLASSPATH: /home/starksm/JBoss/Releases/jboss-3.2/build/output/jboss-3.2.3/bin/run.jar:/usr/java/j2sdk1.4.1_06/lib/tools.jar
=========================================15:38:29,870 INFO [Server] Starting JBoss (MX MicroKernel)...
15:38:29,872 INFO [Server] Release ID: JBoss [WonderLand] 3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)
15:38:29,873 INFO [Server] Home Dir: /home/starksm/JBoss/Releases/jboss-3.2/build/output/jboss-3.2.3
15:38:29,873 INFO [Server] Home URL: file:/home/starksm/JBoss/Releases/jboss-3.2/build/output/jboss-3.2.3/
15:38:29,873 INFO [Server] Library URL: file:/home/starksm/JBoss/Releases/jboss-3.2/build/output/jboss-3.2.3/lib/
15:38:29,875 INFO [Server] Patch URL: null
15:38:29,875 INFO [Server] Server Name: all
15:38:29,875 INFO [Server] Server Home
.
.
15:38:37,458 INFO [SubscriptionMgr] Executing resource: "/mbeans.xml"
15:38:37,461 INFO [SubscriptionMgr] Subscription manager done
15:38:37,464 INFO [SnmpAgentService] Starting heartbeat controller ...
15:38:37,465 WARN [Heartbeat] Heartbeat disabled
15:38:37,507 INFO [SnmpAgentService] Snmp Agent going active
5:38:45,204 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader rg.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@1898115
15:38:45,205 INFO [Engine] StandardManager[/jboss-net]: Seeding random number generator class java.security.SecureRandom
certificates -> request attribute Valve
15:38:55,598 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader rg.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader@c37f31
15:38:55,599 INFO [Engine] StandardManager[/jmx-console]: Seeding random number generator class java.security.SecureRandom
5:40:41,380 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/home/starksm/JBoss/Releases/jboss-3.2/testsuite/output/lib/unpacked/loadingresource1.ear/
15:40:41,386 INFO [ResourceTest] Stopping jboss.test:name=LoadingResource,version=2
15:40:41,392 WARN [ServiceController] Ignoring request to stop nonexistent service: jboss.test:name=LoadingResource,version=2
15:40:41,392 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/home/starksm/JBoss/Releases/jboss-3.2/testsuite/output/lib/unpacked/loadingresource2.ear/
15:40:41,393 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.test:name=LoadingResource,version=2
15:40:41,393 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.test:name=LoadingResource,version=2
5:42:36,303 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping
java.lang.Exception: STACK TRACE
at org.jboss.resource.adapter.jdbc.WrappedConnection.registerStatement(WrappedConnection.java:805)
at org.jboss.resource.adapter.jdbc.WrappedStatement.<init>(WrappedStatement.java:43)
at
15:46:26,155 ERROR [LogInterceptor] TransactionRolledbackException in method: public abstract void org.jboss.test.exception.EntityExceptionTester.applicationErrorInTx() throws java.rmi.RemoteException, causedBy:
org.jboss.test.exception.ApplicationError: Application error from within an inherited transaction
at
ethod: public abstract void org.jboss.test.exception.EntityExceptionTester.runtimeExceptionInTx() throws java.rmi.RemoteException, causedBy:
java.lang.RuntimeException: Runtime exception from within an inherited transaction
at org.jboss.test.exception.EntityExceptionTesterBean.runtimeExceptionInTx(EntityExceptionTesterBean.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.Nat
---lot of warnings here---
rg.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:812)
17:25:29,506 INFO [TransactionManagerService] Stopping jboss:service=TransactionManager
17:25:29,507 INFO [JaasSecurityManagerService] Stopping jboss.security:service=JaasSecurityManager
17:25:29,508 INFO [XMLLoginConfig] Stopping jboss.security:service=XMLLoginConfig
17:25:29,508 INFO [SecurityConfig] Stopping jboss.security:service=SecurityConfig
17:25:29,508 INFO [JNDIView] Stopping jboss:service=JNDIView
17:25:29,508 INFO [NamingService] Stopping jboss:service=Naming
17:25:29,508 INFO [NamingService] Stopping
17:25:29,509 INFO [NamingService] Stopped
17:25:29,509 INFO [WebService] Stopping jboss:service=WebService
17:25:29,509 INFO [Log4jService] Stopping jboss.system:type=Log4jService,service=Logging
17:25:29,510 INFO [LocalJBossServerDomain] Stopping jboss.management.local:j2eeType=J2EEDomain,name=Manager
17:25:29,526 INFO [LocalJBossServerDomain] Found 49 domain mbeans
17:25:29,561 INFO [Server] Shutting down all services
Shutting down
17:25:29,562 INFO [ServiceController] Stopping 9 services
17:25:29,563 INFO [SARDeployer] Stopping jboss.system:service=ServiceDeployer
17:25:29,563 INFO [MainDeployer] Removing deployer: org.jboss.deployment.SARDeployer@5329c5
17:25:29,563 INFO [JARDeployer] Stopping jboss.system:service=JARDeployer
17:25:29,563 INFO [MainDeployer] Stopping jboss.system:service=MainDeployer
17:25:29,563 INFO [ServiceController] Stopped 6 services
17:25:29,590 INFO [Server] Shutdown complete
Shutdown complete
Halting VM
Pls help..coz i am new to JBOSS

20 years ago
Originally posted by Asadullah Timiri:
Shanti,
Which JBOSS version you are trying to deploy with? Let me know the version as my JSP programs are running successfully with out any trouble at JBOSS 3.2.3 version.
Before you deploy, You may want to have a clear idea about the deployment descriptors and and directory structures. You need to make jar,ear and war files etc..
Deployment Descriptors such as
(web.xml , application.xml --> here you need to the ear file name under the context root tag)
Also go thro the below link,
http://www-ec.njit.edu/~gblank/cis604/Lectures/604JSPinJBoss.ppt
Hope this helps, Any questions let me know.
20 years ago

Originally posted by Shanthi Varanasi:
Hi
Thank you very much for your help. I have tried to run it like Myapp/Myjsp.jsp but even then i got the same page as unauthorised. It is asking me some Localhost username and password to run the page and if i say cancel the username and password it is saying unauthorised. Please could you tell me what to do.
Thank you
Shanthi

20 years ago
Hi,
Has any body came across JESS or LUCENE which is a is a high-performance, full-featured text search engine written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
Jakarta Lucene is an open source project available for free download from Apache Jakarta
Pls let me know as I have to filter and search the required words and datas from the txt file. Can any one shed some light on this topic? or Is there any other ways to do this?
Asadullah :roll:
Gayathri,
J2EE 1.3 or lateset version Application Server is available in Sun site & come bundled with a JMS Provider. And this server will start provided you should install j2se 1.3.1 or more version for setting Java_home and J2ee_Home, Otherwise it won't start properly. Hope this is clear.
Isaias,
The J2EE startup Problem was solved. What I did was? I downloaded the jdk1.3.1_09 from the below URL and configured the Java & J2ee HOME , Path, Class Path. It works fine.................

Thanks
Asadullah
Yes, I did set the JAVA_CLASSPATH. But the problem was not solved. I think we need to install JDK1.3.1 or latest version to set JAVA_HOME from which the problem would solve. I'll try this approach and let you know. Good Luck!
Asad
Operating System is Windows 2000 Professional edition.
Pls let me know where iam missing the set up configuration to start J2EE?
:roll:
Thanks
Asadullah
Hi
Anyone here using Jakarta Lucene. We are starting to look at it and i'd like to hear other users experiences please.
I need to filter out the words and texts from the text file.
Is there any chance of doing some trivia on Jakarta Lucene. If so, pls let me know your thoughts
Jakarta Lucene is a high-performance, full-featured text search engine written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
http://jakarta.apache.org/lucene/docs/
Asadullah
I hv download the j2sdkee1.3.1 in my system.
I hv set the below in setenv.bat as
JAVA_HOME = c:\jdk1.3
J2EE_HOME = c:\j2sdkee1.3.1
I hv set the below in userconfig.bat
set J2EE_CLASSPATH=c:\j2sdkee1.3.1\lib\j2ee.jar;c:\jdk1.3\lib
set JAVA_HOME=c:\jdk1.3
Even I added the Java & J2EE home in environment vairables.
But while starting the J2EE server, Below were the errors.
C:\j2sdkee1.3.1\bin>j2ee -verbose
J2EE server listen port: 1050
Naming service started:1050
Exception in thread "main" java.lang.NoSuchMethodError
at com.sun.corba.ee.internal.corba.AnyImpl.createTypeCodeForClass(AnyImp
l.java:1256)
at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.createTypeCode(Sh
utdownUtilDelegate.java:223)
at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.writeAny(Shutdown
UtilDelegate.java:178)
at javax.rmi.CORBA.Util.writeAny(Util.java:80)
at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.re
bind(Unknown Source)
at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:188
)
at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:202
)
at javax.naming.InitialContext.rebind(InitialContext.java:370)
at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag
erImpl.java:192)
at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag
erImpl.java:149)
at com.sun.enterprise.server.J2EEServer.bindObject(J2EEServer.java:718)
at com.sun.enterprise.server.J2EEServer.createServerObject(J2EEServer.ja
va:473)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
Can any one suggest please how we could resolve this problem.
Asadullah

Originally posted by maha anna:
I really really wish I could be cloned . One to take care of my son's education and growth in India and another to make myself happy. I am struggling between the two. [ We love India and we want our son to grow in Indian cuture. The ideal dream would be to get the kind of work I like and be with family in India and travel when needed for short-term (1 month) in 6 months. It's completely our family's personal preference and this is the main reason for the move. I DO NOT WANT this thread to get side-tracked with any culture arguments. ]
Thanks
Regards,
Maha Anna
[ March 12, 2003: Message edited by: maha anna ]


Hi Maha,
It nice to hear that you are doing great!.
A silver lining is finally emerging from behind the dark clouds
of recession! Companies are slowly going into the hiring mode after
nearly two years of frozen recruitment and retrenchments. And
the good news is that this hiring spree is not confined to any
specific sector. It is a boom time for recruitment across
IT industries in India.
Companies like Cognizant,TCS,Satyam,HCL is presently on recruitment spree and they hire most talented Java Professionals. I dont think so that you will find any difficulty in getting the stunning jobs in chennai/bangalore as well. Since you are doing wonderz, I believe, you can get the top post in some good companies very easily.
20 years ago

Originally posted by bruce willis:
It's very simple use vb2j2eepro.exe, you can download it to http://java.sun.com/vb2j2ee/vb2j2eepro.exe.
It's a freeware so go on!



Error "File not Found" Msg appeared.
Let me know the exact one. Pls
:roll:
Hi,
Kavitha,
First, you should be clear & strong enough in some area of expertise like Java/J2EE/XML/JSP/Testing or related to some other technologies. By the way, I'd suggest you to subscribe a good job-alert group where you can see lot of openings/walk-in are coming out these days. To name a few
polods@yahoogroups.com
You can also approach some professional consultancy. I believe a silver lining is finally emerging from behind the dark clouds of recession! Companies are slowly going into the hiring mode after nearly two years of frozen recruitment and retrenchments. And the good news is that this hiring spree is not confined to any specific sector. It is a boom time for recruitment across industries.
Try to keep yourselves up to date by doing extra stuff on your own. For example, you could install Linux on your machine, try learning Unix system administration, database administration, create small programs using jdbc/j2ee/ejb etc. Keeping aside something like 8 hours per week should be more than enough for this. This will demonstrate initiiative, self learning capability and motivation on your part and help you get a better job much more easily.
So, lets keep trying sincerely, hopefully you will get the stunning Job soon.
Asadullah
20 years ago
Hi,
Can any one pls shed some light on JESS.
I have one concern here is about the filtering concepts. Basically, I'd like to filter only the questions part on the email which i hv received from the customer and then those questions will be put forward via JMS to database templates which is having the answers and the admin should be able to edit and click a button to send the correct reply to customer. (or type in a totally new reply). Below is my thought
Email System --> JMS (Filtering the Contents)
--> JESS (Q&A) ---> Multiple Answers Will be
given to admin along with Original Message.
The whole scenario is just like we got some questions from customer and automatically the admin should be able to give the answers with respect to the above said details. How is it possible to do this.
Regards
Asadullah