• Contact
  • Download
  • Professional
  • Cloud
  • Community
  • Webinars
  • Home
  • Contact
  • Login
  1. Home
  2. OpenKM 7.1
  3. Development
  4. Eclipse known troubleshooting
    • OpenKM 6.3 - CE
    • OpenKM 6.4
    • OpenKM 7.0
    • OpenKM 8.1
  • Previous Next
  1.  
  • Previous Next

OpenKM 7.1

Hardware and software requirements
Installation
Setup
Troubleshooting
Administration guide
User guide
Migration guide
Development
Personal development environment
Configuring IDE from a clean Eclipse
Configuring Maven in your OS
Eclipse tips
Eclipse known troubleshooting
Development tips
Profiling application
Application version compatibility table
Change default login screen
Change folder style by metadata value
Creating a JAR file with Eclipse
Creating plugins
Creating templates
Creating your own login module
Creating your own parameters
Creating your own password validator
Creating your own reports
Creating your own thesaurus
Database stuff
Webservices
Extending frontend UI
Exposed frontend JavaScript API
Integrate preview with other web applications
Samples
Variables by automation event
Vault of stuff
API description
Database description
Advanced samples

Eclipse known troubleshooting

Maven raise error 206 the filename or extension is too long

When you build an application on windows you can get the error create process error 206 the filename or extension is too long this is caused to a Windows OS limitation. To solve it:

  • Move .m2 repository to c:\
  • Go to Eclipse > Windows/Preferences/Maven/User Settings -> Create your own setting.xml with its content:
<settings>
  <localRepository>c:/.m2/repository</localRepository>
</settings>
Table of contents [ Hide Show ]
  • Maven raise error 206 the filename or extension is too long

© OpenKM kcenter v.1.0.0 (build: d51a7b0). All Rights Reserved. Documentation license