The Portal is on HP - AIX
The file share is on Windows XP.
I created a KM Windows system and entered the user mapping from my portal user to the remote Windows XP machine user
I created a File Sytem Repository manager with the following properties:
Root Directory: //<ip address>/Shared folder
Security Manager: W2KSecurityManager
ACL manager cache: ca_rsrc_acl
Windows landscape system: the alias of the previously defined system
Now in the Component Monitor -> Repository Managers, I see the new repository red
But the constituents: Filters, resource event broker and services all green
The mountinfo is missing.
In the logs I get:
getting mapped math - java.lang.NullPointerException
at com.sapportals.wcm.repository.util.file.SmbFileImpl.exists(SmbFileImpl.java:134)
at com.sapportals.wcm.repository.util.file.SmbFileImpl.fixup(SmbFileImpl.java:47)
at com.sapportals.wcm.repository.util.file.SmbFileImpl.getInstance(SmbFileImpl.java:59)
at com.sapportals.wcm.repository.util.file.FileFactory.getInstance(FileFactory.java:44)
at com.sapportals.wcm.repository.util.file.FileFactory.getAuthorizedInstance(FileFactory.java:69)
at com.sapportals.wcm.repository.manager.sfs.FSRepositoryManager.startUpImpl(FSRepositoryManager.java:141)
at com.sapportals.wcm.repository.manager.AbstractRepositoryManager.start(AbstractRepositoryManager.java:538)
at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.tryToStart(CrtThreadSafeComponentHandler.java:246)
at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler$1.run(CrtThreadSafeComponentHandler.java:252)
at java.util.TimerThread.mainLoop(Timer.java:447)
at java.util.TimerThread.run(Timer.java:397)