Hi all, Thank you all for the responses. I have resolved this problem after adding the correct jar files. The problem was with the incorrect client jars added to the dropins folder.
On Tue, May 5, 2015 at 10:52 AM, Dinithi De Silva <[email protected]> wrote: > Hi Manoj, > Thank you for the response. I am using IBM MQ 7.5 with RedHat 5.6. > > On Tue, May 5, 2015 at 10:30 AM, Dinithi De Silva <[email protected]> > wrote: > >> Hi Imesh, >> Thank you for the response. According to the ESB document[1], these jars >> should be copies to the dropins folder. BTW, I have tried copying them in >> to lib also. Still no success. >> >> [1] - >> https://docs.wso2.com/display/ESB481/Configure+with+IBM+WebSphere+MQ >> >> On Tue, May 5, 2015 at 10:19 AM, Imesh Gunaratne <[email protected]> wrote: >> >>> Regarding the NPE, I guess you may have copied a none OSGi JAR file to >>> the droppings directory. If so try to copy it to components/lib. >>> >>> >>> On Tuesday, May 5, 2015, Imesh Gunaratne <[email protected]> wrote: >>> >>>> It looks like there are couple of "File Not Found" and "Address Already >>>> In Use" errors in the log. If you go through the log carefully you should >>>> be able to find the reasons for this. >>>> >>>> >>>> On Tuesday, May 5, 2015, Dinithi De Silva <[email protected]> wrote: >>>> >>>>> Hi, >>>>> I have tried with a fresh ESB pack and the problem is still occurs. I >>>>> have attached the new log file here. >>>>> >>>>> Now the problem is as follows. >>>>> >>>>> TID: [2015-05-05 09:47:58,303] ERROR >>>>> {org.wso2.carbon.server.extensions.DropinsBundleDeployer} - Error occured >>>>> while deploying bundles in the dropins directory >>>>> {org.wso2.carbon.server.extensions.DropinsBundleDeployer} >>>>> java.lang.NullPointerException >>>>> at >>>>> org.wso2.carbon.server.extensions.DropinsBundleDeployer.getNewBundleInfoLines(DropinsBundleDeployer.java:105) >>>>> at >>>>> org.wso2.carbon.server.extensions.DropinsBundleDeployer.perform(DropinsBundleDeployer.java:62) >>>>> at org.wso2.carbon.server.Main.invokeExtensions(Main.java:149) >>>>> at org.wso2.carbon.server.Main.main(Main.java:94) >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>> at >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>> at org.wso2.carbon.bootstrap.Bootstrap.loadClass(Bootstrap.java:63) >>>>> at org.wso2.carbon.bootstrap.Bootstrap.main(Bootstrap.java:45) >>>>> >>>>> >>>>> >>>>> On Sun, May 3, 2015 at 3:29 PM, Malaka Silva <[email protected]> wrote: >>>>> >>>>>> Hi Dinithi, >>>>>> >>>>>> The error does not have a relation with IBM MQ Connectivity. >>>>>> >>>>>> Better try with a fresh pack. >>>>>> >>>>>> On Sun, May 3, 2015 at 12:39 PM, Rasika Perera <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi Dinithi, >>>>>>> >>>>>>> Looking at "wso2carbon.log"; I observed several server >>>>>>> initializations with misconfigurations. DB could be corrupted; >>>>>>> >>>>>>> Caused by: java.lang.RuntimeException: rowcount remaining=5 SYS >>>>>>>> at >>>>>>>> org.h2.message.DbException.throwInternalError(DbException.java:226) >>>>>>>> at org.h2.table.RegularTable.addIndex(RegularTable.java:231) >>>>>>>> at org.h2.engine.Database.open(Database.java:572) >>>>>>>> at org.h2.engine.Database.openDatabase(Database.java:207) >>>>>>>> ... 39 more >>>>>>> >>>>>>> >>>>>>> Did you try final configurations on a fresh copy? >>>>>>> >>>>>>> Thank you, >>>>>>> Rasika Perera >>>>>>> >>>>>>> On Fri, May 1, 2015 at 12:50 PM, Dinithi De Silva <[email protected] >>>>>>> > wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> I am trying to configure WSO2 ESB with IBM Websphere MQ on RedHat >>>>>>>> 5.6 running on a virtualbox. According to the document [1], I have >>>>>>>> changed >>>>>>>> the axis2.xml file and added the required client libraries. After doing >>>>>>>> those modifications and start the ESB server it gave me the following >>>>>>>> error. >>>>>>>> >>>>>>>> [2015-05-01 12:20:18,307] ERROR - DatabaseUtil Database Error - >>>>>>>> General error: "java.lang.RuntimeException: rowcount remaining=5 >>>>>>>> SYS" >>>>>>>> [50000-140] >>>>>>>> org.h2.jdbc.JdbcSQLException: General error: >>>>>>>> "java.lang.RuntimeException: rowcount remaining=5 SYS" [50000-140] >>>>>>>> at org.h2.message.DbException.getJdbcSQLException( >>>>>>>> DbException.java:327) >>>>>>>> at org.h2.message.DbException.get(DbException.java:156) >>>>>>>> at org.h2.message.DbException.convert(DbException.java:279) >>>>>>>> at org.h2.engine.Database.openDatabase(Database.java:237) >>>>>>>> at org.h2.engine.Database.<init>(Database.java:202) >>>>>>>> at org.h2.engine.Engine.openSession(Engine.java:56) >>>>>>>> at org.h2.engine.Engine.openSession(Engine.java:146) >>>>>>>> at org.h2.engine.Engine.getSession(Engine.java:125) >>>>>>>> at org.h2.engine.Session.createSession(Session.java:122) >>>>>>>> at org.h2.engine.SessionRemote.connectEmbeddedOrServer( >>>>>>>> SessionRemote.java:241) >>>>>>>> at org.h2.engine.SessionRemote.createSession(SessionRemote. >>>>>>>> java:219) >>>>>>>> at org.h2.jdbc.JdbcConnection.< >>>>>>>> init>(JdbcConnection.java:111) >>>>>>>> at org.h2.jdbc.JdbcConnection.< >>>>>>>> init>(JdbcConnection.java:95) >>>>>>>> at org.h2.Driver.connect(Driver.java:73) >>>>>>>> at org.apache.tomcat.jdbc.pool.PooledConnection. >>>>>>>> connectUsingDriver(PooledConnection.java:278) >>>>>>>> at org.apache.tomcat.jdbc.pool.PooledConnection.connect( >>>>>>>> PooledConnection.java:182) >>>>>>>> at org.apache.tomcat.jdbc.pool.ConnectionPool. >>>>>>>> createConnection(ConnectionPool.java:701) >>>>>>>> at org.apache.tomcat.jdbc.pool.ConnectionPool. >>>>>>>> borrowConnection(ConnectionPool.java:635) >>>>>>>> at org.apache.tomcat.jdbc.pool. >>>>>>>> ConnectionPool.getConnection(ConnectionPool.java:188) >>>>>>>> at org.apache.tomcat.jdbc.pool. >>>>>>>> DataSourceProxy.getConnection(DataSourceProxy.java:127) >>>>>>>> at org.wso2.carbon.user.core.claim.dao.ClaimDAO. >>>>>>>> getDialectCount(ClaimDAO.java:158) >>>>>>>> at org.wso2.carbon.user.core.common.DefaultRealm. >>>>>>>> populateProfileAndClaimMaps(DefaultRealm.java:411) >>>>>>>> at org.wso2.carbon.user.core.common.DefaultRealm.init( >>>>>>>> DefaultRealm.java:101) >>>>>>>> at org.wso2.carbon.user.core.common.DefaultRealmService. >>>>>>>> initializeRealm(DefaultRealmService.java:223) >>>>>>>> at org.wso2.carbon.user.core.common.DefaultRealmService.< >>>>>>>> init>(DefaultRealmService.java:101) >>>>>>>> at org.wso2.carbon.user.core.common.DefaultRealmService.< >>>>>>>> init>(DefaultRealmService.java:114) >>>>>>>> at org.wso2.carbon.user.core.internal.Activator. >>>>>>>> startDeploy(Activator.java:69) >>>>>>>> at org.wso2.carbon.user.core.internal.BundleCheckActivator. >>>>>>>> start(BundleCheckActivator.java:61) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> BundleContextImpl$1.run(BundleContextImpl.java:711) >>>>>>>> at java.security.AccessController.doPrivileged(Native >>>>>>>> Method) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> BundleContextImpl.startActivator(BundleContextImpl.java:702) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> BundleContextImpl.start(BundleContextImpl.java:683) >>>>>>>> at org.eclipse.osgi.framework.internal.core.BundleHost. >>>>>>>> startWorker(BundleHost.java:381) >>>>>>>> at org.eclipse.osgi.framework.internal.core.AbstractBundle. >>>>>>>> resume(AbstractBundle.java:390) >>>>>>>> at org.eclipse.osgi.framework.internal.core.Framework. >>>>>>>> resumeBundle(Framework.java:1176) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> StartLevelManager.resumeBundles(StartLevelManager.java:559) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> StartLevelManager.resumeBundles(StartLevelManager.java:544) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> StartLevelManager.incFWSL(StartLevelManager.java:457) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> StartLevelManager.doSetStartLevel(StartLevelManager.java:243) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> StartLevelManager.dispatchEvent(StartLevelManager.java:438) >>>>>>>> at org.eclipse.osgi.framework.internal.core. >>>>>>>> StartLevelManager.dispatchEvent(StartLevelManager.java:1) >>>>>>>> at org.eclipse.osgi.framework.eventmgr.EventManager. >>>>>>>> dispatchEvent(EventManager.java:230) >>>>>>>> >>>>>>>> I have attached the full log file. >>>>>>>> >>>>>>>> [1] - >>>>>>>> https://docs.wso2.com/display/ESB481/Configure+with+IBM+WebSphere+MQ >>>>>>>> >>>>>>>> -- >>>>>>>> *Dinithi De Silva* >>>>>>>> Associate Software Engineer, WSO2 Inc. >>>>>>>> m:+94716667655 | e:[email protected] | w: www.wso2.com >>>>>>>> | a: #20, Palm Grove, Colombo 03 >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Dev mailing list >>>>>>>> [email protected] >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> With Regards, >>>>>>> >>>>>>> *Rasika Perera* >>>>>>> Software Engineer >>>>>>> M: +94 71 680 9060 E: [email protected] >>>>>>> LinkedIn: http://lk.linkedin.com/in/rasika90 >>>>>>> >>>>>>> WSO2 Inc. www.wso2.com >>>>>>> lean.enterprise.middleware >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Dev mailing list >>>>>>> [email protected] >>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Best Regards, >>>>>> >>>>>> Malaka Silva >>>>>> Senior Tech Lead >>>>>> M: +94 777 219 791 >>>>>> Tel : 94 11 214 5345 >>>>>> Fax :94 11 2145300 >>>>>> Skype : malaka.sampath.silva >>>>>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 >>>>>> Blog : http://mrmalakasilva.blogspot.com/ >>>>>> >>>>>> WSO2, Inc. >>>>>> lean . enterprise . middleware >>>>>> http://www.wso2.com/ >>>>>> http://www.wso2.com/about/team/malaka-silva/ >>>>>> <http://wso2.com/about/team/malaka-silva/> >>>>>> >>>>>> Save a tree -Conserve nature & Save the world for your future. Print >>>>>> this email only if it is absolutely necessary. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> *Dinithi De Silva* >>>>> Associate Software Engineer, WSO2 Inc. >>>>> m:+94716667655 | e:[email protected] | w: www.wso2.com >>>>> | a: #20, Palm Grove, Colombo 03 >>>>> >>>> >>>> >>>> -- >>>> *Imesh Gunaratne* >>>> Senior Technical Lead >>>> WSO2 Inc: http://wso2.com >>>> T: +94 11 214 5345 M: +94 77 374 2057 >>>> W: http://imesh.gunaratne.org >>>> Lean . Enterprise . Middleware >>>> >>>> >>>> >>> >>> -- >>> *Imesh Gunaratne* >>> Senior Technical Lead >>> WSO2 Inc: http://wso2.com >>> T: +94 11 214 5345 M: +94 77 374 2057 >>> W: http://imesh.gunaratne.org >>> Lean . Enterprise . Middleware >>> >>> >>> >> >> >> -- >> *Dinithi De Silva* >> Associate Software Engineer, WSO2 Inc. >> m:+94716667655 | e:[email protected] | w: www.wso2.com >> | a: #20, Palm Grove, Colombo 03 >> > > > > -- > *Dinithi De Silva* > Associate Software Engineer, WSO2 Inc. > m:+94716667655 | e:[email protected] | w: www.wso2.com > | a: #20, Palm Grove, Colombo 03 > -- *Dinithi De Silva* Associate Software Engineer, WSO2 Inc. m:+94716667655 | e:[email protected] | w: www.wso2.com | a: #20, Palm Grove, Colombo 03
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
