JDev hangs with CVS

Help! :-)
We are having a LOT of problems with CVS and speed with JDeveloper 10.1.3.1.
Looking for changes in CVS it's literally locking our PC's up
for up to 5 minutes.
It eventually finishes but it's pretty painful. We
have decent PC's (p4 2.8ghz 1.0 gb ram) so we don't believe it's a resource issue.
We are using version CVS 1.11.21 on a HP-UX box. Our JDeveloper version
is 10.1.3.1 (preview). We also attempted the project with Jdeveloper 10.1.3.
We are using the CVS extension 10.1.3.39.14
When we go to find the incoming changes it pegs the CPU. It's a project
with nearly 1000 files. We have seen the same issue now on 4 different
PCs.
We have begun to think about Subversion for our source control for JDeveloper integration due to our issues with CVS
Two questions
1. Have you heard of this issue with CVS and JDeveloper before?
2. Do you recommend Subversion?
Message was edited by:
scoobytierns

JDeveloper: 10.1.3.0.4 (SU3) does NOT have the issue.
If you apply Service Pack 5 or go to the JDeveloper Developer Preview the issue exists.
The issue again is that the CVS plug in locks up your PC for up to 5 minutes when looking for incoming changes on large projects. It pegs the CPU at 100%. It's very easy to reproduce and we have seen it on at least four different PC's.
What is the best way to get visibility to this issue with Oracle? We are now stuck on 10.1.3.0.4 (SU3) with CVS putting us two service packs behind.
Thanks!

