<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Ramesh,<br><br>I got this one going. Sorry to bother you and Thanks a lot for all the support & patience once again.<br><br>I need to check "Maven Enable Dependency management" on so that the build path will be activated.<br><br>Regards<br><br>Ram<br><br><br><br><hr id="stopSpelling">From: rkishore999@hotmail.com<br>To: rareddy@redhat.com<br>Date: Tue, 25 Aug 2009 17:13:09 +0000<br>CC: teiid-dev@lists.jboss.org<br>Subject: Re: [teiid-dev] Issue when getting the Teiid Code through Anonymous SVN<br><br>
<style>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</style>
<br><font style="" color="#0000cc"><font style="" face="Geneva, Arial, Sans-serif">Ramesh,<br><br>That's the problem. I couldn't see java build path in the properties. I was thinking it's not showing Java Build Path there because they were not Java projects (Maven projects). I may be wrong. Not just the generated code, I just want to walk through the entire code.<br><br>Regards<br><br>Ram<br></font></font><br><br><br>> Subject: RE: [teiid-dev] Issue when getting the Teiid Code through Anonymous SVN<br>> From: rareddy@redhat.com<br>> To: rkishore999@hotmail.com<br>> CC: teiid-dev@lists.jboss.org<br>> Date: Tue, 25 Aug 2009 08:41:27 -0500<br>> <br>> Rama,<br>> <br>> no, I will answer this here. The code is JavaCC generated code, you<br>> rarely would want to walk it and it is disposable as you can re-generate<br>> it, that is reason the code is in the "target" directory.<br>> <br>> You can also right click on the "engine" project, go to "properties"<br>> once the dialog box shows up, select "Java build Path", and under<br>> "source" folder you can add the "target/generated-sources/javacc" as the<br>> source folder by clicking and selecting "Add Folder" button.<br>> <br>> Even the method specified on the Wiki document is correct, I am not sure<br>> the issues you are having.<br>> <br>> Hope this helps.<br>> <br>> Ramesh..<br>> <br>> On Tue, 2009-08-25 at 10:51 +0000, Rama Kishore Yelamanchilli wrote:<br>> > <br>> > Ramesh,<br>> > <br>> > I got the 6.2 src code checked out from anonymous SVN. As per the<br>> > "Eclipse Dev environment setup guide" page I did a right click on<br>> > "engine" project and did "Maven Generate Sources". It did create 5<br>> > java source files in engine/target/generated-resources/javac folder.<br>> > As per the setup guide, when I right clicked on<br>> > "engine/target/generated-resources/javacc folder and trying to put it<br>> > in the build path, I couldn't do that as it shows "No actions<br>> > available" when I choose the build path".<br>> > <br>> > Should I just ignore it and keep going with the build? Can you please<br>> > help me with this? Also without having the code in build path it's<br>> > very difficult to browse through the code in eclipse. Any suggestions<br>> > regarding this. I'm sorry if again this is not the right place to<br>> > post. Thankyou for all your patience and help.<br>> > <br>> > Regards<br>> > <br>> > Ram<br>> > <br>> > <br>> > <br>> > > Subject: RE: [teiid-dev] Issue when getting the Teiid Code through<br>> > Anonymous SVN<br>> > > From: rareddy@redhat.com<br>> > > To: rkishore999@hotmail.com<br>> > > CC: teiid-dev@lists.jboss.org<br>> > > Date: Mon, 24 Aug 2009 15:18:45 -0500<br>> > > <br>> > > Rama,<br>> > > <br>> > > I have solution for you, but you need to post this question in a<br>> > > separate thread, or in user forum at<br>> > > <br>> > > http://www.jboss.org/index.html?module=bb&op=viewforum&f=298<br>> > > <br>> > > in this thread we were trying to fix the anonymous svn issue. <br>> > > <br>> > > Thanks for your co-operation.<br>> > > <br>> > > Ramesh..<br>> > > <br>> > > On Mon, 2009-08-24 at 19:39 +0000, Rama Kishore Yelamanchilli wrote:<br>> > > > <br>> > > > Ramesh,<br>> > > > <br>> > > > Thanks for your continued support. I have downloaded the latest<br>> > 6.2<br>> > > > Teiid runtime. I have a working VDB from 6.1 TEIID designer. I<br>> > have<br>> > > > placed the .vdb in the deploy folder and started the server. Then<br>> > ran<br>> > > > the run.bat script as "run <vdb_name> "<query>". Dtaabase is<br>> > Oracle. I<br>> > > > have placed "classes12.jar" in "extensions" folder. I'm getting<br>> > the<br>> > > > following error.<br>> > > > <br>> > > > 2009-08-24 12:26:21,651 WARN [main]<br>> > > > org.jboss.cache.transaction.GenericTransactionManagerLookup -<br>> > Falling<br>> > > > back to JBoss Cache's internal DummyTransactionManager<br>> > > > 2009-08-24 12:26:22,542 ERROR [main] org.teiid.DQP - Connector<br>> > Binding<br>> > > > MyVdb.MyVdb_PSEDEV Connector failed to start, check the properties<br>> > and<br>> > > > start again.<br>> > > ><br>> > com.metamatrix.common.application.exception.ApplicationLifecycleException: Could not find Connector class org.teiid.connector.jdbc.JDBCConnector<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.datamgr.impl.ConnectorManager.initStartConnector(ConnectorManager.java:437)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.datamgr.impl.ConnectorManager.start(ConnectorManager.java:357)<br>> > > > at<br>> > > ><br>> > com.metamatrix.dqp.embedded.services.EmbeddedDataService.startConnectorBinding(EmbeddedDataService.java:275)<br>> > > > at<br>> > > ><br>> > com.metamatrix.dqp.embedded.services.EmbeddedDataService.startService(EmbeddedDataService.java:388)<br>> > > > at<br>> > > ><br>> > com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService.start(EmbeddedBaseDQPService.java:74)<br>> > > > at<br>> > > ><br>> > com.metamatrix.common.application.Application.installService(Application.java:48)<br>> > > > at org.teiid.dqp.internal.process.DQPCore.start(DQPCore.java:612)<br>> > > > at<br>> > > ><br>> > com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl.initialize(EmbeddedConnectionFactoryImpl.java:155)<br>> > > > at org.teiid.jdbc.EmbeddedProfile<br>> > > > $EmbeddedTransport.<init>(EmbeddedProfile.java:346)<br>> > > > at<br>> > > ><br>> > org.teiid.jdbc.EmbeddedProfile.getDQPTransport(EmbeddedProfile.java:167)<br>> > > > at<br>> > > ><br>> > org.teiid.jdbc.EmbeddedProfile.createConnection(EmbeddedProfile.java:146)<br>> > > > at<br>> > > > org.teiid.jdbc.EmbeddedProfile.connect(EmbeddedProfile.java:109)<br>> > > > at org.teiid.jdbc.TeiidDriver.connect(TeiidDriver.java:92)<br>> > > > at java.sql.DriverManager.getConnection(Unknown Source)<br>> > > > at java.sql.DriverManager.getConnection(Unknown Source)<br>> > > > at JDBCClient.getDriverConnection(JDBCClient.java:51)<br>> > > > at JDBCClient.main(JDBCClient.java:39)<br>> > > > Caused by:<br>> > > ><br>> > com.metamatrix.common.application.exception.ApplicationLifecycleException: The specified connector class org.teiid.connector.jdbc.JDBCConnector is not an instance of a Teiid connector. This may be due to an inappropriate classpath entry. An attempt was also made to treat the class as a legacy MetaMatrix connector, however this was not successful either.<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.datamgr.impl.ConnectorManager.initStartConnector(ConnectorManager.java:433)<br>> > > > ... 16 more<br>> > > > Caused by: java.lang.ClassNotFoundException:<br>> > > > com.metamatrix.data.api.Connector<br>> > > > at java.net.URLClassLoader$1.run(Unknown Source)<br>> > > > at java.security.AccessController.doPrivileged(Native Method)<br>> > > > at java.net.URLClassLoader.findClass(Unknown Source)<br>> > > > at java.lang.ClassLoader.loadClass(Unknown Source)<br>> > > > at java.lang.ClassLoader.loadClass(Unknown Source)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.datamgr.impl.ConnectorManager.initStartConnector(ConnectorManager.java:426)<br>> > > > ... 16 more<br>> > > > 2009-08-24 12:26:22,933 ERROR [Worker0_QueryProcessorQueue0]<br>> > > > org.teiid.DQP - Unexpected exception for request 0.0<br>> > > > [ComponentNotFoundException]Connector Binding "MyVdb.MyVdb_PSEDEV<br>> > > > Connector" failed to start, or did not start correctly. Please<br>> > check<br>> > > > the connector binding properties. Check the log file for more<br>> > > > information.<br>> > > > at<br>> > > ><br>> > com.metamatrix.dqp.embedded.services.EmbeddedDataService.selectConnector(EmbeddedDataService.java:125)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.capabilities.ConnectorCapabilitiesFinder.findCapabilities(ConnectorCapabilitiesFinder.java:64)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.capabilities.SharedCachedFinder.findCapabilities(SharedCachedFinder.java:64)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.CapabilitiesUtil.getCapabilities(CapabilitiesUtil.java:363)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.CapabilitiesUtil.supports(CapabilitiesUtil.java:383)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.CapabilitiesUtil.requiresCriteria(CapabilitiesUtil.java:368)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.RulePlaceAccess.addAccessNode(RulePlaceAccess.java:138)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.RulePlaceAccess.execute(RulePlaceAccess.java:76)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.RelationalPlanner.executeRules(RelationalPlanner.java:368)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.RelationalPlanner.optimize(RelationalPlanner.java:142)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.QueryOptimizer.optimize(QueryOptimizer.java:244)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.QueryOptimizer.recursiveOptimize(QueryOptimizer.java:218)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.QueryOptimizer.optimizePlan(QueryOptimizer.java:126)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.Request.generatePlan(Request.java:491)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.Request.processRequest(Request.java:583)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.RequestWorkItem.processNew(RequestWorkItem.java:365)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.RequestWorkItem.process(RequestWorkItem.java:200)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.AbstractWorkItem.run(AbstractWorkItem.java:44)<br>> > > > at com.metamatrix.common.queue.WorkerPoolFactory<br>> > > > $StatsCapturingSharedThreadPoolExecutor<br>> > > > $1.run(WorkerPoolFactory.java:211)<br>> > > > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown<br>> > > > Source)<br>> > > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown<br>> > > > Source)<br>> > > > at java.lang.Thread.run(Unknown Source)<br>> > > > 2009-08-24 12:26:22,948 ERROR [Worker0_QueryProcessorQueue1]<br>> > > > org.teiid.DQP - Unexpected exception for request 1.0<br>> > > > [ComponentNotFoundException]Connector Binding "MyVdb.MyVdb_PSEDEV<br>> > > > Connector" failed to start, or did not start correctly. Please<br>> > check<br>> > > > the connector binding properties. Check the log file for more<br>> > > > information.<br>> > > > at<br>> > > ><br>> > com.metamatrix.dqp.embedded.services.EmbeddedDataService.selectConnector(EmbeddedDataService.java:125)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.capabilities.ConnectorCapabilitiesFinder.findCapabilities(ConnectorCapabilitiesFinder.java:64)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.capabilities.SharedCachedFinder.findCapabilities(SharedCachedFinder.java:64)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.CapabilitiesUtil.getCapabilities(CapabilitiesUtil.java:363)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.CapabilitiesUtil.supports(CapabilitiesUtil.java:383)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.CapabilitiesUtil.requiresCriteria(CapabilitiesUtil.java:368)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.RulePlaceAccess.addAccessNode(RulePlaceAccess.java:138)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.rules.RulePlaceAccess.execute(RulePlaceAccess.java:76)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.RelationalPlanner.executeRules(RelationalPlanner.java:368)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.relational.RelationalPlanner.optimize(RelationalPlanner.java:142)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.QueryOptimizer.optimize(QueryOptimizer.java:244)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.QueryOptimizer.recursiveOptimize(QueryOptimizer.java:218)<br>> > > > at<br>> > > ><br>> > com.metamatrix.query.optimizer.QueryOptimizer.optimizePlan(QueryOptimizer.java:126)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.Request.generatePlan(Request.java:491)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.Request.processRequest(Request.java:583)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.RequestWorkItem.processNew(RequestWorkItem.java:365)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.RequestWorkItem.process(RequestWorkItem.java:200)<br>> > > > at<br>> > > ><br>> > org.teiid.dqp.internal.process.AbstractWorkItem.run(AbstractWorkItem.java:44)<br>> > > > at com.metamatrix.common.queue.WorkerPoolFactory<br>> > > > $StatsCapturingSharedThreadPoolExecutor<br>> > > > $1.run(WorkerPoolFactory.java:211)<br>> > > > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown<br>> > > > Source)<br>> > > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown<br>> > > > Source)<br>> > > > at java.lang.Thread.run(Unknown Source)<br>> > > > <br>> > > > Regards<br>> > > > <br>> > > > Ram<br>> > > > <br>> > > > <br>> > > > <br>> > > > > From: rareddy@redhat.com<br>> > > > > To: sumanth.technical@gmail.com<br>> > > > > Date: Mon, 24 Aug 2009 13:28:36 -0500<br>> > > > > CC: teiid-dev@lists.jboss.org<br>> > > > > Subject: Re: [teiid-dev] Issue when getting the Teiid Code<br>> > through<br>> > > > Anonymous SVN<br>> > > > > <br>> > > > > Sumanth,<br>> > > > > <br>> > > > > The issue<br>> > > > > <br>> > > > > svn: REPORT request failed on '/repos/teiid/!svn/vcc/default'<br>> > > > > <br>> > > > > seems to be reported by lots of people when I searched, but did<br>> > not<br>> > > > see<br>> > > > > one conclusive answer. Some were saying it the proxy server,<br>> > some<br>> > > > were<br>> > > > > saying dirty checkout etc, so more research is needed there.<br>> > > > > <br>> > > > > try running just <br>> > > > > <br>> > > > > mkdir teiid<br>> > > > > cd teiid<br>> > > > > <br>> > > > > svn co http://anonsvn.jboss.org/repos/teiid/ .<br>> > > > > <br>> > > > > this should checkout all the head version of the Teiid. If you<br>> > want<br>> > > > to<br>> > > > > check out a particular branch then run<br>> > > > > <br>> > > > > svn co http://anonsvn.jboss.org/repos/teiid/branches/6.1.x<br>> > > > > <br>> > > > > You can use Eclipse SVN plugin like "subversive"<br>> > > > > <br>> > > > > http://www.eclipse.org/subversive/downloads.php <br>> > > > > <br>> > > > > or use http://tortoisesvn.tigris.org/ as clients to checkout. I<br>> > > > think<br>> > > > > all the tools will support the picking up from the failed place.<br>> > Let<br>> > > > us<br>> > > > > know how this goes.<br>> > > > > <br>> > > > > Thanks<br>> > > > > <br>> > > > > Ramesh..<br>> > > > > <br>> > > > > <br>> > > > > <br>> > > > > On Mon, 2009-08-24 at 23:13 +0530, Sumanth P K wrote:<br>> > > > > > Ramesh,<br>> > > > > > <br>> > > > > > I tried again now and the good news is that it was able to<br>> > > > download<br>> > > > > > this time more files than the previous time. But it again<br>> > failed.<br>> > > > > > Please see the attached log. Is there a way by which I can<br>> > have<br>> > > > the<br>> > > > > > SVN Check Out resume from the point where it failed? (I know<br>> > this<br>> > > > is a<br>> > > > > > SVN question, sorry for that.).<br>> > > > > > <br>> > > > > > I was trying to check out the trunk folder as mentioned in the<br>> > > > URL:<br>> > > > > ><br>> > > ><br>> > http://www.jboss.org/community/wiki/EclipseDevEnvironmentSetUpforTeiid. Could it be because of that? I see that there is a 6.1 folder under the branch. Should I be taking from that instead?<br>> > > > > > <br>> > > > > > Thanks,<br>> > > > > > Sumanth.<br>> > > > > > <br>> > > > > > On Mon, Aug 24, 2009 at 4:35 AM, Ramesh Reddy<br>> > <rareddy@redhat.com><br>> > > > > > wrote:<br>> > > > > > Sumanth,<br>> > > > > > <br>> > > > > > I just tried the same command against the anon-svn did not see<br>> > > > > > any issues, it may have been a network glitch at that time,<br>> > > > > > please try again and see if works this time.<br>> > > > > > <br>> > > > > > Ramesh..<br>> > > > > > <br>> > > > > > <br>> > > > > > ----- Original Message -----<br>> > > > > > From: "Sumanth P K" <sumanth.technical@gmail.com><br>> > > > > > To: teiid-dev@lists.jboss.org<br>> > > > > > Sent: Saturday, August 22, 2009 9:34:11 AM GMT -06:00<br>> > > > > > US/Canada Central<br>> > > > > > Subject: [teiid-dev] Issue when getting the Teiid Code through<br>> > > > > > Anonymous SVN<br>> > > > > > <br>> > > > > > <br>> > > > > > <br>> > > > > > Teiid Group,<br>> > > > > > <br>> > > > > > I was trying to get the Teiid Code through the Anonymous SVN:<br>> > > > > > http://anonsvn.jboss.org/repos/teiid/ . I got the following<br>> > > > > > error in Eclipse:<br>> > > > > > <br>> > > > > > Checkout operation for '<br>> > > > > > http://anonsvn.jboss.org/repos/teiid/trunk ' failed.<br>> > > > > > svn: REPORT request failed on '/repos/teiid/!svn/vcc/default'<br>> > > > > > svn: CRLF expected at end of chunk: -1/-1<br>> > > > > > <br>> > > > > > Please find the log attached. Let me know how to resolve this.<br>> > > > > > <br>> > > > > > Bye,<br>> > > > > > Sumanth.<br>> > > > > > <br>> > > > > > _______________________________________________<br>> > > > > > teiid-dev mailing list<br>> > > > > > teiid-dev@lists.jboss.org<br>> > > > > > https://lists.jboss.org/mailman/listinfo/teiid-dev<br>> > > > > > <br>> > > > > <br>> > > > > _______________________________________________<br>> > > > > teiid-dev mailing list<br>> > > > > teiid-dev@lists.jboss.org<br>> > > > > https://lists.jboss.org/mailman/listinfo/teiid-dev<br>> > > > <br>> > > > <br>> > > ><br>> > ______________________________________________________________________<br>> > > > Date India’s Teen Diva. Find out if you hit it off with her or are<br>> > her<br>> > > > fiery opposite. Drag n’ drop<br>> > > <br>> > <br>> > <br>> > ______________________________________________________________________<br>> > From the hottest sporting action to the latest in news, style and<br>> > entertainment, it’s all on MSN India <br>> <br><br><hr>One blink is all it takes for the world to change. One click and MSN India helps you catch up <a href="http://in.msn.com">Try it!</a><br /><hr />Date India’s Teen Diva. Find out if you hit it off with her or are her fiery opposite. <a href='http://www.WindowsLivePlanet.com/DateDiva' target='_new'>Drag n’ drop</a></body>
</html>