Re: Enhydra5.1beta8 doesn't start up

"Kanji NIWA" <[email protected]>
Newsgroups gmane.comp.java.enhydra.general
Message-ID <[email protected]>
Well, to answer my own question,
---
I found out that this problem is because of the character codeset contained
in the application setting files "discRack.conf" and "Poker.conf".

These files contain the following lines.
    DatabaseManager.DB.User.userWildcard = "*"
    DatabaseManager.DB.User.userSingleWildcard = "_"
    DatabaseManager.DB.User.userSingleWildcardEscape = "<<section_sign>>"
    DatabaseManager.DB.User.userWildcardEscape = "<<section_sign>>"

Since this "section sign" was not able to be recognized in Japanese
character codeset , the error had occurred.
(Probably, this phenomenon occur in other multibyte-LOCALE domain.)

If it corrects as follows so that Unicode may be described directly,
it will operate correctly.

    DatabaseManager.DB.User.userWildcard = "*"
    DatabaseManager.DB.User.userSingleWildcard = "_"
    DatabaseManager.DB.User.userSingleWildcardEscape = "\u00A7"
    DatabaseManager.DB.User.userWildcardEscape = "\u00A7"

afterall Beta8 started up on Japanese Machine.

sorry for the bother,

P.S.
 To: Alfred,   
 Is this correction in time for Final Release?

|
| Kanji NIWA 
| NEC Soft, Ltd.---------------------------

----- Original Message ----- 
From: "Kanji NIWA" <[email protected]>
To: <[email protected]>
Sent: Friday, June 20, 2003 10:52 AM
Subject: Enhydra: Enhydra5.1beta8 doesn't start up


> Hello all,
> 
> I encountered the following problem in the basic checking of Enhydra5.1 beta8.
> The error in the attached multiserver.log occurred after the multiserver started
> and it terminated abnormally.
> I suppose that the sample applications "discRack" and "Poker" cause the problem.
> The multiserver works fine if these samples don't be activated during the multiserver
> starts up. This problem occurs with either the provided .exe file or the new build file.
> Have you already recognized this problem?
> Please let me know the solution if possible or some advices to investigate/resolve the
> problem.
> 
> Best regards,
> 
> |
> |
> |Thanks,
> Best regards,
> K.NIWA.
> NEC Soft, Ltd.---------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.