Fixing Search Service Down Issue in 3DEXPERIENCE Platform

Search is one of the most critical features in the 3DEXPERIENCE platform. If the search service goes down, users cannot find objects, documents, or data—impacting productivity immediately.

In this blog, we’ll cover how to troubleshoot and fix search service issues related to:

  • 3DSearch
  • Federated Search (FedSearch)
  • Indexing services

Common Symptoms

You may be facing a search service issue if:

  • Search returns no results
  • Search is very slow
  • Error like “Search Service Not Available”
  • Infinite loading while searching
  • FedSearch not showing external results

Understanding How Search Works

In 3DEXPERIENCE:

  • 3DSearch handles indexing and search queries
  • Data is stored in search indexes (similar to Elasticsearch concept)
  • Platform services communicate with search engine

 

If any of these components fail → search stops working.


Step-by-Step Troubleshooting Guide

Check Search Service Status

Login to server and verify services:

  • Check if 3DSearch service in services is running
  • On Linux: ps -ef | grep search
  • On Windows: Check in Services.msc

 

If service is stopped → start it.

Verify Platform Services

Ensure below services are up:

  • 3DSearch
  • 3DSpace
  • 3DPassport

 

If any service is down → restart all services in proper sequence.


Check Logs (Most Important )

Go to log directory: <Install_Dir>/logs/

Check:

  • Search logs
  • TomEE logs
  • Platform logs

 

Look for errors like:

  • Connection refused
  • Index corruption
  • Out of memory

Check Indexing Status

Sometimes search is up but indexing is broken.

Symptoms:

  • Old data visible
  • New data not searchable

 

Fix:

  • Rebuild index from admin tools
  • Restart indexing service

Disk Space & Memory Check

Search services require high resources.

Check: df -h, free -m

If disk is full or RAM is low:

  • Clean temp files
  • Increase memory

 


Check Port Availability

Search service runs on specific ports.

Verify ports are not blocked:

netstat -tulnp | grep <port>

If blocked:

  • Open firewall ports
  • Resolve conflicts

Restart in Correct Order

Recommended restart sequence:

Stop all services

Start:

  • Database
  • 3DPassport
  • 3DSearch
  • 3DSpace

 

Wrong order can cause service dependency failure.


Verify FedSearch Configuration

If Federated Search not working:

Check:

  • External connectors
  • Network access
  • Configuration in admin panel

 


Common Issues & Fixes

Issue: Search returns blank results

  • Cause: Index corruption
  • Fix: Rebuild index

 

Issue: Search service not starting

  • Cause: Port conflict / Java issue
  • Fix: Change port or check Java config

 

Issue: Slow search performance

  • Cause: Low memory
  • Fix: Increase JVM heap size

 

Issue: FedSearch not working

  • Cause: Connector misconfiguration
  • Fix: Reconfigure external search

 


Pro Tips (From Real Support Experience)

  • Always check logs first (saves time)
  • Maintain regular index rebuild schedule
  • Monitor server health (CPU, RAM, Disk)
  • Use dedicated server for search in large environments

Conclusion

Search-related issues in the 3DEXPERIENCE Platform are commonly caused by factors such as service downtime, indexing problems, or underlying resource limitations. By systematically addressing these areas, organizations can efficiently identify the root cause of the issue, restore search functionality, and enhance overall platform performance and user experience.

Common Installation Errors and How to Fix Them in 3DEXPERIENCE

The 3DEXPERIENCE Platform is a powerful solution used by industries worldwide for product lifecycle management (PLM), simulation, and collaboration. However, installing 3DEXPERIENCE—especially on-premise—can be complex and often leads to various errors.

In this blog, we will explore the most common installation errors and provide practical solutions to fix them.


ENOAppsCommon Error

Error : ENOAppsCommonAction failed

Cause:

  • Missing prerequisites
  • Incorrect environment variables

Solution:

  • Verify Java, Apache, TomEE versions
  • Set environment variables correctly
  • Run installer as Administrator

 


3DSpace Installation Failure

Error : MQL command failed

Cause:

  • Database misconfiguration
  • Missing tablespaces

Solution:

  • Create required tablespaces
  • Verify DB credentials
  • Check logs for failed commands

 


3DPassport Not Starting

Error : Service fails to start

Cause:

  • Missing database.properties
  • Wrong DB configuration

Solution:

  • Reconfigure database
  • Verify file path and permissions
  • Restart TomEE

3DDashboard Not Loading

Issue : Dashboard service not accessible

Cause:

Dependency services not running

Solution:

  • Start 3DPassport first
  • Check ports and logs

DSLS License Server Issue

Error : License not detected

Cause:

  • MAC ID mismatch

Solution:

  • Verify MAC address
  • Re-import license

 


SpaceIndex Installation Failure

Error : startupXL failed

Cause:

  • Corrupted files or consumed ports.
  • Missing dependencies

Solution:

  • Re-download media
  • Check system requirements

 


SSL Certificate Error

Error : ‘Not Secure’ in browser

Cause:

  • Certificate mismatch

Solution:

  • Generate correct SSL certificate
  • Update Apache config

 


Port Conflict Issue

Error : Service not starting due to port usage

Cause:

  • Port already in use

Solution:

  • Use netstat -ano to identify process
  • Change port in config files

Database Connection Failure

Error : Unable to connect to DB

Cause:

  • Wrong credentials
  • SQL Server not running

Solution:

  • Verify username/password
  • Check DB services
  • Allow TCP/IP in SQL Server

 


Java Version Mismatch

Error : Installation fails or services crash

Cause:

  • Unsupported Java version

Solution:

  • Install recommended JDK version
  • Update JAVA_HOME

 

Insufficient System Resources

Issue : Installation slow or stuck

Cause:

  • Low RAM/CPU

Solution:

  • Minimum 32GB RAM recommended
  • Use SSD storage

Permission Issues

Error : Access denied during installation

Cause:

  • Limited user privileges

Solution:

  • Run as Administrator
  • Provide full folder permissions

 

Antivirus or Firewall Blocking

Issue : Installation interrupted

Cause:

  • Security software blocking files

Solution:

  • Temporarily disable antivirus
  • Add installation folder to exceptions

Incorrect Hostname Configuration

Error : Services not accessible via URL

Cause:

  • Hostname not mapped properly

Solution:

  • Update hosts file
  • Verify DNS settings

Best Practices

  • Always follow official documentation
  • Prepare prerequisites in advance
  • Use recommended hardware
  • Monitor logs carefully
  • Take backup before installation

Conclusion

Installing the 3DEXPERIENCE Platform requires careful planning and correct configuration. Most errors are related to environment setup, database issues, or system limitations. By understanding these 12+ common issues, you can significantly reduce installation time and improve success rate.

Subscribe to our newsletter

Get all the latest information on Events, Sales and Offers.