Skip to main content

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

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, \


Back to the top