Similar Messages

  • Problems with CVS and improvements required

    Developing with JDeveloper 9.0.3 preview we have found some bugs and some improvements that would be very useful.
    Problems
    1)     Overlay icons on versioned files dont show the real state of the file as described in the Using Concurrent Versions System (CVS) With JDeveloper section of the Using Support for Team Based Development help manual (this issue was solved with a patch for the 9.0.2 release but it cant be applied for the 9.0.3 preview).
    2)     When CVS finds revision conflicts on the project file (.jpr) or on the descriptors of BC4J objects and packages, it overwrites (properly) the source file with the <<<<<< and >>>>>> comments to denote the conflict, and the warning for the conflict is signaled in the CVS log; but it would be nice (because it is annoying to check everytime the CVS log especially for a critical message like a conflict) having a message box reporting these critical messages.
    3)     During the import module function to import the project files into the CVS server, the image files (such as .GIF and .JPG) ought to be automatically added as binary files, or better still, it would be useful a configuration fuction to enumerate the extensions to be added as binary files.
    4)     After some types of CVS commands the CVS editors and CVS watchers windows becomes suddenly closed.
    Required Improvements
    1)     It would be useful a function showing all the files to be added to source control in a list and in a more general case, the versioning status of all the project files, without having to expand all the nodes of the project tree.
    2)     Its uncomfortable the current behaviour for the check out/edit on the project file (jpr) that automatically selects all files included within it. It would be useful to explicitly select to operate only on the project file or to include also the files within it; or at least to place the project file at the top of the list.
    3)     The Edit Files command for the CVS source control ought to support the cvs edit option -c (to check that working files are unedited) and an option to execute an update command before the edit one, to have the most recent revision of that file.
    4)     The opportunity to treat every type of BC4J object as a single CVS entity, taking all the files required by the single BC4J object grouped together and then checked-in, checked-out, etc. in a simple one-click operation.

    1) Overlay icons [cut] Has the problem returned in 9.0.3 and if so can you give me details of your cvs client version i.e CVSNT 1.0.11.1.3 etc.. It would be really helpful in tracking this down. The CVS version in use is (from the cvs --version command output): Concurrent Versions System (CVSNT) 1.11.1.3  (Build 57a) (client/server). The JDeveloper version is 9.0.3.988 preview.This is the client version we test against and recommend. We have seen no problems here and can't reproduce this. Could you help us track this down by supplying the answers to the following questions?
    1, What OS and CVS version is the server using?
    2, For a file that is showing the incorrect overlay could you check the timestamp in the CVS\entries file and post that and the timestamp on the actual file system file?
    3, What timezone are you currently working in and is daylight savings time in operation?
    and finally
    4, Is the CVS server in the same timezone?
    Hopefully this will give us a good start on where the problem is.
    [cut]
    We have already configured cvswrappers to properly handle binary files, but the cvs import function seems to ignore these settings, while cvs add uses it. If you try to import a project with some gif files using jdev, having configured cvs as described, these files will be corrupted. After this, if you add another gif file using cvs add function (not add binary) the settings will be used and the file are correctly stored.
    It seems that to make the import command work properly, file types have to be explicitly specified for each binary file (-kb option) on the cvs command line. To verify this we have tried the same operations using wincvs client. Inspecting the log window, we see that the client explicitly force the file types (they use an internal filtering to recognize binary files instead of file extension):
    cvs import -I ! -I CVS -W "*.gif -k 'b'" -m "no message" testmodule avendor areleaseRight, I'll add this information to the bug and make sure it gets evaluated.
    4) After some types of CVS commands the CVS editors and CVS watchers windows becomes suddenly closed. Could yet tell me what these operations are so I can log a bug? We dont know if its effectively a bug, but the window becomes closed when automating layout switching occurs (if its enabled in preferences), for example: Im in the ide without any open editors (current layout Editing), I get the editors list, then I open an uiXML file (the layout switch to Web Editing) and the list disappears. Even if the layout switch back to Editing (automatically or manually) the list is not re-shown (its not saved in the layout).This is an issue with JDevs layout in that the SCM windows are not default in any layout and so they are closed when the switch occurs. This is being looked at for a future release.
    3) The Edit Files command for the CVS source control ought to support the cvs edit option -c (to check that working files are unedited) and an option to execute an update command before the edit one, to have the most recent revision of that file. I'll add enhancement requests for these I especially like the update before edit suggestion. For team based development the reserved edit functionality (the -c option) would be very useful, especially for working with business components.I'll add your use case to the enhancement, as this is a very good reason to have "-c". Hopefully if we can implement 4) and integrate source control and BC4J better in a future release.
    4) The opportunity to treat every type of BC4J object as a single CVS entity, taking all the files required by the single BC4J object grouped together and then checked-in, checked-out, etc. in a simple one-click operation. We would also like to have support for this in source control and it is a feature that is currently under investigation.It would be -very- useful if, while trying to edit a generic component under source control, jdev suggested (in the edit dialog window, for example) which other files are likely to be modified, giving the chance to edit them also (if not already). For example, trying to edit a ViewObject component, it will be probably needed also to edit the .jpx, the project, the business package descriptor, in addition to the component implementation and descriptor.Agreed.
    We also have some doubts on the meaning of the dialog that often appears after a checkout or a folder update, asking New checked out files were detected; how would you like them to be dealt with?. Can you explain whats the behavior of each choice?The three choices breakdown as follows
    1. Open checked out files in the active project
    This adds all files to the project that is active in the IDE, if all files were already in the project no change will appear to occur. If new files have been downloaded they will now appear in the project
    2. Create a New project for the checked out files
    Generate a completely new fresh project from the checked out files, similar to the default behaviour of checkout module in JDev
    3. Do not open a new checked out files.
    Perform no action with the files, lets the user add them if they so wish.
    Thanks for the replies,
    Geoff Waymark
    JDev SCM Team

  • JDev hangs after click on event-tab in MW

    Hi all,
    I have problem with definition an descriptor-event in MW in JDev 10.1.2:
    When I define "tab" event on descriptor (none method selected yet), save and close JDev, after opening JDev and click on this "tab" event JDev hangs.
    Only Ctrl+Alt+Del works.
    Any idea?
    Thanks.
    Jara

    I am having a similar problem using the mapping workbench inside JDev 10.1.2.18.38
    In one of my pojo classes I extend DescriptorEventAdapter and implement the following method.
    public void postUpdate(DescriptorEvent event) {
    Rebuild, refresh, click on the event tab in the mapping workbench and it hangs. Have to Ctrl+Alt+Del.

  • Checkout folder with CVS JDeveloper 10g

    Hi
    Is there way to checkout only folder with CVS JDeveloper 10g? I have module on CVS server, but let say it consist of two folders, src/ which contains myPackages//*.java
    and config/, which contains my ear application exploded structure. And my question is, is there a way that every programmer create project himself, only locally, and checkout from CVS only *.java files(so only subdirectories of my src folder in module main directory), with assumption of later controlling them from JDeveloper?
    I mean, it's not a good idea to have application and project files in cvs, right?
    mn

    Hi,
    Was the project imported to CVS at the same time as the package structure?
    Do the project source paths match the filesystem? For example, does the java source path match the root of the java source? Jdev normally puts files in a flat structure if the files are not in the right file system folder for their java package.
    If changing the project path does not fix this can you tell me what technologies your using, such as BC4J, struts, Tag libs, etc.. Then I can try and reproduce this here.
    Many thanks,
    Geoff
    JDev SCM Team
    -------------

  • JavaMail application hanged with no error throwed at Transport.send

    JavaMail application hanged with no error throwed at Transport.send,even though I set the timeout property
    import java.util.Date;
    import java.util.Properties;
    import javax.mail.Authenticator;
    import javax.mail.Message;
    import javax.mail.PasswordAuthentication;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeBodyPart;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.MimeMultipart;
    import javax.mail.internet.MimeUtility;
    public class tt {
         static Properties props=null;
         static boolean needAuth=true;
         static MailAuthenticator authenticator = null;
         static String host="host";
         static String account="account";
         static String password="pwd";
         static String sender="sender";
          * @param args
          * @throws Exception
         public static void main(String[] args) throws Exception{
               if (props == null) {
                     props = new Properties();
                     props.put("mail.smtp.host", host);
                     props.put("mail.smtp.timeout      ", "1000");
                     props.put("mail.smtp.connectiontimeout      ", "1000");
    //                 props.put("mail.debug", "true");
                     props.put("mail.smtp.auth", String.valueOf(needAuth));
                     authenticator = new MailAuthenticator(account, password);
                 MailData mailData = new MailData();
                 mailData.setSubject("altireport mail configuration");
                 mailData.setContent("mail server has been configured successfully.");
                 mailData.setRecipients(new String[]{"[email protected]"});
                 final Session session = Session.getInstance(props, authenticator);
                 final MimeMessage msg = new MimeMessage(session);
                 InternetAddress from = new InternetAddress(sender);
                 msg.setFrom(from);
                 //        msg.setSender(from);
                final InternetAddress[] addressTo = new InternetAddress[mailData.getRecipients().length];
                 for (int i = 0; i < mailData.getRecipients().length; i++) {
                     addressTo[i] = new InternetAddress(mailData.getRecipients());
         msg.addRecipients(Message.RecipientType.TO, addressTo);
         //msg.setSubject(mailData.getSubject());
         msg.setSubject(MimeUtility.encodeText(mailData.getSubject(), "UTF-8", "B"));
         MimeBodyPart bodyPart1 = new MimeBodyPart();
         bodyPart1.setContent(mailData.getContent(), "text/plain; charset=UTF-8");
         MimeMultipart multipart = new MimeMultipart();
         multipart.addBodyPart(bodyPart1);
         msg.setContent(multipart);
         msg.setSentDate(new Date());
    //     msg.saveChanges();
         for(int i=0;i<10;i++){
              new Thread(new Runnable(){
                             public void run() {
                             try {
                                  System.out.println("send...");                                   
                                  Transport.send(msg);
                                  } catch (Exception e) {
                                       e.printStackTrace(System.out);
                        System.out.println("end!");
              }).start();
    class MailData {
    private String[] recipients = null;
    private String subject = null;
    private String content = null;
    private String attachment = null;
    private String attachmentName = null;
    * @return the attachment
    public String getAttachment() {
    return attachment;
    * @param attachment the attachment to set
    public void setAttachment(String attachment) {
    this.attachment = attachment;
    * @return the content
    public String getContent() {
    return content;
    * @param content the content to set
    public void setContent(String content) {
    this.content = content;
    * @return the recipients
    public String[] getRecipients() {
    return recipients;
    * @param recipients the recipients to set
    public void setRecipients(String[] recipients) {
    this.recipients = recipients;
    * @return the subject
    public String getSubject() {
    return subject;
    * @param subject the subject to set
    public void setSubject(String subject) {
    this.subject = subject;
    * @return the attachmentName
    public String getAttachmentName()
    return attachmentName;
    * @param attachmentName the attachmentName to set
    public void setAttachmentName(String attachmentName)
    this.attachmentName = attachmentName;
    class MailAuthenticator extends Authenticator {
    private PasswordAuthentication authentication;
    public MailAuthenticator(String account, String password) {
    authentication = new PasswordAuthentication(account, password);
    protected PasswordAuthentication getPasswordAuthentication() {
    return authentication;
    I have tried use session to get a SMTPTransport instance to use sendMessage ,but still have the same problem.No exception ,No error.
    This problem doesn't appear always. It appears sometimes.
    I hope get help for someone who has the solution for this problem.
    Thanks in advanced.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Ok, I think I see the problem:
         props.put("mail.smtp.timeout      ", "1000");
         props.put("mail.smtp.connectiontimeout      ", "1000");
    Why do you have spaces at the end of the property names?
    Those spaces are not being ignored, which means you've
    set the wrong properties.

  • My "Hanging with Friends" app keeps crashing whenever I try to open it. I have deleted and re-downloaded the app, restarted my iPhone, and even restored my iPhone all together, and nothing is working. How can I get this app to work again?

    My "Hanging with Friends" app keeps crashing whenever I try to open it. I have deleted and re-downloaded the app, restarted my iPhone, and even restored my iPhone all together, and nothing is working. How can I get this app to work again?

    Can you start Firefox in [[Safe mode]] ?
    You can also do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can initially skip the step to create a new profile, that may not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • LCM import of Planning Application Hangs with "In Progress Status"

    Hi,
    LCM import of Planning Application Hangs with "In Progress Status" . its already couple of hours. Earlier it was always within 10 mins.
    Any advise is appreciated.
    Regards,
    Vineet

    It is probably worth trying again, may be useful to first bounce the services.
    If it happens again after bouncing the services then investigate at what staging it is getting stuck at.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • My i phone 3gs was hang with the apple logo and its not booting

    my i phone 3gs was hang with the apple logo and its not booting can any one say me how to fix this .

    my phone is blinking with the apple logo and will not start

  • Website upgraded to CR2008/VS2008, reptviewer-refresh hangs with a wait msg

    Crystal Report IX.2/VS2005 website app converted to CR2008/VS2008:  compiles clean, runs, but reportviewer-refresh hangs with  "Please wait while the document is being processed" message.  Can anybody suggest a solution or hypothesis?
    detail:
    I've converted a legacy Crystal IX.2/Visual Studio 2005 web-site application to Crystal 2007/Visual Studio 2008.  The compile is free of all errors and warnings.  The application operates correctly and the Crystal report-viewer screen comes up with the correct initial page of information.  But when I click a Next/Prev/First/ast icon, I get a stuck with a perpetual "Please wait while the document is being processed" message.  In addition, the time for the Reportviewer to appear with the first page of the report information is considerably slower (2X, 3X) than it is with the original VS2005/CR IX.2 website project.  We are using ODBC to Oracle 11g.
    I've searched for hits on the web and in this forum, and have tried various experiments with the registration, etc. - but nothing fixes this for me.  Can anybody suggest a hypothesis or solution?
    Thanks

    Re: "Need more info. Are you using ASP.NET or are you using classic ASP and the RDC report engine?
    Thanks Don,
    We're using ASP.Net.  The website project was originally written using Visual Studio 2005, Crystal Reports XI.2, and VB.Net. 
    The app is normally run on IIS 6.0, but I am executing the converted version in the Visual Studio 2008 debugger, i.e. without IIS.  The browser is IExplorer 8.0.
    I have copied and upgraded the project to Visual Studio 2008, Crystal Reports 2008, still VB.Net.  It compiles clean, without any error messages of warning.  When I run the app, the various report selection pages appear correctly, and the correct report-viewer initial page appears as well (although in  60 seconds versus 15 seconds originally.  The main problem is that the viewer does not refresh when I click the next or last icon, a wait message popup appears perpetually.  The data access is ODBC to Oracle 11g. 
    For comparion, below are the assembly sections of the web.config file from both the original and upgraded versions of the project.  If there is any more information that would be helpful, I can post or email it.  Thanks for looking into this,
    Robert Brandon, Raytheon
    1. Original assemblies from the VS2005/CR IX..2 project (works perfectly):
              <compilation debug="true" strict="false" explicit="true">
                   <assemblies>
                        <add assembly="CrystalDecisions.Enterprise, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.Enterprise.Shared, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.Enterprise.Viewing.ReportSource, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.Shared, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                        <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Web, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                        <add assembly="System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Web.Services, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                        <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                        <add assembly="System.Data, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Xml, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/><add assembly="CrystalDecisions.CrystalReports.Engine, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
              <pages>
                   <namespaces>
                        <clear/>
                        <add namespace="System"/>
                        <add namespace="System.Collections"/>
                        <add namespace="System.Collections.Specialized"/>
                        <add namespace="System.Configuration"/>
                        <add namespace="System.Text"/>
                        <add namespace="System.Text.RegularExpressions"/>
                        <add namespace="System.Web"/>
                        <add namespace="System.Web.Caching"/>
                        <add namespace="System.Web.SessionState"/>
                        <add namespace="System.Web.Security"/>
                        <add namespace="System.Web.Profile"/>
                        <add namespace="System.Web.UI"/>
                        <add namespace="System.Web.UI.WebControls"/>
                        <add namespace="System.Web.UI.WebControls.WebParts"/>
                        <add namespace="System.Web.UI.HtmlControls"/>
                   </namespaces>
    2.  New assemblies from the upgraded VS2008/CR 2008 project (viewer does not refresh):
              <compilation debug="true" strict="false" explicit="true">
                   <assemblies>
                        <!add assembly="CrystalDecisions.Enterprise, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <!add assembly="CrystalDecisions.Enterprise.Shared, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.Enterprise.Viewing.ReportSource, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                        <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Web, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                        <add assembly="System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Web.Services, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                        <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                        <add assembly="System.Data, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Xml, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/><add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                        <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                   </assemblies></compilation>
              <pages>
                   <namespaces>
                        <clear/>
                        <add namespace="System"/>
                        <add namespace="System.Collections"/>
                        <add namespace="System.Collections.Specialized"/>
                        <add namespace="System.Configuration"/>
                        <add namespace="System.Text"/>
                        <add namespace="System.Text.RegularExpressions"/>
                        <add namespace="System.Web"/>
                        <add namespace="System.Web.Caching"/>
                        <add namespace="System.Web.SessionState"/>
                        <add namespace="System.Web.Security"/>
                        <add namespace="System.Web.Profile"/>
                        <add namespace="System.Web.UI"/>
                        <add namespace="System.Web.UI.WebControls"/>
                        <add namespace="System.Web.UI.WebControls.WebParts"/>
                        <add namespace="System.Web.UI.HtmlControls"/>
                   </namespaces>

  • HT3702 So I accidentally purchased 20,000 coins from hanging with friends for $99.00 and I need to cancel that purchase. How do I do that

    So I accidentally purchased 20,000 coins from hanging with friends for $99.00 and I need to cancel that purchase. How do I do that

    Welcome to Apple Communities
    Contact with iTunes, but probably Apple won't refund you

  • T400 hangs with a green screen

    Hi,
    I have T400 with windows XP professional OS.
    Everything works fine but once in a while the system hangs with a greeen screen(vertical lines). There after nothing works. The only way out is to restart the system and then again everything works fine.
    Can you please help me resolve the issue.
    Let me know if you all need more information for the same.

    Okay, does this machine work on external LCD?
    So several repeated reboot sometimes get a working machine?
    Can you get into the BIOS menu when the laptop works on odd occasions? If so, go into your bios menu, go into your 'Config' menu.
    Under the display there should be option to switch between switchable, discrete or integrated. Choose integrated graphics option. Then press F10 save and exit, see whether that resolves your green screen issue.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • How to create the BC4J Package in JDev 10g (with OAF)?

    Hi everbody.
    in JDeveloper 10.1.3.1.0
    How to create the BC4J Package for Client Object or Server Object?
    In JDeveloper 9i Ext,
    1. select the Project in Navigator
    2. right-click and select "New Business Components Package... " from the context menu
    3. "Business Component Package Wizard" page appears.
    In JDeveloper 10, I cannot find "New Business Components Package..." from the context menu on the Project.

    Do you have the OA extension installed ?
    If not then please follow the thread Oracle JDev 10g with OAExt for Release 12 now on Metalink
    for more information in this regard.
    --Saroj                                                                                                                                                                                                                                                                                                                                                                                                                   

  • IBM OS ISSUE: SYSTEM HANG WITH JFS2 AND HEAVY LOAD

    제품 : ORACLE SERVER
    작성날짜 : 2004-11-24
    IBM OS ISSUE: SYSTEM HANG WITH JFS2 AND HEAVY LOAD
    ==================================================
    PURPOSE
    이 문서는 IBM AIX5L OS 상에서 Arch Process가 online redo log
    를 release하지 못하고 OS의 kill 명령으로 kill조차 되지 않을 경우
    조치 방법이다.
    Problem Description
    이 문서는 다음 OS 정보와 Oracle version인 경우에 해당한다.
    Oracle Server - Enterprise Edition - Version: 9.2.0.5.0
    Oracle Server - Enterprise Edition - Version: 8.1.7.4.0
    AIX5L Based Systems (64-bit) or (32-bit)
    문제 발생 당시의 증상은 다음과 같다.
    - arch-process doesn't release redolog files
    - arch-process doesn't die after database shutdown
    - arch-process can't be killed
    genclntsh 수행 시 hang 상태이다.
    (sleeping...)28590: kwaitpid(0x2FF22470, -1, 4, 0x00000000, 0x00000000)
    또는 이 문제로 인하여 ORA-600[2103] 에러가 발생하기도 한다.
    이 에러가 발생하는 원인은 IBM AIX5L 64bit, 32bit OS 이슈에 있다.
    IBM OS issue: SYSTEM HANG WITH JFS2 AND HEAVY LOAD.
    Workaround
    none
    Solution Description
    OS AIX5L ML4.0(5.2.0.40)의 bos.up / bos.mp / bos.mp64 fileset level을
    갖는 JFS2 file system을 갖는 경우에 해당한다.
    AIX 5.3 APAR IY59387은 IY58143에 포함되어 있다.
    JFS2 file system에 Heavy I/O activity가 발생하면 database process에
    HANG 문제를 야기시킬 수 있다. 이 때 database process가 kill -9
    명령으로 kill되지 않는다. 데이타베이스를 SHUTDOWN하여도 Process가
    계속 살아 있게 된다.
    Process에게 SIGKILL 함수가 issue되었지만 영향을 주지 않게 된다.
    Process를 제거하는 유일한 방법은 OS를 reboot하는 것이다.
    문제를 예방하는 방법은 IBM APAR-FIX IY59082 를 적용하는 것이다.
    이 APAR는 bos.64bit 5.2.0.42에 포함되어 있다.
    Fix :
    Need to install the IBM APAR-FIX IY59082, this APAR is included on
    bos.64bit 5.2.0.42.
    (주) IBM 엔지니어에게 확인 결과 이 Patch 안에 AIX5L 32bit 용과 64bit
    용이 모두 포함되어 있는 것으로 확인됨.
    Reference Documents
    <Note:285158.1>

    b,
    The install was from my original Dell XP Pro-SP1 'Reinstallation' CD along with the complete MS XP-SP2 download that I burned to another CD. I also had all the latest Dell drivers from their website burned to a CD. Install went as follows:
    - Format HD
    - Install XP Pro SP1
    - Install SP2
    - Install Dell Drivers
    - Obtain any MS patches from their site
    - Install Office
    - Update Office from the MS website
    - Install iTunes
    - Tweak MS settings
    - Install many software programs
    - Make an interim Image of system and store to ExHD
    - Install other software programs (mostly security programs)
    - Make another 'complete' Image to ExHD
    - Restore backup data and music
    After additional testing last night, I determined that it is not iTunes at all (or to blame). I get intermittent hangs/freezes/pauses in other media players (WMP, etc.).
    Seems that something is causing the 'System' process to periodically jump up in CPU %age (though not more than 30-50%). Even this relatively small amount is enough to pause the playback of music or video, hang the mouse movement for a brief moment, or delay a menu opening. All very subtle - you have to be looking for it to notice (except with real-time audio-video, which is quite noticeable whenever this happens).
    I had this problem a year ago, which is why I reimaged then and stayed with SP1 on the advice of Dell and Webroot. I'm stumped as to where to look for the culprit. Every time I go back to the original HD with SP1, everything runs smoothly. Some sort of system call is generating this complete pause....
    I'll be limited in my Internet ability for the next several days, so I may be out of touch until Friday. I'll keep testing and playing with the limited equipment I take along....
    Any thought you or others want to toss out, I'll attempt when possible.
    Thanks!

  • Evolution: hangs with glibc error

    Hi there,
    When writing new mail or checking mail (via IMAP), after a couple of minutes Evolution hangs with the following error code in the comand line:
    *** glibc detected *** free(): invalid pointer: 0x08ad8e40 ***
    The error persists with all users, including root.
    I upgraded glibc a while ago (15 March), created the necessary locales, and everything worked like a charm. My last update was on Sunday, when gtk2 was updated (2.8.12-1 -> 2.8.15-1) as well as glib2 (2.8.6-1 -> 2.10.1-1). Might this be the problem? Or where do I start looking for a solution?
    Any feedback is much appreciated.
    -Sascha
    /edit: My system is a clean current/extras installation, no testing.

    giorgosc61 wrote:
    Hi
    I upgraded to evolution 2.6.0-2 and in the place of icons in Evolution show a [X] icon.
    What happened?
    wouldn't know, but perhaps that's a discussion for it's own thread since it doesn't particularly relate to the problem discussed in this thread

  • Workshop 8.1 useless with CVS

    Hi all,
    Workshop never works with CVS for me.
    The CVS server is installed in Win 2000 machine. And it works fine when I do
    CVS operations from other clients like
    Inspite of asking BEA for many times, I could not solve the problem of
    connecting to CVS NT Server.
    SP2 also does not fixes the problem of connecting.
    The error that I am getting is like this
    cvs update: unknown method in CVSroot:
    :ntserver:bkarthi@ets4218:F\\Aretail\\RepositoryCVS when I do any CVS
    operation.
    I know that the problem is in the CVSROOT.
    Any body please tell me how can i connect to CVS NT Server means
    provide me the correct CVSROOT for NT server which works with Workshop 8.1.
    Also opened a case with BEA, a month ago but still no solution.
    Thanks,
    Karthi.

    Hi all,
    I came to know that the problem is the version of the CVSNT and cvs.exe that is available to Workshop through the environmental variable.
    It is mandatory that we have to add cvs.exe to OS PATH. So that the workshop will launch this process.
    This will solve the problem of create process.
    But with problems that I faced, I understand that workshop is specific to particular version of "cvs.exe"
    Now, I am able to access the CVS server from workshop but not with "ntserver" protocol. I am using "sspi" protocol.
    I tried with "pserver" too, it works fine.
    So I need to know which version of "cvs.exe", the developers are suppose to use.
    Points to remember while configuring workshop with CVS.
    1. correct "cvs.exe" should be in the PATH variable
    2. Don't use "ntserver" protocol.
    3. Use "pserver" or "sspi" ( I tested both. Works fine )
    4. "pserver" protocol requires that the user should be logged in before doing a cvs operation.
    5. To be functional , cvs module should be imported and check out before opening workshop. There is no built in method to import and check out from Workshop.
    6. If want to customize workshop with cvs commands, CVSROOT variable should be defined before you launch the Workshop.
    Thanks,
    Karthi.
    "Dan DeMania" <[email protected]> wrote in message news:3ffc8585$[email protected]..
    I also can not seem to find a way to configure the CVSROOT parameter to connect to CVS? Your right, it doesn't appear that there is a location to put the password for the CVS login! I get the following error:
    commit starting...
    Caught exception: CreateProcess: cvs -d:pserver:[email protected]:/cvsroot/gewt_portal commit -l -m a C:\bea\user_projects\applications\portalApp\portalWebApp\Controller.jpf error=2
    commit finished.
    with the following cvs root configured:
    :pserver:[email protected]:/cvsroot/gewt_portal[att1.html]

Maybe you are looking for

  • Jabber for Windows cannot control 8841 desk phone

    Hello Team, We have a problem with desktop phone control in case of 8841 phone. When the user try to switch to the 8841 phone in Jabber then we got the following error message in the log:  2014-11-07 09:39:53,855 ERROR [0x00000298] [ice\TelephonyAdap

  • UTF-8 encoding vs ISO 8859-1 encoding

    The iTunes tech specs call for UTF-8 encoding of the XML feed file; a friend of mine uses feed generator software through his blog that uses ISO 8859 encoding. Is there a way to convert the latter to UTF-8 so that iTunes tags may be successfully adde

  • Calling a function from a select

    Hi, I'd like to know, from a select, how can I call a function which has in input more than one values (for example all the cities). For example from this select I retrieve: SELECT STORE.CITY ,LENGTH(STORE.CITY) FROM VIDEO5.STORE STORE CITY          

  • Does the audition cc trial version hate windows 8.1?

    I d/led the trial because cc is supposedly the only version that is compatible with 8.1. It ate all my ram and slowed my machine to a crawl. I uninstalled and tried to reinstall and it took so long I gave up (after almost an hour it still wasn't done

  • How to re-paint a listbox, and to display ohms symbol w/text

    Hi All,       Please help me build a string which includes characters from the Roman alphabet and the ohms symbol.  I thought I'd done this before, but perhaps not. The plan is to populate a listbox with such strings and set cell BG color to indicate