More Errors

dont know if this should be in a different thread because its a different problem or not. if no then im sorry.
i fixed my last error but now i get new one
public class ButtonTest extends javax.swing.JFrame // extend a frame so that it is in a window
     public ButtonTest()
          javax.swing.JButton b = new javax.swing.JButton("Quit");
          b.addActionListener(new ActionListener()
               public void actionPerformed(java.awt.event.ActionEvent event)
                    quit();
          getContentPane().add(b);
     public static void main(String[] args)
          ButtonTest bt = new ButtonTest();
          bt.setVisible(true);
}Test.java:2: class ButtonTest is public, should be declared in a file named Butt
onTest.java
public class ButtonTest extends javax.swing.JFrame // extend a frame so that it
is in a window
^
Test.java:7: cannot find symbol
symbol : class ActionListener
location: class ButtonTest
b.addActionListener(new ActionListener()
^
2 errors
thx

That's just ignorant. You have another thread in the Swing forum to which I have responded and fixed your errors. There is no need to crosspost, especially not to another forum.

Similar Messages

  • One or more errors occurred using google drive api

    Hi,
    I am trying to use the Google Drive API in my C# application with the below code but getting the following error:
    System.AggregateException was unhandled
    HResult=-2146233088
    Message=One or more errors occurred.
    Source=mscorlib
    StackTrace:
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
    at System.Threading.Tasks.Task`1.get_Result()
    at WindowsFormsApplication1.frmMain.btnUpload_Click(Object sender, EventArgs e) in c:\Users\CakeBoutique\Documents\Visual Studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\main_form.cs:line 35
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
    at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
    at DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
    at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.Run(Form mainForm)
    at WindowsFormsApplication1.Program.Main() in c:\Users\CakeBoutique\Documents\Visual Studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\Program.cs:line 26
    at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    InnerException: System.IO.FileNotFoundException
    HResult=-2147024894
    Message=Could not load file or assembly 'Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    Source=Microsoft.Threading.Tasks
    FileName=Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    FusionLog==== Pre-bind state information ===
    LOG: User = JASSIM-RAHMA\CakeBoutique
    LOG: DisplayName = Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    (Fully-specified)
    LOG: Appbase = file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/
    LOG: Initial PrivatePath = NULL
    Calling assembly : Google.Apis.Auth.PlatformServices, Version=1.8.1.31699, Culture=neutral, PublicKeyToken=null.
    ===
    LOG: This bind starts in default load context.
    LOG: Using application configuration file: C:\Users\CakeBoutique\documents\visual studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\bin\Release\WindowsFormsApplication1.vshost.exe.Config
    LOG: Using host configuration file:
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
    LOG: Post-policy reference: Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop.DLL.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop/Microsoft.Threading.Tasks.Extensions.Desktop.DLL.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop.EXE.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop/Microsoft.Threading.Tasks.Extensions.Desktop.EXE.
    StackTrace:
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    at Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
    at Google.Apis.Auth.OAuth2.GoogleWebAuthorizationBroker.<AuthorizeAsync>d__1.MoveNext() in c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\bin\Debug\output\default\Src\GoogleApis.Auth.DotNet4\OAuth2\GoogleWebAuthorizationBroker.cs:line 54
    InnerException:
    here is the code:
    UserCredential credential = GoogleWebAuthorizationBroker.AuthorizeAsync(
    new ClientSecrets
    ClientId = "xxxxxxxxx",
    ClientSecret = "xxxxxxxxx",
    new[] { DriveService.Scope.Drive },
    "user",
    CancellationToken.None).Result;
    // Create the service.
    var service = new DriveService(new BaseClientService.Initializer()
    HttpClientInitializer = credential,
    ApplicationName = "Drive API Sample",
    File body = new File();
    body.Title = "My document";
    body.Description = "A test document";
    body.MimeType = "text/plain";
    byte[] byteArray = System.IO.File.ReadAllBytes("c:\\temp\\mygdriver.txt");
    System.IO.MemoryStream stream = new System.IO.MemoryStream(byteArray);
    FilesResource.InsertMediaUpload request = service.Files.Insert(body, stream, "text/plain");
    request.Upload();
    File file = request.ResponseBody;
    Console.WriteLine("File id: " + file.Id);
    Console.WriteLine("Press Enter to end this process.");
    Console.ReadLine();
    Kindly advise...

    Hello,
    For issues regarding google APIs, please post it to:
    https://developers.google.com/maps/support/
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • CUA: One or more errors occurred while checking the status of Windows Firewall on the cluster nodes

    Cluster with 2 hosts 2012 R2
    Scheduled CAU fails with:
    CAU run {4EFE116C-AB49-456D-8EED-F7EDC764DA49} on cluster Cluster1 failed. Error Message:One or more errors occurred while checking the status of Windows Firewall on the cluster nodes. Review the errors for more information on how to resolve the problems.
    Error Code:-2146233088 Stack:   at MS.Internal.ClusterAwareUpdating.Util.<CheckFirewallsAsync>d__3a.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.ClusterAwareUpdating.Commands.InvokeCauRunCommand.<_ProcessCluster>d__78.MoveNext()
    If I run CAU "Analyze Readiness" ALL comes as PASS
    If I run CUA by hand on same hosts with NO change to the system (not even reboot) it finishes OK
    Anybody any ideas?
    Thanks
    Seb

    Hi,
    In some case if you disabled the connection in Windows firewall inbound of
     "Cluster aware updating" service it will can’t use the CAU.
    More information:
    Starting with Cluster-Aware Updating: Self-Updating
    http://blogs.technet.com/b/filecab/archive/2012/05/17/starting-with-cluster-aware-updating-self-updating.aspx
    What is Cluster Aware Updating in Windows Server 2012? (Part 1)
    http://blogs.technet.com/b/mspfe/archive/2013/02/06/what-is-cluster-aware-updating-in-windows-server-2012.aspx
    Cluster-Aware Updating Overview
    http://technet.microsoft.com/en-us/library/hh831694.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How display more error messeges in BSP

    Hi all,
    I want to diplay more error messeges in BSP.
    I'm working in the extention standar class CL_CRM_BSP_PM_GENERIC_1O
    in the method
    IF_CRM_BSP_PROCESS_IL~CHECK_BEFORE_SAVE
    with the following parameters:
      ls_message-msgid = 'ZGIVAUDAN'
      ls_message-msgty = 'E'
      ls_message-msgno = '001'
      CALL METHOD gr_intlay_1o->set_status_message
          EXPORTING
      is_msg_show      = ls_message
    With this procedure the system shows only one error messeges. If I repeat the same step for another message number the system displays only the last message.
    What's the code or parameters need to show multiple error messages in the same page (BSP)?
    Thanks in advance,
    Best Regards
    Lorenzo

    Hi Lorenzo,
      Go through the links,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/48/625f3c689a6c4de10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/aedd3a6dac703be10000000a11405a/frameset.htm
    Regards,
    Azaz Ali.

  • One or more errors were found while trying build the realse version

    While i am generating .ipa file i am getting another error mentioned below.
    One or more errors were found while trying build the realse version
    Packing error while generating .ipa file for iphone.

    This is a forum for Adobe Acrobat Froms not the Flash/Flex product.

  • Some of the apps in your iTunes were not installed in the iPhone because one or more errors occurred.

    I have a Mac Air and an iPhone 5 and I have the latest iTunes installed and I was running Mountain Lion but, I upgraded to Mavericks thinking the upgrade will fix the problem but, I still have problems with my apps. For some reason it doesn't want to install back 119 apps and I tried to use the "Transfer Purchases" thing but it did not work. I will appreciate any useful help. Thank you.

    I'm going to answer myself this posting since I had a chat with one of the Apple support person and that person resolved my problem. Basically in iTunes I clicked on the iTunes Store and on the right side of the iTunes, it shows the "Quick Links", so I clicked there and I went to "Purchased" and I downloaded "All" my apps and that pretty much fixed my problem with the exception that, I had to manually download from my own phone some apps but once I had all my apps updated and my phone configured in the way I wanted, I performed another "sync" and no more error messages. I'm posting this in case someone else have the same problem.

  • Adf mobile - Deployment failed due to one or more errors returned by 'osascript'

    I had the mac jdeveoper deploying a mobile app in ios emulator file running fine.
    I had to update the xcode to xcode5 to get the certificate - now the deployment to emulator won't work.
    These are the error messages
    [02:34:41 PM] Command-line execution succeeded.
    [02:34:41 PM] Command-line executed: [osascript, -e, tell application "iPhone Simulator" to activate]
    [02:34:41 PM] Command-line execution failed (Return code: 1)
    [02:34:41 PM] Deployment cancelled.
    [02:34:41 PM] ----  Deployment incomplete  ----.
    [02:34:41 PM] Failed deploying to the iOS simulator.
    [02:34:41 PM] Deployment failed due to one or more errors returned by 'osascript'.  The following is a summary of the returned error(s):
    Command-line execution failed (Return code: 1)

    I deleted xcode 5 and installed xcode 4.6.3. Simulator works ok for 6.1 simulator target version.
    In jdeveloper ios option only 6.1 shows up for simulator target version?
    How do I get the 7 to show up there please?
    If simulator will not show up - can I still deploy / test it in iphone with ios7?

  • Cant take pics any more, error message sez "CANNOT TAKE PHOTO"

    cant take pics any more, error message sez "CANNOT TAKE PHOTO there is not enogh available storage to take photo. You can manage your storage in Settings." but then I go there and cant do anyhting...?
    I believe I have backed up all photos to my computor and I even just now bought more icloud storage for $20.00 a year and still nothing....?
    I cant find a way to delete camera roll....?

    Guess what? The folks responding to you here are all just users like you, we don't work for Apple, so, you know, your pain is of little interest.
    This has been the cause of your problems:
    I checked in Iphoto preferences and the box to automatically import photos to Iphoto was unchecked.
    What that means is you have connected your camera and iPhoto has imported references to your photos - links, in other words. It did not copy your files into the Library.
    Then you took away the camera.
    Now iPhoto is looking for the pictures.
    You'll need to import the images again - but if you do you'll have masses of duplicates. So, trash the existing library, create a new one and start over.
    For more on iPhoto and file management see this User Tip:
    https://discussions.apple.com/docs/DOC-6361

  • Form connot be imported because ones or more errors occured-infopath 2010

    when trying to import word documents (docx) in InfoPath I get "the form cannot be imported because one or more errors occurred" but there are no errors listed in the box.
    what should I be checking to resolve

    Hi,
    I understand that the reusable workflow doesn’t work properly now. Have you tried to remove the Update list item action to see whether the workflow can run without issue?
    If the workflow runs perfectly when the Update list item action is removed, then you need to check whether there are errors in the update action. Check whether the values have been changed.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • Photoshop Elements license doesnt work any more Error 150:30

    Error appears after Flashplayer Update for MacOS 10.10 Yosemite.
    Anybody ?

    Hey Marty,
    had the same problem here with PSE 8 after system recovery from time machine backup. I also updated to Lion couple of month ago. I also tried all of the listed solutions on the adobe support pages but none of them worked. The folder FLEXNet_Publisher in the systems hard drives folder Preferences, which it says to be deleted does not exist and was only found in the application support folder. I also tried all of the other solutions listed on this page: http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html  and had more or less the same problems, it did not work.
    I found the following solution myself by doing this:
    go to the folder [hard drive]/Library/Application Support/FlexNet Publisher and make a copy of this folder
    then go to the folder [hard drive]/Library/Preferences and paste this copied folder there.
    Then try again to start your application and now it should show you the licenceregistry window. Type in your serial number and confirm. Then the application starts and runs properly. So it was on my system.

  • Need more error information from RWB

    Hello,
    I am looking at the audit log for a process that I ran. I am using the communication channel monitoring a selecting the communication channel to get the details. in the audit log there is a entry with a type "Warning" and the description "error executing OS command" followed by the command. there is no other information that I can find to  let me know what the error is.
    are there some other places that I can look to find out what the error is? when I execute the command in SM49, it is successful, so I am not sure what error this process is generating
    thanks in advance for the help

    I think if you increase the logging level on the file adapter(this can be done via Visual admin), you should be able to get more details in the Trace file on the server - which can be viewed using Log viewer
    cheer
    dan
    Edited by: Chidambaram Danus on Oct 28, 2009 4:18 PM

  • Missing renderer error in Premiere CS6 plus three more errors

    I just tried to open a saved project and now get a Missing renderer error in Premiere CS6;
    "This project was last used with Mercury Playback Engine GPU Acceleration (CUDA), which is not available on this system. Mercury Playback Engine Software Only will be used"
    I then click OK and get a new errror:
    The preset used by one or more sequneces in this project requires third party components that could not be located. These sequences will be modified to use a custom sequence setting instead ...."
    I then click OK and get the error:
    "Adobe Preniere Pro CS6 has stopped working"
    This is the same computer thta created the project and nothing physical has cahnged. I reboot try to create a new project and get the error:
    "Sorry a serious error has occurred that requires Adobe Premier Pro to shut down. We will attempt to save your current project"
    I cant do anything with premiere CS6 at all.
    HELP!

    The first two can be solved pretty easy, but won't help much in light of the third.  We need to solve that one first.  Once you get PP to open and remain open with a new project and new sequence, then we can fix the first two.  So...
    FAQ: What information should I provide when asking a question on this forum?

  • More errors for blu-ray in cs5

    ok. so i keep taking you guys' advice for this project, and i keep advancing a little bit further along in my workflow, but now i have A NEW error. lol. i think i know what the first half of it is, but not sure about the other.... i did a search on this error and found some helpful things... but it still persists.... but this is the error:
    "Blu-Ray error: file already exists, code: 6, Note: Video buffer underflows.
    Total bitrate is too high near item = 2.869533 seconds - Recommended IG PTS
    is 54009000 (in 90 khz)."
    after reading on here i found 2 things. first thig i found was that Bill said he had the same problem with a project, and basically what he was saying sounded ALOT like what i was doing. so per his advice i scrapped the whole project, and started over again (imported assets, imported raw menu data from PS files, and went again) error still persists. i also followed some advice Jeff gave on another thread (i can't remember what, now), but that didnt seem to solve the problem either. i think he ALSO mentioned something about the bit-rate spiking during transcode, but i just kept that on back burner... not wanting to transcode it all again, JUST yet.i think Jeff also noted on how Encore only allows up to 6 pages in multi-page (which i did not know) and mine goes up to 8 for main menu, and 16 for pop-up menu. (so i'm guessing i need to break them apart by 5 page menus, each and have the "next" button on the last, link to the first button on the next multi-page menu, would that fix that? defeats the purpose of multi-menu, but for the pop-up its not as important i guess, and teh main menu its only motion with audio, not video so i can choose otehr audio for the subsequent multi-page menus. i'm about to attempt it, anyway)
    my question is... what the heck does the second part of the error mean? like, could someone translate that to english? i encoded the thing with AME as a blu-ray compliant mpeg2 (to preserv PrePro chapter stops), high quality variable 1 pass, at 4,5,and 6, mps (its standard definition, from analogue tape, so i don't see the point in going to 35 mbps, lol), with the audio on Dolby ac3. if anyone needs me to give more details on my entire workflow on this project i can, i'm just being general here in case someone already knows exactly what this is, and how to fix it. should i change it to 2 pass? would that maybe catch something and fix it the second time over?
    as i said in another thread, i've done MANY dvd's with encore, and never really had any problems at all (but all videos were straight from digital sources, in adobe recognizeable formats), but this blu-ray project (the first i've ever attempted) is KICKING MY BUTT!

    Both multi-page normal and popup menus can work quite well in Encore, but it takes a bit of effort to work around the limitations and anomalies. One excellent source for canned menus, tutorials, and advice is John Geddes of www.precomposed.com.
    One of the biggest issues with Encore is that much of what it implements is limited by compatibility with the DVD spec, thus limiting what would normally be possible with Blu-ray. Two of the worst of these is the 2-bit depth limitation on button highlights and the limitation of 18 buttons per menu.
    Blu-ray has two modes for menus, HDMV or Movie Mode, and BD-J. BD-J menus have a full 32 bit depth, but require at least NetBlender DoStudio to create them.
    Movie mode menus (IG streams) are 8-bits deep. In most cases, you won't notice the difference unless you have a lot of different colors on the screen at the same time, and this applies only to the menus themselves, since the underlying video is a completely separate layer. For normal menus, the video layer can contain the normal state of the buttons with full color, but you are still restricted by the 2-bit depth highlight limitation of Encore.
    For popup menus, all of the button image must be contained in the popup itself, and Encore supports the full 8 bits for the normal state. This is because, unlike normal menus where the normal-state buttons are "built-in" to the motion menu, the popup can appear over any part of the underlying video. Actually you can make very nice menus with only 8 bits, because you also have a full 8-bit alpha channel to work with in Photoshop, and the integration with designing in PS & En is very good.
    We have a vested interest in helping Encore users because we make BluStreak Premaster, the solution for Encore users to replicate for mass distribution.
    http://blustreak.dvdafteredit.com/
    We are working on some tutorials to illustrate how to create some very nice results, and hope to begin posting them on our web site in a few weeks.
    Regards,
    Larry Applegate
    Rivergate Software, Inc.

  • More error -8 issues - Linksys BEFSR41 to Airport Express

    Hey there, I hope you guys can help b/c I am having a heck of a time with this. I'm having Error-8 issues with my ichat AV 3.1 despite numerous changes. Here's the setup.
    Motorola cable modem-->Linksys BEFSR41 wired router-->Airport Express and Vonage VOIP conected to router.
    Imac Intel 2 GHZ 20" and MBP CD 2.16GHZ both running Tiger 10.4.10
    Router setup: DHCP enabled (Obtain IP automatically, all port forwarding ports opened as per Ralph's numerous posts. Disabled DMZ, Disabled UPnP b/c Airport Express does not support (Even though the router CAN use UPnP). MTU enabled 1492
    Comcast Cable: I called them and they do not give out DNS's for setting up static IP addresses.
    Router IP: 192.168.1.1
    DHCP starting IP: 192.168.1.100
    Range: 192.168.1.100 - .149
    Subnet 255.255.255.0
    Airport Express setup:
    Internet tab: Using DHCP
    IP address: 192.168.1.102
    DNS Server: 68.87.85.98, and (in grey next to it) 68.87.69.146
    WPA2 Personal Security
    Network tab: "Distribute IP addresses" DISABLED
    Port mapping, Access control, and WDS tabs all left blank.
    Imac Network Prefs:
    Airport connected to internet
    IP Adddress: 168.192.1.101 Using DHCP
    Mac Firewall OFF
    Quicktime Prefs: Set to 1.5 MBPS T1/ Internet LAN
    iChat Prefs: AIM port set to 443 b/c of Vonage. Bandwidth set to NONE.
    MBP Network prefs:
    Airport connected to internet
    IP Adddress: 168.192.1.100 Using DHCP
    Mac Firewall OFF
    Quicktime Prefs: Set to 1.5 MBPS T1/ Internet LAN
    iChat Prefs: AIM port set to 443 b/c of Vonage. Bandwidth set to NONE.
    Main issues.... error -8 when trying to video or audio chat. Tested with appleu3test03= NO GO with Intel iMac but MBP works! Tried vid chat with brother and NEITHER WORK.
    I cannot figure out what is going on but I think it is the router. Problems started when I switched to Linksys from netgear. Could it be that I need to just pony up and get an Airport Extreme so that I can utilize UPnP? Or am I missing something.
    Thanks in advance for the help.
    Pete
    iMac Intel and MBP   Mac OS X (10.4.10)  

    Hi,
    I would renumber the devices radiating out from the router (192.168.1.1)
    Airport 192.168.1.100
    Computer one 192.168.1.101
    Computer two 192.168.1.102
    It's not a big thing but I prefer it in case the power goes off or things needs rebooting. And it points to the order of things
    The Airport doing NO Distributing Addresses should allow UPnP to work. It's just a dumb Wireless Access Point now.
    Otherwise if you are doing Port Forwarding it will be to only one Computer and only Text chatting will work on both due to the 443 port being below 1024(NAT)
    If the Airport is not allowing UPnP then I would go for Port Triggering if your Linksys does it.
    Some BEFS41 versions do. I have linked yo to the lowest version listed on the Port Forward site's Triggering pages.
    Don't worry too much about the PC app they say you need.
    Fill in the Trigger port at the top and without hitting enter scroll down to see how that effects the table.
    Then set it up like this
    This pic shows Port 5190 and the AV ports
    You will need to add the Bonjour Ports (5297, 5298 and 5353) and Jabber ones (5220, 5222, 5223) as single lines like the port 5190
    On My Linksys you did not have to specify Protocols. Nor do you on the link above.
    As you have gone Static (router to Airport) you could try allowing the Airport to do Distributing Addresses as the Subnet problem will have been dealt with and the NAT issue will be more linear.
    The Vonage device will have conflict on port 5060 (In fact 5060-5063) with iChat if In-Line between the computers and the Modem. Your set up suggests that this is not the case and it should not be an issue.
    If by Brother you mean the other computer this will need the Bonjour Ports in both directions (5297, 5298 and 5353) to be able to work.
    Strangely this still needs the port 5060 and does contact the SNATMAP server according to my Little Snitch hence the reason for UPnP or Port Triggering for your LAN.
    2:09 PM Wednesday; July 11, 2007

  • DBA away from work - trying to complete a restore : one more error!

    HI. Oracle 9. UNIX.
    I have just restored from production (PROD) backup to test and development server (TEST instance)
    I have just tried to open the database with
    startup open
    but get this error:
    ORA-01103 database base name 'PROD' in controlfile is not 'TEST'.
    Should I go ahead and locate the control file and change the name there?
    thanks for your time.
    DA

    Yes I know its been mentioned - thanks for your contribution. So has the issue of recreating the control file by copying it, which is what I need to do.
    I need to edit a control file copy. I need to follow a copy / template of a control file as I dont know how to create one from scratch - and anyway, dont I need to list all datafiles?
    I found the following in the udump. I have edited it according to the link kindly sent
    http://www.dba-oracle.com/oracle_tips_db_copy.htm
    dashcroft@TEST:more TEST_CTL2.sql
    # Set #2. RESETLOGS case
    # The following commands will create a new control file and use it
    # to open the database.
    # The contents of online logs will be lost and all backups will
    # be invalidated. Use this only if online logs are damaged.
    STARTUP NOMOUNT
    CREATE CONTROLFILE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
    -- SET STANDBY TO MAXIMIZE PERFORMANCE
    MAXLOGFILES 16
    MAXLOGMEMBERS 2
    MAXDATAFILES 500
    MAXINSTANCES 1
    MAXLOGHISTORY 19285
    LOGFILE
    GROUP 1 (
    '/oradbi2/oracle/testdata/log01a.dbf',
    '/oradbi2/oracle/testdata/log01b.dbf'
    ) SIZE 10M,
    GROUP 2 (
    '/oradbi2/oracle/testdata/log02a.dbf',
    '/oradbi2/oracle/testdata/log02b.dbf'
    ) SIZE 10M,
    GROUP 3 (
    '/oradbi2/oracle/testdata/log03a.dbf',
    '/oradbi2/oracle/testdata/log03b.dbf'
    ) SIZE 10M
    -- STANDBY LOGFILE
    DATAFILE
    '/oradbi2/oracle/testdata/system01.dbf',
    CHARACTER SET US7ASCII
    # Recovery is required if any of the datafiles are restored backups,
    # or if the last shutdown was not normal or immediate.
    #RECOVER DATABASE
    # Database can now be opened zeroing the online logs.
    #ALTER DATABASE OPEN RESETLOGS;
    # Commands to add tempfiles to temporary tablespaces.
    # Online tempfiles have complete space information.
    # Other tempfiles may require adjustment.
    # End of tempfile additions.
    Im not sure how to now copy this new control file into the directory (UNIX)
    Any ideas>?
    thanks
    I have saved the control file as suggested in the link, and Im now looking at this next step:
    startup nomount;
    @db_create_controlfile.sql
    Ofcourse the issue now is to try and save this file in teh TEST directory.
    Message was edited by:
    Dan A

  • How can i receive more error warnings than just the first error warning?

    is there any way to receive more than just the first error. i want to report all errors in my application...

    Just use the simple error dialog at the output of each VI that can return an error. After that pass a "no error" cluster to all following VI's and re-use the error dialog as before.
    Do you really want all those errors?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for

  • Eprint simply does not work

    the printer works, it's on my network, connected to internet. but when i try to send an email to the address (given me by hp when i added the printer  via the eprint page at hp) it says" message undeliverable".  i have tried this from a blackberry an

  • Opening windows media player

    Hi all, I am having a problem with opening downloaded files. I downloaded the windows media player for mac os from the microsoft website. The players icon is on my desktop. How the hec do I run it?? When I doubleclick on it it says script editor cann

  • Include icon graphics in table of contents (TOC)?

    Question Is it possible to have icons (i.e. inline anchored frames) automatically appear in the TOC? (We translate into 15+ languages, so adding the graphics manually to the TOC after it's generated isn't really a viable option.) Scenario In our manu

  • I've sent a group msg through messages but after a whole day it still says "outgoing". How do I know when all recipients have received the msg?

    I'm still not sure how many recipients received the group msg as it still says "outgoing".

  • OTNRogueModeratorsFAQ

    This is restatement of this Forum's unofficial FAQ ( Re: How to attach a java bean in forms6i ). Feel free to visit, use and enhance. http://cleveridea.tzo.com/pls/pigiwiki/pkg$pigiwiki.get_page?p_pattern=OTNRogueModeratorsFAQ Michael O'Neill Publish