aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes java.lang.ClassCastException: javax.naming.Reference Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "java.lang.ClassCastException: javax.naming.Reference" Watch "java.lang.ClassCastException: javax.naming.Reference" New topic
Author

java.lang.ClassCastException: javax.naming.Reference

naresh govindaswmay
Ranch Hand

Joined: Aug 15, 2007
Posts: 90
hi,
I am trying to run my queuing application in my machine.but it is showing some exception.I have attached all the logs here please find the bug and let me know.It was running before i formate my machine after that it is not running.

this is the log

D:\live\JMSServer\ReceivingQ>java com/leader/chart/server/JMS/PriceUpdater -Xms5
12m -Xmx512m
After the org.jnp.interfaces
after the context creation
Error in PriceContainer :java.lang.ClassCastException: javax.naming.Reference
Error in PriceContainer in catch block :java.lang.NullPointerException

D:\live\JMSServer\ReceivingQ>pause
Press any key to continue . . .


these are all the jars i have set in the class path.


D:\live\JMSServer\ReceivingQ>set classpath=D:\jboss-3.2.6\driver\j2ee.jar;D:\jbo
ss-3.2.6\driver\pg73jdbc2.jar;C:\Program Files\Java\jdk1.5.0_12\lib;;C:\jboss-3.
2.6\client\jboss-common-client.jar;;C:\jboss-3.2.6\server\default\lib\jnpserver.
jar;;D:\jboss-3.2.6\driver\pg73jdbc2.jar;

thanks and regards
naresh


Thanks and Regards<br />Naresh govindaswamy
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java.lang.ClassCastException: javax.naming.Reference
 
Similar Threads
Aborts from running EJB Client Windows batch script
JBoss slow startup time - pauses right after Core system initialized
unable to run ejb client
No Suitable Drived found
Stuck In the Mud with First EJB