Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [smila-dev] Troubleshooting - list

OK, thanks a lot for your feedback. I will start a FAQ page into the WIKI with possible questions and answers I get. See you there.

 

Allan

 

Von: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-bounces@xxxxxxxxxxx] Im Auftrag von August Georg Schmidt
Gesendet: Donner
stag, 11. September 2008 21:18
An: Smila project developer mailing list
Betreff: RE: [smila-dev] Troubleshooting - list

 

Thanks Allan and Jeff..

 

I would agree… a FAQ in the WIKI may be great and helpful for new developers.

 

Georg

 

From: smila-dev-bounces@xxxxxxxxxxx [mailto:smila-dev-bounces@xxxxxxxxxxx] On Behalf Of Jeff McAffer
Sent: Donnerstag, 11. September 2008 17:43
To: Smila project developer mailing list
Subject: Re: [smila-dev] Troubleshooting - list

 

suggest starting a FAQ on the wiki and use the newsgroup as your user community "go to" place.

Jeff

Allan Kaufmann wrote:

Hi peoples

 

What do you think about a troubleshooting-list for smila-developers? I think it could be helpful for smila-newbies to find a quickly solution while developing a crawler or a new bundle.

 

Here are some samples:

 

 “Build Failed - Out of Memory - Java heap space” while building with EILF.builder.

Answer:

 

Ant hasn´t enough heap space to build the project. Use VM-arguments for expand the heap space.

 

- Choose "Open external tool dialog" and select your ant-build profile. - Change to the tab "JRE" and insert in the VM Arguments textbox: "-Xms40m -Xmx512m"

- Save and build again.

 

 

 

“Could not find crawler id” while launching Smila with EILF.launch

Answer:

Your launcher did´t start your new crawlerbundle.

 

add your bundle by opening "Run dialog" and choose your EILF-profile.

Choose your bundle in list and check it on

set the start level to 4 and the autostart to true

 

 

 

“Could not find crawler id” while launching Smila with EILF.EXE

Answer:

Your bundle is´nt in config.ini or the start level isn´t correct.

 

Insert your bundle in config.ini like:

org.eclipse.eilf.connectivity.framework.crawler.owncrawler@5:start, \

 
 
 


 
 
 
_______________________________________________
smila-dev mailing list
smila-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/smila-dev
  

Back to the top