Bug 123953 - Java unreading exept in safe mode
Summary: Java unreading exept in safe mode
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
6.2.1.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-08 23:00 UTC by Michel Handfield
Modified: 2019-03-10 08:04 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Handfield 2019-03-08 23:00:12 UTC
Depuis quelques versions, Libre Office ne lit plus le Java (image) sauf en mode sans échec (avec la Version: 6.2.0.3 (x64)) ou  avec LibreOfficeDev_6.2.0.0.beta1_Win_x64 (où il n'y a aucun problème).  

Dans les paramètres avancés, j'ai la version Oracle 1.8.0_201. Il apparaît dans les deux versions.  

Open office, lui fonctionne parfaitement.
Comment 1 Julien Nabet 2019-03-09 08:09:12 UTC
For the test, could you rename your LO directory profile (see https://wiki.documentfoundation.org/UserProfile#Windows) and give a new try?
Comment 2 Oliver Brinzing 2019-03-09 09:38:40 UTC
Since some versions, Libre Office no longer reads Java (image) except in safe mode (with Version: 6.2.0.3 (x64)) or with LibreOfficeDev_6.2.0.0.beta1_Win_x64 (where there is no problem) .

In advanced settings, I have Oracle version 1.8.0_201. It appears in both versions.

Open office, it works perfectly.
Comment 3 Michel Handfield 2019-03-10 06:18:03 UTC
J'ai trouvé la solution. J'ai copié mon profil "LibreOfficeDev" et collé sur mon profil "LibreOffice". Java est revenu. 

I found the solution. I copied my profile "LibreOfficeDev" and stuck on my profile "LibreOffice". Java is back.
Comment 4 Julien Nabet 2019-03-10 07:52:44 UTC
Olivier: wouldn't it be the same root cause as https://bugs.documentfoundation.org/show_bug.cgi?id=123138 with vendorUpdate string?
Comment 5 Oliver Brinzing 2019-03-10 08:04:08 UTC
(In reply to Julien Nabet from comment #4)
> Olivier: wouldn't it be the same root cause as
> https://bugs.documentfoundation.org/show_bug.cgi?id=123138 with vendorUpdate
> string?

i am not sure, cause we use a readonly "javasettings_Windows_X86_64.xml" in "share\config". in that case, LO generates a "dummy" file in "user\config":

<java xmlns="http://openoffice.org/2004/java/framework/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <enabled xsi:nil="true"></enabled>
 <userClassPath xsi:nil="true"></userClassPath>
 <vmParameters xsi:nil="true"></vmParameters>
 <jreLocations xsi:nil="true"></jreLocations>
 <javaInfo xsi:nil="true"></javaInfo>
</java>