הצטרפו לקבוצות שלנו לקבלת עדכונים מרוכזים פעם בשבוע:

ווטסאפ:
http://wa.dwh.co.il
טלגרם:
http://telegram.dwh.co.il

XDB הבעיה והפתרון

More
18 years 1 day ago #2206 by תמיר
שלום לכולם,

אתמול, לאחר Restart לcms, ניתקלתי בבעיה מוזרה. בכל כניסה לcmc או לinfoview לפני מסך שם משתמש\סיסמא הרגיל, קיבלתי מסך windows סטנדרטי שבו התבקשתי להכניס שם משתמש וסיסמא לדבר שנקרא XDB.

מה רוצים מחיי??? לאחר בירור ברשת ושיחה עם DR Z  התברר לי שהבעיה נעוצה בכך שעל המכונה הותקן אורקל וכנראה ישנה התנגשות בין הIP של הTomcat האורקל והIIS.

הפתרון: ראשית נסיתי לשנות את הגדרות הIP, אך לא ממש עזר. בסוף מצאתי פתרון: העברתי את כל הServices של האורקל לאיתחול Manual וזאת על מנת שלא יעלו אוטומטית לאחר Restart.

ביצעתי Restart למכונה.

לאחר שכל הServices של הCms עלו, העלתי בצורה ידנית את הServices של האורקל.

וזה פתר את זה!!!

רק לדבר אחד עוד לא מצאתי פתרון: איך אפשר לקבוע את סדר האתחול של הServices באופן אוטומטי. כלומר, איך ניתן לקבוע שהServices של הOracle יעלו באופן אוטומטי לאחר שהServices של הcms עלו. מדובר בwindows 2003-server.

תמיר

         

Please התחברות to join the conversation.

More
17 years 11 months ago #2212 by תמיר
ניסיתי, אבל לא ניתן

Please התחברות to join the conversation.

More
17 years 11 months ago #2213 by Me
אז תשנה את ה PORT
של TOMCAT ל 8080שלא יעבוד ע
הבעיה תחלוף

Please התחברות to join the conversation.

More
17 years 11 months ago #2214 by תמיר
זה הדבר הראשון שניסיתי, אבל לא עבד

Please התחברות to join the conversation.

More
17 years 11 months ago #2215 by Me
אז תשאל בפורום של יואב אולי יענו לך  ;)

To change the default port number of Tomcat Application Server from 8080 to 80, you must modify the 'server.xml' file, located in the following folder:


%Install_Directory%\Program Files\Business Objects\Tomcat\conf


====================

NOTE:


Port number 80 is, by default, used by Microsoft Internet Information Services (IIS). Refer to the 'More Information' section at the bottom of this article.

====================


Steps To Modify Server.xml:


1. Open the file in a text editor, such as Notepad, and replace the following line:


<Connector URIEncoding="UTF-8" acceptCount="100" connectionTimeout="20000" debug="0" disableUploadTimeout="true" enableLookups="false" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" port="8080" redirectPort="8443" />


With


<Connector URIEncoding="UTF-8" acceptCount="100" connectionTimeout="20000" debug="0" disableUploadTimeout="true" enableLookups="false" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" port="80" redirectPort="8443" />


This sets the port number of Tomcat Application Server to 80.


3. Save the changes to the 'server.xml' file and restart Tomcat.


4. Now you can access the administration site with HTTP://server_name/admin

Please התחברות to join the conversation.

Moderators: Yoav
Time to create page: 0.288 seconds