1 2 Previous Next 21 Replies Latest reply on Oct 21, 2006 2:06 AM by scout1lacno Go to original post
      • 15. Re: Newbie Need Help :)
        jaikiran

        You say you have deployed mysql datasource. Can you post its contents. Looks like some resource is waiting for a datasource to be bound to java:/MySqlDS. Going by one of your previous posts, i guess you have bound your mysql datasource DefaultDS. You might have to either change the jndi name of the datasource, or else change the file which is dependent on java:/MySqlDS(i guess it is CRMIBCJapan-ejb.jar).

        • 16. Re: Newbie Need Help :)
          scout1lacno



          Thankz for the reply. I have change the name from DefaultDS to MySqlDs. I only have one error right now the error is :

          --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
          ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
           State: NOTYETINSTALLED
           Depends On Me:
           jboss.ejb:service=EJBTimerService,persistencePolicy=database
           jboss.mq:service=PersistenceManager


          What specific XML file should I change the Data Source?


          Thankz :)

          • 17. Re: Newbie Need Help :)
            genman

            Look for default-ds.xml

            • 18. Re: Newbie Need Help :)
              scout1lacno


              Hi jaikiran.

              Ports are ok now. Im using my command line to start and stop JBOSS. Since NetBeans 5.5 Beta 2 with JBOSS bundle seems not to shutdown JBOSS properly. Is thi a bug to the NetBeans or in JBOSS side? I just wanna ask.

              Im running into problems when Im deploying. Im running into this errors:

              2006-10-16 11:26:28,879 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
              --- MBeans waiting for other MBeans ---
              ObjectName: jboss.j2ee:ear=SampleEJB.ear,jar=SampleEJB-ejb.jar,name=DealerBeanFacade,service=EJB3
               State: FAILED
               Reason: java.lang.NullPointerException
               I Depend On:
               persistence.units:ear=SampleEJB.ear,jar=SampleEJB-ejb.jar,unitName=SampleEJB-ejbPU
              
              --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
              ObjectName: jboss.j2ee:ear=SampleEJB.ear,jar=SampleEJB-ejb.jar,name=DealerBeanFacade,service=EJB3
               State: FAILED
               Reason: java.lang.NullPointerException
               I Depend On:
               persistence.units:ear=SampleEJB.ear,jar=SampleEJB-ejb.jar,unitName=SampleEJB-ejbPU




              jboss.j2ee:ear=SampleEJB.ear,jar=SampleEJB-ejb.jar,name=DealerBeanFacade,service=EJB3
              java.lang.NullPointerException
               at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.getInterfaces(StatelessRemoteProxyFactory.java:62)
               at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.init(BaseStatelessProxyFactory.java:53)
               at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.init(StatelessRemoteProxyFactory.java:78)
               at org.jboss.ejb3.stateless.BaseStatelessProxyFactory.start(BaseStatelessProxyFactory.java:62)
               at org.jboss.ejb3.stateless.StatelessRemoteProxyFactory.start(StatelessRemoteProxyFactory.java:85)
               at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:85)
               at org.jboss.ejb3.SessionContainer.start(SessionContainer.java:85)
               at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.java:80)



              I dont know if this is related in your issue in http://jira.jboss.com/jira/browse/EJBTHREE-664

              I hope someone can help.. thankz :)



              • 19. Re: Newbie Need Help :)
                jaikiran

                 

                Is thi a bug to the NetBeans or in JBOSS side?


                I have never used NetBeans earlier, so am not sure whether this a bug or something wrong with the setup you are using. But going by what you have mentioned so far, this certainly does not look like a bug in JBoss.

                I dont know if this is related in your issue in http://jira.jboss.com/jira/browse/EJBTHREE-664


                The stacktrace looks similar(even though not the same). Are you injecting any resources or is it some simple bean that you are trying? May be the relevant pieces of code might help in identifying the issue.



                • 20. Re: Newbie Need Help :)
                  scout1lacno



                  Hi,

                  Thanks for the reply. :)

                  I have it running now. I reinstalled my JBOSS.. Reset the MySQL Datasources. and there it goes.

                  It's ok for now... maybe patience is all that is needed. Thank you very much jaikiran, genman and among others..

                  Thankz :)

                  Keith from the
                  Philippines.

                  • 21. Re: Newbie Need Help :)
                    scout1lacno



                    Hi all,

                    This is just a follow up. My JBOSS app server is working ok now. If anyone there encounters error just like mine specially on port 8083 or 1098, just disable your local firewall first then start JBOSS. After that you can start your firewall again.

                    Just an FYI :)

                    Thankz :)

                    Keith

                    1 2 Previous Next